Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 584614 - dev-lang/python: add back .so C library support in OS X
Summary: dev-lang/python: add back .so C library support in OS X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-30 22:17 UTC by yegle
Modified: 2020-12-08 07:32 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 yegle 2016-05-30 22:17:03 UTC
The patch from Gentoo Prefix removed .so as a valid C library suffix, which makes it unable to load such a C library. At least YouCompleteMe is producing a Python C library with .so extension, makes it a bit hassle to use with vim from Gentoo Prefix.

Relevant discussion https://github.com/Valloric/ycmd/issues/512
Comment 1 Fabian Groffen gentoo-dev 2016-06-03 15:16:38 UTC
guess we can do that
Comment 2 Fabian Groffen gentoo-dev 2016-07-01 15:51:14 UTC
I've pushed this.  Please sync in a short while and re-emerge python and test back.