Bug#347251: libqt4-gui: Most icons don't load for some reason (and crash from time to time)

2006-01-09 Thread Nach M. S.
Package: libqt4-gui Version: 4.1.0-1 Severity: grave Justification: renders package unusable Since the upgrade to Qt 4.1.0, I noticed icons pretty much everywhere have disappeared. For example, load up Designer, aside from the Window icon, icons everywhere else such as tool bar or for the item

Bug#329041: valgrind: Valgrind is being compiled with SSE instruction set

2005-09-18 Thread Nach M. S.
Package: valgrind Version: 1:3.0.1-1 Severity: grave Justification: renders package unusable Whoever is compiling Valgrind for i386 is compiling it with -msse making it incompatible on every machine without SSE support, basically anything before the P3/AXP. I originally reported this bug direct

Bug#301877: gcc-3.3: -O3 is defining BIG_ENDIAN on little endian machines

2005-03-28 Thread Nach M. S.
Package: gcc-3.3 Version: 1:3.3.5-12 Severity: important Here is a samle source file to demonstrate the problem: #include string.h #ifdef BIG_ENDIAN #warning Your machine is big endian #endif When compiling with -O3, BIG_ENDIAN is defined on an x86 machine. Without -O3 or without including