Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libseccomp: 2.4.1 -> 2.4.2 #74453

Merged
merged 1 commit into from Nov 30, 2019

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libseccomp/versions.

meta.description for libseccomp is: '"High level library for the Linux Kernel seccomp filter"'.

meta.homepage for libseccomp is: '"https://github.com/seccomp/libseccomp"

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

22465 total rebuild path(s)

8387 package rebuild(s)

8332 x86_64-linux rebuild(s)
7285 i686-linux rebuild(s)
9 x86_64-darwin rebuild(s)
6839 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
AgdaSheaves
AgdaStdlib
DisnixWebService
EmptyEpsilon
MMA
OVMF
OVMF-CSM
OVMF-secureBoot
R
SDL
SDL2
SDL2_gfx
SDL2_image
SDL2_mixer
SDL2_net
SDL2_ttf
SDL_Pango
SDL_gfx
SDL_gpu
SDL_image
SDL_mixer
SDL_net
SDL_sound
SDL_stretch
SDL_ttf
Sylk
TotalParserCombinators
_20kly
_90secondportraits
a2jmidid
abbaye-des-morts
abcde
abcl
abiword
abootimg
accountsservice
acoustidFingerprinter
acsccid
adapta-gtk-theme
adementary-theme
adlplug
adobe-reader
adom
adoptopenjdk-icedtea-web
adwaita-qt
aegisub
aeolus
aeon
aerc
aesop

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/08d5bdixy4gsk29darz6dddpy4di2bx8-libseccomp-2.4.2 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A libseccomp https://github.com/r-ryantm/nixpkgs/archive/214190ea8daa7a7b8484ea6ae2f621f7b1e84ebf.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/08d5bdixy4gsk29darz6dddpy4di2bx8-libseccomp-2.4.2
ls -la /nix/store/08d5bdixy4gsk29darz6dddpy4di2bx8-libseccomp-2.4.2/bin

cc @thoughtpolice for testing.

Staging automation moved this from Needs review to Ready Nov 30, 2019
@thoughtpolice thoughtpolice merged commit 03be1ad into NixOS:staging Nov 30, 2019
Staging automation moved this from Ready to Done Nov 30, 2019
@Izorkin
Copy link
Contributor

Izorkin commented Dec 5, 2019

After this update error build chrony:

builder for '/nix/store/9drp1fbgr817lb5r5rp8xjp2h3cvxdp8-chrony-3.5.drv' failed with exit code 2; last 10 log lines:
  gcc -O2 -g -D_FORTIFY_SOURCE=2 -fPIE -fstack-protector-strong --param=ssp-buffer-size=4 -Wmissing-prototypes -Wall -pthread -I/nix/store/qrq5sz7p3yjz50b7lr7139wc80ymfk9n-nss-3.47.1-dev/include/nss -I/nix/store/m5ra1lf1x8cqabjnkh2sxr2hm080ikgx-nspr-4.23-dev/include -c hash_nss.c
  gcc -O2 -g -D_FORTIFY_SOURCE=2 -fPIE -fstack-protector-strong --param=ssp-buffer-size=4 -Wmissing-prototypes -Wall -pthread -I/nix/store/qrq5sz7p3yjz50b7lr7139wc80ymfk9n-nss-3.47.1-dev/include/nss -I/nix/store/m5ra1lf1x8cqabjnkh2sxr2hm080ikgx-nspr-4.23-dev/include -c sys_generic.c
  gcc -O2 -g -D_FORTIFY_SOURCE=2 -fPIE -fstack-protector-strong --param=ssp-buffer-size=4 -Wmissing-prototypes -Wall -pthread -I/nix/store/qrq5sz7p3yjz50b7lr7139wc80ymfk9n-nss-3.47.1-dev/include/nss -I/nix/store/m5ra1lf1x8cqabjnkh2sxr2hm080ikgx-nspr-4.23-dev/include -c sys_linux.c
  In file included from sys_linux.c:42:
  sys_linux.c: In function 'SYS_Linux_EnableSystemCallFilter':
  sys_linux.c:506:38: error: '__SNR_ppoll' undeclared (first use in this function)
       SCMP_SYS(pipe2), SCMP_SYS(poll), SCMP_SYS(ppoll), SCMP_SYS(pselect6), SCMP_SYS(read),
                                        ^~~~~~~~
  sys_linux.c:506:38: note: each undeclared identifier is reported only once for each function it appears in
  make: *** [Makefile:108: sys_linux.o] Error 1
[0 built (1 failed)]
error: build of '/nix/store/9drp1fbgr817lb5r5rp8xjp2h3cvxdp8-chrony-3.5.drv' failed

@thoughtpolice
Copy link
Member

@Izorkin fixed, please update your git clone

@r-ryantm r-ryantm deleted the auto-update/libseccomp branch December 7, 2019 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Staging
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants