Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923280 - sys-fs/zfs-kmod-2.2.3 [debug] fails to compile: ldo.c:181:9: error: infinite recursion detected [-Werror=infinite-recursion]
Summary: sys-fs/zfs-kmod-2.2.3 [debug] fails to compile: ldo.c:181:9: error: infinite ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-29 17:55 UTC by Agostino Sarubbo
Modified: 2024-02-23 08:07 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,505.29 KB, text/plain)
2024-01-29 17:55 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-01-29 17:55:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-fs/zfs-kmod-2.2.2 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-29 17:55:15 UTC
Created attachment 883571 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-29 18:00:44 UTC
/var/tmp/portage/sys-fs/zfs-kmod-2.2.2/work/zfs-2.2.2/module/lua/ldo.c:181:9: error: infinite recursion detected [-Werror=infinite-recursion[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Winfinite-recursion]]
  181 | l_noret luaD_throw (lua_State *L, int errcode) {
      |         ^~~~~~~~~~
/var/tmp/portage/sys-fs/zfs-kmod-2.2.2/work/zfs-2.2.2/module/lua/ldo.c:190:7: note: recursive call
  190 |       luaD_throw(G(L)->mainthread, errcode);  /* re-throw in main thread */
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comment 3 Agostino Sarubbo gentoo-dev 2024-02-06 07:38:00 UTC
ci has reproduced this issue with version 2.2.2-r1 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2024-02-23 08:07:37 UTC
ci has reproduced this issue with version 2.2.3 - Updating summary.