Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 563178

Summary: media-libs/libgpod build failure
Product: Gentoo Linux Reporter: Fpemud <fpemud>
Component: Current packagesAssignee: Gentoo PDA project <pda>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
emerge -pqv
build.log

Description Fpemud 2015-10-16 02:34:05 UTC
media-libs/libgpod build failure:
...
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
warning: failed to load external entity "../../docs/reference/xml/*.xml"
unable to parse ../../docs/reference/xml/*.xml
Makefile:1009: recipe for target 'gpod_doc.i' failed
make[3]: [gpod_doc.i] Error 6 (ignored)
/usr/bin/swig -python -o gpod.py gpod.i
gpod.i:301: Error: Unknown SWIG preprocessor directive: be (if this is a block of target language code, delimit it with %{ and %})
gpod.i:302: Error: Unknown SWIG preprocessor directive: layer (if this is a block of target language code, delimit it with %{ and %})
gpod.i:303: Error: Unknown SWIG preprocessor directive: them (if this is a block of target language code, delimit it with %{ and %})
Makefile:1020: recipe for target 'gpod.py' failed
make[3]: *** [gpod.py] Error 1
make[3]: Leaving directory '/tmp/portage/media-libs/libgpod-0.8.3/work/libgpod-0.8.3/bindings/python'
Makefile:432: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/portage/media-libs/libgpod-0.8.3/work/libgpod-0.8.3/bindings'
Makefile:557: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/portage/media-libs/libgpod-0.8.3/work/libgpod-0.8.3'
Makefile:465: recipe for target 'all' failed
make: *** [all] Error 2


Reproducible: Always
Comment 1 Fpemud 2015-10-16 02:34:48 UTC
Created attachment 414670 [details]
emerge --info
Comment 2 Fpemud 2015-10-16 02:35:05 UTC
Created attachment 414672 [details]
emerge -pqv
Comment 3 Fpemud 2015-10-16 02:35:53 UTC
Created attachment 414674 [details]
build.log
Comment 4 Felix Janda 2015-10-17 17:50:16 UTC
Duplicate of bug 537968
Comment 5 Michael Palimaka (kensington) gentoo-dev 2015-10-23 16:05:28 UTC

*** This bug has been marked as a duplicate of bug 537968 ***