[FGS] Some modules don't install with self-installer

Frank Warmerdam warmerdam at pobox.com
Mon Jul 16 14:19:34 EDT 2007


Normand Savard wrote:
> All,
> 
> I build a fgs self-installer by specifying a list of desired modules but 
> for some reason some of these modules don't install.  I'm talking 
> essentially about gdal_ecw-module, gdal_python and python_mapscript.  
> The self-installer is created as specified in reference 1 and the output 
> of the installation is as reference 2.  If I create a self-installer 
> with a minimal number of modules it works (see reference 3 and 4).
> 
> Does someone know why?

Norm,

I dug into this since it was also affecting me.  It seems the fgs_installer.sh
script's final line was:

echo "+ Running base's installer"
## Finally, run the next install step from the package's installer.
$FGS_HOME/etc/fgs/install.sh $FGS_HOME $MODULES_SRC $FIRST_MODULE $2 $3 $4 $5 $6

But if there were more than six packages in the installer the rest were
ignored unless one of the first six depended on them.  I'm committing a
change to use:

$FGS_HOME/etc/fgs/install.sh $FGS_HOME $MODULES_SRC $FIRST_MODULE $2 $3 $4 $5 
$6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 
$27 $28 $29 $30 $31 $32 $33 $34 $35 $36 $37 $38 $39

But if anyone knows a better syntax for all the rest of the arguments except
for $1, then I'd be pleased if they did a better fix.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGeo, http://osgeo.org



More information about the Foss-gis-suite mailing list