#42744: gtkspell2 fails to build "failed to load network entity" ------------------------+-------------------------------- Reporter: jfcaron@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: gtkspell2 | ------------------------+-------------------------------- Comment (by stephen@…): Replying to [comment:8 axc27@…]:
{{{ Daniels-MacBook-4:~ $ which xsltproc /opt/local/bin/xsltproc Daniels-MacBook-4:~ $ cd /usr/bin/ Daniels-MacBook-4:bin $ ll xsltproc -rwxr-xr-x 1 root wheel 66960 28 Okt 22:05 xsltproc* Daniels-MacBook-4:bin $ sudo mv xsltproc xsltproc_ Daniels-MacBook-4:bin $ sudo ln -s /opt/local/bin/xsltproc /usr/bin/xsltproc }}}
gtkspell2 installed just fine (I switched back to the original version of xsltproc after building gtkspell2). Even though the right one is in the path, ports uses the one from /usr/bin/xsltproc. Hence it seems to be hardcoded somewhere...
Works for me, thank you! grep -r xsltproc in the patched build directory comes up with nothing for me. I suspect the hardcoding is earlier, perhaps in docbook or in an Apple-supplied utility. -- Ticket URL: <https://trac.macports.org/ticket/42744#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X