| Summary: | porthole ebuild problem | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Antonio <netbix> |
| Component: | New packages | Assignee: | Portage Tools Team <tools-portage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
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
}
Cheers. |
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.