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

Bug 689048

Summary: dev-python/notify-python uses outdated libtool which prevents LTO
Product: Gentoo Linux Reporter: Shane Peelar <lookatyouhacker>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED WONTFIX    
Severity: normal CC: dev-zero, mgorny
Priority: Normal Keywords: EBUILD, PMASKED, PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/12364
Whiteboard:
Package list:
Runtime testing required: ---
Deadline: 2020-09-16   
Attachments: Fixed ebuild using eautoreconf

Description Shane Peelar 2019-06-30 21:31:55 UTC
Created attachment 581578 [details]
Fixed ebuild using eautoreconf

The libtool shipped with dev-python/notify-python is too old to understand `-flto` in CFLAGS.  A detailed link can be found here on the Gentoo Wiki: 

https://wiki.gentoo.org/wiki/Outdated_libtool

The fix is to force autoreconf in the src_prepare stage.

A fixed ebuild is attached.