Arch Linux

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!
Tasklist

FS#39163 - [swh-plugins] build fails

Attached to Project: Arch Linux
Opened by Joel Teichroeb (klusark) - Tuesday, 04 March 2014, 19:50 GMT
Last edited by Ray Rashif (schivmeister) - Monday, 13 October 2014, 13:22 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ray Rashif (schivmeister)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
(cd .libs && rm -f xfade_1915.la && ln -s ../xfade_1915.la xfade_1915.la)
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT sc4m_1916.lo -MD -MP -MF ".deps/sc4m_1916.Tpo" -c -o sc4m_1916.lo sc4m_1916.c; \
then mv -f ".deps/sc4m_1916.Tpo" ".deps/sc4m_1916.Plo"; else rm -f ".deps/sc4m_1916.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIC -MT sc4m_1916.lo -MD -MP -MF .deps/sc4m_1916.Tpo -c sc4m_1916.c -fPIC -DPIC -o .libs/sc4m_1916.o
/bin/sh ./libtool --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIC -module -avoid-version -Wc,-nostartfiles -Wl,-O1,--sort-common,--as-needed,-z,relro -o sc4m_1916.la -rpath /usr/lib/ladspa sc4m_1916.lo util/libdb.a util/librms.a -lrt -lm -lm -lm

*** Warning: Linking the shared library sc4m_1916.la against the
*** static library util/libdb.a is not portable!

*** Warning: Linking the shared library sc4m_1916.la against the
*** static library util/librms.a is not portable!
gcc -shared .libs/sc4m_1916.o util/libdb.a util/librms.a -lrt -lm -march=x86-64 -mtune=generic -nostartfiles -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,sc4m_1916.so -o .libs/sc4m_1916.so
creating sc4m_1916.la
(cd .libs && rm -f sc4m_1916.la && ln -s ../sc4m_1916.la sc4m_1916.la)
./makestub.pl mbeq_1197.xml > mbeq_1197.c
Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at ./makestub.pl line 3.
BEGIN failed--compilation aborted at ./makestub.pl line 3.
Makefile:1595: recipe for target 'mbeq_1197.c' failed
make[2]: *** [mbeq_1197.c] Error 2
make[2]: Leaving directory '/build/swh-plugins/src/swh-plugins-0.4.15'
Makefile:1237: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/swh-plugins/src/swh-plugins-0.4.15'
Makefile:745: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...


Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Ray Rashif (schivmeister)
Monday, 13 October 2014, 13:22 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Tuesday, 04 March 2014, 22:22 GMT
Appears to be a missing dep/makedep on perl-xml-parser.
Comment by Ray Rashif (schivmeister) - Wednesday, 05 March 2014, 18:22 GMT
You're right, at least that's what the error says, so I hope it's just that. Will rebuild and push within a couple of days.
Comment by Ray Rashif (schivmeister) - Monday, 13 October 2014, 13:21 GMT
Sorry for the impressive delay, I have fixed and released the PKGBUILD (update with ABS or Subversion).

Loading...