First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 64838
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Portage Utilities Team <tools-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Antonio <netbix@tiscali.it>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 64838 depends on: Show dependency tree
Bug 64838 blocks:
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-09-21 04:46 0000
Emerge porthole produce this error:

copying README -> /var/tmp/portage/porthole-0.3.1/image/usr/share/doc/porthole-0.3.1
copying NEWS -> /var/tmp/portage/porthole-0.3.1/image/usr/share/doc/porthole-0.3.1
copying AUTHORS -> /var/tmp/portage/porthole-0.3.1/image/usr/share/doc/porthole-0.3.1
creating /var/tmp/portage/porthole-0.3.1/image/usr/share/applications
copying porthole.desktop -> /var/tmp/portage/porthole-0.3.1/image/usr/share/applications
chmod: impossibile accedere a `/var/tmp/portage/porthole-0.3.1/image//usr/doc/porthole-0.3.1': No such file or directory         <--------------------------  ????
man:
prepallstrip:
strip: 
strip: 
>>> Completed installing into /var/tmp/portage/porthole-0.3.1/image/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Antonio 2004-09-21 04:48:59 0000 -------
Correct ebiuld:

src_install() {
        python setup.py install --root=${D} || die
        chmod -R a+r ${D}/usr/share/porthole
        chmod -R a+r ${D}/usr/doc/porthole-${PV}  <------------ ????
}


src_install() {
        python setup.py install --root=${D} || die
        chmod -R a+r ${D}/usr/share/porthole
        chmod -R a+r ${D}/usr/share/doc/porthole-${PV}  <------------ OK
}



------- Comment #2 From Ian Leitch (RETIRED) 2004-09-22 10:54:54 0000 -------
Cheers. 

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