Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386227 - sci-libs/cgcode-1.0.ebuild doesn't install (shared object symlink issue)
Summary: sci-libs/cgcode-1.0.ebuild doesn't install (shared object symlink issue)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 04:07 UTC by Randy Austin
Modified: 2015-01-04 14:44 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 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
+