[MacPorts] #43330: bahamut 2.0.7: build fails

MacPorts noreply at macports.org
Sun Apr 13 02:15:15 PDT 2014


#43330: bahamut 2.0.7: build fails
-------------------------------+--------------------------
  Reporter:  preston.sumner@…  |      Owner:  ryandesign@…
      Type:  defect            |     Status:  assigned
  Priority:  Normal            |  Milestone:
 Component:  ports             |    Version:  2.2.1
Resolution:                    |   Keywords:
      Port:  bahamut           |
-------------------------------+--------------------------
Changes (by ryandesign@…):

 * cc: ryandesign@… (removed)
 * status:  new => assigned
 * owner:  macports-tickets@… => ryandesign@…


Comment:

 I see the same on my system. There are numerous problems. First, the
 configure script checks for `res_mkquery`, but doesn't find it:

 {{{
 :info:configure checking for res_mkquery... no
 :info:configure checking for res_mkquery in -lresolv... no
 :info:configure checking for __res_mkquery... no
 :info:configure checking for __res_mkquery in -lresolv... no
 }}}

 Instead of reporting that failure and exiting, the configure script
 continues. The build then fails because `res_mkquery` is undefined:

 {{{
 :info:build Undefined symbols for architecture x86_64:
 :info:build   "_res_mkquery", referenced from:
 :info:build       _query_name in res.o
 }}}

 Instead of reporting that failure and exiting, the build continues. This
 leads to the destroot phase failing to copy the ircd program, because it
 wasn't compiled because of the above problem.

 I believe `res_mkquery` is usually in `-lresolv` on OS X so I don't know
 why the configure script didn't find it there.

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


More information about the macports-tickets mailing list