First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 66335
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Printing Team <printing@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Steph L <linux4ibook@free.fr>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 66335 depends on: Show dependency tree
Show dependency graph
Bug 66335 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-04 12:17 0000
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'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't be built



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

-       src/Makefile.in || die "sed failed"
+       ${S}/src/Makefile.in || die "sed failed"
        sed -i -e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' \
-       src/Makefile.in || die "sed failed"
+       ${S}/src/Makefile.in || die "sed failed"

------- Comment #1 From Steph L 2004-10-04 12:18:38 0000 -------
Fix : 
-       src/Makefile.in || die "sed failed"
+       ${S}/src/Makefile.in || die "sed failed"
        sed -i -e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' \
-       src/Makefile.in || die "sed failed"
+       ${S}/src/Makefile.in || die "sed failed"

------- Comment #2 From Luca Barbato 2004-10-04 16:08:28 0000 -------
should be fixed now, thanks for your report

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