Re: setrlimit failure on aarch64 (was: Interesting failure on aarch64)

2020-02-02 Thread Todd Zullinger via Gnupg-users
Werner Koch via Gnupg-users wrote: > On Fri, 20 Dec 2019 11:22, Konstantin Ryabitsev said: > >> On x86_64 this succeeds, but when I tried building on aarch64, that step > [...] >> gpg: Fatal: can't disable core dumps: Operation not permitted > > setrlimit returns an unexpected error code: >

Re: Interesting failure on aarch64

2020-01-24 Thread Todd Zullinger via Gnupg-users
Hi Konstantin, Konstantin Ryabitsev wrote: > I came across an interesting gpg failure while trying to build > git-2.24.1 RPM for Fedora COPR. As part of RPM build, the prep stage > attempts to verify the tarball signature using Junio's PGP key: > > %prep > # Verify GPG signatures >

setrlimit failure on aarch64 (was: Interesting failure on aarch64)

2020-01-20 Thread Werner Koch via Gnupg-users
On Fri, 20 Dec 2019 11:22, Konstantin Ryabitsev said: > On x86_64 this succeeds, but when I tried building on aarch64, that step [...] > gpg: Fatal: can't disable core dumps: Operation not permitted setrlimit returns an unexpected error code: if (getrlimit (RLIMIT_CORE, ))

Interesting failure on aarch64

2019-12-20 Thread Konstantin Ryabitsev
Hi, all: I came across an interesting gpg failure while trying to build git-2.24.1 RPM for Fedora COPR. As part of RPM build, the prep stage attempts to verify the tarball signature using Junio's PGP key: %prep # Verify GPG signatures gpghome="$(mktemp -qd)" # Ensure we don't use any