Opened 15 years ago
Closed 15 years ago
#498 closed defect (fixed)
Click2try apt sources are not updated
Reported by: | springmeyer | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OSGeoLive | Keywords: | 2.0, click2try |
Cc: |
Description
'jaunty-updates' needs to be added to '/etc/apt/sources.list' on the click2try image.
Otherwise packages which were available on the livedemo final iso will not be the same on the click2try image and many potential installation failures will occur.
This was noticed because the machine runs python 2.6 by default and the 'python-mapnik 0.5.1-3ubuntu2.0' only provides mapnik bindings for python2.5 while the '0.5.1-3ubuntu2.1' (only available from jaunty-updates) provides bindings for both python2.5 and python2.6.
Doing this should fix the problem:
# add to /etc/apt/sources.list deb http://mirror.math.ucdavis.edu/ubuntu/ jaunty-updates main restricted universe # then run: apt-get update apt-get upgrade
Change History (2)
comment:1 by , 15 years ago
Component: | General → LiveDVD |
---|---|
Owner: | changed from | to
comment:2 by , 15 years ago
Keywords: | 2.0 click2try added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I'm closing this issue as I expect it would have already been fixed.
Of note, the click2try image was not updated for 3.0, so I expect that we will be starting again from a clean slate when building 4.0 if click2try is included.
Arg, missed this one that was mis-filed to "general". Moving to "componet = LiveDVD"