Skip to content

Build failed again from Releases and Official site [ver. 6.0.5] #12

@GermanAizek

Description

@GermanAizek

@aloktion,

System: Debian 6.12.10-1 (2025-01-18) x86_64 GNU/Linux

Downloaded from: https://github.com/intel/ethernet-linux-ixgbe/releases/tag/v6.0.5

# Extract archive all.
cd src
make install

and again build errors.

$ make install
*** The target kernel has CONFIG_MODULE_SIG_ALL enabled, but
*** the signing key cannot be found. Module signing has been
*** disabled for this build.
make[1]: Entering directory '/usr/src/linux-headers-6.12.10-common'
make[2]: Entering directory '/usr/src/linux-headers-6.12.10-amd64'
  CC [M]  /home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.o
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c: In function ‘ixgbe_configure_dcb’:
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c:6635:32: error: ‘NETIF_F_FCOE_MTU’ undeclared (first use in this function); did you mean ‘NETIF_F_FCOE_CRC’?
 6635 |         if (netdev->features & NETIF_F_FCOE_MTU)
      |                                ^~~~~~~~~~~~~~~~
      |                                NETIF_F_FCOE_CRC
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c:6635:32: note: each undeclared identifier is reported only once for each function it appears in
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c: In function ‘ixgbe_hpbthresh’:
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c:6840:30: error: ‘NETIF_F_FCOE_MTU’ undeclared (first use in this function); did you mean ‘NETIF_F_FCOE_CRC’?
 6840 |         if ((dev->features & NETIF_F_FCOE_MTU) &&
      |                              ^~~~~~~~~~~~~~~~
      |                              NETIF_F_FCOE_CRC
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c: In function ‘ixgbe_lpbthresh’:
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c:6903:30: error: ‘NETIF_F_FCOE_MTU’ undeclared (first use in this function); did you mean ‘NETIF_F_FCOE_CRC’?
 6903 |         if ((dev->features & NETIF_F_FCOE_MTU) &&
      |                              ^~~~~~~~~~~~~~~~
      |                              NETIF_F_FCOE_CRC
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c: In function ‘ixgbe_probe’:
/home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.c:14323:42: error: ‘NETIF_F_FCOE_MTU’ undeclared (first use in this function); did you mean ‘NETIF_F_FCOE_CRC’?
14323 |                                          NETIF_F_FCOE_MTU;
      |                                          ^~~~~~~~~~~~~~~~
      |                                          NETIF_F_FCOE_CRC
make[4]: *** [/usr/src/linux-headers-6.12.10-common/scripts/Makefile.build:234: /home/debian/Videos/ixgbe-6.0.5/src/ixgbe_main.o] Error 1
make[3]: *** [/usr/src/linux-headers-6.12.10-common/Makefile:1962: /home/debian/Videos/ixgbe-6.0.5/src] Error 2
make[2]: *** [/usr/src/linux-headers-6.12.10-common/Makefile:236: __sub-make] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-6.12.10-amd64'
make[1]: *** [Makefile:236: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.12.10-common'
make: *** [Makefile:107: default] Error 2


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions