3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2458 commits

Author SHA1 Message Date
Sergei Trofimovich ad5f9ad892 sasquatch: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: unsquashfs_xattr.o:/build/squashfs4.4/squashfs-tools/error.h:34: multiple definition of
      `verbose'; unsquashfs.o:/build/squashfs4.4/squashfs-tools/error.h:34: first defined here
2022-05-29 07:06:12 +01:00
Mario Rodas 89ee9881d7
Merge pull request #174947 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.41.0 -> 0.41.1
2022-05-28 11:08:45 -05:00
Alyssa Ross 9b7d990c70 Revert "btrfs-progs: fix musl build"
This reverts commit a3d54dece7.

We now support systemd on Musl, so we don't need to disable
btrfs-progs' support for it by default on Musl.
2022-05-27 15:21:57 +00:00
R. Ryantm 0a847a12f0 gcsfuse: 0.41.0 -> 0.41.1 2022-05-27 14:07:56 +00:00
Maximilian Bosch 6e514cffb5
Merge pull request #174650 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.17 -> 5.18
2022-05-27 08:05:50 +02:00
R. Ryantm d12ae8b736 gcsfuse: 0.40.0 -> 0.41.0 2022-05-26 05:09:41 +00:00
R. Ryantm 30e0227fde btrfs-progs: 5.17 -> 5.18 2022-05-26 01:07:46 +00:00
Vladimír Čunát f008987704
e2fsprogs: apply patch unconditionally
Commit 49d0a5afd mistakenly inverted when to apply the patch.
Maybe it's not needed anymore, as pkgsMusl.e2fsprogs succeeded for me
even without it, but it looks harmless and better not have it inversed.
This way we also don't cause a mass rebuild :-)
2022-05-24 16:13:24 +02:00
markuskowa d7330843b0
Merge pull request #174030 from trofi/fix-fno-common-for-orangefs
orangefs: pull upstream fix for -fno-common toolchains
2022-05-24 12:58:10 +02:00
Fabian Affolter bf972dc380
Merge pull request #174136 from wyndon/update-httm
httm: 0.10.9 -> 0.10.10
2022-05-23 21:47:02 +02:00
wyndon 843fba6a7c
httm: 0.10.9 -> 0.10.10 2022-05-23 17:38:47 +02:00
github-actions[bot] f51499324c
Merge master into staging-next 2022-05-23 12:01:25 +00:00
Janne Heß 137b8e2781
Merge pull request #173584 from sikmir/yandex-disk
yandex-disk: 0.1.6.1074 → 0.1.6.1080, fix build
2022-05-23 11:00:48 +02:00
github-actions[bot] 107b6041bc
Merge master into staging-next 2022-05-22 18:01:20 +00:00
Sergei Trofimovich b12c35dcf6 orangefs: pull upstream fix for -fno-common toolchains
Without the change upstream gcc-10 fails to build as:

    ld: src/common/mgmt/pint-worker-external.po:(.data.rel.local+0x0): multiple definition of
      `PINT_worker_external_impl'; src/common/mgmt/pint-mgmt.po:(.bss+0x20): first defined here
2022-05-22 18:33:18 +01:00
ajs124 caa2b2ee68
goofys: mark as broken 2022-05-22 13:47:14 +00:00
github-actions[bot] bd83e4cf98
Merge master into staging-next 2022-05-19 12:01:54 +00:00
Nikolay Korotkiy 11eb2d295d
yandex-disk: 0.1.6.1074 → 0.1.6.1080 2022-05-19 11:10:47 +03:00
Sergei Trofimovich 985a5444c7
Merge pull request #173154 from trofi/workaround-fno-common-for-jfsutils
jfsutils: add -fcommon workaround
2022-05-19 07:14:00 +00:00
github-actions[bot] 925219f62b
Merge master into staging-next 2022-05-18 18:01:13 +00:00
Rick van Schijndel 51c998bdd9
Merge pull request #173009 from trofi/workaround-fno-common-for-_9pfs
_9pfs: add -fcommon workaround
2022-05-18 14:02:38 +02:00
github-actions[bot] bd9c07eb24
Merge master into staging-next 2022-05-18 12:01:24 +00:00
7c6f434c 3f13f71406
Merge pull request #173436 from lopsided98/btrfs-progs-python
btrfs-progs: install Python bindings
2022-05-18 11:18:06 +00:00
Shea Levy 7456be85db
Merge branch 'staging-next' into staging 2022-05-18 06:40:21 -04:00
Artturi 13f5859f99
Merge pull request #173369 from trofi/fix-fno-common-for-hubicfuse
hubicfuse: pull upstream fix for -fno-common tollchains
2022-05-18 05:27:20 +03:00
Ben Wolsieffer b3445aff66 btrfs-progs: remove obsolete _PYTHON_HOST_PLATFORM
This is set automatically by the CPython setup hook.
2022-05-17 19:53:44 -04:00
Ben Wolsieffer 1605472a15 btrfs-progs: install Python bindings
btrfs-progs currently builds the Python bindings for libbtrfsutil but doesn't
actually install them. With this patch, the bindings are installed and exposed
as python3Packages.btrfsutil.
2022-05-17 19:44:28 -04:00
Artturi 655ed68c7c
Merge pull request #173423 from wyndon/update-httm
httm: 0.9.0 -> 0.10.9
2022-05-18 02:14:04 +03:00
wyndon 1c8b4ea232
httm: 0.9.0 -> 0.10.9 2022-05-17 19:28:21 +02:00
Sergei Trofimovich 2cdca0320d hubicfuse: pull upstream fix for -fno-common tollchains
Without the change build fails on upstream gcc-10 as:

    ld: /build/ccadKet8.o:/build/source/cloudfsapi.h:73: multiple definition of
      `public_container'; /build/ccoYHN4x.o:/build/source/cloudfsapi.h:73: first defined here
2022-05-17 10:16:27 +01:00
github-actions[bot] add75748e2
Merge staging-next into staging 2022-05-16 12:03:45 +00:00
Rick van Schijndel 39c31cf4b1
Merge pull request #172289 from trofi/workaround-fno-common-for-afpfs-ng
afpfs-ng: add -fcommon workaround
2022-05-16 08:44:00 +02:00
Sergei Trofimovich 50b95670d2 jfsutils: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: extract.o:/build/jfsutils-1.1.15/fscklog/extract.c:67: multiple definition of
      `xchklog_buffer'; display.o:/build/jfsutils-1.1.15/fscklog/display.c:57: first defined here
2022-05-15 16:12:04 +01:00
github-actions[bot] a41870fcba
Merge staging-next into staging 2022-05-15 06:01:50 +00:00
Mario Rodas 2a54486f4f
Merge pull request #171340 from aaronjheng/go-mtpfs
go-mtpfs: unstable-2018-02-09 -> 1.0.0
2022-05-14 19:28:20 -05:00
Sergei Trofimovich 72ffe3a604 _9pfs: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: lib/auth_rpc.o:/build/source/lib/../9pfs.h:35: multiple definition of
        `logfile'; 9pfs.o:/build/source/9pfs.h:35: first defined here
2022-05-14 12:51:01 +01:00
Alyssa Ross 4abc8088b7 e2fsprogs: patch for CVE-2022-1304
Did a basic smoke test of e2fsck.
2022-05-13 18:55:11 +00:00
Sandro 997c1a8379
Merge pull request #172610 from tjni/fix-garage-darwin
garage: fix build on Darwin
2022-05-12 01:35:16 +02:00
Artturi 99161fd5e0
Merge pull request #170140 from armeenm/xtreemfs-python3
xtreemfs: switch to python3
2022-05-12 02:05:54 +03:00
Theodore Ni e3d8a347fe
garage: fix build on Darwin
Security needs to be added as a buildInput.
2022-05-11 16:32:35 -05:00
Lassulus c48d3aefed
Merge pull request #163827 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.90 -> 1.91
2022-05-11 12:40:03 +02:00
William Kral cb7412c787 rdfind: fix build 2022-05-10 17:35:09 -07:00
Aaron Jheng 7a986c5fc1
go-mtpfs: unstable-2018-02-09 -> 1.0.0 2022-05-10 11:47:28 +00:00
Sergei Trofimovich 32bed4c455 afpfs-ng: add -fcommon workaround
Without the change -fno-common toolchains like upstream gcc-10
fail to build as:

    ld: afpcmd-cmdline_main.o:/build/source/cmdline/cmdline_afp.h:4: multiple definition of
      `full_url'; afpcmd-cmdline_afp.o:/build/source/cmdline/cmdline_afp.c:27: first defined here
2022-05-10 07:35:37 +01:00
Ben Siraphob 888c0bd1f1
Merge pull request #172212 from otavio/topic/fix-dosfstools 2022-05-09 14:31:27 -06:00
Otavio Salvador 8272001820 dosfstools: fix build failure in darwin
Log of error: https://hydra.nixos.org/build/175255572/nixlog/1
Refs: ZHF #172160
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-05-09 14:17:25 -03:00
Artturi 4ae23f5c7d
Merge pull request #156071 from Madouura/dev/bcachefs-installer
nixos/tests/installer: add bcachefs tests
2022-05-09 19:48:16 +03:00
7c6f434c e07e51a5d7
Merge pull request #171718 from trofi/update-btrfs-progs
btrfs-progs: 5.16.2 -> 5.17
2022-05-08 07:43:12 +00:00
Sergei Trofimovich 27b8af8d1c netatalk: 3.1.12 -> 3.1.13
Without the update build fails on -fno-common toolchains as:

    $ nix build --impure --expr 'with import ./. {}; netatalk.override { stdenv = clang13Stdenv; }' -L
    ...
    ld: afpd-volume.o:/build/netatalk-3.1.12/etc/afpd/./directory.h:94:
      multiple definition of `invalid_dircache_entries'; afpd-afp_dsi.o:/build/netatalk-3.1.12/etc/afpd/./directory.h:94: first defined here
    ld: afpd-acls.o:/build/netatalk-3.1.12/etc/afpd/./directory.h:94:
      multiple definition of `invalid_dircache_entries'; afpd-afp_dsi.o:/build/netatalk-3.1.12/etc/afpd/./directory.h:94: first defined here

Changes: https://netatalk.sourceforge.io/3.1/ReleaseNotes3.1.13.html
2022-05-07 07:11:21 -05:00
Sergei Trofimovich 8e56de6925 btrfs-progs: 5.16.2 -> 5.17
Added trivial updater.
Updated build-time doc dependencies from asciidoc to sphinx.

Changes: https://github.com/kdave/btrfs-progs/blob/master/CHANGES
2022-05-05 22:29:30 +01:00