pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/57186: update pkgsrc filesystems/glusterfs to upstream version 10.3
The following reply was made to PR pkg/57186; it has been noted by GNATS.
From: Alexander Schreiber <als%thangorodrim.ch@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/57186: update pkgsrc filesystems/glusterfs to upstream
version 10.3
Date: Sun, 5 Feb 2023 22:10:22 +0100
I updated pkgsrc wip for this: wip/glusterfs has been updated to
glusterfs 10.3 with commit 509f585558fa259bfde35768544633cfb70a92ca
and I asked for people to take a look at this, since I can only
test on NetBSD with architectures: i386, amd64, aarch64, sparc64.
Additionally, the package was marked broken on all 32 bit platforms since:
- there is a code fragment for atomic updates of values of sizes
1, 2, 4, 8 byte - the last one is ifdef'ed out on 32 bit platforms
(well, obviously) with the fallthrough case being intentional
crash via ud2 invocation -> SIGILL
- additionally, Glusterfs was never supported for 32 bit platforms,
but happened to run on some anyway (verified with 8.2 on NetBSD/i386),
so that breakage for 32 bit platforms in newer versions is unlikely
to be fixed
Home |
Main Index |
Thread Index |
Old Index