Bug#453349: Information about splashy FTBFS

2007-11-28 Thread brian m. carlson
__vdso_clock_gettime is a fast version of clock_gettime that lives in the Linux VDSO (linux-vdso.so.1 on amd64), which is a dummy library that is part of the kernel (and mapped by the kernel into every process's address space). Thus, ld will never be able to look it up, since it doesn't exist

Bug#453349: Information about splashy FTBFS

2007-11-29 Thread Luis Mondesi
On Nov 28, 2007 8:10 PM, brian m. carlson <[EMAIL PROTECTED]> wrote: > __vdso_clock_gettime is a fast version of clock_gettime that lives in > the Linux VDSO (linux-vdso.so.1 on amd64), which is a dummy library that > is part of the kernel (and mapped by the kernel into every process's > address s