Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743947 - sys-power/suspend: failed build with gcc 10
Summary: sys-power/suspend: failed build with gcc 10
Status: RESOLVED DUPLICATE of bug 721972
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL: https://dpaste.com/3WQBN6JYZ
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-21 12:20 UTC by Marcin Woźniak
Modified: 2020-09-21 13:19 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 Marcin Woźniak 2020-09-21 12:20:06 UTC
After changed the gcc version into 10.2.0-r1 and rebooted. I had to update sys-power/suspend. When I was updating it. It returned an error. After that I changed the gcc to stable ( gcc 9.3.0-r1 ) It compiled well. 

Error:  https://dpaste.com/3WQBN6JYZ
make.conf:  https://dpaste.com/ESXU5PRVB
emerge --info: https://dpaste.com/9PUUAK8SC

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-21 13:04:50 UTC
GCC is not crashing -- it's just failing to build suspend because it needs to conform to -fno-common which is the new default with GCC 10.

By the way, please attach information here next time rather than pastebins for posterity.

*** This bug has been marked as a duplicate of bug 721972 ***
Comment 2 Marcin Woźniak 2020-09-21 13:19:04 UTC
Thank you ;)