#33358: pkgconfig @0.26-devel +build failure ---------------------------------+------------------------------------------ Reporter: hanski07@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: pkgconfig ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * port: => pkgconfig Comment: The problem is: {{{ :info:build ./libtool: line 6424: /opt/local/bin/gsed: No such file or directory }}} Looks like pkgconfig's libtool wants to use /opt/local/bin/gsed for something, but /opt/local/bin/gsed doesn't exist; presumably it existed when you first started trying to install pkgconfig, but since then, you have uninstalled it. Since this was not a clean build attempt of pkgconfig (as evidenced by the fact that it jumped straight into the "Building" phase, skipping the others, and the lines in the log that say "Skipping completed"), your first attempt to fix the problem should be to clean and try again. {{{ sudo port clean pkgconfig sudo port install pkgconfig }}} If that fails again, attach the new complete main.log. -- Ticket URL: <https://trac.macports.org/ticket/33358#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS