Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#13874 - libgpod fails to build from source
Attached to Project:
Arch Linux
Opened by Steffen Weber (boenki) - Thursday, 19 March 2009, 15:58 GMT
Last edited by Allan McRae (Allan) - Saturday, 21 March 2009, 11:34 GMT
Opened by Steffen Weber (boenki) - Thursday, 19 March 2009, 15:58 GMT
Last edited by Allan McRae (Allan) - Saturday, 21 March 2009, 11:34 GMT
|
DetailsDescription:
libgpod fails to build from source last message on compile is: ----------------------- Making all in python make[3]: Entering directory `/home/boenki/build/libgpod/src/libgpod-0.7.0/bindings/python' cat gpod_doc.i.in > gpod_doc.i if test -x "`which xsltproc 2>/dev/null`"; then \ for xml in ../../docs/reference/xml/*.xml; do \ xsltproc ./gtkdoc-to-swig.xsl $xml; \ done >> gpod_doc.i; \ fi ----------------------- there it just stops building Additional info: * package version(s) pkgname=libgpod pkgver=0.7.0 pkgrel=1 arch is x86_64 |
This task depends upon
I tried building libgpod 0.7.0-1 from source, and it builds fine on arch x86_64.
I got the following output:
...
cat gpod_doc.i.in > gpod_doc.i
if test -x "`which xsltproc 2>/dev/null`"; then \
for xml in ../../docs/reference/xml/*.xml; do \
xsltproc ./gtkdoc-to-swig.xsl $xml; \
done >> gpod_doc.i; \
fi
/usr/bin/swig -python -o gpod.py gpod.i
/usr/bin/swig -python -I../../src -o gpod_wrap.c gpod.i
...
Yes, it is installed as a makedepend.
Maybe it is some makedepend, that is not in the PKGBUILD, that you have installed and I don't(?).
adding 'docbook-xsl' to makedepends fixes it.
thank you