[Live-demo] [OSGeo] #1288: GeoNode 2.0 depends on python-dev (was: GeoNode 2.0 fails to connect to the database)

OSGeo trac_osgeo at osgeo.org
Mon Feb 24 04:21:20 PST 2014


#1288: GeoNode 2.0 depends on python-dev
----------------------+-----------------------------------------------------
 Reporter:  kalxas    |       Owner:  live-demo@…              
     Type:  defect    |      Status:  new                      
 Priority:  critical  |   Milestone:  OSGeoLive7.9             
Component:  LiveDVD   |    Keywords:                           
----------------------+-----------------------------------------------------

Comment(by kalxas):

 After some debugging I found the following:

 1. The reason that GeoNode is not working is because the file
 /usr/lib/python2.7/dist-packages/geonode/wsgi.py is missing.

 2. The reason that the above file is missing is because the package
 python-geonode is removed at some point during the build process. If this
 is executed on beta3 build, GeoNode will work fine again:
 {{{
 sudo apt-get install python-geonode
 }}}

 3. The reason why python-geonode is removed is because the deb file
 depends on python-dev, which is removed during cleanup.

 The question is: Why is python-dev needed in python-geonode? I believe
 this is a debian packaging bug.

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1288#comment:5>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Osgeolive mailing list