Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922641 - 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’?
Summary: dev-util/lttng-modules-2.13.10 fails to build on kernel 6.7: error: implicit ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: https://github.com/lttng/lttng-module...
Whiteboard:
Keywords:
Depends on:
Blocks: 915435
  Show dependency tree
 
Reported: 2024-01-21 18:55 UTC by matoro
Modified: 2024-01-21 18:58 UTC (History)
1 user (show)

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


Attachments
build.log and emerge --info (file_922641.txt,229.23 KB, text/plain)
2024-01-21 18:58 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
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