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

Bug 732768

Summary: sys-firmware/ipxe-1.0.0_p20190728: fails to build with gcc-11
Product: Gentoo Linux Reporter: lekto
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, virtualization
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 732706    
Attachments: build.log
emerge --info

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.