https://bugzilla.suse.com/show_bug.cgi?id=1202208 https://bugzilla.suse.com/show_bug.cgi?id=1202208#c1 Dirk Mueller <dmueller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|simonf.lees@suse.com |schwab@suse.com --- Comment #1 from Dirk Mueller <dmueller@suse.com> --- this is actually a problem with glibc. with old glibc: ldd /usr/bin/true linux-vdso.so.1 (0x00007ffffe789000) libc.so.6 => /lib64/libc.so.6 (0x00007fd8afec7000) /lib64/ld-linux-x86-64.so.2 (0x00007fd8b011f000) with new glibc: ldd /usr/bin/true linux-vdso.so.1 => linux-vdso.so.1 (0x00007ffc6535d000) libc.so.6 => /lib64/libc.so.6 (0x00007f6f042ed000) /lib64/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x00007f6f044f4000) the testsuite complains that it cannot find linux-vdso.so.1. -- You are receiving this mail because: You are on the CC list for the bug.