Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555384 - sys-libs/efivar-0.21 linux.c:850:9: error: (near initialization for ‘ifr.ifr_ifrn’)
Summary: sys-libs/efivar-0.21 linux.c:850:9: error: (near initialization for ‘ifr.ifr_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-19 19:07 UTC by Cedric Sodhi
Modified: 2015-07-19 22:15 UTC (History)
4 users (show)

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 Cedric Sodhi 2015-07-19 19:07:36 UTC
On compile:

linux.c: In function ‘make_mac_path’:
linux.c:850:9: error: missing braces around initializer [-Werror=missing-braces]
  struct ifreq ifr = { 0, };
Comment 1 Ben Kohler gentoo-dev 2015-07-19 19:20:39 UTC
Can you please attach the full build.log and emerge --info output?
Comment 3 Mike Gilbert gentoo-dev 2015-07-19 22:15:28 UTC
+  19 Jul 2015; Mike Gilbert <floppym@gentoo.org> +files/0.21-initializer.patch,
+  efivar-0.21.ebuild:
+  Fix build failure, bug 555384.