public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* New GCC 3.0 build failure on FreeBSD 4.3
@ 2001-06-11  4:28 Gerald Pfeifer
  2001-06-11  4:41 ` Joseph S. Myers
  2001-06-11 11:21 ` Arno J. Klaassen
  0 siblings, 2 replies; 5+ messages in thread
From: Gerald Pfeifer @ 2001-06-11  4:28 UTC (permalink / raw)
  To: gcc; +Cc: David O'Brien, Loren James Rittle

As of today, GCC 3.0 fails to build on FreeBSD 4.3:

if [ x"" != x ]; then \
  /files/pfeifer/OBJ-0611-10:58/gcc/xgcc -B/files/pfeifer/OBJ-0611-10:58/gcc/ -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.3/bin/ -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.3/lib/ -isystem /sw/test/gcc/FreeBSD/i386-unknown-freebsd4.3/include -c -DHAVE_CONFIG_H -g -O2 -I. -I/sw/test/gcc/cvs-3.0/libiberty/../include  -W -Wall -Wtraditional -pedantic  /sw/test/gcc/cvs-3.0/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
/files/pfeifer/OBJ-0611-10:58/gcc/xgcc -B/files/pfeifer/OBJ-0611-10:58/gcc/ -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.3/bin/ -B/sw/test/gcc/FreeBSD/i386-unknown-freebsd4.3/lib/ -isystem /sw/test/gcc/FreeBSD/i386-unknown-freebsd4.3/include -c -DHAVE_CONFIG_H -g -O2 -I. -I/sw/test/gcc/cvs-3.0/libiberty/../include  -W -Wall -Wtraditional -pedantic /sw/test/gcc/cvs-3.0/libiberty/strerror.c
/sw/test/gcc/cvs-3.0/libiberty/strerror.c:468: conflicting types for `sys_nerr'
/usr/include/stdio.h:224: previous declaration of `sys_nerr'
gmake[2]: *** [strerror.o] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJ-0611-10:58/i386-unknown-freebsd4.3/libiberty'
gmake[1]: *** [all-target-libiberty] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJ-0611-10:58'
gmake: *** [bootstrap] Error 2

I'm really getting worried about this kind of breaking happening *that*
late in the release process!

Gerald

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

* Re: New GCC 3.0 build failure on FreeBSD 4.3
  2001-06-11  4:28 New GCC 3.0 build failure on FreeBSD 4.3 Gerald Pfeifer
@ 2001-06-11  4:41 ` Joseph S. Myers
  2001-06-11 11:45   ` Mark Mitchell
  2001-06-11 11:21 ` Arno J. Klaassen
  1 sibling, 1 reply; 5+ messages in thread
From: Joseph S. Myers @ 2001-06-11  4:41 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc, David O'Brien, Loren James Rittle

On Mon, 11 Jun 2001, Gerald Pfeifer wrote:

> I'm really getting worried about this kind of breaking happening *that*
> late in the release process!

What time today (UTC) is the freeze on checkins on the branch without
express Release Manager approval?

I think it's time for another 3.0 prerelease for the final application 
testing and testsuite regression testing against 2.95.  But that needs to 
bootstrap on all primary and preferably secondary platforms!

-- 
Joseph S. Myers
jsm28@cam.ac.uk

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

* Re: New GCC 3.0 build failure on FreeBSD 4.3
  2001-06-11  4:28 New GCC 3.0 build failure on FreeBSD 4.3 Gerald Pfeifer
  2001-06-11  4:41 ` Joseph S. Myers
@ 2001-06-11 11:21 ` Arno J. Klaassen
  2001-06-11 18:04   ` Loren James Rittle
  1 sibling, 1 reply; 5+ messages in thread
From: Arno J. Klaassen @ 2001-06-11 11:21 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: David O'Brien, Loren James Rittle, gcc

Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

> As of today, GCC 3.0 fails to build on FreeBSD 4.3:
> [ .. ]
> /sw/test/gcc/cvs-3.0/libiberty/strerror.c:468: conflicting types for `sys_nerr'
> /usr/include/stdio.h:224: previous declaration of `sys_nerr'
> gmake[2]: *** [strerror.o] Error 1
> gmake[2]: Leaving directory `/files/pfeifer/OBJ-0611-10:58/i386-unknown-freebsd4.3/libiberty'
> gmake[1]: *** [all-target-libiberty] Error 2
> gmake[1]: Leaving directory `/files/pfeifer/OBJ-0611-10:58'
> gmake: *** [bootstrap] Error 2

Breaks as well a later later on:

/ccd0/vol/src/cygnus/gcc-3/gcc/obj/freebsd4/gcc/xgcc -B/ccd0/vol/src/cygnus/gcc-3/gcc/obj/freebsd4/gcc/ -B/usr/vol/opt/freebsd4/gcc3-pr/i686-pc-freebsd4/bin/ -B/usr/vol/opt/freebsd4/gcc3-pr/i686-pc-freebsd4/lib/ -isystem /usr/vol/opt/freebsd4/gcc3-pr/i686-pc-freebsd4/include -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../../libiberty/strsignal.c
../../../../libiberty/strsignal.c:250: conflicting types for `sys_nsig'
/usr/include/signal.h:50: previous declaration of `sys_nsig'
make[1]: *** [strsignal.o] Error 1

FYI, Arno

-- 

  Arno J. Klaassen

  SCITO S.A.                   INSERM U483
  Le Grand Sablon              University Pierre et Marie Curie
  4, avenue de l'Obiou         9, quai Saint Bernard
  38700 La Tronche             75 252 Paris Cedex 5

  arno@ccr.jussieu.fr

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

* Re: New GCC 3.0 build failure on FreeBSD 4.3
  2001-06-11  4:41 ` Joseph S. Myers
@ 2001-06-11 11:45   ` Mark Mitchell
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Mitchell @ 2001-06-11 11:45 UTC (permalink / raw)
  To: Joseph S. Myers, Gerald Pfeifer
  Cc: gcc, David O'Brien, Loren James Rittle

--On Monday, June 11, 2001 12:41:13 PM +0100 "Joseph S. Myers" 
<jsm28@cam.ac.uk> wrote:

> On Mon, 11 Jun 2001, Gerald Pfeifer wrote:
>
>> I'm really getting worried about this kind of breaking happening *that*
>> late in the release process!
>
> What time today (UTC) is the freeze on checkins on the branch without
> express Release Manager approval?

Not just yet.

I will send out the usual status mail later today, and make this change
at this point.  Probably in the early afternoon.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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

* Re: New GCC 3.0 build failure on FreeBSD 4.3
  2001-06-11 11:21 ` Arno J. Klaassen
@ 2001-06-11 18:04   ` Loren James Rittle
  0 siblings, 0 replies; 5+ messages in thread
From: Loren James Rittle @ 2001-06-11 18:04 UTC (permalink / raw)
  To: arno; +Cc: gcc

In article < wpsnh6zxmk.fsf@heho.snv.jussieu.fr > you write:

>> As of today, GCC 3.0 fails to build on FreeBSD 4.3:
>> [ .. ]
>> /sw/test/gcc/cvs-3.0/libiberty/strerror.c:468: conflicting types for
>`sys_nerr'
>> /usr/include/stdio.h:224: previous declaration of `sys_nerr'
[...]
>../../../../libiberty/strsignal.c:250: conflicting types for `sys_nsig'
>/usr/include/signal.h:50: previous declaration of `sys_nsig'
>make[1]: *** [strsignal.o] Error 1

My pending patch addresses both of these issues.  It just passed `make
bootstrap'.  `make check' is commencing now.

Regards,
Loren

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

end of thread, other threads:[~2001-06-11 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-11  4:28 New GCC 3.0 build failure on FreeBSD 4.3 Gerald Pfeifer
2001-06-11  4:41 ` Joseph S. Myers
2001-06-11 11:45   ` Mark Mitchell
2001-06-11 11:21 ` Arno J. Klaassen
2001-06-11 18:04   ` Loren James Rittle

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