Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 146418

Summary: Trying to emerge any package from subversion results in sandbox violation
Product: Portage Development Reporter: Jorge Peixoto de Morais Neto <please.no.spam.here>
Component: SandboxAssignee: Sandbox Maintainers <sandbox>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge -v --info

Description Jorge Peixoto de Morais Neto 2006-09-05 09:59:57 UTC
When I try to emerge something from subversion, I get access violations.
I have already tried upgrading to the ~x86 versions of portage, sandbox and subversion. No help.
Google yields nothing.

Example of error:

sudo emerge -av initng
Password:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] sys-apps/initng-99999 [0.6.7] USE="-as_init -busybox -check_ro -cmake_color_makefile -count_me -debug -force_nocolor -service_cache%" INITNG_PLUGINS="also bash_launcher chdir chroot conflict cpout critical envparser find fstat history idleprobe initctl interactive iparser last limit logfile netprobe ngc4 pause provide reload renice rlparser simple_launcher stcmd stdout suid syncron syslog unneeded -ctrlaltdel -daemon_clean -dbus_event -debug_commands -fmon -lockfile -netdev -ngcs -nge -selinux -service_file% -sysreq -usplash%" 0 kB [3]

Total size of downloads: 0 kB
Portage overlays:
[1] /usr/local/media-portage
[2] /usr/local/initng-portage
[3] /usr/local/jorge-portage

Would you like to merge these packages? [Yes/No]

>>> Emerging (1 of 1) sys-apps/initng-99999 to /
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
>>> Unpacking source...
* subversion check out start -->
* repository: http://svn.initng.org/initng/trunk
ACCESS DENIED mkdir: /usr/portage/distfiles/svn-src/.subversion
ACCESS DENIED mkdir: /usr/portage/distfiles/svn-src/initng/trunk
svn: Can't make directory 'trunk': Permission denied

!!! ERROR: sys-apps/initng-99999 failed.
Call stack:
ebuild.sh, line 1543: Called dyn_unpack
ebuild.sh, line 707: Called src_unpack
initng-99999.ebuild, line 22: Called subversion_src_unpack
subversion.eclass, line 272: Called subversion_fetch
subversion.eclass, line 179: Called die

!!! subversion.eclass: can't fetch from http://svn.initng.org/initng/trunk.
!!! If you need support, post the topmost build error, and the call stack if relevant.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-sys-apps_-_initng-99999-5248.log"

mkdir: /usr/portage/distfiles/svn-src/.subversion
mkdir: /usr/portage/distfiles/svn-src/initng/trunk
--------------------------------------------------------------------------------
!!! This ebuild is from an overlay: '/usr/local/jorge-portage'

This also happens for "official" (not from overlay) ebuilds. Other users have experienced this.

http://forums.gentoo.org/viewtopic-p-3556192.html#3556192
Comment 1 Jorge Peixoto de Morais Neto 2006-09-05 10:03:48 UTC
Created attachment 96087 [details]
emerge -v --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-05 10:19:42 UTC
Not a sandbox box, subversion.eclass is screwed.


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