Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832597 - app-containers/conmon-2.0.31 - src/seccomp_notify.c: fatal error: seccomp.h: No such file or directory
Summary: app-containers/conmon-2.0.31 - src/seccomp_notify.c: fatal error: seccomp.h: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-03 00:53 UTC by Toralf Förster
Modified: 2022-02-04 18:19 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.51 KB, text/plain)
2022-02-03 00:53 UTC, Toralf Förster
Details
app-containers:conmon-2.0.31:20220202-233852.log (app-containers:conmon-2.0.31:20220202-233852.log,5.07 KB, text/plain)
2022-02-03 00:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,75.31 KB, text/plain)
2022-02-03 00:53 UTC, Toralf Förster
Details
environment (environment,55.20 KB, text/plain)
2022-02-03 00:53 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,5.84 KB, application/x-bzip)
2022-02-03 00:53 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,14.49 KB, application/x-bzip)
2022-02-03 00:53 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-02-03 00:53:22 UTC
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DVERSION=\"2.0.31\" -DGIT_COMMIT=\"v2.0.31\"  -o src/ctr_exit.o -c src/ctr_exit.c
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DVERSION=\"2.0.31\" -DGIT_COMMIT=\"v2.0.31\"  -o src/runtime_args.o -c src/runtime_args.c
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DVERSION=\"2.0.31\" -DGIT_COMMIT=\"v2.0.31\"  -o src/close_fds.o -c src/close_fds.c
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -DVERSION=\"2.0.31\" -DGIT_COMMIT=\"v2.0.31\"  -o src/seccomp_notify.o -c src/seccomp_notify.c
src/seccomp_notify.c:9:10: fatal error: seccomp.h: No such file or directory
    9 | #include <seccomp.h>
      |          ^~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20220202-101139

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.58.1 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 3f4cd4d05eec1dd30d7c4bda1c3b9ed9fc505c6e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Feb 2 21:37:09 2022 +0000

    2022-02-02 21:37:04 UTC

emerge -qpvO app-containers/conmon
[ebuild  N    ] app-containers/conmon-2.0.31  USE="-systemd"
Comment 1 Toralf Förster gentoo-dev 2022-02-03 00:53:27 UTC
Created attachment 764244 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-02-03 00:53:28 UTC
Created attachment 764245 [details]
app-containers:conmon-2.0.31:20220202-233852.log
Comment 3 Toralf Förster gentoo-dev 2022-02-03 00:53:29 UTC
Created attachment 764246 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-02-03 00:53:30 UTC
Created attachment 764247 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-02-03 00:53:31 UTC
Created attachment 764248 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-02-03 00:53:39 UTC
Created attachment 764249 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-02-04 18:19:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9b70fc22d054be437daf21bdf084c4de39f847

commit 8f9b70fc22d054be437daf21bdf084c4de39f847
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-02-04 18:18:10 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-02-04 18:19:48 +0000

    app-containers/conmon: add libseccomp dependency
    
    Closes: https://bugs.gentoo.org/832597
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-containers/conmon/conmon-2.0.31.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)