Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252474 - dev-db/metakit statically link libmk4 to the python bindings
Summary: dev-db/metakit statically link libmk4 to the python bindings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High 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: NeedPatch
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2008-12-25 13:01 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2012-06-21 09:07 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-25 13:01:28 UTC
yamato link-collisions # qfile /usr/lib/python2.5/site-packages/Mk4py.so
dev-db/metakit (/usr/lib/python2.5/site-packages/Mk4py.so)
yamato link-collisions # qfile /usr/lib/libmk4.so
dev-db/metakit (/usr/lib/libmk4.so)
yamato link-collisions # scanelf -n /usr/lib/python2.5/site-packages/Mk4py.so
 TYPE   NEEDED FILE 
ET_DYN libpthread.so.0,libstdc++.so.6,libgcc_s.so.1,libc.so.6 /usr/lib/python2.5/site-packages/Mk4py.so 
yamato link-collisions # ls -l /usr/lib/python2.5/site-packages/Mk4py.so /usr/lib/libmk4.so
-rwxr-xr-x 1 root root 269184 Dec 12 03:49 /usr/lib/libmk4.so
-rwxr-xr-x 1 root root 400444 Dec 12 03:49 /usr/lib/python2.5/site-packages/Mk4py.so

Would be quite nice to avoid duplicating the code in it.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-06-21 09:07:52 UTC
+*metakit-2.4.9.7-r1 (21 Jun 2012)
+
+  21 Jun 2012; Justin Lecher <jlec@gentoo.org> +metakit-2.4.9.7-r1.ebuild,
+  +files/metakit-2.4.9.7-linking.patch, metadata.xml:
+  Fix linking, #252474
+