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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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

Closed by  Allan McRae (Allan)
Saturday, 21 March 2009, 11:34 GMT
Reason for closing:  Fixed
Comment by Anonymous Submitter - Thursday, 19 March 2009, 16:59 GMT
Do you've installed the swig package?

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
...
Comment by Steffen Weber (boenki) - Thursday, 19 March 2009, 17:03 GMT
>>Do you've installed the swig package?
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(?).
Comment by Anonymous Submitter - Thursday, 19 March 2009, 17:08 GMT
Please, look at your config.log file, then you know what's missing.
Comment by Steffen Weber (boenki) - Thursday, 19 March 2009, 17:32 GMT
I can't find what's missing but I attached the file.
Comment by Jan de Groot (JGC) - Thursday, 19 March 2009, 17:43 GMT
Try installing docbook-xsl. xsltproc will look on the internet if these aren't installed on your system.
Comment by Steffen Weber (boenki) - Thursday, 19 March 2009, 18:18 GMT
pefect!

adding 'docbook-xsl' to makedepends fixes it.

thank you

Loading...