Bug#627037: python-tables: module fails to import due to undefined symbol H5T_STD_U8BE_g

2011-05-17 Thread Paul Metcalfe
Package: python-tables Version: 2.1.2-3.1+b2 Severity: important When importing tables, I get the following traceback. user@host:~$ python Python 2.6.6 (r266:84292, Apr 20 2011, 09:34:38) [GCC 4.5.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import tabl

Bug#560096: Acknowledgement (evolution-exchange: evolution crashes with SIGSEGV in exchange_get_folder_info)

2009-12-16 Thread Paul Metcalfe
Further information: this bug does not manifest itself if I start evolution with 'evolution --offline' and, when evolution has started, switch to online working using File|Work Online. Hope this helps, -- pdm -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subjec

Bug#560188: libpoppler5: UK pre-budget report causes SIGSEGV

2009-12-09 Thread Paul Metcalfe
Package: libpoppler5 Version: 0.12.2-2 Severity: normal When trying to go to page 116 of http://downloads.bbc.co.uk/news/nol/shared/spl/hi/uk_politics/09/budget/09_12_09budget_document.pdf in evince (i.e. open file, type 116 into goto-page text box at top, press enter) I get a SIGSEGV. gdb b

Bug#560096: evolution-exchange: evolution crashes with SIGSEGV in exchange_get_folder_info

2009-12-08 Thread Paul Metcalfe
Package: evolution-exchange Version: 2.28.1-1 Severity: important After upgrade to latest testing version, evolution now crashes with SIGSEGV on startup (before any windows appear). The only configured account (as far as I remember, since I can't start evolution!) is an OWA account via evolut

Bug#495941: golly: python support broken on amd64

2008-08-21 Thread Paul Metcalfe
Package: golly Version: 1.4-1 Severity: normal When golly attempts to load Python by loading libpython2.5.so, it finds that the Python library does not have the symbol Py_InitModule4 and pops up a warning dialog box. This is not surprising: Py_InitModule4 is not present in 64-bit clean Python 2

Bug#482369: xserver-xorg-video-intel: X fails to start: machine hangs with black screen & is unresponsive to pings

2008-05-22 Thread Paul Metcalfe
... and going to git head for xserver-xorg-video-intel seems to remove the problem, at least on one test. https://bugs.freedesktop.org/show_bug.cgi?id=15933 ? I'll let you know if it reappears. -- pdm -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C

Bug#482369: xserver-xorg-video-intel: X fails to start: machine hangs with black screen & is unresponsive to pings

2008-05-22 Thread Paul Metcalfe
I upgraded from linux-image-2.6.24-1-amd64 2.6.24-6 -> 2.6.24-7 on Wed, May 21 2008 10:52:20 +0100 (yesterday). But this does not correlate with the increased failure rate: it was running with 2.6.24-6 relatively happily for some time. I just did a test with 2.6.22-6.lenny1. X (xserver-xorg-vi

Bug#481029: cl-sql-oracle fails to connect to oracle database

2008-05-15 Thread Paul Metcalfe
On further inspection... if I change the uffi:def-type's in oracle-sql.lisp to (uffi:def-type short-array (* :short)) (uffi:def-type int-array (* :int)) (uffi:def-type double-array (* :double)) and keep the type declarations in clsql-oracle:fetch-row, things also work. I think (uffi:acquire-for

Bug#481029: cl-sql-oracle fails to connect to oracle database

2008-05-14 Thread Paul Metcalfe
2008/5/14 Kevin Rosenberg <[EMAIL PROTECTED]>: > I don't know. I don't have an Oracle system for testing so I'm unable > to further characterize the issue. I do know those those type > declarations for SBCL's FFI can be crucial to have in place or > performance can be quite impacted. Are there an

Bug#481029: cl-sql-oracle fails to connect to oracle database

2008-05-13 Thread Paul Metcalfe
Package: cl-sql-oracle Version: 4.0.3-1 Severity: normal Hi! The combination of SBCL 1.0.16 and cl-sql-oracle seems to fail with type errors: e.g. ~ $ sbcl This is SBCL 1.0.16.debian, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBC

Bug#478881: cl-acl-compat: Unspecified dependencies in package

2008-05-01 Thread Paul Metcalfe
Package: cl-acl-compat Version: 1.2.42+cvs.2007.05.07-dfsg-3 Severity: normal cl-acl-compat ought to depend on cl-ppcre and cl-puri --- (require :acl-compat) generates errors on sbcl. [EMAIL PROTECTED] ~ $ sbcl This is SBCL 1.0.15.debian, an implementation of ANSI Common Lisp. More information ab

Bug#457329: python-numpy: potential misbuild of all Fortran built with numpy distutils

2007-12-21 Thread Paul Metcalfe
Package: python-numpy Version: 1:1.0.4-3 Severity: important Depending on the machine on which they are run, numpy distutils are capable of appending -msse2 to the compiler flags of all Fortran code. [ see numpy/distutils/fcompiler/gnu.py ] This means that if [say] the canonical scipy package i

Bug#448530: bug reproduced

2007-12-21 Thread Paul Metcalfe
I don't know that the linkage issues are the direct cause of this bug, but they're pretty dodgy and in the right sort of area. Or are is the problem something really baroque like stack alignment? The backtrace on my machine looks similar. [snip] Program received signal SIGSEGV, Segmentation fau

Bug#456333: gccxml: internal compiler error on #include

2007-12-14 Thread Paul Metcalfe
Package: gccxml Version: 0.7.0+cvs20070318-1 Severity: normal seem to be able to get an internal compiler error from gccxml when I #include . The error message, debug output, source (pair.cc), and preprocessed source (pair_preprocessed.cc, generated with gccxml --preprocess) are given below.