the mklibs.sh in the bootfloppies package is in need of an upgrade to libc-2.1.3:
in line 523 '2.1.2' needs to be changed to 2.1.3, so it works with the up to date libc. What about the libs that do not come with '-pic.a'-files? only few have some. When I run mklibs.sh now, it fails to make a minimal libc-2.1.3: /usr/bin/ld: /tmp/,mklibs.25128/lib-so: undefined versioned symbol name sys_siglist@@GLIBC_2.1 /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status /home/andreas/lrp/devel/router/bin/mklibs.sh: install-small-lib: gcc or objcopy failed. I tried to track down this sys_siglist@@GLIBC_2.1 -symbol, but my lowlevel library-knowledge failed me. Is this a bug in libc6?

