On 9/26/12 12:24 PM, Jay D. Martin wrote: > I am trying to install Django with Fink. I installed it fine without Fink, > but wanted to move to Python2.7.3 and use a "common" python environment with > other packages. > > I have installed the lated Fink libraries but when I try to install Django I > get the following failure message: > > libtool: compile: gcc -c -I/sw/src/fink.build/gdal-1.9.1-3/gdal-1.9.1/port > -I/sw/src/fink.build/gdal-1.9.1-3/gdal-1.9.1/gcore > -I/sw/src/fink.build/gdal-1.9.1-3/gdal-1.9.1/alg > -I/sw/src/fink.build/gdal-1.9.1-3/gdal-1.9.1/ogr > -I/sw/src/fink.build/gdal-1.9.1-3/gdal-1.9.1/ogr/ogrsf_frmts -DOGR_ENABLED > -Os -I/sw/include -I/sw/include -I/sw/include > -I/sw/src/fink.build/gdal-1.9.1-3/gdal-1.9.1/port -I/sw -I/sw/include > -I/sw/opt/netcdf7 -I/sw -I/sw/include -I/sw -I/sw/include -I/sw/include -I/sw > -I/sw/include -I/sw -I/sw/include -I/sw -I/sw/include -Idegrib18/degrib > -DHAVE_JASPER -g -O2 -Wall -Wdeclaration-after-statement > degrib18/g2clib-1.0.4/jpcpack.c -o ../o/jpcpack.o >/dev/null 2>&1 > ### execution of /tmp/fink.HKXO3 failed, exit code 2 > ### execution of /tmp/fink.ItYz_ failed, exit code 2
That's it? I'd have expected some other error message after that line of output. There's not much to work on to diagnose the problem from that. > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gdal-1.9.1-3 > (Reading database ... 58265 files and directories currently installed.) > Removing fink-buildlock-gdal-1.9.1-3 ... > Failed: phase compiling: gdal-1.9.1-3 failed > > machine configuration: > Package manager version: 0.34.4 > Distribution version: selfupdate-cvs Wed Sep 26 14:16:16 2012, 10.7, x86_64 > Trees: local/main stable/main > Xcode.app: 4.5 > Xcode command-line tools: 4.5.0.0.1.1249367152 > Max. Fink build jobs: 1 > > I don't need the Geo stuff. Is there a way to remove this dependency in the > build? > > Thank you > > Jay Martin > > I wasn't able to reproduce your error (10.8/Xcode 4.5). We don't have command-line modifications of the build process--that way we don't have to remember ask folks "what options did you use?" when they file bug reports. How packages build can be changed via a local modification, such as mentioned in: http://finkers.wordpress.com/2009/07/24/creating-local-packages/ That being said, I _did_ find a packaging error from the output above. The package is looking for NetCDF headers and libraries in the wrong place for the particular version of the NetCDF package being used. I've taken the liberty of fixing that. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219672;13503038;z? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
