public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/41322]  New: [4.5 Regression] Failed to bootstrap
@ 2009-09-09 20:00 hjl dot tools at gmail dot com
  2009-09-09 20:04 ` [Bug bootstrap/41322] " hjl dot tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-09-09 20:00 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 151568 gave:

cc1: warnings being treated as errors
In file included from ../libdecnumber/gstdint.h:4:0,
                 from ../../src-trunk/gcc/../libdecnumber/decContext.h:54,
                 from ../../src-trunk/gcc/../libdecnumber/decNumber.h:37,
                 from ../../src-trunk/gcc/../libdecnumber/dpd/decimal128.h:58,
                 from ../../src-trunk/gcc/../libdecnumber/bid/decimal128.h:1,
                 from ../../src-trunk/gcc/dfp.c:34:
../libdecnumber/config.h:44:0: error: "PACKAGE_BUGREPORT" redefined
./auto-host.h:1483:0: note: this is the location of the previous definition
../libdecnumber/config.h:47:0: error: "PACKAGE_NAME" redefined
./auto-host.h:1489:0: note: this is the location of the previous definition
../libdecnumber/config.h:50:0: error: "PACKAGE_STRING" redefined
./auto-host.h:1495:0: note: this is the location of the previous definition
../libdecnumber/config.h:53:0: error: "PACKAGE_TARNAME" redefined
./auto-host.h:1501:0: note: this is the location of the previous definition
../libdecnumber/config.h:59:0: error: "PACKAGE_VERSION" redefined
./auto-host.h:1513:0: note: this is the location of the previous definition
make[6]: *** [dfp.o] Error 1

We aren't consistent where to report gcc bugs:

[hjl@gnu-31 src-trunk]$ grep ttp://gcc.gnu.org/bugs.html */configure.*
gcc/configure.ac:ACX_BUGURL([http://gcc.gnu.org/bugs.html])
libffi/configure.ac:AC_INIT([libffi], [3.0.8], [http://gcc.gnu.org/bugs.html])
[hjl@gnu-31 src-trunk]$ grep  AC_INIT */configure.*
boehm-gc/configure.ac:AC_INIT
fixincludes/configure.ac:AC_INIT(fixincludes, [ ])
gcc/configure.ac:AC_INIT
gcc/configure.ac:gcc_AC_INITFINI_ARRAY
gnattools/configure.ac:AC_INIT
intl/configure.ac:AC_INIT
libada/configure.ac:AC_INIT
libcpp/configure.ac:AC_INIT(cpplib, [ ], gcc-bugs@gcc.gnu.org, cpplib)
libdecnumber/configure.ac:AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org,
libdecnumber)
libffi/configure.ac:AC_INIT([libffi], [3.0.8], [http://gcc.gnu.org/bugs.html])
libgcc/configure.ac:AC_INIT([GNU C Runtime Library], 1.0,,[libgcc])
libgfortran/configure.ac:AC_INIT([GNU Fortran Runtime Library],
0.3,,[libgfortran])
libgfortran/configure.ac:#              we can do about that; they come from
AC_INIT).
libgomp/configure.ac:AC_INIT([GNU OpenMP Runtime Library], 1.0,,[libgomp])
libgomp/configure.ac:#              we can do about that; they come from
AC_INIT).
libiberty/configure.ac:AC_INIT
libjava/configure.ac:AC_INIT([libjava], [version-unused],, [libjava])
libmudflap/configure.ac:AC_INIT(libmudflap, 1.0)
libobjc/configure.ac:AC_INIT(package-unused, version-unused,, libobjc)
libssp/configure.ac:AC_INIT(libssp, 1.0)
libstdc++-v3/configure.ac:AC_INIT(package-unused, version-unused,, libstdc++)
libstdc++-v3/configure.ac:#              we can do about that; they come from
AC_INIT).
zlib/configure.ac:AC_INIT
[hjl@gnu-31 src-trunk]$


-- 
           Summary: [4.5 Regression] Failed to bootstrap
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41322


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

* [Bug bootstrap/41322] [4.5 Regression] Failed to bootstrap
  2009-09-09 20:00 [Bug bootstrap/41322] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
@ 2009-09-09 20:04 ` hjl dot tools at gmail dot com
  2009-09-09 20:50 ` bonzini at gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-09-09 20:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2009-09-09 20:03 -------
This may be caused by revision 151567:

http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00314.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonzini at gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41322


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

* [Bug bootstrap/41322] [4.5 Regression] Failed to bootstrap
  2009-09-09 20:00 [Bug bootstrap/41322] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
  2009-09-09 20:04 ` [Bug bootstrap/41322] " hjl dot tools at gmail dot com
@ 2009-09-09 20:50 ` bonzini at gnu dot org
  2009-09-09 20:53 ` joseph at codesourcery dot com
  2009-09-20 21:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bonzini at gnu dot org @ 2009-09-09 20:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bonzini at gnu dot org  2009-09-09 20:50 -------
has already been reverted.


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41322


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

* [Bug bootstrap/41322] [4.5 Regression] Failed to bootstrap
  2009-09-09 20:00 [Bug bootstrap/41322] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
  2009-09-09 20:04 ` [Bug bootstrap/41322] " hjl dot tools at gmail dot com
  2009-09-09 20:50 ` bonzini at gnu dot org
@ 2009-09-09 20:53 ` joseph at codesourcery dot com
  2009-09-20 21:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: joseph at codesourcery dot com @ 2009-09-09 20:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from joseph at codesourcery dot com  2009-09-09 20:52 -------
Subject: Re:   New: [4.5 Regression] Failed to bootstrap

On Wed, 9 Sep 2009, hjl dot tools at gmail dot com wrote:

> We aren't consistent where to report gcc bugs:
> 
> [hjl@gnu-31 src-trunk]$ grep ttp://gcc.gnu.org/bugs.html */configure.*
> gcc/configure.ac:ACX_BUGURL([http://gcc.gnu.org/bugs.html])
> libffi/configure.ac:AC_INIT([libffi], [3.0.8], [http://gcc.gnu.org/bugs.html])

Hopefully nothing actually gives an address to the user other than with 
derived from ACX_BUGURL.  I like the "package-unused" and "version-unused" 
approach to AC_INIT of not putting names, version numbers or bug reporting 
addresses into individual subdirectory configure scripts as far as 
possible.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41322


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

* [Bug bootstrap/41322] [4.5 Regression] Failed to bootstrap
  2009-09-09 20:00 [Bug bootstrap/41322] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-09-09 20:53 ` joseph at codesourcery dot com
@ 2009-09-20 21:06 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-09-20 21:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41322


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

end of thread, other threads:[~2009-09-20 21:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-09 20:00 [Bug bootstrap/41322] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
2009-09-09 20:04 ` [Bug bootstrap/41322] " hjl dot tools at gmail dot com
2009-09-09 20:50 ` bonzini at gnu dot org
2009-09-09 20:53 ` joseph at codesourcery dot com
2009-09-20 21:06 ` pinskia at gcc dot gnu dot org

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