Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580898 - dev-python/llvmlite should disable libstdc++ static linking.
Summary: dev-python/llvmlite should disable libstdc++ static linking.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/numba/llvmlite/iss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-23 08:17 UTC by Benda Xu
Modified: 2016-05-19 04:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
llvmlite.patch (llvmlite.patch,533 bytes, patch)
2016-04-23 08:20 UTC, Benda Xu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benda Xu gentoo-dev 2016-04-23 08:17:29 UTC
By default dev-python/llvmlite links against libstdc++ statically, resulting in double free.

Reproducible: Always
Comment 1 Benda Xu gentoo-dev 2016-04-23 08:20:13 UTC
Created attachment 431604 [details, diff]
llvmlite.patch
Comment 2 Benda Xu gentoo-dev 2016-05-19 04:14:52 UTC
There has been no objections in a month. Pushed the patch as commit c0253ea90aa0. Thanks!