Thank you for your response. I agree that there is not much to go on. I will
admit, I only know enough to get into trouble and not how to get out of trouble.
I changed my fink configuration to only use one process with make ( I think I
did at least), so I don't think I pasted a "red herring".
The contents of /tmp/fink.HKXO3 is:
#!/bin/sh -xe
./configure --prefix=/sw --mandir='${prefix}/share/man'
--with-local=/sw --with-libz=/sw --with-grass=no --with-cfitsio=/sw
--with-pcraster=no --with-netcdf=/sw/opt/netcdf7 --with-png=/sw
--with-libtiff=/sw --with-geotiff=internal --with-jpeg=/sw --with-ogdi=/sw
--with-fme=no --with-jasper=yes --with-ecw=no --with-kakadu=no --with-mrsid=no
--with-bsb --with-ogr --with-xerces=yes --with-xerces-inc=/sw/include
--with-xerces-lib='-L/sw/lib -lxerces-c -lpthread' --with-hdf5=/sw
--with-hdf4=no --with-oci=no --with-dods-root=no
--with-geos=/sw/opt/libgeos3.3.1/bin/geos-config --with-static-proj4=/sw
--without-pg --with-perl --without-php --without-ruby --without-python
--libdir=/sw/lib --includedir=/sw/include/gdal1 --without-perl
--with-sqlite3=/sw --with-spatialite=/sw --with-gif=/sw --with-odbc=/sw
# (cd apps && perl -pi -e 's|gdaldem|gdalflattenmask\$\(EXE\) gdaldem|'
GNUmakefile)
make -j 5
and the contents of /tmp/fink.ItYz_ is:
#!/usr/bin/perl
use Fink::Services qw(execute);
{
local $/;
$script = <DATA>;
}
exit &execute($script);
__DATA__
#!/bin/sh -xe
./configure --prefix=/sw --mandir='${prefix}/share/man'
--with-local=/sw --with-libz=/sw --with-grass=no --with-cfitsio=/sw
--with-pcraster=no --with-netcdf=/sw/opt/netcdf7 --with-png=/sw
--with-libtiff=/sw --with-geotiff=internal --with-jpeg=/sw --with-ogdi=/sw
--with-fme=no --with-jasper=yes --with-ecw=no --with-kakadu=no --with-mrsid=no
--with-bsb --with-ogr --with-xerces=yes --with-xerces-inc=/sw/include
--with-xerces-lib='-L/sw/lib -lxerces-c -lpthread' --with-hdf5=/sw
--with-hdf4=no --with-oci=no --with-dods-root=no
--with-geos=/sw/opt/libgeos3.3.1/bin/geos-config --with-static-proj4=/sw
--without-pg --with-perl --without-php --without-ruby --without-python
--libdir=/sw/lib --includedir=/sw/include/gdal1 --without-perl
--with-sqlite3=/sw --with-spatialite=/sw --with-gif=/sw --with-odbc=/sw
# (cd apps && perl -pi -e 's|gdaldem|gdalflattenmask\$\(EXE\) gdaldem|'
GNUmakefile)
make -j 5
I am not sure if that is any more useful in diagnosing the possible issue. In
the end, it may very well be "operator error" so I thank you in advance for
your patience with me.
Respectfully
Jay Martin
On Sep 26, 2012, at 4:34 PM, Alexander Hansen wrote:
> 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