On 9/26/12 1:59 PM, Jay D. Martin wrote:
> 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
> 

If it were a build jobs related problem you might see an error earlier
in the build, and other threads would continue on and possibly end
abruptly.  That might be worth a look since you set Fink to use only one
job but the script above seems to show 5.

You might also try "fink -l build gdal" to capture a log in /tmp, just
in case the terminal is doing something weird to your output.

-- 
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

Reply via email to