Page MenuHome GnuPG

duplicate syms in libmpi
Closed, ResolvedPublic

Description

referencing T1406 here since I can't update it on this bug tracker
T1406

also related to this bug
http://lists.gnupg.org/pipermail/gcrypt-devel/2011-July/001832.html

The simple solution I've found appears to be using 'static' in front of mpihelp_add_1 and
mpihelp_sub_1 declarations in mpi-internal.h, this solves compilation of gnupg 1.4 and I suspect
also of the libgcrypt case since mpi is the same.

I can produce a patch on the git repo if needed.

ciao

Details

Version
1.4

Event Timeline

jaromil set Version to 1.5.
jaromil added a subscriber: jaromil.

Hi, I changed your role from Provisional User to User - you may now update other
reports.

werner changed Version from 1.5 to 1.4.
werner added a project: gnupg.

See my comments for T1406. It is clearly a clang bug.

Fixed in git for gnupg 1.4.13, Libgcrypt 1.5.1 and Libgcrypt 1.6.0.

The reason why I was not able to replicate this bug was that
I didn't use -std=c99 with gcc >= 4.3.

werner claimed this task.
werner removed a project: Won't Fix.