Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563178 - media-libs/libgpod build failure
Summary: media-libs/libgpod build failure
Status: RESOLVED DUPLICATE of bug 537968
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-16 02:34 UTC by Fpemud
Modified: 2015-10-23 16:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,6.85 KB, text/plain)
2015-10-16 02:34 UTC, Fpemud
Details
emerge -pqv (emerge-pqv.txt,116 bytes, text/plain)
2015-10-16 02:35 UTC, Fpemud
Details
build.log (build.log,64.25 KB, text/x-log)
2015-10-16 02:35 UTC, Fpemud
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***