Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4614 - DDD install sanbox error
Summary: DDD install sanbox error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
: 4956 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-06 07:01 UTC by Marko Mikulicic
Modified: 2003-02-04 19:42 UTC (History)
3 users (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 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.