Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90601 - /usr/lib/R/lib isn't on LDPATH
Summary: /usr/lib/R/lib isn't on LDPATH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 04:04 UTC by Neil Darlow
Modified: 2005-06-07 07:25 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 Neil Darlow 2005-04-27 04:04:57 UTC
The directory /usr/lib/R/lib isn't put onto the LDPATH by an /etc/env.d/script. This leads to a missing dependency for libR.so:

ldd /usr/lib/R/bin/exec/R
        linux-gate.so.1 =>  (0xffffe000)
        libR.so => not found
        libc.so.6 => /lib/tls/libc.so.6 (0x43127000)
        /lib/ld-linux.so.2 (0x4310e000)

My /usr/lib/R/lib directory does contain libR.so. I first noticed this problem when trying to prelink my system.

Regards,
Neil Darlow


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2005-06-07 07:25:57 UTC
Silently fixing, no need to rebuild this beast just because of one non-critical
environment variable. Thanks for the hint.