Page 1 of 1

automake-1.11

PostPosted: Jul 27th, '12, 01:51
by hodges7
When building osm2pgsql from svn on Mageia 2
I get an error in autogen.sh that says
"install.sh is outdated use install_sh.

This build works on Mandtiva 2011.

The osm2pgsql distribution does not have
"install.sh" in any file.

to make work it on Mageia I copied
the files configure and Makfile.am and some cats and dog files from Mandriva box
and edited pathnames and ran them on Magia to make an executable.

What is going on with automake????

Bill

Re: automake-1.11

PostPosted: Jul 27th, '12, 21:58
by doktor5000
Can you please tell exactly what you did, i.e. commands used and the output you get?

Just tried to reproduce this with a fresh subversion checkout from http://svn.openstreetmap.org/applicatio ... osm2pgsql/
and after installing required dependencies (geos-devel, proj-devel and postgresql-devel) and doing the following:
Code: Select all
./autogen.sh && ./configure && make

it is possible to install osm2pgsql, no problems there and nothing weird is going on with automake, works normal.

Re: automake-1.11

PostPosted: Jul 28th, '12, 16:45
by obgr_seneca
The other question is, should we add that as a package? To have a more complete geo stack?

Oliver

Re: automake-1.11

PostPosted: Jul 28th, '12, 19:27
by doktor5000
obgr_seneca wrote:The other question is, should we add that as a package? To have a more complete geo stack?

No clue, but as the OP seems to want a package for it, and we already have Navit and other Openstreetmap-related stuff, why not if it's useful?
@hodges7: If you want to file a package request: https://wiki.mageia.org/en/How_to_repor ... ge_request