I've installed an X11 program called Spectra for doing spectral analysis of time series (from climatologists at UCLA). It uses the graphical package grace, which I have been trying to install through fink. This is my first experience with fink.

I guess since I am on an Intel mac, Fink Commander is only showing me the latest version, an unstable source. I've installed X11 and Xcode from the 10.4.8 Mac install disk, but the grace installation is failing and I have no idea why. Below is the end of the output that seems to have most of the errors in it.

Help?

Thanks,
Jim Worrall

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
cp libgcc.a stage1
` if [ -f /sw/src/fink.build/g77-3.4-20031015-2/darwin/gcc/../ binutils/ranlib ] ; then echo /sw/src/fink.build/g77-3.4-20031015-2/ darwin/gcc/../binutils/ranlib ; else if [ "i686-apple-darwin8.8.3" = "i686-apple-darwin8.8.3" ] ; 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-20031015-2/darwin/gcc/../ binutils/ranlib ] ; then echo /sw/src/fink.build/g77-3.4-20031015-2/ darwin/gcc/../binutils/ranlib ; else if [ "i686-apple-darwin8.8.3" = "i686-apple-darwin8.8.3" ] ; 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-20031015-2/darwin/gcc/../ binutils/ranlib ] ; then echo /sw/src/fink.build/g77-3.4-20031015-2/ darwin/gcc/../binutils/ranlib ; else if [ "i686-apple-darwin8.8.3" = "i686-apple-darwin8.8.3" ] ; then echo ranlib; else t='s,y,y,'; echo ranlib | sed -e $t ; fi; fi` stage1/libgcc_eh.a; \
fi
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/i686-apple-darwin8.8.3/bin/" CC_FOR_BUILD=" stage1/xgcc -Bstage1/ -B/sw/i686-apple-darwin8.8.3/ bin/" \
         STAGE_PREFIX=stage1/ \
ADAC="\$(CC)" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$ (GCC_WARN_CFLAGS)" STRICT_WARN="-pedantic -Wno-long-long -Werror" libdir=/sw/lib LANGUAGES="c gcov gcov-dump f77" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@" \
         CFLAGS="-g -O2" WERROR="-Werror"
stage1/xgcc -Bstage1/ -B/sw/i686-apple-darwin8.8.3/bin/ -c -g -O2 - DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -Werror -fno-common - DHAVE_CONFIG_H -DGENERATOR_FILE -I/sw/include -I. -I. -I../../ gcc-3.4-20031015/gcc -I../../gcc-3.4-20031015/gcc/. -I../../ gcc-3.4-20031015/gcc/../include ../../gcc-3.4-20031015/gcc/ genmodes.c -o genmodes.o
/var/tmp//ccngpCh8.s:3889:indirect jmp without `*'
/var/tmp//ccngpCh8.s:3906:indirect jmp without `*'
/var/tmp//ccngpCh8.s:3923:indirect jmp without `*'
/var/tmp//ccngpCh8.s:3940:indirect jmp without `*'
/var/tmp//ccngpCh8.s:3957:indirect jmp without `*'
/var/tmp//ccngpCh8.s:3974:indirect jmp without `*'
/var/tmp//ccngpCh8.s:3991:indirect jmp without `*'
/var/tmp//ccngpCh8.s:4008:indirect jmp without `*'
/var/tmp//ccngpCh8.s:4025:indirect jmp without `*'
/var/tmp//ccngpCh8.s:4042:indirect jmp without `*'
/var/tmp//ccngpCh8.s:4059:indirect jmp without `*'
/var/tmp//ccngpCh8.s:4076:indirect jmp without `*'
/var/tmp//ccngpCh8.s:4093:indirect jmp without `*'
/var/tmp//ccngpCh8.s:4110:indirect jmp without `*'
/var/tmp//ccngpCh8.s:4127:indirect jmp without `*'
stage1/xgcc -Bstage1/ -B/sw/i686-apple-darwin8.8.3/bin/ -c -g -O2 - DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -Werror -fno-common - DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.4-20031015/gcc - I../../gcc-3.4-20031015/gcc/. -I../../gcc-3.4-20031015/gcc/../ include -I/sw/include ../../gcc-3.4-20031015/gcc/errors.c -o errors.o
/var/tmp//cc5l8hvt.s:627:indirect jmp without `*'
/var/tmp//cc5l8hvt.s:644:indirect jmp without `*'
/var/tmp//cc5l8hvt.s:661:indirect jmp without `*'
/var/tmp//cc5l8hvt.s:678:indirect jmp without `*'
stage1/xgcc -Bstage1/ -B/sw/i686-apple-darwin8.8.3/bin/ -g -O2 - DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -Werror -fno-common - DHAVE_CONFIG_H -DGENERATOR_FILE -o genmodes \
 genmodes.o errors.o ../libiberty/libiberty.a
xgcc: installation problem, cannot exec `c++filt3': No such file or directory
/usr/bin/ld: Undefined symbols:
__init_keymgr
collect2: ld returned 1 exit status
make[2]: *** [genmodes] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2
### execution of /var/tmp/tmp.2.YPIFPD failed, exit code 2
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-g77-3.4-20031015-2
(Reading database ... 4132 files and directories currently installed.)
Removing fink-buildlock-g77-3.4-20031015-2 ...
Failed: phase compiling: g77-3.4-20031015-2 failed
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to