Bug#424860: eclipse randomly crashes (VNC) X server

2010-12-28 Thread John Tobey
Ola wrote: > I get: > > vnc/Xvnc/libxvnc.a(xvnc.o): In function `vfbScreenInit(int, _Screen*, int, > char**)': > xvnc.cc:(.text+0x7c3): undefined reference to `fbScreenInit' > xvnc.cc:(.text+0x952): undefined reference to `fbCreateDefColormap' > xvnc.cc:(.text+0xa5c): undefined reference to `fbPic

Bug#573813: dumpasn1: large number in OID displayed incorrectly

2010-03-13 Thread John Tobey
Package: dumpasn1 Version: 20030222-3 Severity: normal Tags: patch OID numbers above LONG_MAX (or so) come out as the wrong number. For example, dumpasn1 displays an OID '2 25 339980965254958353768657297992075035931' as '2 25 -1512717029'. $ /usr/bin/dumpasn1 testie.der |grep '2 25' 0 warning

Bug#297072: fakeroot: Setting the System Time

2005-02-26 Thread John Tobey
OG_MAKE_SET AM_PROG_LIBTOOL AC_PROG_CC @@ -39,6 +39,7 @@ dnl Checks for libraries. dnl Replace `main' with a function in -ldl: AC_CHECK_LIB(dl, dlopen) +AC_CHECK_LIB(rt, clock_gettime) AH_TEMPLATE([FAKEROOT_FAKENET], [use TCP instead of SysV IPC]) if test $ac_cv_use_ipc = "tcp"; then