[MacPorts] #40155: serf1 @1.3.1: Build fails on PPC Tiger (Mac OS X 10.4.11) due to "more than one: -compatibility_version option specified"

MacPorts noreply at macports.org
Sat Aug 31 11:56:42 PDT 2013


#40155: serf1 @1.3.1: Build fails on PPC Tiger (Mac OS X 10.4.11) due to "more than
one: -compatibility_version option specified"
------------------------------+---------------------
  Reporter:  Peter_Dyballa@…  |      Owner:  blair@…
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.2.99
Resolution:                   |   Keywords:  tiger
      Port:  serf1            |
------------------------------+---------------------

Comment (by blair@…):

 Thanks, there's code in SConstruct that does this:

 {{{
 if sys.platform == 'darwin':
   # If --install-sandbox=<path> is specified, install_shared_path will
 point
   # to a path in the sandbox. The shared library install name (id) should
 be the
   # final targat path.
   install_shared_path = install_shared[0].abspath
   target_install_shared_path = os.path.join(libdir, lib_shared[0].name)
   env.AddPostAction(install_shared, ('install_name_tool -id %s %s'
                                      % (target_install_shared_path,
                                         install_shared_path)))
 }}}

 Until this code gets fixed, I won't roll out a serf1 update, don't want to
 do two recompiles of dependent ports.

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


More information about the macports-tickets mailing list