public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/11932] New: Parallel bootstrap failure with sparc libiberty multilib
@ 2003-08-15 18:51 lucier at math dot purdue dot edu
  2003-08-15 19:06 ` [Bug bootstrap/11932] " pinskia at gcc dot gnu dot org
                   ` (31 more replies)
  0 siblings, 32 replies; 34+ messages in thread
From: lucier at math dot purdue dot edu @ 2003-08-15 18:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Parallel bootstrap failure with sparc libiberty multilib
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.8
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8

Bootstrap failed with 2003-08-12's gcc sources with make -j 4 on
sparc=sun-solaris2.8 with


Checking multilib configuration...
/local/bin/bash ../mkinstalldirs sparc-sun-solaris2.8/libstdc++-v3 ; \
rm -f sparc-sun-solaris2.8/libstdc++-v3/Makefile || : ; \
cp multilib.out sparc-sun-solaris2.8/libstdc++-v3/multilib.out
/local/bin/bash ../mkinstalldirs sparc-sun-solaris2.8/libiberty ; \
rm -f sparc-sun-solaris2.8/libiberty/Makefile || : ; \
cp multilib.out sparc-sun-solaris2.8/libiberty/multilib.out
/local/bin/bash ../mkinstalldirs sparc-sun-solaris2.8/libf2c ; \
rm -f sparc-sun-solaris2.8/libf2c/Makefile || : ; \
cp multilib.out sparc-sun-solaris2.8/libf2c/multilib.out
mkdir -p -- sparc-sun-solaris2.8/libstdc++-v3
mkdir -p -- sparc-sun-solaris2.8/libiberty
mkdir -p -- sparc-sun-solaris2.8/libf2c
mkdir: No such file or directory
mkdir: Failed to make directory "sparc-sun-solaris2.8/libiberty"; File exists
cp: cannot create sparc-sun-solaris2.8/libiberty/multilib.out: No such file or
directory
make[1]: *** [sparc-sun-solaris2.8/libiberty/multilib.out] Error 2
make[1]: *** Waiting for unfinished jobs....
no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for limits.h... (cached) yes
checking for off_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking if mkdir takes one argument... (cached) no
checking size of char... 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking whether byte ordering is bigendian... (cached) yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h
make[1]: Leaving directory
`/export/mdd0/users/lucier/programs/gcc/gcc-3.4/objdir-sparc'
make: *** [bootstrap] Error 2

I restarted a serial bootstrap with 'make bootstrap >>& build.log' that
completed, and I later ran make check.


There seem to be several SMP build problems, and they're not trivial to
diagnose.


Brad


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

end of thread, other threads:[~2004-02-25 23:46 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-15 18:51 [Bug bootstrap/11932] New: Parallel bootstrap failure with sparc libiberty multilib lucier at math dot purdue dot edu
2003-08-15 19:06 ` [Bug bootstrap/11932] " pinskia at gcc dot gnu dot org
2003-08-23  1:18 ` [Bug bootstrap/11932] [3.4 regression] " dhazeghi at yahoo dot com
2003-08-24 21:52 ` dhazeghi at yahoo dot com
2003-08-25  4:31 ` pinskia at gcc dot gnu dot org
2003-08-27 21:47 ` neroden at gcc dot gnu dot org
2003-12-16 22:42 ` steven at gcc dot gnu dot org
2003-12-19 10:15 ` pinskia at gcc dot gnu dot org
2003-12-31 21:51 ` neroden at gcc dot gnu dot org
2003-12-31 21:56 ` lucier at math dot purdue dot edu
2004-01-03 18:23 ` cvs-commit at gcc dot gnu dot org
2004-01-03 21:40 ` neroden at gcc dot gnu dot org
2004-01-03 21:43 ` neroden at gcc dot gnu dot org
2004-01-05  6:11 ` neroden at gcc dot gnu dot org
2004-01-06  4:52 ` pinskia at gcc dot gnu dot org
2004-01-06  5:21 ` lucier at math dot purdue dot edu
2004-01-06 23:32 ` neroden at gcc dot gnu dot org
2004-01-09  1:44 ` neroden at gcc dot gnu dot org
2004-01-13  3:19 ` lucier at math dot purdue dot edu
2004-01-13 23:13 ` neroden at gcc dot gnu dot org
2004-01-14  0:58 ` lucier at math dot purdue dot edu
2004-01-14  5:57 ` neroden at twcny dot rr dot com
2004-01-27  6:03 ` [Bug bootstrap/11932] [3.4/3.5 " neroden at gcc dot gnu dot org
2004-01-27  6:22   ` Ian Lance Taylor
2004-01-27  6:22 ` ian at wasabisystems dot com
2004-02-04 17:04 ` ghazi at gcc dot gnu dot org
2004-02-05  0:27 ` neroden at twcny dot rr dot com
2004-02-05  2:21 ` ghazi at caip dot rutgers dot edu
2004-02-20  2:01 ` cvs-commit at gcc dot gnu dot org
2004-02-20  2:05 ` neroden at gcc dot gnu dot org
2004-02-20  2:12 ` lucier at math dot purdue dot edu
2004-02-20  2:13 ` [Bug bootstrap/11932] [3.4 " pinskia at gcc dot gnu dot org
2004-02-25 23:31 ` neroden at gcc dot gnu dot org
2004-02-25 23:46 ` cvs-commit 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).