mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
tor: replace long comment with a link to upstream bugtracker
This commit is contained in:
parent
34773db546
commit
bbe7193ab0
@ -70,28 +70,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# disable tests on linux aarch32, the following tests fail there:
|
# disable tests on linux aarch32
|
||||||
# sandbox/is_active: [forking] Feb 06 17:43:14.224 [err] install_syscall_filter(): Bug: (Sandbox) failed to load: -125 (Operation canceled)! Are you sure that your kernel has seccomp2 support? The sandbox won't work without it. (on Tor 0.4.8.10 )
|
# https://gitlab.torproject.org/tpo/core/tor/-/issues/40912
|
||||||
# FAIL src/test/test_sandbox.c:146: assert(sandbox_is_active())
|
|
||||||
# [is_active FAILED]
|
|
||||||
# sandbox/open_filename: [forking] Feb 06 17:43:14.279 [err] install_syscall_filter(): Bug: (Sandbox) failed to load: -125 (Operation canceled)! Are you sure that your kernel has seccomp2 support? The sandbox won't work without it. (on Tor 0.4.8.10 )
|
|
||||||
# FAIL src/test/test_sandbox.c:170: assert(fd OP_EQ -1): 9 vs -1
|
|
||||||
# [open_filename FAILED]
|
|
||||||
# sandbox/opendir_dirname: [forking] Feb 06 17:43:14.343 [err] install_syscall_filter(): Bug: (Sandbox) failed to load: -125 (Operation canceled)! Are you sure that your kernel has seccomp2 support? The sandbox won't work without it. (on Tor 0.4.8.10 )
|
|
||||||
# FAIL src/test/test_sandbox.c:271: assert(dir OP_EQ NULL): 0xdf8300 vs (nil)
|
|
||||||
# [opendir_dirname FAILED]
|
|
||||||
# sandbox/openat_filename: [forking] Feb 06 17:43:14.400 [err] install_syscall_filter(): Bug: (Sandbox) failed to load: -125 (Operation canceled)! Are you sure that your kernel has seccomp2 support? The sandbox won't work without it. (on Tor 0.4.8.10 )
|
|
||||||
# FAIL src/test/test_sandbox.c:249: assert(fd OP_EQ -1): 9 vs -1
|
|
||||||
# [openat_filename FAILED]
|
|
||||||
# sandbox/chmod_filename: [forking] Feb 06 17:43:14.493 [err] install_syscall_filter(): Bug: (Sandbox) failed to load: -125 (Operation canceled)! Are you sure that your kernel has seccomp2 support? The sandbox won't work without it. (on Tor 0.4.8.10 )
|
|
||||||
# FAIL src/test/test_sandbox.c:190: assert(rc OP_EQ -1): 0 vs -1
|
|
||||||
# [chmod_filename FAILED]
|
|
||||||
# sandbox/chown_filename: [forking] Feb 06 17:43:14.561 [err] install_syscall_filter(): Bug: (Sandbox) failed to load: -125 (Operation canceled)! Are you sure that your kernel has seccomp2 support? The sandbox won't work without it. (on Tor 0.4.8.10 )
|
|
||||||
# FAIL src/test/test_sandbox.c:208: assert(rc OP_EQ -1): 0 vs -1
|
|
||||||
# [chown_filename FAILED]
|
|
||||||
# sandbox/rename_filename: [forking] Feb 06 17:43:14.629 [err] install_syscall_filter(): Bug: (Sandbox) failed to load: -125 (Operation canceled)! Are you sure that your kernel has seccomp2 support? The sandbox won't work without it. (on Tor 0.4.8.10 )
|
|
||||||
# FAIL src/test/test_sandbox.c:228: assert(rc OP_EQ -1): 0 vs -1
|
|
||||||
# [rename_filename FAILED]
|
|
||||||
doCheck = !(stdenv.isLinux && stdenv.isAarch32);
|
doCheck = !(stdenv.isLinux && stdenv.isAarch32);
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user