- Jan 14, 2022
-
-
-
-
Michał Polański authored
-
Michał Polański authored
-
Sören Tempel authored
While at it, also provide symlinks from lib${lib}.a to lib${lib}w.a analog to what we do already for the shared library. Fixes #13391
-
Ariadne Conill authored
-
-
-
-
-
Jakub Jirutka authored
-
Natanael Copa authored
Use same approach as with libgo in gcc.
-
Natanael Copa authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Without this, Mirage errors out after logging in.
-
Jakub Jirutka authored
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Natanael Copa authored
-
with patch it compiles successfully but running anything (even valgrind --help) causes SIGILL. /usr/lib/valgrind has a bunch of binaries to strip
-
Bart Ribbers authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
-
This will create /var/lib/barman and set correct permissions. The default config file states 'barman_home = /var/lib/barman'. If this directory doesn't exist, there will be errors at runtime, for example: / # barman cron ERROR: [Errno 2] No such file or directory: '/var/lib/barman/.streaming-pg-cron.lock'
-
* 'postgresql-client' provides 'pg_receivewal', which is required by 'barman receive-wal' * 'py3-argh' is no longer needed, it has been removed from Barman in v2.16 (see https://github.com/EnterpriseDB/barman/blob/master/NEWS)
-
Currently, the configuration file is installed in '/etc/barman.d/main.conf/barman.conf', but Barman expects this file to be in '/etc/barman.conf' or '/etc/barman/barman.conf' (see https://docs.pgbarman.org/release/2.17/barman.5.html)
-
Dominique Martinet authored
distcc segfaults on aarch64 systems: # distcc --fds Segmentation fault (core dumped) Backport upstream patch fixing bad string length calculation in dcc_gcc_rewrite_fqn Link: https://github.com/distcc/distcc/commit/879b71d6e95673e58d33f6c3c341a893ee307161
-
J0WI authored
-
-