Bug 107955 - Access violation compiling kinterbasdb-3.1.2
Bug#: 107955 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: python@gentoo.org Reported By: Heinz.Hombergs@unitybox.de
Component: Ebuilds
URL: 
Summary: Access violation compiling kinterbasdb-3.1.2
Keywords:  
Status Whiteboard: 
Opened: 2005-10-02 21:32 0000
Description:   Opened: 2005-10-02 21:32 0000
When I update the kinterbasdb module via emerge kinterbasdb after compiling I
get this errormessage:
creating /usr/share/doc/kinterbasdb-3.1.2
ACCESS DENIED  mkdir:     /usr/share/doc/kinterbasdb-3.1.2
error: could not create '/usr/share/doc/kinterbasdb-3.1.2': Permission denied

!!! ERROR: dev-python/kinterbasdb-3.1.2 failed.
!!! Function distutils_src_install, Line 40, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-dev-python_-_kinterbasdb-3.1.2-14945.log"

mkdir:     /usr/share/doc/kinterbasdb-3.1.2
--------------------------------------------------------------------------------

The Log file cointains:
mkdir:  /usr/share/doc/kinterbasdb-3.1.2

Reproducible: Always
Steps to Reproduce:
1. emerge =kinterbasdb-3.1.2

------- Comment #1 From iulica@box.co.uk 2005-10-06 02:29:27 0000 -------
I found this changes between the two ebuilds that could explain the bug.
22c22
<       distutils_src_install --install-data=/usr/share/doc/${PF}
---
>       distutils_src_install --install-data=${ROOT}/usr/share/doc/${PF}

------- Comment #2 From iulica@box.co.uk 2005-10-14 01:03:59 0000 -------
Come on, it takes 2 minutes to fix this bug!! It's annoying, but I'm tired of
waiting. It'll go to the PORTAGE_OVERLAY.

------- Comment #3 From Alastair Tse (RETIRED) 2005-11-03 12:54:55 0000 -------
fixed. thanks for your report.