Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732768 - sys-firmware/ipxe-1.0.0_p20190728: fails to build with gcc-11
Summary: sys-firmware/ipxe-1.0.0_p20190728: fails to build with gcc-11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2020-07-15 18:36 UTC by lekto
Modified: 2020-07-23 18:08 UTC (History)
2 users (show)

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


Attachments
build.log (build.log.bz2,21.75 KB, application/x-bzip2)
2020-07-15 18:36 UTC, lekto
Details
emerge --info (emerge.info,5.69 KB, text/plain)
2020-07-15 18:37 UTC, lekto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lekto 2020-07-15 18:36:46 UTC
Created attachment 649326 [details]
build.log

libgcc/__moddi3.c: In function ‘__moddi3’:
libgcc/__moddi3.c:7:18: internal compiler error: in execute, at adjust-alignment.c:74
    7 | __libgcc int64_t __moddi3(int64_t num, int64_t den)
      |                  ^~~~~~~~
during GIMPLE pass: adjust_alignment
libgcc/__divmoddi4.c: In function ‘__divmoddi4’:
libgcc/__divmoddi4.c:3:18: internal compiler error: in execute, at adjust-alignment.c:74
    3 | __libgcc int64_t __divmoddi4(int64_t num, int64_t den, int64 *rem_p)
      |
Comment 1 lekto 2020-07-15 18:37:27 UTC
Created attachment 649328 [details]
emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-07-15 20:27:01 UTC
It is a gcc bug, and not a package bug: https://gcc.gnu.org/PR95237
Comment 3 lekto 2020-07-23 18:08:11 UTC
After I updated gcc, package builds fine.