Bug 28429 - parallel make failure: No rule to make target `c-typeck.c', needed by `c-typeck.o'.
Summary: parallel make failure: No rule to make target `c-typeck.c', needed by `c-type...
Status: RESOLVED DUPLICATE of bug 28428
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.1.1
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-19 04:26 UTC by lucier
Modified: 2006-07-19 04:27 UTC (History)
1 user (show)

See Also:
Host: sparc-sun-solaris2.9
Target: sparc-sun-solaris2.9
Build: sparc-sun-solaris2.9
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lucier 2006-07-19 04:26:31 UTC
The build log is somewhat jumbled, but bootstrap fails a make -j 8 with

stage1/xgcc -Bstage1/ -B/pkgs/gcc-4.1.1/sparc-sun-solaris2.9/bin/ -c   -O2 -g -mcpu=ultrasparc -m64 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute     -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/pkgs/gmp-4.1.4/include -I/pkgs/gmp-4.1.4/include    -o build/dummy-conditions.o ../../gcc/dummy-conditions.c
echo "\"../../gcc\"" >> tmp-gtyp.h
ltf="../../gcc/cp/cp-tree.def ../../gcc/java/java-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \
    echo "#include \"$f\""; \
done | sed 's|../../gcc/||' > tmp-gencheck.h
make[2]: *** No rule to make target `c-typeck.c', needed by `c-typeck.o'.  Stop.
make[2]: *** Waiting for unfinished jobs....
echo ";" >> tmp-gtyp.h
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ksh ../../gcc/../move-if-change tmp-optionlist optionlist
make[2]: *** Waiting for unfinished jobs....
Comment 1 lucier 2006-07-19 04:27:25 UTC

*** This bug has been marked as a duplicate of 28428 ***