public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/25842]  New: Error in building libiberty
@ 2006-01-18  8:50 fxcoudert at gcc dot gnu dot org
  2006-01-18 14:07 ` [Bug bootstrap/25842] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-01-18  8:50 UTC (permalink / raw)
  To: gcc-bugs

In file included from ../../gcc/libiberty/md5.c:40:
../../gcc/include/md5.h:83: warning: no semicolon at end of struct or union
../../gcc/include/md5.h:83: error: parse error before
"ATTRIBUTE_ALIGNED_ALIGNOF"
[ ... snip ... ]
gmake[3]: *** [md5.o] Error 1
gmake[3]: Leaving directory `/tmp/gfortran-20060118/ibin/libiberty'
gmake[2]: *** [all-stage1-libiberty] Error 2
gmake[2]: Leaving directory `/tmp/gfortran-20060118/ibin'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/tmp/gfortran-20060118/ibin'
gmake: *** [all] Error 2


-- 
           Summary: Error in building libiberty
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
 GCC build triplet: powerpc64-unknown-linux-gnu
  GCC host triplet: powerpc64-unknown-linux-gnu
GCC target triplet: powerpc64-unknown-linux-gnu


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


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

* [Bug bootstrap/25842] Error in building libiberty
  2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
@ 2006-01-18 14:07 ` pinskia at gcc dot gnu dot org
  2006-01-18 20:23 ` dj at redhat dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-18 14:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-18 14:07 -------
Hmm, ansidecl.h should have been included.


-- 


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


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

* [Bug bootstrap/25842] Error in building libiberty
  2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
  2006-01-18 14:07 ` [Bug bootstrap/25842] " pinskia at gcc dot gnu dot org
@ 2006-01-18 20:23 ` dj at redhat dot com
  2006-01-30  8:53 ` fxcoudert at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dj at redhat dot com @ 2006-01-18 20:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dj at redhat dot com  2006-01-18 20:23 -------
Subject: Re:   New: Error in building libiberty


Fixed.


-- 


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


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

* [Bug bootstrap/25842] Error in building libiberty
  2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
  2006-01-18 14:07 ` [Bug bootstrap/25842] " pinskia at gcc dot gnu dot org
  2006-01-18 20:23 ` dj at redhat dot com
@ 2006-01-30  8:53 ` fxcoudert at gcc dot gnu dot org
  2006-02-02 19:40 ` fxcoudert at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-01-30  8:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2006-01-30 08:52 -------
(In reply to comment #2)
> Fixed.

As of 2006-01-25 (SVN trunk), this failure is still present.


-- 


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


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

* [Bug bootstrap/25842] Error in building libiberty
  2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-01-30  8:53 ` fxcoudert at gcc dot gnu dot org
@ 2006-02-02 19:40 ` fxcoudert at gcc dot gnu dot org
  2006-02-02 19:41 ` fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-02-02 19:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2006-02-02 19:40 -------
I tried again with 4.2 trunk, from 2005-01-31, and it still fails with the same
message. I will attach the preprocessed source md5.i, although I tried to look
into it and don't really understand why the ansidecl.h definition for
ATTRIBUTE_ALIGNED_ALIGNOF is not used.

If I can debug further, please ask.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-02 19:40:32
               date|                            |


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


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

* [Bug bootstrap/25842] Error in building libiberty
  2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-02-02 19:40 ` fxcoudert at gcc dot gnu dot org
@ 2006-02-02 19:41 ` fxcoudert at gcc dot gnu dot org
  2006-02-07 11:20 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-02-02 19:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from fxcoudert at gcc dot gnu dot org  2006-02-02 19:41 -------
Created an attachment (id=10773)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10773&action=view)
Preprocessed md5.c source file


-- 


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


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

* [Bug bootstrap/25842] Error in building libiberty
  2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-02-02 19:41 ` fxcoudert at gcc dot gnu dot org
@ 2006-02-07 11:20 ` fxcoudert at gcc dot gnu dot org
  2006-02-07 13:36 ` pinskia at gcc dot gnu dot org
  2006-04-02 19:34 ` spiralvoice at hotmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-02-07 11:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from fxcoudert at gcc dot gnu dot org  2006-02-07 11:20 -------
OK, I understand why this is happenning only to me (it happened today on
mips-sgi-irix6.5). I usually configure with 

CC="/path/to/gcc -I/path/to/gmp_includes -L/path/to/gmp_libs" ../gcc/configure

and then, I happened to have an ansidecl.h in /path/to/gmp_includes. I don't
think this kind of configuration is supported, if it is not, please close this
bug as INVALID.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug bootstrap/25842] Error in building libiberty
  2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-02-07 11:20 ` fxcoudert at gcc dot gnu dot org
@ 2006-02-07 13:36 ` pinskia at gcc dot gnu dot org
  2006-04-02 19:34 ` spiralvoice at hotmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-07 13:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-02-07 13:36 -------
No this is not supported as you force gmp's header first no matter what.
Use either -idirafter or the folllowing configure options:
  --with-gmp-dir=PATH     Specify source directory for GMP library
  --with-gmp=PATH         Specify directory for installed GMP library


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/25842] Error in building libiberty
  2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2006-02-07 13:36 ` pinskia at gcc dot gnu dot org
@ 2006-04-02 19:34 ` spiralvoice at hotmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: spiralvoice at hotmail dot com @ 2006-04-02 19:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from spiralvoice at hotmail dot com  2006-04-02 19:34 -------
Same bug on Solaris 8/Sparc with gcc-3.4.5
I happened to have ansidecl.h from binutils-2.16 in a path
included in CFLAGS. Moving this file somewhere else fixes this bug.

Configure flags:
--enable-shared \
--enable-threads \
--disable-nls \
--enable-multilib \
--enable-libgcj \
--with-as=/usr/local2/bin/as \
--with-gnu-as \
--with-ld=/usr/local2/bin/ld \
--with-gnu-ld

make bootstrap


-- 


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


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

end of thread, other threads:[~2006-04-02 19:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-18  8:50 [Bug bootstrap/25842] New: Error in building libiberty fxcoudert at gcc dot gnu dot org
2006-01-18 14:07 ` [Bug bootstrap/25842] " pinskia at gcc dot gnu dot org
2006-01-18 20:23 ` dj at redhat dot com
2006-01-30  8:53 ` fxcoudert at gcc dot gnu dot org
2006-02-02 19:40 ` fxcoudert at gcc dot gnu dot org
2006-02-02 19:41 ` fxcoudert at gcc dot gnu dot org
2006-02-07 11:20 ` fxcoudert at gcc dot gnu dot org
2006-02-07 13:36 ` pinskia at gcc dot gnu dot org
2006-04-02 19:34 ` spiralvoice at hotmail 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).