Opened 29 hours ago

Last modified 29 hours ago

#843 new defect

running bootstrap.sh on new machine

Reported by: rkolka Owned by: osgeo4w-dev@…
Priority: normal Component: Package
Version: Keywords: gsl
Cc:

Description (last modified by rkolka)

I tried to run bootstrap.sh on a fresh machine. I've overcome 3 build errors, but I'm currently unable to overcome the 4th. That is when building gsl. Spcifically src\gsl\gsl\build.vc\gslhdrs\gslhdrs.vcxproj. Build log attached.

PreBuildEvent:
  copy ..\gsl_version.h ..\..\gsl
  :VCEnd
  The system cannot find the file specified.

Before that, I had to make the following changes.


1.

/scripts/genini:41
-my $alllicenses = 0;
+my $alllicenses = 1;

Otherwise I get:

license.map not found at /cygdrive/d/Code/OSGeo4W/scripts/genini line 64.

2.

/src/apache/osgeo4w/package.sh:2
-export V=2.4.58
+export V=2.4.61
/src/apache/osgeo4w/package.sh:16
-z=httpd-$V-240131-win64-VS17.zip
+z=httpd-$V-240703-win64-VS17.zip

Otherwise I get:

unzip:  cannot find zipfile directory in one of httpd-2.4.58-240131-win64-VS17.zip ...

3.

/src/gsl/osgeo4w/package.sh:12
-[ -f master.tar.gz ] || wget https://github.com/BrianGladman/gsl/archive/master.tar.gz
+[ -f vs_build.tar.gz ] || wget https://github.com/BrianGladman/gsl/archive/vs_build.tar.gz

/src/gsl/osgeo4w/package.sh:13
-[ -f ../$P/build.vc ] || tar -C .. -xzf master.tar.gz --xform "s,^gsl-master,$P,"
+[ -f ../$P/build.vc ] || tar -C .. -xzf vs_build.tar.gz --xform "s,^gsl-vs_build,$P,"

Otherwise I get

package.sh: line 19: cd: ../gsl/build.vc: No such file or directory

Attachments (1)

log.txt (12.2 KB ) - added by rkolka 29 hours ago.
build log

Download all attachments as: .zip

Change History (2)

by rkolka, 29 hours ago

Attachment: log.txt added

build log

comment:1 by rkolka, 29 hours ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.