Activity log for bug #1914860

Date Who What changed Old value New value Message
2021-02-06 11:11:31 Xu Zhen bug added bug
2021-02-06 11:12:37 Xu Zhen description ldd no longer works in package libc-bin 2.33-0ubuntu1 $ file /bin/ls /bin/ls: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=75a5a06981363560659178711370bb75b3146bcd, for GNU/Linux 3.2.0, stripped $ ldd /bin/ls not a dynamic executable ldd tries to run /lib{,64,x32}/ld-linux* and check whether the exit code is 127, but the exit code of the new version of them is 1. This bug is introduced by debian/patches/all/local-ldd.diff in http://ftp.ubuntu.com/ubuntu/pool/main/g/glibc/glibc_2.33-0ubuntu1.debian.tar.xz ldd no longer works in package libc-bin 2.33-0ubuntu1 $ file /bin/ls /bin/ls: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=75a5a06981363560659178711370bb75b3146bcd, for GNU/Linux 3.2.0, stripped $ ldd /bin/ls  not a dynamic executable ldd tries to run /lib{,64,x32}/ld-linux* and check whether the exit code is 127, but the exit code of the new version of them are 1. dummy=`$rtld 2>&1` if test $? = 127; then verify_out=`${rtld} --verify "$file"` ret=$? case $ret in [02]) RTLD=${rtld}; break;; esac fi This bug is introduced by debian/patches/all/local-ldd.diff in http://ftp.ubuntu.com/ubuntu/pool/main/g/glibc/glibc_2.33-0ubuntu1.debian.tar.xz
2021-02-06 12:25:21 Matthias Klose glibc (Ubuntu): status New Confirmed
2021-02-06 12:29:53 Matthias Klose bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631242
2021-02-06 12:29:53 Matthias Klose bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707091
2021-02-07 11:55:49 Matthias Klose glibc (Ubuntu): status Confirmed Fix Committed
2021-02-07 12:08:59 Matthias Klose bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982203
2021-02-07 12:08:59 Matthias Klose bug task added glibc (Debian)
2021-02-08 09:36:43 Sebastien Bacher tags update-excuse
2021-02-08 09:53:34 Matthias Klose tags update-excuse
2021-02-19 23:00:56 Launchpad Janitor glibc (Ubuntu): status Fix Committed Fix Released
2021-02-25 18:29:42 Bug Watch Updater glibc (Debian): status Unknown New
2021-09-09 22:13:09 Bug Watch Updater glibc (Debian): status New Fix Released