kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #185088
[Bug 1592930] Re: failures building userspace packages that include ethtool.h
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
xenial' to 'verification-done-xenial'.
If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!
** Tags added: verification-needed-xenial
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1592930
Title:
failures building userspace packages that include ethtool.h
Status in linux package in Ubuntu:
Triaged
Status in linux source package in Xenial:
Fix Committed
Bug description:
Current -proposed kernel produces errors when building userspace
packages that require ethtool.h from linux-headers.
This was noted by Iain Lane when building systemd with this kernel:
In file included from ../src/udev/net/ethtool-util.c:22:0:
/usr/include/linux/ethtool.h: In function ‘ethtool_validate_speed’:
/usr/include/linux/ethtool.h:1321:18: error: ‘INT_MAX’ undeclared (first use in this function)
return speed <= INT_MAX || speed == SPEED_UNKNOWN;
^
/usr/include/linux/ethtool.h:1321:18: note: each undeclared identifier is reported only once for each function it appears in
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1592930/+subscriptions
References