Package: rgbpaint Version: 0.8.7-1 Severity: serious Justification: fails to build from source (but built successfully in the past)
Builds of rgbpaint against the current toolchain are failing because mygtk.c calls directly into libX11 but rgbpaint doesn't explicitly link against it: > gcc -Wall main.o mainwindow.o png.o memory.o canvas.o otherwindow.o mygtk.o > viewer.o toolbar.o -o rgbpaint -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 > -lgdk_pixbuf-2.0 -lm -lpango-1.0 -lgobject-2.0 -lglib-2.0 > /usr/bin/ld: mygtk.o: undefined reference to symbol 'XWarpPointer' > /usr/bin/ld: note: 'XWarpPointer' is defined in DSO > //usr/lib/libX11.so.6 so try adding it to the linker command line > //usr/lib/libX11.so.6: could not read symbols: Invalid operation > collect2: ld returned 1 exit status Per http://lists.debian.org/debian-devel-announce/2011/02/msg00011.html, GCC no longer tolerates that situation; could you please tweak rgbpaint's build system accordingly? Thanks! -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org