FS#29919 - [octave] Wrong libraries path
Attached to Project:
Arch Linux
Opened by Israel Herraiz (herraiz) - Thursday, 17 May 2012, 00:22 GMT
Last edited by Ronald van Haren (pressh) - Sunday, 17 June 2012, 19:55 GMT
Opened by Israel Herraiz (herraiz) - Thursday, 17 May 2012, 00:22 GMT
Last edited by Ronald van Haren (pressh) - Sunday, 17 June 2012, 19:55 GMT
|
Details
Description: The file /etc/ld.so.conf.d/octave.conf contains
a wrong path
The path in the /etc/ld.so.conf.d/octave.conf is /usr/lib/octave-3.6.1 and it should be /usr/lib/octave/3.6.1 (notice the change of a minus by a slash). This makes it impossible to build applications that use Octave (although Octave itself works). I am attaching a patch for the PKGBUILD file in the ABS. Additional info: * package version(s): 3.6.1 Steps to reproduce: Install octave package, check that libraries are found in /usr/lib/octave/3.6.1, check the contents of /etc/ld.so.conf.d/octave.conf (different to the previous path). |
This task depends upon
Closed by Ronald van Haren (pressh)
Sunday, 17 June 2012, 19:55 GMT
Reason for closing: Fixed
Additional comments about closing: 3.6.2
Sunday, 17 June 2012, 19:55 GMT
Reason for closing: Fixed
Additional comments about closing: 3.6.2
libpath.patch