On ppc (G4 10.4.11 and G5 10.5.8) updating to g77-3.4.3-105 failed with:
...
mv specs stage1/specs
mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c
insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c insn-opinit.c
insn-constants.h tm-preds.h tree-check.h insn-conditions.c min-insn-modes.c
insn-modes.c insn-modes.h s-flags s-config s-codes s-mlib s-genrtl s-modes
s-gtype gtyp-gen.h s-output s-recog s-emit s-extract s-peep s-check
s-conditions s-attr s-attrtab s-opinit s-preds s-constants s-crt0 genemit
genoutput genrecog genextract genflags gencodes genconfig genpeep genattrtab
genattr genopinit gengenrtl gencheck genpreds genconstants gengtype
genconditions genmodes genrtl.c genrtl.h gt-*.h gtype-*.h gtype-desc.c xgcc cpp
cc1 crt2.o gcc-cross protoize unprotoize specs collect2 collect2 gcov-iov
gcov gcov-dump *.[0-9][0-9].* *.[si] libcpp.a libbackend.a libgcc.mk g77
g77-cross f771 stage1
mv: rename s-crt0 to stage1/s-crt0: No such file or directory
mv: crt2.o: No such file or directory
mv: rename gcc-cross to stage1/gcc-cross: No such file or directory
mv: rename protoize to stage1/protoize: No such file or directory
mv: rename unprotoize to stage1/unprotoize: No such file or directory
mv: specs: No such file or directory
mv: collect2: No such file or directory
mv: rename gcov to stage1/gcov: No such file or directory
mv: rename gcov-dump to stage1/gcov-dump: No such file or directory
mv: rename *.[0-9][0-9].* to stage1/*.[0-9][0-9].*: No such file or directory
mv: rename *.[si] to stage1/*.[si]: No such file or directory
mv: rename g77-cross to stage1/g77-cross: No such file or directory
mv: rename f771 to stage1/f771: No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
if [ -f as ] ; then (cd stage1 && ln -s ../as .) ; else true ; fi
if [ -f ld ] ; then (cd stage1 && ln -s ../ld .) ; else true ; fi
if [ -f collect-ld ] ; then (cd stage1 && ln -s ../collect-ld .) ; else true ;
fi
rm -f stage1/libgcc.a stage1/libgcc_eh.a stage1/libgcov.a
rm -f stage1/libgcc_s*.dylib
rm -f stage1/libunwind.a stage1/libunwind*.dylib
cp libgcc.a stage1
` if [ -f /sw/src/fink.build/g77-3.4.3-105/darwin/gcc/../binutils/ranlib ] ;
then echo /sw/src/fink.build/g77-3.4.3-105/darwin/gcc/../binutils/ranlib ; else
if [ "powerpc-apple-darwin9.8.0" = "powerpc-apple-darwin9.8.0" ] ; then echo
ranlib; else t='s,y,y,'; echo ranlib | sed -e $t ; fi; fi` stage1/libgcc.a
cp libgcov.a stage1
` if [ -f /sw/src/fink.build/g77-3.4.3-105/darwin/gcc/../binutils/ranlib ] ;
then echo /sw/src/fink.build/g77-3.4.3-105/darwin/gcc/../binutils/ranlib ; else
if [ "powerpc-apple-darwin9.8.0" = "powerpc-apple-darwin9.8.0" ] ; then echo
ranlib; else t='s,y,y,'; echo ranlib | sed -e $t ; fi; fi` stage1/libgcov.a
if [ -f libgcc_eh.a ] ; then cp libgcc_eh.a stage1; \
` if [ -f
/sw/src/fink.build/g77-3.4.3-105/darwin/gcc/../binutils/ranlib ] ; then echo
/sw/src/fink.build/g77-3.4.3-105/darwin/gcc/../binutils/ranlib ; else if [
"powerpc-apple-darwin9.8.0" = "powerpc-apple-darwin9.8.0" ] ; then echo ranlib;
else t='s,y,y,'; echo ranlib | sed -e $t ; fi; fi` stage1/libgcc_eh.a; \
fi
cp libgcc_s*.dylib stage1
cp: libgcc_s*.dylib: No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
cp libunwind.a libunwind*.dylib stage1
cp: libunwind.a: No such file or directory
cp: libunwind*.dylib: No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
for f in .. ; do if [ x${f} != x.. ]; then \
cp stage1/${f} . ; \
else true; \
fi; done
mv -f f/*.o f/fini f/stamp-str f/str-*.h f/str-*.j g77spec.o stage1/f
mv: rename f/*.o to stage1/f/*.o: No such file or directory
mv: rename f/fini to stage1/f/fini: No such file or directory
mv: rename f/stamp-str to stage1/f/stamp-str: No such file or directory
mv: rename f/str-*.h to stage1/f/str-*.h: No such file or directory
mv: rename f/str-*.j to stage1/f/str-*.j: No such file or directory
mv: rename g77spec.o to stage1/f/g77spec.o: No such file or directory
make[2]: [f77.stage1] Error 1 (ignored)
for dir in . f ; \
do \
rm -f $dir/*.{gcda,gcno} ; \
done
echo timestamp > stage1_copy
echo stage2_build > stage_last
make CC=" stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin9.8.0/bin/"
CC_FOR_BUILD=" stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin9.8.0/bin/" \
STAGE_PREFIX=stage1/ \
ADAFLAGS="" CFLAGS="-m32 -D_FORTIFY_SOURCE=0" LDFLAGS=""
WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-pedantic -Wno-long-long
-Wold-style-definition " libdir=/sw/lib LANGUAGES="c gcov gcov-dump f77"
MAKEINFO="/sw/src/fink.build/g77-3.4.3-105/gcc-3.4.3/missing makeinfo
--split-size=5000000" MAKEINFOFLAGS="--no-split" MAKEOVERRIDES=
OUTPUT_OPTION="-o \$@" \
CFLAGS="-m32 -D_FORTIFY_SOURCE=0" WERROR=""
stage1/xgcc -Bstage1/ -B/sw/powerpc-apple-darwin9.8.0/bin/ -c -m32
-D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition
-DHAVE_CONFIG_H -DGENERATOR_FILE -I/sw/include -I. -I. -I../../gcc-3.4.3/gcc
-I../../gcc-3.4.3/gcc/. -I../../gcc-3.4.3/gcc/../include
../../gcc-3.4.3/gcc/genmodes.c -o genmodes.o
cc1: error: invalid option `32'
make[2]: *** [genmodes.o] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2
### execution of /var/tmp/tmp.2.gwMMqG failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-g77-3.4.3-105
(Reading database ... 462257 files and directories currently installed.)
Removing fink-buildlock-g77-3.4.3-105 ...
Failed: phase compiling: g77-3.4.3-105 failed
Note the update went without problem on intel 10.5.8
TIA
Dominique
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users