Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302823 - www-apache/mod_perl-2.0.4-r1 build fails because of too old perl-core/ExtUtils-ParseXS
Summary: www-apache/mod_perl-2.0.4-r1 build fails because of too old perl-core/ExtUtil...
Status: RESOLVED DUPLICATE of bug 307243
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-30 01:53 UTC by C.Dyck
Modified: 2010-03-01 07:47 UTC (History)
1 user (show)

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 C.Dyck 2010-01-30 01:53:55 UTC
The build of mod_perl fails. 

The problem seems to be a too old version of perl-core/ExtUtils-ParseXS, because when I install the most recent unstable 2.22.02 it compiles without any problem.

Reproducible: Always

Steps to Reproduce:
1. Try to compile it
2.
3.




Build error:
[SNIP]
#
cp APR.pm ../../../blib/lib/APR.pm
#
/usr/bin/perl /usr/lib/perl5/site_perl/5.8.8/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap /var/tmp/portage/www-apache/mod_perl-2.0.4-r1/work/mod_perl-2.0.4/xs/typemap  APR.xs > APR.xsc && mv APR.xsc APR.c
#
i686-pc-linux-gnu-gcc -c  -I/var/tmp/portage/www-apache/mod_perl-2.0.4-r1/work/mod_perl-2.0.4/src/modules/perl -I/var/tmp/portage/www-apache/mod_perl-2.0.4-r1/work/mod_perl-2.0.4/xs -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/db4.7 -I/usr/include/apache2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement  -I/usr/include/gdbm -DMOD_PERL -DMP_COMPAT_1X -g -DMP_DEBUG -DMP_TRACE -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE     -DVERSION=\"0.009000\" -DXS_VERSION=\"0.009000\" -fPIC "-I/usr/lib/perl5/5.8.8/i686-linux-thread-multi/CORE"  -DMP_HAVE_APR_LIBS APR.c
#
APR.xs: In Funktion »boot_APR«:
#
APR.xs:66: Fehler: inkompatible Typen in Zuweisung
#
make[3]: *** [APR.o] Fehler 1
#
make[3]: Leaving directory `/var/tmp/portage/www-apache/mod_perl-2.0.4-r1/work/mod_perl-2.0.4/xs/APR/APR'
#
make[2]: *** [subdirs] Fehler 2
#
make[2]: Leaving directory `/var/tmp/portage/www-apache/mod_perl-2.0.4-r1/work/mod_perl-2.0.4/xs/APR'
#
make[1]: *** [subdirs] Fehler 2
#
make[1]: Leaving directory `/var/tmp/portage/www-apache/mod_perl-2.0.4-r1/work/mod_perl-2.0.4/xs'
#
make: *** [subdirs] Fehler 2
#
 * ERROR: www-apache/mod_perl-2.0.4-r1 failed:
#
 *   (no error message)
#
 *
#
 * Call stack:
#
 *     ebuild.sh, line  54:  Called src_compile
#
 *   environment, line 2744:  Called die
#
 * The specific snippet of code:
#
 *       emake -j1 || die
[SNIP]
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2010-03-01 07:47:49 UTC
Marking this as a dup of the later bug report, because it contains emerge --info and error messages in english.

Thanks

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