<?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>66335</bug_id>
          
          <creation_ts>2004-10-04 12:17 0000</creation_ts>
          <short_desc>ghostscript-7.05.6-r1 does not emerge (sed: can&apos;t read Makefile.in)</short_desc>
          <delta_ts>2004-10-04 16:08:28 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>PPC</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>linux4ibook@free.fr</reporter>
          <assigned_to>printing@gentoo.org</assigned_to>
          <cc>linux4ibook@free.fr</cc>
    
    <cc>ppc@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>linux4ibook@free.fr</who>
            <bug_when>2004-10-04 12:17:41 0000</bug_when>
            <thetext>The bug is said to be fixed : 
http://bugs.gentoo.org/show_bug.cgi?id=66014
http://bugs.gentoo.org/show_bug.cgi?id=66016

but it&apos;s not true : problem still exist


Reproducible: Always
Steps to Reproduce:
1.emerge xpdf will try to emerge ghostscript-7.05.6-r1 on PPC which won&apos;t be built



Expected Results:  
The fix is easy : prepend ${S}/ before src/Makefile.in in the ebuild 

-       src/Makefile.in || die &quot;sed failed&quot;
+       ${S}/src/Makefile.in || die &quot;sed failed&quot;
        sed -i -e &apos;s:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:&apos; \
-       src/Makefile.in || die &quot;sed failed&quot;
+       ${S}/src/Makefile.in || die &quot;sed failed&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>linux4ibook@free.fr</who>
            <bug_when>2004-10-04 12:18:38 0000</bug_when>
            <thetext>Fix : 
-       src/Makefile.in || die &quot;sed failed&quot;
+       ${S}/src/Makefile.in || die &quot;sed failed&quot;
        sed -i -e &apos;s:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:&apos; \
-       src/Makefile.in || die &quot;sed failed&quot;
+       ${S}/src/Makefile.in || die &quot;sed failed&quot;
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>lu_zero@gentoo.org</who>
            <bug_when>2004-10-04 16:08:28 0000</bug_when>
            <thetext>should be fixed now, thanks for your report</thetext>
          </long_desc>
      
    </bug>

</bugzilla>