User Details
- User Since
- Mar 27 2017, 4:48 PM (399 w, 5 d)
- Availability
- Available
Aug 2 2016
Will be a week or so. Had to power off my server due to "flooding" nearby.
Mar 24 2016
Not easy yet, need more time to dig.
Mar 23 2016
ping - will check tonight.
Feb 14 2016
on vacation, will test when I am home.
Sep 20 2015
On 2015-09-07 3:24 PM, Werner Koch via BTS wrote:
Werner Koch<wk@gnupg.org> added the comment:
It is a common practise to use enums instead of macros to help debugging code.
In fact the GNU coding standard suggest this use.It is also common practise for *C* code to use int and enums interchangable.
Right, we use an unsigned int but that is justified because we do not have
negative values.The only problem I am ware of is the OS/2 (and maybe also the AIX) compiler
which makes the internal size of an enum type depend on the largest use value
(e.g. a 16 bit short instead of a 32 bit int). However, this is rarely a
problem and gpg_err_code_t anyway requires more than 16 bits.If you can tell me an option for xlc to disable the warnings/error I can add
this to configure script. A pragma would also do.
As I search for possible compiler settings I find the following:
Sep 8 2015
I will look into it when I am back from vacation.
Aug 14 2015
Lets just say, back again - and trying again with xlC as I am trying to avoid
the requirements for setting up an additional run-time environment to satisfy
all the needs of the GCC compiler on applications built with it.
Unfortunately, I "erased" my gnu+ development notes, so restarting everything.
This is to let you know I am still here :)
May 22 2015
it was a while back, and i removed an archive with my notes, so will need
to repeat when i have more time.
On May 11, 2015 8:22 PM, "Werner Koch via BTS" <gnupg@bugs.g10code.com>
wrote:
Dec 4 2014
I'll add the logs to the "issue" asap.
p.s. Not sure of effect of creating the file named socket in the current path -
as it is an NFS-v3 mounted filesystem. If you give a change (to test) that opens
the socket in e.g., /tmp, I can add that and test.
Looking at the log files - seems basic error is because there is "No secret key".
Should I have done something before running "make check"?
Some examples:
Test: armencrypt.test
GNUPGHOME=/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp
gpg: two@example.com: skipped: No public key
gpg: plain-1: encryption failed: No public key
Test: armor.test
GNUPGHOME=/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp
armor.test: checking: armored_key_8192
gpg: /data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp/trustdb.gpg: trustdb
created
gpg: key DE415B0E: public key "Susumu OSAWA <susumu-o@goforward.org>" imported
gpg: can't connect to the agent: IPC connect call failed
gpg: Total number processed: 1
gpg: imported: 1
armor.test: the armored_key_8192 bug is back in town
Test: clearsig.test
GNUPGHOME=/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp
gpg: no default secret key: No secret key
gpg: plain-1: clearsign failed: No secret key
...skipping...
Test: conventional-mdc.test
GNUPGHOME=/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp
gpg: IDEA encrypted data
gpg: encrypted with 1 passphrase
...skipping...
Test: conventional.test
GNUPGHOME=/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp
gpg: can't open 'plain-2': No such file or directory
gpg: symmetric encryption of 'plain-2' failed: No such file or directory
...skipping...
Test: decrypt-dsa.test
GNUPGHOME=/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp
gpg: encrypted with ELG key, ID CB879DE9
gpg: decryption failed: No secret key
...skipping...
Test: decrypt.test
GNUPGHOME=/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp
gpg: encrypted with ELG key, ID 47BE2775
gpg: decryption failed: No secret key
Test: decrypt.test
GNUPGHOME=/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0/tests/openpgp
gpg: encrypted with ELG key, ID 47BE2775
gpg: decryption failed: No secret key
michael@x054:[/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0]ln -s tests AIX-tests
michael@x054:[/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0]tar cf -
./AIX-tests/openpgp | bzip2 >AIX-tests_openpgp.tar.bz2
tar: ./AIX-tests/openpgp/S.gpg-agent: socket ignored
michael@x054:[/data/prj/gnu/gcrypt/gnupg/gnupg-2.1.0]ls -li
./AIX-tests/openpgp/S.gpg-agent
182715173 srwxrwxrwx 1 root system 0 Dec 03 14:29
./AIX-tests/openpgp/S.gpg-agent
i.e., Sending the whole directory...
re: GCC and bug - as I replied per email. No idea.
Dec 3 2014
Adding make and make check as I see it on screen.