← Back to team overview

kernel-packages team mailing list archive

[Bug 1592930] Re: failures building userspace packages that include ethtool.h

 

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: kernel-da-key

-- 
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:
  Confirmed

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