[MacPorts] #45509: opensp build failure with trace mode (was: opensp build failure yosemite)

MacPorts noreply at macports.org
Mon Oct 20 13:52:47 PDT 2014


#45509: opensp build failure with trace mode
---------------------+--------------------------------
  Reporter:  snc@…   |      Owner:  macports-tickets@…
      Type:  defect  |     Status:  new
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.3.99
Resolution:          |   Keywords:
      Port:  opensp  |
---------------------+--------------------------------
Changes (by ryandesign@…):

 * cc: larryv@…, ryandesign@… (added)
 * keywords:  yosemite =>


Comment:

 It builds fine on my Yosemite system. Immediately apparent differences
 from your log:

  * you're using trace mode
  * your prefix is /opt/pspp instead of /opt/local

 The first difference is probably relevant. This line in the log is a clue:

 {{{
 /opt/pspp/bin/glibtoolize: line 401: /opt/pspp/bin/gsed: No such file or
 directory
 }}}

 Looks like the `glibtoolize` program uses gsed, although the libtool port
 does not declare that dependency. In fact, the libtool port includes lines
 designed to ensure libtool uses `/usr/bin/sed` instead, but that doesn't
 appear to be working.

 libtool should either not use gsed or should declare a dependency on it.

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


More information about the macports-tickets mailing list