On 1/24/14 6:32 PM, Alexander Hansen wrote: > On 1/24/14 5:32 PM, Alexander Hansen wrote: >> On 1/24/14 2:28 PM, john saylor wrote: >>> On 01/24/2014 04:33 PM, Hanspeter Niederstrasser wrote: >>>> If you downloaded the files using a recent version of Firefox, there's >>>> a bug that sets the wrong permissions on download. You can check by >>>> running 'ls -l /sw/fink/dists/local/main/finkinfo/squid-unified*' >>>> >>> >>> wow, very nice. debugging firefox errors along with squid compilation >>> difficulties. i am not worthy ... >>> >>> sadly, once again i did not seem to cross the finish line, although i >>> have a strong unquantifiable feeling that i am within inches of my >>> goal ... >>> >>> >>> >>> config.status: executing libtool commands >>> + make DEFAULT_SWAP_DIR=/sw/var/cache/squid >>> DEFAULT_LOG_PREFIX=/sw/var/log/squid >>> DEFAULT_MIB_PATH=/sw/share/doc/squid-unif >>> ied DEFAULT_PID_FILE=/sw/var/run/squid.pid >>> Making all in compat >>> /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. >>> -I../include -I../lib -I../src -I../include - >>> I/sw/include -I/sw/include -Werror -Qunused-arguments -D_REENTRANT -W >>> 64 -g -O2 -march=native -std=c++0x -MT assert.lo >>> -MD -MP -MF .deps/assert.Tpo -c -o assert.lo assert.cc >>> libtool: compile: g++ -DHAVE_CONFIG_H -I.. -I../include -I../lib >>> -I../src -I../include -I/sw/include -I/sw/include -Werro >>> r -Qunused-arguments -D_REENTRANT -W 64 -g -O2 -march=native -std=c++0x >>> -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c asse >>> rt.cc -o assert.o >>> clang: error: no such file or directory: '64' >>> make[1]: *** [assert.lo] Error 1 >>> make: *** [all-recursive] Error 1 >>> ### execution of /tmp/fink.1njCT failed, exit code 2 >>> ### execution of /tmp/fink.cGUAi failed, exit code 2 >>> Removing runtime build-lock... >>> Removing build-lock package... >>> /sw/bin/dpkg-lockwait -r fink-buildlock-squid-unified-3.4.2-2 >>> (Reading database ... 10429 files and directories currently installed.) >>> Removing fink-buildlock-squid-unified-3.4.2-2 ... >>> Failed: phase compiling: squid-unified-3.4.2-2 failed >>> >>> Before reporting any errors, please run "fink selfupdate" and try 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-us...@lists.sourceforge.net> >>> The Fink Beginners List <fink-beginners@lists.sourceforge.net>, >>> >>> with a carbon copy to the maintainer: >>> >>> Benjamin Reed <sq...@fink.raccoonfink.com> >>> >>> 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.36.3.1 >>> Distribution version: selfupdate-rsync Fri Jan 24 17:12:09 2014, 10.9, >>> x86_64 >>> Trees: local/main stable/main >>> Xcode.app: 5.0.2 >>> Xcode command-line tools: 5.0.1.0.1.1382131676 >>> Max. Fink build jobs: 1 >>> >>> >>> >> >> I've closed in on this a little bit. The "-W 64" seems to be coming in >> from one of the arguments to the configure script ("ConfigureParams"), >> though I'm not sure yet which one. I removed the whole block so that >> Fink's default arguments would be used and there was no "-W 64" anywhere. > > OK. I've now tracked it down to the "--with-large-files" item. >
And here's the problem: the configure script runs the following foure commands on line 23391-23394 (with $buildmodel="POSIX_V6_LPBIG_OFFBIG"): CFLAGS="`getconf ${buildmodel}_CFLAGS` $CFLAGS" CXXFLAGS="`getconf ${buildmodel}_CFLAGS` $CXXFLAGS" LIBS="`getconf ${buildmodel}_LIBS` $LIBS" LDFLAGS="`getconf ${buildmodel}_LDFLAGS` $LDFLAGS" On 10.7/Xcode 4.6, those don't return anything, but on 10.8/Xcode 5 and 10.9/Xcode 5, the CFLAGS, CXXFLAGS, and LDFLAGS items return "-W 64". $ getconf POSIX_V6_LPBIG_OFFBIG_LDFLAGS -W 64 -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Fink-beginners mailing list Fink-beginners@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners