Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10153 - rrdtool-1.0.39 installs libs in wrong location
Summary: rrdtool-1.0.39 installs libs in wrong location
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 16:09 UTC by Dylan Carlson (RETIRED)
Modified: 2011-10-30 22:18 UTC (History)
1 user (show)

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 Dylan Carlson (RETIRED) gentoo-dev 2002-11-03 16:09:45 UTC
1.0.35-r3 was working fine.  when i merged 1.0.39, things stopped working, 
because it could no longer find the modules for RRDTool.  with 1.0.39, RRDp.pm 
and RRDs.pm install in /usr/lib/perl.  
   
perl -V:   
  
  @INC:  
    /usr/lib/perl5/5.6.1/i686-linux  
    /usr/lib/perl5/5.6.1  
    /usr/lib/perl5/site_perl/5.6.1/i686-linux  
    /usr/lib/perl5/site_perl/5.6.1  
    /usr/lib/perl5/site_perl  
  
consequently, apps dependent on those libs fail.   unsure what the fix is... 
but for now, i manually built symlinks out of /usr/lib/perl5/site_perl to the 
modules, and things work fine with that.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-11-03 19:47:17 UTC
Dylan and I worked this out on irc - re-installed makemaker and all is well for
him again.

Updates are being re-added to the perl-modules eclass to try and encourage
portage to correct this again.