On 2013/01/28 15:42, Stefan Sperling wrote: > On Mon, Jan 28, 2013 at 02:34:56PM +0000, Stuart Henderson wrote: > > On 2013/01/28 15:13, Lars Engblom wrote: > > > export LANG=en_US.UTF-8 > > > gls -l > > > > > > This will dump a core on both current and stable. > > > > > > Regards, > > > Lasse > > > > > > > Works for me on amd64. Do you have a backtrace, ideally from a copy > > built with DEBUG=-g? Does it need some special file in the directory? > > Seems to be a missing library bump or something: > > $ export LANG=en_US.UTF-8 > $ gls -l > gls:/usr/local/lib/libintl.so.6.0: undefined symbol > 'libiconv_set_relocation_prefix' > lazy binding failed! > Segmentation fault (core dumped) >
Which versions of gettext and libiconv are installed? Output from setting LD_DEBUG=1 might give some additional clues.. libiconv didn't change in a while; gettext was updated recently but gls is working for me with gettext-0.18.2 - (also this wouldn't have affected -stable for the OP).
