Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107955 - Access violation compiling kinterbasdb-3.1.2
Summary: Access violation compiling kinterbasdb-3.1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-02 21:32 UTC by Heinz Hombergs
Modified: 2005-11-03 12:54 UTC (History)
0 users

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 Heinz Hombergs 2005-10-02 21:32:46 UTC
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 ic+gentoo 2005-10-06 02:29:27 UTC
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 ic+gentoo 2005-10-14 01:03:59 UTC
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 Alastair Tse (RETIRED) gentoo-dev 2005-11-03 12:54:55 UTC
fixed. thanks for your report.