Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 792075 - dev-libs/trio-1.16 fails to build (libtrio.so.2.0.0: hidden symbol `c99_fpclassify_and_signbit' isn't defined)
Summary: dev-libs/trio-1.16 fails to build (libtrio.so.2.0.0: hidden symbol `c99_fpcla...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-05-25 19:02 UTC by Roman Belov
Modified: 2021-06-01 23:44 UTC (History)
1 user (show)

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


Attachments
build log (build.log,4.15 KB, text/x-log)
2021-05-25 19:02 UTC, Roman Belov
Details
emerge --info (info.txt,6.02 KB, text/plain)
2021-05-25 19:03 UTC, Roman Belov
Details
trio-1.16-no-inline.patch (trio-1.16-no-inline.patch,200 bytes, patch)
2021-05-25 19:32 UTC, Ionen Wolkens
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Belov 2021-05-25 19:02:25 UTC
Created attachment 711231 [details]
build log

Failed to build dev-libs/trio-1.16
Comment 1 Roman Belov 2021-05-25 19:03:38 UTC
Created attachment 711234 [details]
emerge --info

Added emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2021-05-25 19:09:13 UTC
CFLAGS="-Os -march=native -fno-stack-protector -pipe"

Issue is triggered by -Os, try -O2
Comment 3 Roman Belov 2021-05-25 19:23:32 UTC
compilation with -O2 is done normally
Comment 4 Ionen Wolkens gentoo-dev 2021-05-25 19:32:58 UTC
Created attachment 711237 [details, diff]
trio-1.16-no-inline.patch
Comment 5 Larry the Git Cow gentoo-dev 2021-06-01 23:44:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7b4263ae96eb79862bbd9e9ad7820e0dce827c

commit 6e7b4263ae96eb79862bbd9e9ad7820e0dce827c
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-06-01 12:01:46 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-06-01 23:37:55 +0000

    dev-libs/trio: fix build with -Os
    
    Closes: https://bugs.gentoo.org/792075
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 dev-libs/trio/files/trio-1.16-no-inline.patch | 8 ++++++++
 dev-libs/trio/trio-1.16.ebuild                | 3 +++
 2 files changed, 11 insertions(+)