Summary: | libapreq-1.0-r3 sandbox violations | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Grant Goodyear (RETIRED) <g2boojum> |
Component: | [OLD] Library | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | seemant |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Grant Goodyear (RETIRED)
![]() gcc -fpic -march=athlon-xp -O3 -pipe -finline-functions -fprefetch-loop-arrays -foptimize-sibling-calls -fdelete-null-pointer-checks -fno-cprop-registers -funroll-loops -frerun-loop-opt -frename-registers -fmove-all-movables -freorder-blocks -I/usr/lib/perl5/5.8.0/i686-linux/CORE -DPERL5 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMOD_PERL_VERSION=\"1.27\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.27\" -DMOD_PERL_PREFIX=\"/var/tmp/portage/mod_perl-1.27-r1/image/usr/lib/site_perl/5.8.0/i686-linux\" -I/usr/include/apache -DMOD_PERL -march=athlon-xp -O3 -pipe -finline-functions -fprefetch-loop-arrays -foptimize-sibling-calls -fdelete-null-pointer-checks -fno-cprop-registers -funroll-loops -frerun-loop-opt -frename-registers -fmove-all-movables -freorder-blocks -DHARD_SERVER_LIMIT=512 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX=22 -DTARGET=\"apache\" -DINET6 -Dss_family=__ss_family -Dss_len=__ss_len -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -DEAPI -DEAPI_MM -O2 -mcpu=i686 -pipe -c Util.c && mv Util.o Util.lo /usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -nolinenumbers -typemap /usr/lib/perl5/5.8.0/ExtUtils/typemap Connection.xs >Connection.c gcc -fpic -march=athlon-xp -O3 -pipe -finline-functions -fprefetch-loop-arrays -foptimize-sibling-calls -fdelete-null-pointer-checks -fno-cprop-registers -funroll-loops -frerun-loop-opt -frename-registers -fmove-all-movables -freorder-blocks -I/usr/lib/perl5/5.8.0/i686-linux/CORE -DPERL5 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMOD_PERL_VERSION=\"1.27\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.27\" -DMOD_PERL_PREFIX=\"/var/tmp/portage/mod_perl-1.27-r1/image/usr/lib/site_perl/5.8.0/i686-linux\" -I/usr/include/apache -DMOD_PERL -march=athlon-xp -O3 -pipe -finline-functions -fprefetch-loop-arrays -foptimize-sibling-calls -fdelete-null-pointer-checks -fno-cprop-registers -funroll-loops -frerun-loop-opt -frename-registers -fmove-all-movables -freorder-blocks -DHARD_SERVER_LIMIT=512 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLINUX=22 -DTARGET=\"apache\" -DINET6 -Dss_family=__ss_family -Dss_len=__ss_len -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -DEAPI -DEAPI_MM -O2 -mcpu=i686 -pipe -c Connection.c && mv Connection.o Connection.lo Connection.c: In function `XS_Apache__Connection_remote_addr': Connection.c:123: incompatible types in assignment Connection.c: In function `XS_Apache__Connection_remote_ip': Connection.c:159: structure has no member named `sin_addr' make[1]: *** [Connection.lo] Error 1 make[1]: Leaving directory `/var/tmp/portage/mod_perl-1.27-r1/work/mod_perl-1.27/apaci' make: *** [apxs_libperl] Error 2 !!! ERROR: dev-perl/mod_perl-1.27-r1 failed. !!! Function src_compile, Line 23, Exitcode 2 !!! (no error message) I can not even compile mod_perl to test this. rac please fix then shoot this bug report back to me -- or fix the sandbox violation that grant found? I am unable to reproduce this with portage 2.0.47-r7, with either FEATURES="sandbox" or FEATURES="sandbox userpriv usersandbox". I am, however, running gcc 3.2.2, glibc 2.3.1, and perl-5.8.0-r10. Can anybody else able to reproduce this bug chime in with system information, so we can try to isolate commonalities? After remerging perl and Makemaker my sandbox errors have gone away. Dunno about seemant's bug. I now have perl-5.6.1-r11 and ExtUtils-MakeMaker-6.05-r4. Is this still a problem seemant? Talked to seemant, he's good, and Grant marked he was good at the bottom. Off to clean up more bugs :) |