Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937100 - net-misc/ena-driver-2.12.3 - [icu-75.1] /.../ena_xdp.c: error: implicit declaration of function _napi_alloc_skb
Summary: net-misc/ena-driver-2.12.3 - [icu-75.1] /.../ena_xdp.c: error: implicit decla...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andreas K. Hüttel
URL:
Whiteboard: ~arch only
Keywords:
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2024-08-01 17:29 UTC by Toralf Förster
Modified: 2024-11-01 16:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.23 KB, text/plain)
2024-08-01 17:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,66.52 KB, text/plain)
2024-08-01 17:29 UTC, Toralf Förster
Details
environment (environment,113.26 KB, text/plain)
2024-08-01 17:29 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1016 bytes, application/x-xz)
2024-08-01 17:29 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,32.74 KB, application/x-xz)
2024-08-01 17:29 UTC, Toralf Förster
Details
net-misc:ena-driver-2.12.3:20240801-010334.log (net-misc:ena-driver-2.12.3:20240801-010334.log,28.05 KB, text/plain)
2024-08-01 17:29 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,148.11 KB, text/plain)
2024-08-01 17:29 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-08-01 17:29:21 UTC
too long lines were shrinked:

  /usr/bin/x86_64-pc-linux-gnu-gcc -Wp,-MMD,/var/tmp/portage/net-misc/ena-driver-2.12.3/work/amzn-drivers-ena_linux_2.12.3/kernel/linux/ena/.ena_xdp.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated  -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./includ
# CC [M]  /var/tmp/portage/net-misc/ena-driver-2.12.3/work/amzn-drivers-ena_linux_2.12.3/kernel/linux/ena/dim.o
  /usr/bin/x86_64-pc-linux-gnu-gcc -Wp,-MMD,/var/tmp/portage/net-misc/ena-driver-2.12.3/work/amzn-drivers-ena_linux_2.12.3/kernel/linux/ena/.dim.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated  -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/ua
# CC [M]  /var/tmp/portage/net-misc/ena-driver-2.12.3/work/amzn-drivers-ena_linux_2.12.3/kernel/linux/ena/net_dim.o
  /usr/bin/x86_64-pc-linux-gnu-gcc -Wp,-MMD,/var/tmp/portage/net-misc/ena-driver-2.12.3/work/amzn-drivers-ena_linux_2.12.3/kernel/linux/ena/.net_dim.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated  -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./includ
/var/tmp/portage/net-misc/ena-driver-2.12.3/work/amzn-drivers-ena_linux_2.12.3/kernel/linux/ena/ena_xdp.c: In function ena_xdp_rx_skb_zc:
/var/tmp/portage/net-misc/ena-driver-2.12.3/work/amzn-drivers-ena_linux_2.12.3/kernel/linux/ena/ena_xdp.c:749:15: error: implicit declaration of function __napi_alloc_skb; did you mean napi_alloc_skb? [-Wimplicit-function-declaration]
  749 |         skb = __napi_alloc_skb(rx_ring->napi,
      |               ^~~~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_systemd-20240731-040503

  UNMASKED:
    Requested by sam
  ~dev-libs/icu-75.1
  ~dev-libs/icu-layoutex-75.1

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 18.1.8
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.8
Python 3.12.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.79.0 *
The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.22.5 linux/amd64

  HEAD of ::gentoo
commit 54218685327f4f3b5e186f1513a894baee241960
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Jul 31 23:19:07 2024 +0000

    2024-07-31 23:19:06 UTC

emerge -qpvO net-misc/ena-driver
[ebuild  N    ] net-misc/ena-driver-2.12.3  USE="strip -dist-kernel -modules-compress -modules-sign"
Comment 1 Toralf Förster gentoo-dev 2024-08-01 17:29:22 UTC
Created attachment 898779 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-08-01 17:29:24 UTC
Created attachment 898780 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-08-01 17:29:27 UTC
Created attachment 898781 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-08-01 17:29:29 UTC
Created attachment 898782 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-08-01 17:29:34 UTC
Created attachment 898783 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-08-01 17:29:39 UTC
Created attachment 898784 [details]
net-misc:ena-driver-2.12.3:20240801-010334.log
Comment 7 Toralf Förster gentoo-dev 2024-08-01 17:29:44 UTC
Created attachment 898785 [details]
qlist-info.txt
Comment 8 Eray Aslan gentoo-dev 2024-08-02 06:20:18 UTC
known issue with linux kernel-6.10. see https://github.com/amzn/amzn-drivers/issues/313
Comment 9 Larry the Git Cow gentoo-dev 2024-10-26 07:56:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a31bb703315fe48521e47eedb5b2ba49ec6d55

commit 95a31bb703315fe48521e47eedb5b2ba49ec6d55
Author:     Eray Aslan <eras@gentoo.org>
AuthorDate: 2024-10-26 07:55:54 +0000
Commit:     Eray Aslan <eras@gentoo.org>
CommitDate: 2024-10-26 07:55:54 +0000

    net-misc/ena-driver: drop 2.11.1, 2.12.2, 2.12.3
    
    Closes: https://bugs.gentoo.org/937100
    Signed-off-by: Eray Aslan <eras@gentoo.org>

 net-misc/ena-driver/Manifest                 |  3 ---
 net-misc/ena-driver/ena-driver-2.11.1.ebuild | 31 ----------------------------
 net-misc/ena-driver/ena-driver-2.12.2.ebuild | 30 ---------------------------
 net-misc/ena-driver/ena-driver-2.12.3.ebuild | 30 ---------------------------
 4 files changed, 94 deletions(-)