Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420179 - [perl 5.16] dev-perl/XML-Sablot-1.10.0 fails to build
Summary: [perl 5.16] dev-perl/XML-Sablot-1.10.0 fails to build
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Public/Bug/Displa...
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.14.0 perl-5.16
  Show dependency tree
 
Reported: 2012-06-08 03:36 UTC by Patrick Lauer
Modified: 2012-07-15 17:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-06-08 03:36:27 UTC
>>> Compiling source in /var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01 ...
 * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
make 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' 
cp Sablotron.pm blib/lib/XML/Sablotron.pm
cp lib/XML/Sablotron/DOM/DOMHandler.pm blib/lib/XML/Sablotron/DOM/DOMHandler.pm
cp lib/XML/Sablotron/Situation/DOMHandlerDispatcher.pm blib/lib/XML/Sablotron/Situation/DOMHandlerDispatcher.pm
make[1]: Entering directory `/var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01/DOM'
cp SAXBuilder.pm ../blib/lib/XML/Sablotron/SAXBuilder.pm
cp DOM.pm ../blib/lib/XML/Sablotron/DOM.pm
Manifying ../blib/man3/XML::Sablotron::SAXBuilder.3pm
Manifying ../blib/man3/XML::Sablotron::DOM.3pm
make[1]: Leaving directory `/var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01/DOM'
make[1]: Entering directory `/var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01/Situation'
cp Situation.pm ../blib/lib/XML/Sablotron/Situation.pm
make[1]: Leaving directory `/var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01/Situation'
make[1]: Entering directory `/var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01/SXP'
cp SXP.pm ../blib/lib/XML/Sablotron/SXP.pm
make[1]: Leaving directory `/var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01/SXP'
make[1]: Entering directory `/var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01/Processor'
cp Processor.pm ../blib/lib/XML/Sablotron/Processor.pm
make[1]: Leaving directory `/var/tmp/portage/dev-perl/XML-Sablot-1.10.0/work/XML-Sablotron-1.01/Processor'
/usr/bin/perl5.16.0 /usr/lib64/perl5/vendor_perl/5.16.0/ExtUtils/xsubpp  -typemap /usr/lib64/perl5/5.16.0/ExtUtils/typemap  Sablotron.xs > Sablotron.xsc && mv Sablotron.xsc Sablotron.c
x86_64-pc-linux-gnu-gcc -c  -I/usr/include  -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe   -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC "-I/usr/lib64/perl5/5.16.0/x86_64-linux/CORE"  -DPERL_POLLUTE Sablotron.c
In file included from Sablotron.xs:89:0:
Processor/Processor.h: In function ‘MessageHandlerMakeCodeStub’:
Processor/Processor.h:122:7: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h:122:7: note: each undeclared identifier is reported only once for each function it appears in
Processor/Processor.h: In function ‘MessageHandlerLogStub’:
Processor/Processor.h:170:7: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘MessageHandlerErrorStub’:
Processor/Processor.h:218:7: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SchemeHandlerGetAllStub’:
Processor/Processor.h:273:7: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h:286:7: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type
/usr/lib64/perl5/5.16.0/x86_64-linux/CORE/proto.h:3713:21: note: expected ‘STRLEN * const’ but argument is of type ‘unsigned int *’
Processor/Processor.h: In function ‘SchemeHandlerOpenStub’:
Processor/Processor.h:340:7: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h:354:17: warning: cast from pointer to integer of different size
Processor/Processor.h: In function ‘SchemeHandlerGetStub’:
Processor/Processor.h:398:7: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h:399:5: warning: cast to pointer from integer of different size
Processor/Processor.h:410:7: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type
/usr/lib64/perl5/5.16.0/x86_64-linux/CORE/proto.h:3713:21: note: expected ‘STRLEN * const’ but argument is of type ‘unsigned int *’
Processor/Processor.h: In function ‘SchemeHandlerPutStub’:
Processor/Processor.h:456:7: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h:457:5: warning: cast to pointer from integer of different size
Processor/Processor.h: In function ‘SchemeHandlerCloseStub’:
Processor/Processor.h:509:7: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h:510:5: warning: cast to pointer from integer of different size
Processor/Processor.h:516:5: warning: cast to pointer from integer of different size
Processor/Processor.h: In function ‘SAXHandlerStartDocumentStub’:
Processor/Processor.h:556:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SAXHandlerStartElementStub’:
Processor/Processor.h:596:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SAXHandlerEndElementStub’:
Processor/Processor.h:642:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SAXHandlerStartNamespaceStub’:
Processor/Processor.h:683:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SAXHandlerEndNamespaceStub’:
Processor/Processor.h:725:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SAXHandlerCommentStub’:
Processor/Processor.h:766:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SAXHandlerPIStub’:
Processor/Processor.h:807:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SAXHandlerCharactersStub’:
Processor/Processor.h:849:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘SAXHandlerEndDocumentStub’:
Processor/Processor.h:889:13: error: ‘sv_undef’ undeclared (first use in this function)
Processor/Processor.h: In function ‘MiscHandlerDocumentInfoStub’:
Processor/Processor.h:934:7: error: ‘sv_undef’ undeclared (first use in this function)
./DOM/DOM.xsh: In function ‘XS_XML__Sablotron__DOM__Node_xql_ns’:
./DOM/DOM.xsh:643:14: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type
/usr/lib64/perl5/5.16.0/x86_64-linux/CORE/proto.h:3713:21: note: expected ‘STRLEN * const’ but argument is of type ‘int *’
./DOM/DOM.xsh:644:14: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type
/usr/lib64/perl5/5.16.0/x86_64-linux/CORE/proto.h:3713:21: note: expected ‘STRLEN * const’ but argument is of type ‘int *’
./Situation/Situation.xsh: In function ‘XS_XML__Sablotron__Situation__getNewSituationHandle’:
./Situation/Situation.xsh:51:18: warning: cast from pointer to integer of different size
make: *** [Sablotron.o] Error 1
 * ERROR: dev-perl/XML-Sablot-1.10.0 failed (compile phase):

Portage 2.1.10.57 (default/linux/amd64/10.0, gcc-4.5.3, glibc-2.15-r2, 3.4.0-vs2.3.3.4 x86_64)
=================================================================
System uname: Linux-3.4.0-vs2.3.3.4-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.1
Timestamp of tree: Unknown
app-shells/bash:          4.2_p29
dev-lang/python:          2.7.3, 3.2.2-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.10.2
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.5
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.5.3-r2, 4.6.3
sys-devel/gcc-config:     1.7.2
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.4 (virtual/os-headers)
sys-libs/glibc:           2.15-r2
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs buildpkg distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl amd64 berkdb bzip2 cli cracklib crypt cups cxx dri fontconfig fortran gdbm gpm iconv ipv6 jpeg mmx modules mudflap multilib ncurses nls nptl openmp pam pcre png pppd readline session sse sse2 ssl tcpd tiff truetype unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2012-07-15 17:47:58 UTC
Removed from the tree