bash-4.2$ grep bin/fish -r /sw/src/fink.build/g77-3.4.3-107
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/f/include: No such file or 
directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/f/stage1: No such file or 
directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/f/stage2: No such file or 
directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/f/stage3: No such file or 
directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/f/stage4: No such file or 
directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/f/stagefeedback: No such file 
or directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/f/stageprofile: No such file 
or directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc/include: No such file 
or directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc/stage1: No such file 
or directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc/stage2: No such file 
or directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc/stage3: No such file 
or directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc/stage4: No such file 
or directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc/stagefeedback: No such 
file or directory
grep: /sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc/stageprofile: No such 
file or directory
On Sep 21, 2013, at 11:05 AM, Alexander Hansen wrote:

> On 9/21/13 10:58 AM, Richard Miles wrote:
>> I can get get g77 to build:
>> (MAKE="make"; srcdir=`cd ../../gcc-3.4.3/gcc/fixinc && ${PWDCMD-pwd}` ; \
>> CC="gcc"; CFLAGS="  -D_FORTIFY_SOURCE=0 -DIN_GCC   -W -Wall -Wwrite-strings 
>> -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long  
>> -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE"; LDFLAGS=""; \
>> WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes 
>> -Wmissing-prototypes -pedantic -Wno-long-long  -Wno-error"; 
>> LIBERTY=`${PWDCMD-pwd}`/"../libiberty/libiberty.a"; \
>> export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS LIBERTY; \
>> cd ./fixinc && \
>> /bin/sh ${srcdir}/mkfixinc.sh i686-apple-darwin10.8.0 
>> i686-apple-darwin10.8.0)
>> constructing ../fixinc.sh for i686-apple-darwin10.8.0 to run on 
>> i686-apple-darwin10.8.0
>> make TARGETS=oneprocess SHELL="/usr/local/bin/fish" CC="gcc" CFLAGS=" 
>> -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes 
>> -Wmissing-prototypes -pedantic -Wno-long-long -Wno-error -DHAVE_CONFIG_H 
>> -DGENERATOR_FILE" LDFLAGS="" 
>> LIBERTY="/sw/src/fink.build/g77-3.4.3-107/darwin/gcc/../libiberty/libiberty.a"
>>  install-bin
>> make[3]: Entering directory 
>> `/sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc'
>> /usr/local/bin/fish ../../../gcc-3.4.3/gcc/fixinc/genfixes machname.h
>> make[3]: /usr/local/bin/fish: Command not found
>> make[3]: *** [machname.h] Error 127
>> make[3]: Leaving directory 
>> `/sw/src/fink.build/g77-3.4.3-107/darwin/gcc/fixinc'
>> make[2]: *** [fixinc.sh] Error 2
>> make[2]: Leaving directory `/sw/src/fink.build/g77-3.4.3-107/darwin/gcc'
>> make[1]: *** [stage1_build] Error 2
>> make[1]: Leaving directory `/sw/src/fink.build/g77-3.4.3-107/darwin/gcc'
>> make: *** [bootstrap] Error 2
>> ### execution of /tmp/fink.uU8nX failed, exit code 2
>> ### execution of /tmp/fink.rRJZb failed, exit code 2
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-g77-3.4.3-107
>> (Reading database ... 253372 files and directories currently installed.)
>> Removing fink-buildlock-g77-3.4.3-107 ...
>> Failed: phase compiling: g77-3.4.3-107 failed
>> 
>> Before reporting any errors, please run "fink selfupdate" and try again.
>> Also try using "fink configure" to set your maximum build jobs to 1 and
>> attempt to build the package again.
>> If you continue to have issues, please check to see if the FAQ on Fink's
>> website solves the problem.  If not, ask on one (not both, please) of
>> these mailing lists:
>> 
>>      The Fink Users List <fink-users@lists.sourceforge.net>
>>      The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
>> 
>> with a carbon copy to the maintainer:
>> 
>>      George Helffrich <george.helffr...@bristol.ac.uk>
>> 
>> Note that this is preferable to emailing just the maintainer directly,
>> since most fink package maintainers do not have access to all possible
>> hardware and software configurations.
>> 
>> Please try to include the complete error message in your report.  This
>> generally consists of a compiler line starting with e.g. "gcc" or "g++"
>> followed by the actual error output from the compiler.
>> 
>> Also include the following system information:
>> Package manager version: 0.35.1
>> Distribution version: selfupdate-cvs Sat Sep 21 09:47:46 2013, 10.6, i386
>> Trees: local/main stable/main
>> Xcode.app: 3.2.6
>> Xcode command-line tools: 3.2.6
>> Max. Fink build jobs:  2
> 
> You didn't respond to Martin Costabel's request on 9/16.  Quoting that:
> 
> "
> Pleaseshow the output of the following command
> 
> grep bin/fish -r /sw/src/fink.build/g77-3.4.3-107
> "
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> My package updates: http://finkakh.wordpress.com/


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to