Page MenuHome GnuPG

gpg: Please note that you don't have secure memory on this system
Closed, ResolvedPublic

Description

Environment

z/Series CPU 2086, model 350
Operating System OS/390 version 2.10

Description

I'm, trying to run the GPG in a mainframe but, when I run the make process this error appears. I created the dev/zero file with '\0' into it to solve a previous problem.

make: Makefile: line 570: Warning -- FSUM9433 Duplicate entry Ýsig-check.c~ in p
rerequisite list
make: Makefile: line 570: Warning -- FSUM9433 Duplicate entry Ýkeylist.c~ in pre
requisite list
make: Makefile: line 570: Warning -- FSUM9433 Duplicate entry Ýsignal.c~ in prer
equisite list
make: Makefile: line 570: Warning -- FSUM9433 Duplicate entry Ýverify.c~ in prer
equisite list
Making all in keyserver
Making all in po
Making all in doc
make all-am
Making all in checks
./gpg_dearmor > ./pubring.gpg < ./pubring.asc
gpg: Please note that you don't have secure memory on this system
FSUM8226 make: Error code 137
make: './pubring.gpg' removed.
FSUM8226 make: Error code 1
FSUM8226 make: Error code 255
Ñ

Fix

Unknown

Event Timeline

That is just a warning; see thye man page for
--no-secmem-warning. Note that a simple fle /dev/zero is
just a workaround; it should actually be a character device
emiiting an endless stream of zeroes.