[MacPorts] #43330: bahamut 2.0.7: build fails
#43330: bahamut 2.0.7: build fails ------------------------------+-------------------------------- Reporter: preston.sumner@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: bahamut ------------------------------+-------------------------------- Build fails on fresh MacPorts installation on OS X 10.9.2. Attached is main.log. Snippet of console output: {{{ ---> Fetching distfiles for bahamut ---> Verifying checksums for bahamut ---> Extracting bahamut ---> Applying patches to bahamut ---> Configuring bahamut ---> Building bahamut ---> Staging bahamut into destroot Error: org.macports.destroot for port bahamut returned: error renaming "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_bahamut/bahamut/work/destroot/opt/local/ircd": no such file or directory Please see the log file for port bahamut for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_bahamut/bahamut/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port bahamut failed }}} -- Ticket URL: <https://trac.macports.org/ticket/43330> MacPorts <http://www.macports.org/> Ports system for OS X
#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
#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 | -------------------------------+-------------------------- Comment (by ryandesign@…): Would you report this to the developers of bahamut please? From the log: {{{ ****************************************************************************** * For help with bahamut, please refer to http://bahamut.dal.net/ * * If you encouter serious security related bugs, please mail coders@dal.net * * For other bug reports and inquiries, please mail dalnet-src@dal.net * * Thank you for choosing Bahamut! - The DALnet coding team * ****************************************************************************** }}} -- Ticket URL: <https://trac.macports.org/ticket/43330#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts