Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64838 - porthole ebuild problem
Summary: porthole ebuild problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-21 04:46 UTC by Antonio
Modified: 2004-09-22 10: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 Antonio 2004-09-21 04:46:42 UTC
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 Antonio 2004-09-21 04:48:59 UTC
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 Ian Leitch (RETIRED) gentoo-dev 2004-09-22 10:54:54 UTC
Cheers.