Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 883301 - sys-process/criu-3.17-r1 - criu/net.c: warning: a function declaration without a prototype is
Summary: sys-process/criu-3.17-r1 - criu/net.c: warning: a function declaration withou...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2022-11-27 14:21 UTC by Toralf Förster
Modified: 2022-11-27 14:21 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.24 KB, text/plain)
2022-11-27 14:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,150.57 KB, text/plain)
2022-11-27 14:21 UTC, Toralf Förster
Details
environment (environment,128.71 KB, text/plain)
2022-11-27 14:21 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,700 bytes, application/x-bzip)
2022-11-27 14:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,28.45 KB, application/x-bzip)
2022-11-27 14:21 UTC, Toralf Förster
Details
sys-process:criu-3.17-r1:20221127-115257.log.bz2 (sys-process:criu-3.17-r1:20221127-115257.log.bz2,10.49 KB, application/x-bzip)
2022-11-27 14:21 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,39.71 KB, application/x-bzip)
2022-11-27 14:21 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,488 bytes, application/x-bzip)
2022-11-27 14:21 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 2022-11-27 14:21:08 UTC
too long lines were shrinked:

clang -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -I ./comp
clang -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -I ./comp
clang -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -I ./comp
clang -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wformat-security -Wdeclaration-after-statement -Wstrict-prototypes -DCONFIG_X86_64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DCONFIG_COMPAT -iquote include/ -DCONFIG_COMPAT -I ./comp
criu/net.c:3369:30: warning: a function declaration without a prototype is
      deprecated in all versions of C [-Wstrict-prototypes]
struct ns_id *net_get_root_ns()

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20221126-170006

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

CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.5
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.5
Python 3.10.8
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *

  HEAD of ::gentoo
commit ae8559049522437953fb51c9de57cf80b5d55ec3
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Nov 27 11:31:53 2022 +0000

    2022-11-27 11:31:53 UTC

emerge -qpvO sys-process/criu
[ebuild  N    ] sys-process/criu-3.17-r1  USE="-bpf -doc -gnutls -nftables (-selinux) -setproctitle -static-libs -test" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" VIDEO_CARDS="amdgpu"
Comment 1 Toralf Förster gentoo-dev 2022-11-27 14:21:09 UTC
Created attachment 837685 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-27 14:21:10 UTC
Created attachment 837687 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-27 14:21:12 UTC
Created attachment 837689 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-27 14:21:13 UTC
Created attachment 837691 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-27 14:21:14 UTC
Created attachment 837693 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-27 14:21:15 UTC
Created attachment 837695 [details]
sys-process:criu-3.17-r1:20221127-115257.log.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-27 14:21:16 UTC
Created attachment 837697 [details]
temp.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-27 14:21:17 UTC
Created attachment 837699 [details]
var.tmp.clang.tar.bz2