Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 922641

Summary: dev-util/lttng-modules-2.13.10 fails to build on kernel 6.7: error: implicit declaration of function ‘lookup_fd_rcu’; did you mean ‘lookup_fdget_rcu’?
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal CC: matoro_gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/lttng/lttng-modules/commit/c35f268c4169db55bd65c95472442cd4d00eb53f
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 915435    
Attachments: build.log and emerge --info

Description matoro archtester 2024-01-21 18:55:33 UTC
Needs https://github.com/lttng/lttng-modules/commit/c35f268c4169db55bd65c95472442cd4d00eb53f

In file included from /var/tmp/portage/dev-util/lttng-modules-2.13.10/work/lttng-modules-2.13.10/src/wrapper/fdtable.c:9:
/var/tmp/portage/dev-util/lttng-modules-2.13.10/work/lttng-modules-2.13.10/src/../include/wrapper/fdtable.h: In function ‘lttng_lookup_fd_rcu’:
/var/tmp/portage/dev-util/lttng-modules-2.13.10/work/lttng-modules-2.13.10/src/../include/wrapper/fdtable.h:19:16: error: implicit declaration of function ‘lookup_fd_rcu’; did you mean ‘lookup_fdget_rcu’? [-Werror=implicit-function-declaration]
   19 |         return lookup_fd_rcu(fd);
      |                ^~~~~~~~~~~~~
      |                lookup_fdget_rcu

Reproducible: Always
Comment 1 matoro archtester 2024-01-21 18:58:04 UTC
Created attachment 882800 [details]
build.log and emerge --info