Hi, I have a static binary that runs well on sarge and sid systems. On this system with libc6 from experimental, it fails: $ ./multivideo.static Gdk-WARNING **: locale not supported by C library multivideo.static: dynamic-link.h:62: elf_get_dynamic_info: Assertion `! "bad dynamic tag"' failed. Aborted I will send the binary to the BTS as soon as I get the bug number.
Hi again, here is the binary. I had to apply a rot13 transformation in order to pass it through our e-mail filter. Sorry for the inconvenience.
At Mon, 23 May 2005 18:07:02 +0200, Laurent Bonnaud wrote: I got: > ./multivideo.static Gdk-WARNING **: locale not supported by C library Segmentation fault I don't know what the actual problem is, but it seems (1) locale processing is changed from 2.3.2 to 2.3.5 (2) static binaries are sometimes incompatible with old glibc. Unfortunatelly we have no source for multivideo - it's hard to track down the problem. Do you have any source to reappear? Regards, -- gotom
tag 310445 moreinfo severity 310445 normal thanks There are new versions of glibc available. Could you perhaps recheck whether this bug is reproducible? Furthermore the source for that binary would be helpful if available. Helmut Grohne
tag 310445 moreinfo severity 310445 normal thanks There are new versions of glibc available. Could you perhaps recheck whether this bug is reproducible? Furthermore the source for that binary would be helpful if available. Helmut Grohne
Rationale:
* no news from submitter
* static linking against libc is frowned upon, and mostly unsupported
upstream.
This is something I was not aware of and should be mentioned in the libc6-dev package description.