Package: lsh-utils
Version: 2.0.4-dfsg-10

While building the package using our research compiler infrastructure we noticed
the following conflicting definitions, which end up being linked together:

src/argp/testsuite/ex3.c:const char *argp_program_bug_address = 
"<bug-gnu-ut...@gnu.org>";
src/argp/argp-ba.c:const char *argp_program_bug_address = 0;

(The latter goes in src/argp/libargp.a.)

The linker is free to pick either of the values; the bugfix is likely to declare
argp_program_bug_address extern (and leave it uninitialized!) in argp-ba.c.

Best,
Michael

Attachment: pgpwtS1EygC8I.pgp
Description: PGP signature

Reply via email to