Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 641526

Summary: 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
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED OBSOLETE    
Severity: normal Keywords: PMASKED
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=641528
Whiteboard:
Package list:
Runtime testing required: ---
Deadline: 2020-09-02   

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.