Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647350 - dev-util/astyle should install a libastyle.so symlink
Summary: dev-util/astyle should install a libastyle.so symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-11 21:39 UTC by Virgil Dupras (RETIRED)
Modified: 2018-03-06 17:44 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 Virgil Dupras (RETIRED) gentoo-dev 2018-02-11 21:39:51 UTC
The ebuild currently doesn't install plain "libastyle.so" files, only versioned ones. That forces us, in java where the library is loaded dynamically, to specify a full path to that library rather than "System.loadLibrary("astylej")"

PR incoming.
Comment 1 Larry the Git Cow gentoo-dev 2018-03-06 17:44:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec836f1d982ca366a01b0d82fe6b54dd38bbfd36

commit ec836f1d982ca366a01b0d82fe6b54dd38bbfd36
Author:     Virgil Dupras <hsoft@hardcoded.net>
AuthorDate: 2018-03-06 17:27:03 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2018-03-06 17:44:14 +0000

    dev-util/astyle: install unversioned so files
    
    Closes: https://bugs.gentoo.org/647350
    Closes: https://github.com/gentoo/gentoo/pull/7160
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/astyle/astyle-3.1-r1.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)