Bug#724208: cl-plplot: FTBFS: Component ASDF/USER::ALEXANDRIA not found, required by #SYSTEM cffi

2013-10-19 Thread Philipp Benner
Hi, in the current cl-alexandria package the 'alexandria.asd' file is missing which might cause this bug. Best, Philipp On Sun, 22 Sep 2013 19:49:29 +0200 David Suárez david.sephi...@gmail.com wrote: Source: cl-plplot Version: 0.6.0-4 Severity: serious Tags: jessie sid User:

Bug#573942: Bug 573942

2010-03-16 Thread Philipp Benner
The library in libtacacs+1-dev does not provide any functionality of regexp.c. It is merely used for tac_plus. So the manpage should be removed from that package. The same is true for docbook-to-man, so we should both remove that file. Regards, Philipp -- To UNSUBSCRIBE, email to

Bug#560963: cl-cffi: Loading cffi fails

2009-12-13 Thread Philipp Benner
Package: cl-cffi Version: 20090823-2 Justification: renders package unusable Severity: grave * (asdf:operate 'asdf:load-op 'cffi) debugger invoked on a ASDF:MISSING-COMPONENT in thread #THREAD initial thread RUNNING {AB16701}: component cffi not found -- System Information: Debian

Bug#518744: cl-plplot: FTBFS: unhandled condition in --disable-debugger mode,, quitting

2009-11-21 Thread Philipp Benner
Hey, #549264 is actually not fixed. cl-babel was rejected [1]. I'll have to wait until the package gets into debian. Cheers, Philipp [1] http://lists.alioth.debian.org/pipermail/pkg-common-lisp-devel/2009-November/001786.html -- To UNSUBSCRIBE, email to

Bug#549264: cl-cffi: cffi depends on babel which is not part of debian

2009-10-01 Thread Philipp Benner
Package: cl-cffi Version: 20090823-1 Severity: grave Justification: renders package unusable * (asdf:operate 'asdf:load-source-op :cffi) ; loading system definition from /usr/share/common-lisp/systems/ cffi.asd into ; #PACKAGE ASDF0 ; registering #SYSTEM CFFI {AC05259} as CFFI ; loading

Bug#519796: fixed in cffi 0.10.4

2009-03-15 Thread Philipp Benner
It seems that sbcl 1.0.25 requires a more recent cffi version. I tested it with cffi 0.10.4 without getting package lock errors. Regards, Philipp -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#479889: qstardict: FTBFS: keyboard.cpp:25:24: error: X11/XKBlib.h: No such file or directory

2008-06-09 Thread Philipp Benner
Tags: +patch The package just misses the build dependency on libx11-dev. -- Philipp Benner diff -aruN qstardict-0.12.7.old/debian/control qstardict-0.12.7/debian/control --- qstardict-0.12.7.old/debian/control 2008-06-09 13:19:30.0 +0200 +++ qstardict-0.12.7/debian/control 2008-06-09

Bug#479979: umview: FTBFS: um_mmap.c:31:22: error: asm/page.h: No such file or directory

2008-06-09 Thread Philipp Benner
Tags: +patch The include can just be removed. -- Philipp Benner diff -aruN umview-0.4a.old/um-viewos/um_mmap.c umview-0.4a/um-viewos/um_mmap.c --- umview-0.4a.old/um-viewos/um_mmap.c 2007-01-18 13:21:05.0 +0100 +++ umview-0.4a/um-viewos/um_mmap.c 2008-06-09 14:28:22.0 +0200

Bug#480364: FTBFS: Missing asm/page.h

2008-05-30 Thread Philipp Benner
to incomplete type objstrip.c:222: error: dereferencing pointer to incomplete type objstrip.c:223: error: dereferencing pointer to incomplete type objstrip.c:227: error: dereferencing pointer to incomplete type objstrip.c:228: error: dereferencing pointer to incomplete type -- Philipp Benner diff -aruN

Bug#480364: FTBFS: Missing asm/page.h

2008-05-29 Thread Philipp Benner
Tags: patch The include can be savely removed. -- Philipp Benner diff -aruN aboot-1.0~pre20040408.old/zip/misc.c aboot-1.0~pre20040408/zip/misc.c --- aboot-1.0~pre20040408.old/zip/misc.c 2001-10-09 01:03:54.0 +0200 +++ aboot-1.0~pre20040408/zip/misc.c 2008-05-29 14:22:36.0

Bug#458717: fix for 458717

2008-02-10 Thread Philipp Benner
Hi, the attached patch should fix this problem. Regards, -- Philipp Benner --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,12 @@ #!/usr/bin/make -f -DEBUG ?= 0 +ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + BITLBEE_CONFFLAGS += --strip=0 --debug=1 +endif + +ifneq (,$(findstring

Bug#424025: python-biopython: FTBFS: *** mxTextTools *** is either not installed or out of date.

2007-05-15 Thread Philipp Benner
The package fails to rebuild because python-egenix-mxtexttools misses python-2.5 support. I informed the maintainer to rebuild the package (and also the one of python-numeric). Cheers -- Philipp Benner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble