Bug#559074: libffi5: Should perhaps be priority "optional" instead of "extra"

2009-12-01 Thread Andreas Rottmann
Package: libffi5 Version: 3.0.9~rc3-1 Severity: wishlist Looking at the (immediate) reverse dependencies of libffi5, it turns out that most of the reverse dependencies are "Priority: optional", specifically: darcs ghc6 gobject-introspection gtkrsync guile-g-wrap haddock libghc6-mtl-dev libghc6-x

libffi5 having "extra" priority

2009-04-01 Thread Andreas Rottmann
Hi! I just checked my QA page and noticed this: Package is optional and has a Depends on libffi5 (>= 3.0.4) which is extra on mips. [... and for all other archs] Is there a reason libffi5 has "extra" priority? It seems a relatively "core" package, in the sense that other packages are quit

Bug#217541: fficonfig.h bogus on x86

2003-10-26 Thread Andreas Rottmann
gi?id=12782. Andy -- Andreas Rottmann | [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc Fingerprint | DFB4 4EB4 78A4 5EEE 6219 F228 F92F CFC5 01FD 5B62 Python is executable pseudocode, Perl

Bug#217541: fficonfig.h bogus on x86

2003-10-25 Thread Andreas Rottmann
Andreas Rottmann <[EMAIL PROTECTED]> writes: > As you can easily see, the two pointers refer to the same object, which > means fficonfig.h #defines ffi_type_ulong to ffi_type_uint64, which is > plain wrong on a 32bit platform. > s/fficonfig.h/ffi.h/ The way ffi.h #defin

Bug#217541: fficonfig.h bogus on x86

2003-10-25 Thread Andreas Rottmann
Package: libffi2-dev Version: 1:3.3.2-1 Severity: important Running this little test program on my Athlon (no, not an Athlon64 ;-)): #include #include int main () { printf ("&ffi_type_ulong: %p &ffi_type_uint64: %p\n", &ffi_type_ulong, &ffi_type_uint64); } results in: &ffi_type_