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

Bug 4614

Summary: DDD install sanbox error
Product: Gentoo Linux Reporter: Marko Mikulicic <marko>
Component: Current packagesAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED FIXED    
Severity: major CC: azarah, jeld, marko
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marko Mikulicic 2002-07-06 07:01:45 UTC
sandbox-ddd-3.3.1-r1-6465.log:

open_wr:   /usr/lib/libiberty.an

end log

emerge output:
[...]
make[2]: Leaving directory
`/var/tmp/portage/ddd-3.3.1-r1/work/ddd-3.3.1/libiberty/testsuite'
/bin/install -c -m 644 libiberty.a /usr/lib/libiberty.an
/bin/install: cannot create regular file `/usr/lib/libiberty.an': Permission denied
[...]

Why does ddd need to compile/install libiberty if it is from
binutils ?
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-14 02:27:21 UTC
*** Bug 4956 has been marked as a duplicate of this bug. ***
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-04 06:54:07 UTC
Should be fixed in -r3, please test and let me know.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-06 02:07:48 UTC
Problem was with included libiberty.a.  Basically because for some reason you
did not have /usr/lib/libiberty.a, it build included one.  Because of a problem
with iberty's Makefile, it tried to install directly to /.  I basically fixed
this by adding 'tooldir=${D}/usr' to 'make install'.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-06 02:08:16 UTC
Can you guys please test, and let me know ?
Comment 5 Jeld The Dark Elf 2002-12-06 13:56:12 UTC
Works for me.
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-08 13:55:44 UTC
Ok, great.