Opened 11 years ago
Closed 10 years ago
#1290 closed defect (fixed)
Zoo Project needs packaging
Reported by: | kalxas | Owned by: | kalxas |
---|---|---|---|
Priority: | major | Milestone: | OSGeoLive8.0 |
Component: | OSGeoLive | Keywords: | |
Cc: | live-demo@… |
Description
The old tarball is not built against new mapserver, gdal etc. We either need a new tarball or better a deb package for it :)
When the demo page is loaded, the map shows fine but the processing tools do not work as expected.
Change History (20)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
second fix in [11138] The file seemed to be a gzip one... converted back to tar -j
comment:3 by , 11 years ago
The new version is installed in [11138] but the processing tools do not work.
comment:4 by , 11 years ago
The ZOO-Kernel seems to be working, the GetCapabilities request is responding, wondering if the problem is with the demo page.
comment:5 by , 11 years ago
I created a deb file for zoo [11161], first test shows the problem is fixed now. Will confirm in next nightly.
comment:6 by , 11 years ago
Priority: | critical → major |
---|
Steps to fix on beta3:
# wget http://download.osgeo.org/livedvd/data/zoo/zoo-project_1.3.0-2_i386.deb # sudo dpkg -i zoo-project_1.3.0-2_i386.deb
comment:7 by , 11 years ago
Milestone: | OSGeoLive7.9 → OSGeoLive8.0 |
---|---|
Priority: | major → normal |
Summary: | Zoo Project needs rebuilding/packaging → Zoo Project needs packaging |
Type: | defect → enhancement |
Fixed in build [11163] I am leaving the ticket open for us to remember that ZOO needs to be packaged for UbuntuGIS
comment:8 by , 10 years ago
Priority: | normal → major |
---|---|
Type: | enhancement → defect |
I have completed deb packaging for ZOO. Missing demo files as part of the deb (since demo is not included in the official tarball) https://launchpad.net/~gcpp-kalxas/+archive/osgeolive/+sourcepub/4228809/+listing-archive-extra
comment:9 by , 10 years ago
on a2 with Apache 2.4, I see (?)
user@live8-a2:~/gisvm/bin$ ls -l /var/www total 16 drwxr-xr-x 26 root root 4096 Jun 16 10:33 html/ drwxr-xr-x 2 root root 4096 Feb 4 2011 temp/ drwxr-xr-x 2 root root 4096 Jun 16 09:41 zoo/ drwxr-xr-x 3 root root 4096 Jun 16 09:41 zoo-demo/
comment:11 by , 10 years ago
Owner: | changed from | to
---|---|
Priority: | major → critical |
comment:13 by , 10 years ago
Priority: | critical → major |
---|
comment:14 by , 10 years ago
After completing the packaging in [11603], the WPS ZOO kernel is working, but the demo page has problems.
comment:16 by , 10 years ago
Is the debian/ packaging rules stored in svn/git somewhere? or just from
?
(we could make you an account on DebianGIS's git for it if you like for wider exposure+collaboration)
thanks, Hamish
comment:17 by , 10 years ago
I have committed the rules in zoo svn a few hours ago. Yes, a Debian git account for zoo would be great too.
comment:18 by , 10 years ago
@kalxas, you're already a member of the Debian GIS team, and therefor have commit access to the group git repositories on Alioth.
I welcome a zoo package for Debian upstream. Just as for your other recent packaging work.
Most of what you need to know is documented in the Debian GIS Policy
comment:19 by , 10 years ago
Thanks, I did not know I had access to create new git repos in Alioth, I just knew I had member access :)
testing fix in [11125]