[OSGeoLive] #2369: GeoExt fails to launch

OSGeoLive trac_osgeolive at osgeo.org
Sun Jun 26 01:23:00 PDT 2022


#2369: GeoExt fails to launch
-----------------------+--------------------------
 Reporter:  kalxas     |       Owner:  osgeolive@…
     Type:  defect     |      Status:  new
 Priority:  critical   |   Milestone:
Component:  OSGeoLive  |  Resolution:
 Keywords:  GeoExt     |
-----------------------+--------------------------
Comment (by sanak):

 GeoExt repository name seems to be changed since v3.4.0,
 https://github.com/geoext/geoext/releases/tag/v3.4.0
 > * Github repository was renamed from {{{geoext3}}} to {{{geoext}}}

 so I think that the following change is necessary at least.
 https://github.com/OSGeo/OSGeoLive/blob/master/bin/install_geoext.sh#L125
 {{{
 -       "https://github.com/geoext/geoext3/archive/$GEOEXT_ARCHIVE_DIST"
 +       "https://github.com/geoext/geoext/archive/$GEOEXT_ARCHIVE_DIST"
 }}}

 From GeoExt {{{README.txt}}}, upgrading GeoExt version from current
 {{{3.1.0}}} to {{{3.3.2}}} seems to be possible without dependencies
 upgrade.
 https://github.com/geoext/geoext/tree/v3.3.2
 {{{
 - GEOEXT_VERSION="3.1.0"
 + GEOEXT_VERSION="3.3.2"
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2369#comment:1>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.


More information about the osgeolive mailing list