This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14671] New: Can't make dist


http://sourceware.org/bugzilla/show_bug.cgi?id=14671

             Bug #: 14671
           Summary: Can't make dist
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: critical
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: aponomarenko@rosalab.ru
                CC: carlos@systemhalted.org
    Classification: Unclassified


I'm trying to make dist as following:

git clone git://sourceware.org/git/glibc.git
cd glibc
mkdir build-tree
cd build-tree
../configure --prefix=/usr
make
make dist

But the last command ends with the error:

...
make[2]: `ports/sysdeps/ia64/configure' is up to date.
make[2]: `ports/sysdeps/hppa/configure' is up to date.
make[2]: `ports/sysdeps/alpha/configure' is up to date.
make[2]: Leaving directory `/home/admin/Install/GLIBC/glibc-source'
 INSTALL                        |    1 +
 sysdeps/i386/configure         |    2 ++
 sysdeps/mach/hurd/configure    |    3 ---
 sysdeps/s390/s390-32/configure |    1 +
 sysdeps/s390/s390-64/configure |    1 +
 sysdeps/sh/configure           |    1 +
 sysdeps/x86_64/configure       |    4 ----
 7 files changed, 6 insertions(+), 7 deletions(-)
make[1]: *** [dist-prepare] Error 1
make[1]: Leaving directory `/home/admin/Install/GLIBC/glibc-source'
make: *** [dist] Error 2

And it seems doesn't contain any error description. Could you please check it?

See Upload release policy for more info:
http://sourceware.org/glibc/wiki/Release#Upload_release

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]