Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689048 - dev-python/notify-python uses outdated libtool which prevents LTO
Summary: dev-python/notify-python uses outdated libtool which prevents LTO
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-09-16
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD, PMASKED, PullRequest
Depends on:
Blocks:
 
Reported: 2019-06-30 21:31 UTC by Shane Peelar
Modified: 2020-10-31 04:59 UTC (History)
2 users (show)

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


Attachments
Fixed ebuild using eautoreconf (notify-python-0.1.1-r4.ebuild,1.28 KB, text/plain)
2019-06-30 21:31 UTC, Shane Peelar
Details

Note You need to log in before you can comment on or make changes to this bug.
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.