Changes between Initial Version and Version 1 of Ticket #31717


Ignore:
Timestamp:
Oct 22, 2011, 10:37:10 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The default compiler on Xcode 4.2 is clang. Please try llvm-gcc-4.2; if that works, we want to use that, not apple-gcc-4.2.

If really only apple-gcc-4.2 works, then more code is needed than what you added in the patch; see wiki:PortfileRecipes#compiler

What about the older postgresql ports? Are they affected too?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31717

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Cc jwa@… added; mww@… removed
    • Property Keywords haspatch added
  • Ticket #31717 – Description

    initial v1  
    1 Steps to reproduce:
    2 1) On OS X 10.7.1 or 10.7.2 install Xcode 4.2
    3 2) port install postgresql91-server and follow the instructions that it prints to initdb
    4 3) createdb francis ('francis' is my username)
    5 4) psql91
    6 5) at the psql prompt, enter "\dt" (describe tables). psql91 segfaults at this point
     1== Steps to reproduce: ==
     2 1. On OS X 10.7.1 or 10.7.2 install Xcode 4.2
     3 2. port install postgresql91-server and follow the instructions that it prints to initdb
     4 3. createdb francis ('francis' is my username)
     5 4. psql91
     6 5. at the psql prompt, enter "\dt" (describe tables). psql91 segfaults at this point
    77
    8 How to fix:
     8== How to fix: ==
    99Build with apple-gcc-4.2 (not LLVM/clang, which is the system default compiler in Xcode 4.2).