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

Bug 555890

Summary: sys-firmware/seabios-1.7.5[-binary]: kbd.c:120: undefined reference to `usb_kbd_command'
Product: Gentoo Linux Reporter: om3i <r9ku1q>
Component: [OLD] Core systemAssignee: Doug Goldstein (RETIRED) <cardoe>
Status: RESOLVED FIXED    
Severity: normal CC: qemu+disabled, virtualization
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 536984    
Attachments: build.log
emerge --info

Description om3i 2015-07-25 19:57:17 UTC
sys-firmware/seabios[-binary] fails to build

Reproducible: Always
Comment 1 om3i 2015-07-25 19:57:42 UTC
Created attachment 407618 [details]
build.log
Comment 2 om3i 2015-07-25 19:59:15 UTC
Created attachment 407620 [details]
emerge --info
Comment 3 Felix Janda 2015-07-27 17:18:17 UTC
The build failed because of gcc 5.2 (-std=gnu11).

Try compiling with an older version of gcc or with -fgnu89-inline added to CFLAGS.
Comment 4 om3i 2015-08-21 08:39:19 UTC
Yes, -fgnu89-inline fixes the problem.
Comment 5 SpanKY gentoo-dev 2015-08-30 00:13:27 UTC
fixed w/1.8.2 release which is in the tree now