Changes between Initial Version and Version 50 of Ticket #12994


Ignore:
Timestamp:
Dec 7, 2007, 3:45:34 PM (16 years ago)
Author:
jmpp@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12994

    • Property Status changed from new to closed
    • Property Cc mww@… jwa@… rick@… waqar@… wfreitag@… added
    • Property Summary changed from postgresql82 not compiling on Leopard / 10.5 to postgresql82 fails to build on Mac OS X 10.5 Leopard
    • Property Milestone changed from to Port Bugs
    • Property Resolution changed from to fixed
  • Ticket #12994 – Description

    initial v50  
    11Most 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.
    22
     3{{{
    34gcc -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
    45Undefined symbols:
     
    334335Warning: the following items did not execute (for postgresql82): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    335336Error: Status 1 encountered during processing.
    336 
     337}}}