Summary: | XML-XQL ebuild is broken with the sandbox feature | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Haroon Rafique <corporate_gadfly> |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 1.4 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 21095 | ||
Bug Blocks: |
Description
Haroon Rafique
2003-09-10 14:56:20 UTC
This bug can be closed. Going from portage 2.0.49-r3 to 2.0.49-r4 has fixed the issue for me. rgr I am using Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.23_pre8-gss-r2) and I got the same problems (see also bug 21095): (1) when first emerging dev-perl/XML-XQL, I got: bash-2.05b# emerge -v XML-XQL Calculating dependencies ...done! >>> emerge (1 of 1) dev-perl/XML-XQL-0.68 to / >>> md5 src_uri XML-XQL-0.68.tar.gz >>> Unpacking source... >>> Unpacking XML-XQL-0.68.tar.gz to /var/tmp/portage/XML-XQL-0.68/work >>> Source unpacked. ACCESS DENIED unlink: /usr/bin/perl1079703269 Checking if your kit is complete... Looks good Writing Makefile for XML::XQL::Parser Writing Makefile for XML::XQL cp lib/XML/XQL/Query.pod blib/lib/XML/XQL/Query.pod cp lib/XML/XQL/DOM.pm blib/lib/XML/XQL/DOM.pm cp lib/XML/XQL/Tutorial.pod blib/lib/XML/XQL/Tutorial.pod cp lib/XML/XQL/Date.pm blib/lib/XML/XQL/Date.pm cp lib/XML/XQL/DirXQL.pm blib/lib/XML/XQL/DirXQL.pm cp lib/XML/XQL/Strict.pm blib/lib/XML/XQL/Strict.pm cp lib/XML/XQL/Plus.pm blib/lib/XML/XQL/Plus.pm cp lib/XML/XQL/Debug.pm blib/lib/XML/XQL/Debug.pm cp lib/XML/XQL.pm blib/lib/XML/XQL.pm make[1]: Entering directory `/var/tmp/portage/XML-XQL-0.68/work/XML-XQL-0.68/XQLParser' cp Parser.pm ../blib/lib/XML/XQL/Parser.pm make[1]: Leaving directory `/var/tmp/portage/XML-XQL-0.68/work/XML-XQL-0.68/XQLParser' cp bin/xql.pl blib/script/xql.pl /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/xql.pl Manifying blib/man3/XML::XQL::Tutorial.3pm Manifying blib/man3/XML::XQL::DOM.3pm Manifying blib/man3/XML::XQL::Query.3pm Manifying blib/man3/XML::XQL::Date.3pm Manifying blib/man3/XML::XQL.3pm ---------------------- ACCESS VIOLATION SUMMARY ------------------------ LOG FILE = "/tmp/sandbox-dev-perl_-_XML-XQL-0.68-18266.log" unlink: /usr/bin/perl1079703269 ------------------------------------------------------------------------ (2) I run the /usr/portage/dev-lang/perl/files/libperl_rebuilder scrpit, bit I still got the same ACCESS VIOLATION problem (3) I commented the FEATURES in /etc/make.conf (FEATURES="sandbox ccache buildpkg userpriv usersandbox strict sfperms") and finally succeeded in emerge dev-perl/XML-XQL |