[Live-demo] [OSGeo] #1281: osm2pgrouting missing
OSGeo
trac_osgeo at osgeo.org
Sat Feb 22 11:15:39 PST 2014
#1281: osm2pgrouting missing
----------------------+-----------------------------------------------------
Reporter: kalxas | Owner: live-demo@…
Type: defect | Status: new
Priority: critical | Milestone: OSGeoLive7.9
Component: LiveDVD | Keywords:
----------------------+-----------------------------------------------------
Comment(by dkastl):
I would really appreciate, if the person, who commented out the previous
PPA for pgRouting also makes sure, that the install script still works.
It would have been quite easy then to see, that osm2pgrouting was not
copied to the OSGeoLive PPA.
So possible solutions are:
* (1) Re-enable the PPA with osm2pgrouting (ppa:georepublic/pgrouting)
* (2) Copy the osm2pgrouting package to the PPA, which is used now.
(1) I can do, (2) I can't.
Regards,
Daniel
For reference the relevant lines in "install_pgrouting.sh":
{{{
# TODO: Remove third party PPAs
#add-apt-repository -y ppa:georepublic/pgrouting
apt-get update -qq
# Install pgRouting packages
apt-get install -y -qq postgresql-9.3-pgrouting
if [ $? -ne 0 ] ; then
echo 'ERROR: pgRouting Package install failed! Aborting.'
exit 1
fi
# Install osm2pgrouting package
apt-get install -y -qq osm2pgrouting
}}}
--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1281#comment:8>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Osgeolive
mailing list