Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502316 - sci-mathematics/octave installs /etc/env.d/99octave with wrong LDPATH
Summary: sci-mathematics/octave installs /etc/env.d/99octave with wrong LDPATH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-24 04:42 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2014-02-24 11:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
octave.patch (octave.patch,1.45 KB, patch)
2014-02-24 04:44 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2014-02-24 04:42:14 UTC
sci-mathematics/octave installs /etc/env.d/99octave with wrong LDPATH.

All ebuilds contain:
echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave
doenvd 99octave

However the actually existing directory is e.g. /usr/lib64/octave/3.6.4 for ~sci-mathematics/octave-3.6.4 or /usr/lib64/octave/3.8.1-rc3 for ~sci-mathematics/octave-3.8.1_rc3.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2014-02-24 04:44:39 UTC
Created attachment 371160 [details, diff]
octave.patch
Comment 2 Mark Wright gentoo-dev 2014-02-24 08:53:23 UTC
On my machine:

# cat /etc/env.d/99octave
LDPATH=/usr/lib64/octave-3.8.1_rc3
# 

Please provide the result of the following on the machine where
you see the problem:

cat /etc/env.d/99octave
Comment 3 Mark Wright gentoo-dev 2014-02-24 09:02:17 UTC
This /usr/lib64/octave-3.8.1_rc3 directory does not exist though, just like you said.
Comment 4 Mark Wright gentoo-dev 2014-02-24 11:17:17 UTC
Thanks, committed your patch:

Thanks to Arfrever Frehtes Taifersar Arahesis for fixing, reporting and testing: fix bug 502316 - sci-mathematics/octave installs /etc/env.d/99octave with wrong LDPATH