https://bugzilla.novell.com/show_bug.cgi?id=785393 https://bugzilla.novell.com/show_bug.cgi?id=785393#c9 Marcus Schaefer <ms@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |werner@suse.com --- Comment #9 from Marcus Schaefer <ms@suse.com> 2012-10-17 13:42:38 UTC --- Hmm, I installed: bash-4.2-186.25.x86_64.rpm from Base:System and I still have the problem. Not sure if this is the bash package you are referring too because I also see that the current state of the build of bash in Base:System is 'blocked' for Factory Other than that I tried the following patch for perl-TermReadLine-Gnu but it also did not help: --- Makefile.PL 2012-10-17 15:19:25.292958000 +0200 +++ Makefile.PL 2012-10-17 15:24:32.815468000 +0200 @@ -96,7 +96,7 @@ NAME => 'Term::ReadLine::Gnu', VERSION_FROM => 'Gnu.pm', LIBS => [ "$RLLIB $libs" ], - LDDLFLAGS => "$RLLIB $Config{lddlflags}", + LDDLFLAGS => "$RLLIB $Config{lddlflags} -Wl,--version-script=rl.map -Wl,--dynamic-list=dyn.map", dynamic_lib => { OTHERLDFLAGS => $lddflags }, DEFINE => $defs, ($Config{osname} eq 'os2' ? --- dyn.map 2012-10-17 15:28:48.147538000 +0200 +++ dyn.map 2012-10-17 15:25:52.777591000 +0200 @@ -0,0 +1,4 @@ +{ + *; + !rl_*stream; +}; --- rl.map 2012-10-17 15:28:43.600974000 +0200 +++ rl.map 2012-10-17 15:22:06.918029000 +0200 @@ -0,0 +1,7 @@ +{ + local: + /* _rl*; */ + xfree; + xmalloc; + xrealloc; +}; It's more or less a copy of what you do in bash most probably I did something wrong ? thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.