Bug#782396: sakura: Sakura running as x-terminal-emulator does not accept -T title option

2015-04-11 Thread Craig Prescott Oakes
Package: sakura Version: 3.1.5-1 Severity: serious Justification: Policy 11.8.3 Sakura 3.1.5-1 installs itself as an x-terminal-emulator alternative but does not "Support the command-line option -T title, which creates a new terminal window with the window title title" per Debian Policy 11.8.3. A

Bug#330284: About bug #330284 in Debian BTS

2010-04-18 Thread Craig Prescott
Just a data point. I installed qt3-designer on an headless AlphaPC 164LX machine running a fresh installation of Lenny, using X11 forwarding with ssh to an x86_64 machine (also Lenny). I was able to start 'designer' from the command line, and it did not crash. I don't know what I am doing

Bug#524916: bootlx version contained in aboot-base is incorrect

2010-04-18 Thread Craig Prescott
This is an old bug, but I ran into this problem during a dist-upgrade from Etch to Lenny on 164LX. The dist-upgrade went smoothly, but I could not boot the Lenny kernel. Booting the Etch kernel, which I still had, and performing an swriteboot solved the problem. I could boot the Lenny kern

Bug#335578: ocamlopt.opt does not segfault on alpha anymore (Lenny)

2010-01-20 Thread Craig Prescott
Hi; I rebuilt ocaml-3.10.2-3 from source on alpha (Lenny) with native compilers enabled (added alpha to debian/control and debian/native-archs). The resulting ocamlopt.opt did not segfault. I was able to compile mldonkey-3.01 sources, though linking failed with a different, known bug (34579

Bug#325936: lam4-dev: simple example fails on Alpha

2010-01-20 Thread Craig Prescott
Hi; On Lenny, lam seems to work ok on alpha. The simple MPI program runs as expected, as does lamnodes. Cheers, Craig ma...@nevrast:~$ cat lamtest.cc #include int main (int argc, char **argv) { MPI_Init (&argc, &argv); MPI_Finalize (); } ma...@nevrast:~$ mpic++.lam lamtest.cc -o lamte

Bug#442568: glibc: floor() is giving incorrect results on alpha architecture

2007-10-27 Thread Craig Prescott
Here's how my old EV45 runs your test code with math_emu loaded: imladris:~# ./floortest DBL_MANT_DIG = 53 9007199254740991.00 9007199254740991.00 And here is without: imladris:~# rmmod math_emu imladris:~# ./floortest DBL_MANT_DIG = 53 9007199254740991.00 0.00 floortest: floort