This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bootstrap failure sparc-sun-solaris2.8


I started getting the following failure for parallel builds on
sparc-sun-solaris2.8 (two processors, four jobs) while a non-parallel
build still works fine:

libgcc/./unwind-sjlj.o; echo %%; cat /sw/test/gcc/cvs/gcc/libgcc-std.ver; } |
nawk -f /sw/test/gcc/cvs/gcc/mkmap-symver.awk > tmp-libgcc.map
gmake[4]: *** No rule to make target `dbxout.h', needed by `dbxout.o'.
Stop.
gmake[4]: *** Waiting for unfinished jobs....
gmake[4]: Leaving directory `/files/pfeifer/OBJ-0723-0918/gcc'
gmake[3]: *** [sparcv9/gcrt1.o] Error 2
gmake[3]: *** Waiting for unfinished jobs....
mv tmp-libgcc.map libgcc.map
gmake[3]: *** Waiting for unfinished jobs....

Could this be related to the following? (I really don't know).

2001-07-22  Neil Booth  <neil@daikokuya.demon.co.uk>

        * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
        (asm_out_file): Remove redundant declaration.
        (assemble_asm): Remove old #if 0 block.
        (assemble_variable): Remove end of function; debug output is
        now handled with global_decl.  Remove old #if 0 block.  Update.
        Remove saved_in_section and associated no-op code.
        * Makefile.in (varasm.o): Correct dependencies.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]