Package: tcc Version: 0.9.25-11 Severity: serious Justification: makes the package violate the amd64 psABI
tg@zigo:~/m/mksh $ cat t.c; tcc -run t.c; uname -a; dpkg-query -W tcc #include <stdio.h> #include <unistd.h> int main(void) { printf("%zu, %zu\n", sizeof(size_t), sizeof(ssize_t)); } 4, 8 Linux zigo.mirbsd.org 2.6.32-5-xen-amd64 #1 SMP Wed Jan 12 05:46:49 UTC 2011 x86_64 GNU/Linux tcc 0.9.25-11 On an LP64 platform such as Linux/amd64 I’d expect both to have the size of 8*sizeof(char). bye, //mirabilos -- FWIW, I'm quite impressed with mksh interactively. I thought it was much *much* more bare bones. But it turns out it beats the living hell out of ksh93 in that respect. I'd even consider it for my daily use if I hadn't wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org