Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646650 - app-text/aspell - QA Notice: The following shared libraries lack NEEDED entries: /usr/lib64/libpspell.so.15.2.0
Summary: app-text/aspell - QA Notice: The following shared libraries lack NEEDED entri...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-05 12:14 UTC by Oleg Gawriloff
Modified: 2021-03-12 22:31 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 Oleg Gawriloff 2018-02-05 12:14:13 UTC
During emerge
QA Notice: The following shared libraries lack NEEDED entries                 x
x/usr/lib64/libpspell.so.15.2.0    

it seems that those statically linked
barzog@deadcomp ~/app-text/aspell $ ldd /usr/lib64/libpspell.so.15.2.0
        statically linked


so we can easily add QA_DT_NEEDED="/usr/lib64/libpspell.so.15.2.0"
to ebuild to get fix that.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-02-05 17:26:09 UTC
(In reply to Oleg Gawriloff from comment #0)
> so we can easily add QA_DT_NEEDED="/usr/lib64/libpspell.so.15.2.0"
> to ebuild to get fix that.

Looks like a bad workaround rather than a fix.
Comment 2 Larry the Git Cow gentoo-dev 2021-03-12 22:31:17 UTC
The bug has been closed via the following commit(s):

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

commit 4e2a96c5baf12681d7e74a3fb37d7ff9852ac45e
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-03-10 22:59:50 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-03-12 22:28:32 +0000

    app-text/aspell: add more languages
    
    Also slightly overhauled whole ebuild and removed old non-existent
    blockers.
    
    Closing #646650, as this qa warning does not trigger for me and
    references an older version.
    
    Taking ownership.
    
    Closes: https://bugs.gentoo.org/646650
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-text/aspell/aspell-0.60.8-r1.ebuild | 112 ++++++++++++++++++++++++++++++++
 app-text/aspell/metadata.xml            |   5 +-
 2 files changed, 116 insertions(+), 1 deletion(-)