public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/14671] New: Can't make dist
@ 2012-10-04 12:52 aponomarenko at rosalab dot ru
  2012-10-04 22:35 ` [Bug build/14671] " carlos_odonell at mentor dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aponomarenko at rosalab dot ru @ 2012-10-04 12:52 UTC (permalink / raw)
  To: glibc-bugs


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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/14671] Can't make dist
  2012-10-04 12:52 [Bug build/14671] New: Can't make dist aponomarenko at rosalab dot ru
@ 2012-10-04 22:35 ` carlos_odonell at mentor dot com
  2012-10-05  7:35 ` aponomarenko at rosalab dot ru
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: carlos_odonell at mentor dot com @ 2012-10-04 22:35 UTC (permalink / raw)
  To: glibc-bugs


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

Carlos O'Donell <carlos_odonell at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |carlos_odonell at mentor
                   |                            |dot com

--- Comment #1 from Carlos O'Donell <carlos_odonell at mentor dot com> 2012-10-04 22:35:01 UTC ---
I believe that it's trying to tell you that those configure files are out of
date and need to be regenerated.

Could you confirm that?

-- 
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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/14671] Can't make dist
  2012-10-04 12:52 [Bug build/14671] New: Can't make dist aponomarenko at rosalab dot ru
  2012-10-04 22:35 ` [Bug build/14671] " carlos_odonell at mentor dot com
@ 2012-10-05  7:35 ` aponomarenko at rosalab dot ru
  2012-10-05  8:32 ` carlos_odonell at mentor dot com
  2014-06-13 13:53 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: aponomarenko at rosalab dot ru @ 2012-10-05  7:35 UTC (permalink / raw)
  To: glibc-bugs


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

Andrey Ponomarenko <aponomarenko at rosalab dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Andrey Ponomarenko <aponomarenko at rosalab dot ru> 2012-10-05 07:35:31 UTC ---
Yes, I've run (according to http://sourceware.org/glibc/wiki/Regeneration)

for i in `find -L . -name 'configure.in'`; do echo "autoconf -I. $i >
${i%.in}"; done;
make INSTALL

And then "make dist" created packages.

Thanks!

-- 
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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/14671] Can't make dist
  2012-10-04 12:52 [Bug build/14671] New: Can't make dist aponomarenko at rosalab dot ru
  2012-10-04 22:35 ` [Bug build/14671] " carlos_odonell at mentor dot com
  2012-10-05  7:35 ` aponomarenko at rosalab dot ru
@ 2012-10-05  8:32 ` carlos_odonell at mentor dot com
  2014-06-13 13:53 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: carlos_odonell at mentor dot com @ 2012-10-05  8:32 UTC (permalink / raw)
  To: glibc-bugs


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

--- Comment #3 from Carlos O'Donell <carlos_odonell at mentor dot com> 2012-10-05 08:31:53 UTC ---
(In reply to comment #2)
> Yes, I've run (according to http://sourceware.org/glibc/wiki/Regeneration)
> 
> for i in `find -L . -name 'configure.in'`; do echo "autoconf -I. $i >
> ${i%.in}"; done;
> make INSTALL
> 
> And then "make dist" created packages.
> 
> Thanks!

Please feel free to submit a patch to libc-alpha updating the Makefile to give
a *meaningful* error message!

-- 
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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/14671] Can't make dist
  2012-10-04 12:52 [Bug build/14671] New: Can't make dist aponomarenko at rosalab dot ru
                   ` (2 preceding siblings ...)
  2012-10-05  8:32 ` carlos_odonell at mentor dot com
@ 2014-06-13 13:53 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 13:53 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-13 13:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-04 12:52 [Bug build/14671] New: Can't make dist aponomarenko at rosalab dot ru
2012-10-04 22:35 ` [Bug build/14671] " carlos_odonell at mentor dot com
2012-10-05  7:35 ` aponomarenko at rosalab dot ru
2012-10-05  8:32 ` carlos_odonell at mentor dot com
2014-06-13 13:53 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).