Changes between Initial Version and Version 50 of Ticket #12994
- Timestamp:
- Dec 7, 2007, 3:45:34 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12994
-
Property
Status
changed from
new
toclosed
- Property Cc mww@… jwa@… rick@… waqar@… wfreitag@… added
-
Property
Summary
changed from
postgresql82 not compiling on Leopard / 10.5
topostgresql82 fails to build on Mac OS X 10.5 Leopard
-
Property
Milestone
changed from
to
Port Bugs
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #12994 – Description
initial v50 1 1 Most of my packages compiled okay, but the postgresql82 package won't compile on leopard (I also tried the 83 package, same deal). Also, if I manually download the sources to /usr/local/src but use the exact same configure line that macports uses (even referencing /opt/local/lib, etc.) it compiles fine. 2 2 3 {{{ 3 4 gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -L../../src/port -L/opt/local/lib -L/opt/local/lib access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../../src/timezone/SUBSYS.o ../../src/port/libpgport_srv.a -lssl -lcrypto -lm -o postgres 4 5 Undefined symbols: … … 334 335 Warning: the following items did not execute (for postgresql82): org.macports.activate org.macports.build org.macports.destroot org.macports.install 335 336 Error: Status 1 encountered during processing. 336 337 }}}