Ticket #1484 (closed defect: worksforme)

Opened 4 months ago

Last modified 4 months ago

Build broken: PERL@ not found

Reported by: dzwarg Owned by: pramsey
Priority: critical Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

I checked out the new version of Postgis today, performed:

make distclean svn update ./autoconf.sh ./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config --with-raster ./make

And I receive a build error when making all in Postgis. Attached is the build log.

Attachments

err.log Download (33.5 KB) - added by dzwarg 4 months ago.
Build log of the command "make"

Change History

Changed 4 months ago by dzwarg

Build log of the command "make"

Changed 4 months ago by dzwarg

Sorry for the poor formatting. These are the commands in order:

make distclean
svn update 
./autoconf.sh 
./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config --with-raster 
make

Changed 4 months ago by pramsey

I don't think we should pass configure if we can't find a critical build component. r8879

Changed 4 months ago by strk

Agreed. @dzwarg will you test and close this ticket ?

Changed 4 months ago by pramsey

I had this exact problem on my desktop, but it turned out that I'd neglected to run ./autogen.sh. After that, everything worked.

Changed 4 months ago by pramsey

This is still a problem?

Changed 4 months ago by pramsey

  • status changed from new to closed
  • resolution set to worksforme
Note: See TracTickets for help on using tickets.