Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907097 - sys-process/criu-3.18 - criu/.../restorer.c: error: invalid use of undefined type struct rlimit64
Summary: sys-process/criu-3.18 - criu/.../restorer.c: error: invalid use of undefined ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-24 17:55 UTC by Toralf Förster
Modified: 2023-05-24 17:55 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.85 KB, text/plain)
2023-05-24 17:55 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,58.65 KB, application/x-bzip)
2023-05-24 17:55 UTC, Toralf Förster
Details
environment (environment,160.78 KB, text/plain)
2023-05-24 17:55 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,707 bytes, application/x-bzip)
2023-05-24 17:55 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,19.12 KB, application/x-bzip)
2023-05-24 17:55 UTC, Toralf Förster
Details
sys-process:criu-3.18:20230524-164013.log (sys-process:criu-3.18:20230524-164013.log,145.17 KB, text/plain)
2023-05-24 17:55 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,40.31 KB, application/x-bzip)
2023-05-24 17:55 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 2023-05-24 17:55:14 UTC
too long lines were shrinked:

x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_HAS_LIBBPF -DCONFIG_GNUTLS -DCONFIG
x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_HAS_LIBBPF -DCONFIG_GNUTLS -DCONFIG
x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_HAS_LIBBPF -DCONFIG_GNUTLS -DCONFIG
x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_HAS_LIBBPF -DCONFIG_GNUTLS -DCONFIG
x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -Wno-dangling-pointer -Wno-unknown-warning-option -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_HAS_LIBBPF -DCONFIG_GNUTLS -DCONFIG
criu/pie/restorer.c: In function 'restore_rlims':
criu/pie/restorer.c:406:43: error: invalid use of undefined type 'struct rlimit64'
  406 |                 krlim.rlim_cur = ta->rlims[r].rlim_cur;
      |                                           ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-j5-20230521-051504

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-13 *
clang/llvm (if any):
clang version 16.0.4
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.4
Python 3.11.3
Available Ruby profiles:
  [1]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.69.0 *
php cli (if any):
go version go1.20.4 linux/amd64

  HEAD of ::gentoo
commit 70827534fd7b0736dffb3655ecb2a7f0af2b4496
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed May 24 16:02:08 2023 +0000

    2023-05-24 16:02:07 UTC

emerge -qpvO sys-process/criu
[ebuild  N    ] sys-process/criu-3.18  USE="bpf gnutls nftables -doc (-selinux) -setproctitle -static-libs -test" PYTHON_TARGETS="python3_11 -python3_10" VIDEO_CARDS="amdgpu"
Comment 1 Toralf Förster gentoo-dev 2023-05-24 17:55:15 UTC
Created attachment 862494 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-05-24 17:55:16 UTC
Created attachment 862495 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-05-24 17:55:17 UTC
Created attachment 862496 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-05-24 17:55:18 UTC
Created attachment 862497 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-05-24 17:55:19 UTC
Created attachment 862498 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-05-24 17:55:20 UTC
Created attachment 862499 [details]
sys-process:criu-3.18:20230524-164013.log
Comment 7 Toralf Förster gentoo-dev 2023-05-24 17:55:21 UTC
Created attachment 862500 [details]
temp.tar.bz2