[GH-ISSUE #237] Recent build regressions #167

Closed
opened 2026-05-05 05:13:11 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @genodeftest on GitHub (Jan 19, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/237

Some recently introduced build regressions on git master:

cc -ggdb  -O2 -DVERSION='"0.9.37"' -DPREFIX='"/usr/local"'  -DSYSCONFDIR='"/usr/local/etc/firejail"' -DLIBDIR='"/usr/local/lib"' -DHAVE_SECCOMP -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_BIND -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security  -c run_symlink.c -o run_symlink.o
run_symlink.c: In function 'run_symlink':
run_symlink.c:77:9: warning: too many arguments for format [-Wformat-extra-args]
  printf("Redirecting symlink to %s\n", firejail, program);
         ^
cc -ggdb  -O2 -DVERSION='"0.9.37"' -DPREFIX='"/usr/local"'  -DSYSCONFDIR='"/usr/local/etc/firejail"' -DLIBDIR='"/usr/local/lib"' -DHAVE_SECCOMP -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_BIND -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security  -c sandbox.c -o sandbox.o
sandbox.c: In function 'sandbox':
sandbox.c:326:3: warning: implicit declaration of function 'netfilter6' [-Wimplicit-function-declaration]
   netfilter6(arg_netfilter6_file);
   ^
Originally created by @genodeftest on GitHub (Jan 19, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/237 Some recently introduced build regressions on git master: ``` cc -ggdb -O2 -DVERSION='"0.9.37"' -DPREFIX='"/usr/local"' -DSYSCONFDIR='"/usr/local/etc/firejail"' -DLIBDIR='"/usr/local/lib"' -DHAVE_SECCOMP -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_BIND -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -c run_symlink.c -o run_symlink.o run_symlink.c: In function 'run_symlink': run_symlink.c:77:9: warning: too many arguments for format [-Wformat-extra-args] printf("Redirecting symlink to %s\n", firejail, program); ^ ``` ``` cc -ggdb -O2 -DVERSION='"0.9.37"' -DPREFIX='"/usr/local"' -DSYSCONFDIR='"/usr/local/etc/firejail"' -DLIBDIR='"/usr/local/lib"' -DHAVE_SECCOMP -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_BIND -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -c sandbox.c -o sandbox.o sandbox.c: In function 'sandbox': sandbox.c:326:3: warning: implicit declaration of function 'netfilter6' [-Wimplicit-function-declaration] netfilter6(arg_netfilter6_file); ^ ```
gitea-mirror 2026-05-05 05:13:11 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@netblue30 commented on GitHub (Jan 20, 2016):

Fixed, thanks!

<!-- gh-comment-id:173238653 --> @netblue30 commented on GitHub (Jan 20, 2016): Fixed, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#167
No description provided.