First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 72706
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: AMD64 Project <amd64@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Simon Stelling (RETIRED) <blubb@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 72706 depends on: Show dependency tree
Bug 72706 blocks: 66931
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-28 04:38 0000
just noticed it, will have a look at it later

>>> Install pwlib-1.6.6 into /var/tmp/portage/pwlib-1.6.6/image/ category dev-li bs
mkdir -p /var/tmp/portage/pwlib-1.6.6/image//usr/include
mkdir -p /var/tmp/portage/pwlib-1.6.6/image//usr/bin
mkdir -p /var/tmp/portage/pwlib-1.6.6/image//usr/share/pwlib
mkdir -p /var/tmp/portage/pwlib-1.6.6/image//usr/share/pwlib/make/
mkdir -p //usr/lib
mkdir -p //usr/lib/pwlib
ACCESS DENIED  mkdir:     /usr/lib64/pwlib
mkdir: cannot create directory `//usr/lib/pwlib': Permission denied
make: *** [install] Error 1

!!! ERROR: dev-libs/pwlib-1.6.6 failed.
!!! Function src_install, Line 112, Exitcode 2
!!! install failed
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-dev-libs_-_pwlib-1.6.6-6375.log"

mkdir:     /usr/lib64/pwlib
--------------------------------------------------------------------------------

------- Comment #1 From Abdul-Wahid Paterson 2004-11-29 09:20:55 0000 -------
I had the same problem and fixed it by editing the ebuild and putting addwrite
"/usr/lib" as the top line of src_install() 

Installed and worked fine after that.

------- Comment #2 From Mike Bonar 2004-12-02 15:58:19 0000 -------
I tried editing the ebuild too, but it didn't solve the problem for me.

------- Comment #3 From Abdul-Wahid Paterson 2004-12-03 09:10:14 0000 -------
Your output does actually say

"ACCESS DENIED  mkdir:     /usr/lib64/pwlib"

to be honest I can't remember what mine did say now but only that it looked the same as yours. Perhaps though you should try adding

addwrite "/usr/lib64"

instead/aswell as

only guessing here ;)

------- Comment #4 From Simon Stelling (RETIRED) 2004-12-03 09:16:30 0000 -------
this is not what we want, because the ebuild is still putting stuff into
/usr/lib, and on 64bit arches, /usr/lib should only contain 32bit-libs.
addwrite is a nice workaround indeed, but it's not the proper solution

------- Comment #5 From Abdul-Wahid Paterson 2004-12-03 10:48:31 0000 -------
Simon,

Thanks for that comment, I didn't realise that. If I wanted to create a work around for this then what do you suggest should be the correct method?

------- Comment #6 From Simon Stelling (RETIRED) 2004-12-03 12:28:41 0000 -------
just make a port-overlay, set the variable in make.conf and add addwrite
/usr/lib64.

------- Comment #7 From Geoff Wozniak 2004-12-16 04:16:11 0000 -------
I ran into the same problem while running 'emerge world --emptytree --deep
--update', but for pwlib-1.6.3-r2.

This was the contents of /tmp/sandbox-dev-libs_-_pwlib-1.6.3-r2-8879.log :

open_wr:   /usr/lib/libpt_linux_x86_64_r.so.1.6.3
unlink:    /usr/lib/libpt_linux_x86_64_r.so.1.6.3

------- Comment #8 From Svein Erik Brostigen 2004-12-29 13:00:41 0000 -------
I believe I have a solution to the problem including 2 patches. the whole
process and the diffs can be found in:
http://forums.gentoo.org/viewtopic.php?p=1922128#1922128

------- Comment #9 From Simon Stelling (RETIRED) 2005-02-27 11:21:52 0000 -------
*** Bug 79667 has been marked as a duplicate of this bug. ***

------- Comment #10 From Simon Stelling (RETIRED) 2005-02-27 11:40:13 0000 -------
1.8.3-r1 works and marked stable

First Last Prev Next    No search results available      Search page      Enter new bug