Opened 12 years ago

Closed 12 years ago

#1484 closed defect (worksforme)

Build broken: PERL@ not found

Reported by: dzwarg Owned by: pramsey
Priority: critical Milestone: PostGIS 2.0.0
Component: postgis Version: master
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 (1)

err.log (33.5 KB ) - added by dzwarg 12 years ago.
Build log of the command "make"

Download all attachments as: .zip

Change History (7)

by dzwarg, 12 years ago

Attachment: err.log added

Build log of the command "make"

comment:1 by dzwarg, 12 years ago

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

comment:2 by pramsey, 12 years ago

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

comment:3 by strk, 12 years ago

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

comment:4 by pramsey, 12 years ago

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

comment:5 by pramsey, 12 years ago

This is still a problem?

comment:6 by pramsey, 12 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.