Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641526 - dev-util/coccinelle-1.0.6 - /usr/lib64/coccinelle/spgen/spgen: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
Summary: dev-util/coccinelle-1.0.6 - /usr/lib64/coccinelle/spgen/spgen: error while lo...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-09-02
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2017-12-18 08:01 UTC by Jeroen Roovers (RETIRED)
Modified: 2020-09-02 08:20 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 Jeroen Roovers (RETIRED) gentoo-dev 2017-12-18 08:01:44 UTC
Looks like a pre-built executable which links to sys-libs/ncurses[tinfo], although I am pretty sure upstream will want to have this:

--- a/tools/spgen/source/Makefile
+++ b/tools/spgen/source/Makefile
@@ -82,7 +82,7 @@

 .PHONY: clean distclean

-clean:
+clean: $(TARGET) $(TARGET).opt
        rm -f *.cm[ioxa] *.o *.a *.cmxa *.annot
        rm -f *~ .*~ gmon.out #*#
        rm -f .depend

and that the ebuild should remove the pre-built executable in src_prepare() for now.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-02 08:20:59 UTC
package removed.