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

Bug 386227

Summary: sci-libs/cgcode-1.0.ebuild doesn't install (shared object symlink issue)
Product: Gentoo Linux Reporter: Randy Austin <gentoo>
Component: Current packagesAssignee: Justin Lecher (RETIRED) <jlec>
Status: RESOLVED FIXED    
Severity: normal CC: sci
Priority: Normal    
Version: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Randy Austin 2011-10-08 04:07:50 UTC
The line

    dolib.so lib${PN}.so* || die

should be

    dolib.so lib${PN}.so.* || die

With the current line, emerge dies with a file exists error. The cgcode build is creating the files libcgcode.so and libcgcode.so.1.0, which are identical. The build system is expecting to create symlinks for libcgcode.so. So the change to the dolib.so line makes the copy just copy libcgcode.so.1.0 and then the symlink works.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2011-11-21 16:34:36 UTC
+*cgcode-1.0-r1 (21 Nov 2011)
+
+  21 Nov 2011; Justin Lecher <jlec@gentoo.org> +cgcode-1.0-r1.ebuild,
+  metadata.xml:
+  Install correct symlink for libs, #386227
+