commits
(cherry picked from commit 214357a159992e44f8aef1f4898c8fa6dcdf3f4c)
(cherry picked from commit 7ecebd4a14589e16f2800b63506fa919bf53f413)
(cherry picked from commit 233f899f64bb97a681d2983604c44e924c7f917f)
(cherry picked from commit 81b65170bb619c2af655c91acbf5e23dc9cc6e0b)
(cherry picked from commit 2d23255ff51fd03c0280cdebcf2e87c76c71a99f)
(cherry picked from commit a0d202cd8dea01b0bb82fb76cea8b9a6cede2fdc)
(cherry picked from commit fa148f9b480506d3d7674eb6b1ff8ec385dc9941)
(cherry picked from commit ea5a3a6d7e765f09cd11b7f385b13257c735b7a8)
(cherry picked from commit 1a3b8285afbd258a05e5569a742fde7e1e243f60)
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
(cherry picked from commit 8ade1de14bd3b79a00dbbc16062ee3553cc40f99)
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
(cherry picked from commit 11aa8593050f563f5baaabad197797b7e9c1b9d3)
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
(cherry picked from commit aa9753baab0ec76768de1bca66609851ec0acfe4)
(cherry picked from commit 83b3f1d98c7c521396d0e254aef6f75cb3ea85fd)
(cherry picked from commit 0b0a6d144cdde0ca43aa070be33388c5ed65505b)
(cherry picked from commit b0fdbb362bd18b028e131e5ad713534842ec9b04)
(cherry picked from commit 84bc40a9a47aa16dc83d16238239b1a320d1046b)
(cherry picked from commit b23f4dd3c9550ba24a9d82b73a5e6175d02403e1)
(cherry picked from commit 2200d554322cc9f80d73ccfdea8054983e722a11)
(cherry picked from commit a7e194630ab99c3d8472974a50dc79e5730642e8)
(cherry picked from commit 4c1ad38c74b851ef00d03ec2a8f42fffd1e84338)
(cherry picked from commit 522711a2c60ed67d33b67b36a574e0757fe8d8a5)
Unmaintained for 7 years and broken
(cherry picked from commit 8bc90bcf8790b050b89dd63d855b0d5942779a49)
(cherry picked from commit 3714001525301a8b7afc59959f061d737527b43b)
(cherry picked from commit 4060d5dab70ad9f2dcf03d8dfe7649c4470811e4)
(cherry picked from commit 8e888153c6ddec3ca5030cfe76f21f51b6eb18c7)
Fails to build with gcc 14 and unmaintained upstream since 1998 [1].
[1] https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html
(cherry picked from commit a160a4c3f9a34b2858ee68885b32eaba8211c3ad)
/build/evolution-ews-3.56.1/src/common/e-ews-common-utils.c:211:13: error: 'true' undeclared (first use in this function)
211 | if (true) {
| ^~~~
/build/evolution-ews-3.56.1/src/common/e-ews-common-utils.c:15:1: note: 'true' is defined in header '<stdbool.h>'; this is probably fixable by adding '#include <stdbool.h>'
14 | #include "e-ews-common-utils.h"
+++ |+#include <stdbool.h>
15 |
/build/evolution-ews-3.56.1/src/common/e-ews-common-utils.c:211:13: note: each undeclared identifier is reported only once for each function it appears in
211 | if (true) {
| ^~~~
(cherry picked from commit 7128c9546c02dbfa25f40a686c4fb489987c4f6a)
The package fails to build with gcc 14.
It has neither maintainer nor homepage link in nixpkgs.
The last commit specifically interacting with `suidChroot` was in 2017,
the last update was in 2015. With no linked repository and no maintenance,
the security of something claiming to be a "Setuid-safe wrapper for chroot" is questionable at best.
(cherry picked from commit 2e6bfdc64961543293db6ba3450c6dd063c70c76)
Build failure since 2024-12 and I lack interest in debugging this for darwin.
(cherry picked from commit 198377e96609a1d44f6794956120f5398cc5ee0c)
While in the sandbox calls into onnxruntime lead to a coredump.
(cherry picked from commit 5cb66f8889e77a2f0fa26cb1890e9aaf65871420)
(cherry picked from commit 9997a44ddb1d2fa1425d5ec1e742044cbf3a19a5)
Was removed some time after 2024.10.
(cherry picked from commit 78029e12b44c2f281b27416218dd7506838aa27e)
```
Check whether the following modules can be imported: asyncinotify
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 1, in <lambda>
File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 999, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/nix/store/bk44appr4dabadspjahk3l0ad29vhq8s-python3.12-asyncinotify-4.2.0/lib/python3.12/site-packages/asyncinotify/__init__.py", line 23, in <module>
from . import _ffi
File "/nix/store/bk44appr4dabadspjahk3l0ad29vhq8s-python3.12-asyncinotify-4.2.0/lib/python3.12/site-packages/asyncinotify/_ffi.py", line 36, in <module>
libc.inotify_init.restype = check_return
^^^^^^^^^^^^^^^^^
File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/ctypes/__init__.py", line 392, in __getattr__
func = self.__getitem__(name)
^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/ctypes/__init__.py", line 397, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: dlsym(0x3312f2768, inotify_init): symbol not found
```
(cherry picked from commit 4ca073a957b5cb3b4acc360e2153772a361b3141)
(cherry picked from commit 214357a159992e44f8aef1f4898c8fa6dcdf3f4c)
/build/evolution-ews-3.56.1/src/common/e-ews-common-utils.c:211:13: error: 'true' undeclared (first use in this function)
211 | if (true) {
| ^~~~
/build/evolution-ews-3.56.1/src/common/e-ews-common-utils.c:15:1: note: 'true' is defined in header '<stdbool.h>'; this is probably fixable by adding '#include <stdbool.h>'
14 | #include "e-ews-common-utils.h"
+++ |+#include <stdbool.h>
15 |
/build/evolution-ews-3.56.1/src/common/e-ews-common-utils.c:211:13: note: each undeclared identifier is reported only once for each function it appears in
211 | if (true) {
| ^~~~
(cherry picked from commit 7128c9546c02dbfa25f40a686c4fb489987c4f6a)
The package fails to build with gcc 14.
It has neither maintainer nor homepage link in nixpkgs.
The last commit specifically interacting with `suidChroot` was in 2017,
the last update was in 2015. With no linked repository and no maintenance,
the security of something claiming to be a "Setuid-safe wrapper for chroot" is questionable at best.
(cherry picked from commit 2e6bfdc64961543293db6ba3450c6dd063c70c76)
```
Check whether the following modules can be imported: asyncinotify
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 1, in <lambda>
File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 999, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/nix/store/bk44appr4dabadspjahk3l0ad29vhq8s-python3.12-asyncinotify-4.2.0/lib/python3.12/site-packages/asyncinotify/__init__.py", line 23, in <module>
from . import _ffi
File "/nix/store/bk44appr4dabadspjahk3l0ad29vhq8s-python3.12-asyncinotify-4.2.0/lib/python3.12/site-packages/asyncinotify/_ffi.py", line 36, in <module>
libc.inotify_init.restype = check_return
^^^^^^^^^^^^^^^^^
File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/ctypes/__init__.py", line 392, in __getattr__
func = self.__getitem__(name)
^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/vfdk6q81hdjqjfiqz8f92hibdck3kmn6-python3-3.12.10/lib/python3.12/ctypes/__init__.py", line 397, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: dlsym(0x3312f2768, inotify_init): symbol not found
```
(cherry picked from commit 4ca073a957b5cb3b4acc360e2153772a361b3141)