<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>64838</bug_id>
          
          <creation_ts>2004-09-21 04:46 0000</creation_ts>
          <short_desc>porthole ebuild problem</short_desc>
          <delta_ts>2004-09-22 10:54:54 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>netbix@tiscali.it</reporter>
          <assigned_to>tools-portage@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>netbix@tiscali.it</who>
            <bug_when>2004-09-21 04:46:42 0000</bug_when>
            <thetext>Emerge porthole produce this error:

copying README -&gt; /var/tmp/portage/porthole-0.3.1/image/usr/share/doc/porthole-0.3.1
copying NEWS -&gt; /var/tmp/portage/porthole-0.3.1/image/usr/share/doc/porthole-0.3.1
copying AUTHORS -&gt; /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 -&gt; /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&apos;: No such file or directory         &lt;--------------------------  ????
man:
prepallstrip:
strip: 
strip: 
&gt;&gt;&gt; Completed installing into /var/tmp/portage/porthole-0.3.1/image/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>netbix@tiscali.it</who>
            <bug_when>2004-09-21 04:48:59 0000</bug_when>
            <thetext>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}  &lt;------------ ????
}


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}  &lt;------------ OK
}


</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>port001@gentoo.org</who>
            <bug_when>2004-09-22 10:54:54 0000</bug_when>
            <thetext>Cheers. </thetext>
          </long_desc>
      
    </bug>

</bugzilla>