Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21318 - netpbm-10.11.5-r2 doesn't seem to install the palmgray*.map files
Summary: netpbm-10.11.5-r2 doesn't seem to install the palmgray*.map files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 02:05 UTC by Mathew Alexander (Marsupilami23)
Modified: 2003-08-23 15:02 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 Mathew Alexander (Marsupilami23) 2003-05-20 02:05:15 UTC
When emerge'ing netpbm v 10.11.5-r2 and find *.map, the files are not installed. I 
needed them so I had to install via src. Is there something missing from the ebuild to 
cause this? Or was this a maintainer's decision.  

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge --oneshot netpbm 
2.find / -name '*palmgray*' 
3.No files found 
Actual Results:  
No files found 

Expected Results:  
Find: palmgray1.map palmgray2.map palmgray3.map palmgray4.map also needed to 
find palmcolor8.map. 

none at this time.
Comment 1 Philip Walls (RETIRED) gentoo-dev 2003-07-18 01:16:53 UTC
On vacation in Greece until September, reassigning to bug-wranglers so bugs don't go stale.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-08-11 12:35:36 UTC
could you provide us a patch for the ebuild ?
Comment 3 Mathew Alexander (Marsupilami23) 2003-08-11 20:01:19 UTC
Here is a fix for this stupid problem. In the ebuild, put this line in: 
cp ${D}/usr/misc/* ${D}/usr/lib 
 
between these two lines: 
 
mv ${D}/usr/man/ ${D}/usr/share/man 
rm -rf ${D}/usr/misc 
 
The ebuild deletes these files that plucker or other programs need in the misc 
directory. This definately needs to be fixed. I notice there is a new ebuild, why wasn't 
this fixed before release? 
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-08-23 15:02:47 UTC
netpbm-10.11.10-r1.ebuild,
+  netpbm-10.11.5-r3.ebuild fixes this