[MacPorts] #42744: gtkspell2 fails to build "failed to load network entity"
MacPorts
noreply at macports.org
Mon Mar 10 10:10:01 PDT 2014
#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 axc27@…):
Replying to [comment:7 jfcaron@…]:
> I already had the libxslt port installed as a dependency of p11-kit (for
wine) and wine itself. I now see it added as a dependency of gtkspell2,
but of course the error remains since nothing changed except the portfile.
>
> I think maybe gtkspell2 is not /seeing/ the port-installed version?
Maybe it's hard-coded to use /usr/bin/xsltproc? Either that or it's not
related to xstlproc at all.
I have (had) the same problem and can confirm it is due to the version of
xsltproc being used. First, I wasn't able to build/install gtkspell2.
After checking and changing:
{{{
Daniels-MacBook-4:~ $ which xsltproc
/opt/local/bin/xsltproc
Daniels-MacBook-4:~ $ cd /usr/bin/
Daniels-MacBook-4:bin danielkasemann$ 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...
--
Ticket URL: <https://trac.macports.org/ticket/42744#comment:8>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list