Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89604 - media-sound/gnump3d fails to patch gnump3d-top
Summary: media-sound/gnump3d fails to patch gnump3d-top
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-04-18 21:10 UTC by Tom Samstag
Modified: 2005-05-28 17:24 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 Tom Samstag 2005-04-18 21:10:06 UTC
In the ebuilds for /media-sound/gnump3d-2.8, /media-sound/gnump3d-2.9, /media-sound/gnump3d-2.9.3, the binary files gnump3d-index and gnump3d2 are patched with sed to add the lib path. The binary file gnump3d-top is omitted from this list and thus doesn't run.

All three ebuilds need the line:
	for binary in gnump3d-index gnump3d2; do
changed to:
	for binary in gnump3d-index gnump3d-top gnump3d2; do


Reproducible: Always
Steps to Reproduce:

Actual Results:  
[~] gnump3d-top
Can't locate gnump3d/files.pm in @INC (@INC contains: /etc/perl
/usr/lib/perl5/site_perl/5.8.5/i486-linux /usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i486-linux
/usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.2/i486-linux
/usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.4/i486-linux
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i486-linux
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4
/usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.5/i486-linux /usr/lib/perl5/5.8.5
/usr/local/lib/site_perl /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i486-linux /usr/lib/perl5/site_perl/5.8.2
/usr/lib/perl5/site_perl/5.8.2/i486-linux /usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl/5.8.4/i486-linux .) at /usr/bin/gnump3d-top line 36.
BEGIN failed--compilation aborted at /usr/bin/gnump3d-top line 36.


Expected Results:  
gnump3d-top should run.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-28 17:24:10 UTC
fixed in cvs. also added new upstream version, thanks