[MacPorts] #44068: serf1: building error on OSX 10.4 Server (PPC)

MacPorts noreply at macports.org
Sun Jul 20 01:23:47 PDT 2014


#44068: serf1: building error on OSX 10.4 Server (PPC)
------------------------------+---------------------
  Reporter:  macports-trac@…  |      Owner:  blair@…
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.0
Resolution:                   |   Keywords:  tiger
      Port:  serf1            |
------------------------------+---------------------

Comment (by djlambe11@…):

 My apologies if I'm going about this the wrong way; this is my first
 contribution to the MacPorts project.

 I've attached a modified patch-SConstruct.diff that enables the build to
 complete on OS X 10.4.

 The problem appears to be passing {{{-Wl,-install_name}}} -- from the
 {{{ld}}} man page:
 {{{
 ...
 -dylib_install_name name
         For dynamic shared library files, specifies the name of the file
         the library will be installed in for programs that use  it.   If
         this  is not specified, the name specified in the -o name option
         will  be  used.   This  option  is  used   as   the   libtool(1)
         -install_name name option when its -dynamic option is specified.
 ...
 }}}

 So the diff I attached changes {{{-Wl,-install_name}}} to
 {{{-Wl,-dylib_install_name}}}, on top of the changes applied by the
 original patch.

-- 
Ticket URL: <https://trac.macports.org/ticket/44068#comment:5>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list