Bug#835969: cl-ptester: Syntax error in BREAK form

2016-08-29 Thread Kevin Rosenberg
Package: cl-ptester Version: 2.1.2-6 Severity: important Tags: patch Dear Maintainer, Below is a patch for an erroneous BREAK form in the upstream source code. commit fe69fde54f4bce00ce577feb918796c293fc7253 Author: Kevin M. Rosenberg Date: Mon Aug 29 08:08:23 2016 -0600

Bug#797495: RM: cl-memstore -- ROM; dead upstream,missing dependency

2015-08-30 Thread Kevin Rosenberg
Package: ftp.debian.org Severity: normal Hello, cl-memstore has a dependency on a package (cl-store) that is not present in the Debian distribution and there are no plans to add cl-store to Debian. I recommend that cl-memstore be removed from the Debian distribution. Thank you

Bug#797496: RM: cl-memstore -- ROM; dead upstream,missing dependency

2015-08-30 Thread Kevin Rosenberg
Package: ftp.debian.org Priority: normal Hello, cl-memstore has a dependency on a package (cl-store) that is not present in the Debian distribution and there are no plans to add cl-store to Debian. I recommend that cl-memstore be removed from the Debian distribution. Thank you -- Kevin

Bug#797360: RM: cl-memstore -- ROM; dead upstream,missing dependency

2015-08-29 Thread Kevin Rosenberg
Package: cl-memstore Version: 1.1.0-1 Hello, cl-memstore has a dependency on a package (cl-store) that is not present in the Debian distribution and there are no plans to add cl-store to Debian. I recommend that cl-memstore be removed from the Debian distribution. Thank you -- Kevin

Bug#642709: ctsim: diff for NMU version 5.2.0-1.1

2011-12-15 Thread Kevin Rosenberg
On Dec 15, 2011, at 12:01 PM, gregor herrmann wrote: tags 642709 + patch tags 642709 + pending thanks Dear maintainer, I've prepared an NMU for ctsim (versioned as 5.2.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. I suspect I'll rework

Bug#584392: XDG_CACHE_HOME

2010-08-18 Thread Kevin Rosenberg
-tree from Debianb. -- Kevin Rosenberg ke...@rosenberg.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#584392: cl-asdf incompatible with autobuilder? [was Re: Bug#584392: vcs-tree: FTBFS ...]

2010-06-03 Thread Kevin Rosenberg
be great if the same work-around would also work for the recently released ASDF 2.0. Thanks for any insights! -- Kevin Rosenberg ke...@rosenberg.net [1] debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #THREAD initial thread RUNNING

Bug#535305: 535305 Re: common-lisp-controller: update fails rebuilding sb-grovel,, asdf broken as a result

2009-09-17 Thread Kevin Rosenberg
need to CLC to be compatible with older versions of SBCL, I use code like below: (let ((file-kind-fun (or (find-symbol NATIVE-FILE-KIND :sb-impl) (find-symbol UNIX-FILE-KIND :sb-unix (when file-kind-fun (funcall file-kind-fun path-string))) -- Kevin Rosenberg

Bug#462189: The Fix

2009-08-01 Thread Kevin Rosenberg
The problem of the segv on startup was due to ctsim being linked against the older libgtk1.2 package. Updating to libgtk2.0 fixed the problem and a new version of ctsim has been uploaded. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#462189: wxwindows2.4 is scheduled to be removed

2009-04-26 Thread Kevin Rosenberg
On Apr 23, 2009, at 12:53 AM, Andreas Tille wrote: I wonder whether it might be a good idea to spend all effort on wx2.8 exclusively given the fact that wx2.6 is outdated as well. That might be reasonable. They're are many changes between wx2.6 and wx2.8 in terms of eliminating compiler

Bug#462189: wxwindows2.4 is scheduled to be removed

2009-04-22 Thread Kevin Rosenberg
The current status of CTSim is: 1) It's stored in a local git repository. I've made local git branches for porting to wx2.6 and wx2.8 with the main changes being conversions of all strings to Unicode. The source compiles without warnings, but segfaults during GTK font initialization. I've

Bug#462189: ctsim and wxwidgets2.8

2008-07-21 Thread Kevin Rosenberg
Charles Plessy wrote: Barry deFresse suggested me to help for the porting of ctsim to wxwidgets 2.8. I am affraid that I do not know enough of C for this, but nevertheless I have written a short summary of the current situation that I hope can help to resume the work undertook so far. Thanks

Bug#462189: Preliminary wx2.6 port done -- not working

2008-06-02 Thread Kevin Rosenberg
I've uploaded a preliminary port of ctsim to wx2.6 to http://files.b9.com/testing/ The port compiles without warnings, but faults during gtk font initialization code before any of the ctsim code is executed. If any wx wizards have an idea how to fix this, that'd be great! -- Kevin Rosenberg

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

2008-05-14 Thread Kevin Rosenberg
Paul Metcalfe wrote: debugger invoked on a TYPE-ERROR in thread #THREAD initial thread {100270AC31}: The value #SB-ALIEN-INTERNALS:ALIEN-VALUE :SAP #X006A2400 :TYPE (* (SIGNED 16)) is not of type (ALIEN (ARRAY (SIGNED 16) NIL)). This seems to be caused by the type

Bug#451095: cl-sql-mysql: cant load foreign libraries libmysqlclinet, libmysql

2007-11-13 Thread Kevin Rosenberg
Brian Kudowski wrote: asdf:load-op 'clsql-mysql throws me into the sbcl debugger (sbcl 1.0.7 from Peter Van Eynden's deb repo). 1. as root: cd /var/cache/commonlisp-controller rm -rf * 2. then in the slime repl: (asdf:oos 'asdf:load-op 'clsql-mysql) Can you verify that it works correctly

Bug#451095: cl-sql-mysql: cant load foreign libraries libmysqlclinet, libmysql

2007-11-13 Thread Kevin Rosenberg
[EMAIL PROTECTED] wrote: (apt-get remove sbcl, then deleted the appropiate line in /etc/apt/source.lst, then apt-get update, then apt-get install sbcl: 0.9.6.) version of UFFI that comes with etch as well. Yes. Brian, thanks for the additional debugging efforts. I believe the issue then is

Bug#451095: cl-sql-mysql: cant load foreign libraries libmysqlclinet, libmysql

2007-11-13 Thread Kevin Rosenberg
[EMAIL PROTECTED] wrote: It did. Again, thank you very much. Thanks for the feedback. I'll look at backporting that patch to etch. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#450869: cl-sql: 'asdf-load-op 'clsql compiles with errors

2007-11-11 Thread Kevin Rosenberg
Brian Kudowski wrote: Package: cl-sql Version: 3.7.8-1 Severity: important Looks like it could be stale (old-version) fasls. What version of sbcl are you using - 0.9.16.0-1 that comes with etch? You can try deleting the directory /var/cache/common-lisp-controller/1000/sbcl/clsql to remove the

Bug#317979: New upstream deb package in Ubuntu Gutsy

2007-08-20 Thread Kevin Rosenberg
Ubuntu Gutsy recently added a newer version xmlrpc (1.06.17) which should be able to be ported to Debian rather easily. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#434812: cl-sql: not binNMU safe

2007-07-26 Thread Kevin Rosenberg
Lior Kaplan wrote: From your changelog: * debian/control: Tighten version dependencies. Convert source:Version to binary:Version for any-to-any dependencies. Revert changes in 3.8.6.1-1 (closes:434358) But no binary:Version does actually appear in your debian/control. Please

Bug#433907: cl-sql-postgresql: Broken dependence on cl-sql-uffi

2007-07-24 Thread Kevin Rosenberg
questions. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#434358: cl-sql - arch-any without need

2007-07-23 Thread Kevin Rosenberg
. Is it worth the same increase in size of the archive (these packages are quite small)? For sid users (of which there are many), I'd say the answer is yes. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#434358: cl-sql - arch-any without need

2007-07-23 Thread Kevin Rosenberg
Luk Claes wrote: [...] Not following policy because of some sid users' inconvenience is not the way to go IMHO. Note that we are thinking about fixing it globally somehow... That makes sense and is good news. Thanks for the info. Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#404722: Entity support

2007-07-22 Thread Kevin Rosenberg
package cl-rss reassign 404722 cl-xmls package cl-xmls retitle Improved entity support stop cl-rss does not do any xml parsing, that is all done by the dependent package cl-xmls. I've looked at cl-xmls and it has support for some common entities, but does not appear to have complete entity

Bug#433814: cl-uffi: Silently fails to load non-existent .so files

2007-07-19 Thread Kevin Rosenberg
Mark Wooding wrote: On CMUCL, the uffi:load-foreign-library function attempts to use sys::load-object-file to load .so files (rather than falling back to alien:load-foreign as it does for other types). However, unlike alien:load-foreign, sys::load-object-file reports errors (e.g., failure to

Bug#433814: cl-uffi: Silently fails to load non-existent .so files

2007-07-19 Thread Kevin Rosenberg
Actually, rereading the load-foreign-library code, the function does not follow its spec. It always returns T, that should be fixed. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#427875: Unmarked dependency?

2007-06-22 Thread Kevin Rosenberg
when it's actually necessary for the cl-sql-mysql package to work. Does this replicate for anyone else? Thanks for the additional information. I'm uploaded a fixed package today. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#417052: FTBFS with GCC 4.3: missing #pragma implementation

2007-04-01 Thread Kevin Rosenberg
Martin Michlmayr wrote: However, the GCC people think that #pragma should usually not be used at all, so I suggest you use the #pragma interface. If it really failed on FC4, maybe its's worth investigating why? Hi Martin, Thanks very much for the very informative bug report and patch -- very

Bug#395498: closed by Kevin Rosenberg [EMAIL PROTECTED] (Re: Bug#395498: vcs-tree: build should be retried on powerpc and sparc)

2006-12-05 Thread Kevin Rosenberg
on autobuilders? If it is not, I might have a way to work around it. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#395498: closed by Kevin Rosenberg [EMAIL PROTECTED] (Re: Bug#395498: vcs-tree: build should be retried on powerpc and sparc)

2006-12-05 Thread Kevin Rosenberg
Julien Danjou wrote: It can try but should not fail for that. I've done some testing. SBCL does indeed fail for that. The work-around I envision is HOME=some valid dir /usr/bin/sbcl -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#400240: test suite works fine here

2006-11-30 Thread Kevin Rosenberg
/SELECT/1fancy math not supported FDML/SELECT/22 not supported by mysql FDML/SELECT/26 string table aliases not supported on all mysql versions ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; printed 71 notes Kevin Rosenberg [EMAIL PROTECTED

Bug#396364: ctsim: diff for NMU version 4.5.2-1.1

2006-11-08 Thread Kevin Rosenberg
Very good, thanks. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#394044: ftp.debian.org: REMOVE ctsim-athlon binary from ctsim source

2006-10-18 Thread Kevin Rosenberg
Package: ftp.debian.org Severity: normal The ctsim source package no longer supports or builds the ctsim-athlon package (due to that CPU declining in popularity). Please remove the ctsim-athlon package from the archive. Thanks! -- System Information: Debian Release: testing/unstable APT

Bug#393675: ctsim GUI segfaults right on startup

2006-10-17 Thread Kevin Rosenberg
? With pbuilder, you can completely rule out unclean build system problems like this. Yes, I use pbuilder occasionally, a very fine tool. Currently, I'm using a reasonably clean 32-bit chroot for my builds running on an amd64 system. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email

Bug#387183: ctn: Cannot open ANY dicom file on AMD64

2006-09-14 Thread Kevin Rosenberg
is a dependency for at least one well-maintained package, CTSim. CTSim uses only a small part of CTN which stands a good chance not to be buggy on AMD64. I'd like to see CTN stay in testing so that CTSim can stay in testing. There may be other packages that depend on CTN as well. -- Kevin Rosenberg [EMAIL

Bug#349264: Imagemagick bug for dapper release

2006-05-26 Thread Kevin Rosenberg
://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349264 [3] http://article.gmane.org/gmane.comp.video.image-magick.bugs/2232/match=kevin+rosenberg+icc+perlmagick -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#349264: Patch to fix problem

2006-05-11 Thread Kevin Rosenberg
Below is a simple patch to fix the problem. I created this patch against version 6.2.4.5-0.6. -- Kevin Rosenberg [EMAIL PROTECTED] diff -ur imagemagick-6.2.4.5/PerlMagick/Magick.xs imagemagick-6.2.4.5-kmr/PerlMagick/Magick.xs --- imagemagick-6.2.4.5/PerlMagick/Magick.xs2005-09-09 17:30

Bug#365912: [cl-debian] Bug#365912: cl-sql-mysql: can't load library in sbcl

2006-05-03 Thread Kevin Rosenberg
Ken Bloom wrote: Subject: cl-sql-mysql: can't load library in sbcl Package: cl-sql-mysql Version: 3.5.6-3 Severity: normal I just uploaded cl-sql 3.5.7. would you mind testing if that version works on your system? Thanks. Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#359273: [m68k] cl-sql builds with gcc-4.1

2006-04-05 Thread Kevin Rosenberg
Stephen R Marenka wrote: I'm willing to do a binNMU if that would be helpful. Sure, that'd be great. Thanks. -- Kevin Rosenberg [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#357383: FTBFS with G++ 4.1: extra qualification

2006-03-16 Thread Kevin Rosenberg
Martin Michlmayr wrote: A patch is below. Thanks for the patch, Martin. I'm building a fixed version now for upload. Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#339824: [cl-debian] Bug#339824: Couldn't load foreign libraries #P/usr/lib/clsql/clsql_mysql

2005-11-26 Thread Kevin Rosenberg
[EMAIL PROTECTED] wrote: I get the following error trying to load cl-sql-mysql with sbcl (and something similar with cmucl): [...] WARNING: Error opening shared object /usr/lib/clsql/clsql_mysql.so: libmysqlclient.so.15: cannot open shared object file: No such file or directory. The

Bug#339842: cl-sql: CLSQL user's guide typo

2005-11-26 Thread Kevin Rosenberg
upload. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#326150: cl-puri: In PARSE-URI, Please do not disregard ports in URLs

2005-09-06 Thread Kevin Rosenberg
Kevin Layer wrote: I'm pretty sure the reason for the removal of default port in the canonicalization of URIs was that it makes comparison of URIs easier and more useful. There may also have been examples in the RFC that had to be equivalent, and that was the motivation for doing it, too.

Bug#326150: cl-puri: In PARSE-URI, Please do not disregard ports in URLs

2005-09-03 Thread Kevin Rosenberg
for URIs in Allegro. ;; For general URI information see RFC2396. ;; ;; copyright (c) 1999-2001 Franz Inc, Berkeley, CA - All rights reserved. ;; copyright (c) 2003 Kevin Rosenberg (porting changes) ;; ;; The software, data and information contained herein are proprietary ;; to, and comprise

Bug#310639: cl-puri: quirk in documentation: uri.html : misplaced a href=... breaks rendering in konqueror

2005-05-25 Thread Kevin Rosenberg
Sean Champ wrote: I noticed that the entire text of uri.html was being rendered, as if all of the text was surrounded by one big link thanks for the report. I'll fix the html. Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#297431: O: lw-pro-installer - Installer for Xanalys' Lispworks ANSI Common Lisp System

2005-05-25 Thread Kevin Rosenberg
. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#297431: O: lw-pro-installer - Installer for Xanalys' Lispworks ANSI Common Lisp System

2005-05-25 Thread Kevin Rosenberg
mostly up to you, you know those packages much better than I do. I can't really properly judge on it. Very good, thanks for your help with the QA! -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#306986: ftp.debian.org: Please remove mips/mipsel versions of vcs-tree

2005-05-09 Thread Kevin Rosenberg
Jeroen van Wolffelaar wrote: On Sun, May 01, 2005 at 07:12:25AM -0600, Kevin Rosenberg wrote: Ryan Murray wrote: I've removed mips/mipsel from vcs-tree control file. This is incorrect -- there's no reason that, given the existance of the build depends on mips/mipsel

Bug#306986: ftp.debian.org: Please remove mips/mipsel versions of vcs-tree

2005-05-01 Thread Kevin Rosenberg
that new versions of vcs-tree can migrate to testing? -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#297424: O: hindent -- Reformats HTML code

2005-04-23 Thread Kevin Rosenberg
Javier Linares wrote: If possible, could you please provide a reson to orphan de package? Is upstream active? Reduce my time maintaining debian packages. Don't know about upstream. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#297419: O: ctn -- Runtime files for Central Test Node, a DICOM implementation

2005-03-03 Thread Kevin Rosenberg
is to keep an eye on the package, just in case any problems arise with it in the future. So if there's still some need for it, I'm willing to take over that function. Thanks, Thijs! Are you in the New Maintainer Queue? -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL

Bug#296824: sbcl: Stale fasls

2005-02-25 Thread Kevin Rosenberg
as pending. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#296824: sbcl: Stale fasls

2005-02-24 Thread Kevin Rosenberg
with previous version fasl's, but I wouldn't consider that a bug with SBCL unless the sbcl package itself included stale fasls. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#295984: cl-png doesn't work with sbcl's unicode

2005-02-20 Thread Kevin Rosenberg
the convenience of using strings for binary storage, sb-unicode does force one to use ANSI CL techiniques such as using vectors of (unsigned-byte 8). -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#291781: moreinfo

2005-02-17 Thread Kevin Rosenberg
tags 291781 + moreinfo thanks I've read the mairix documentation html file. I don't see any reference that the contents of all headers are indexed. Can you provide a reference that states you should expect that the contents X-Spam-Status header should be indexed? Thanks -- Kevin Rosenberg

Bug#294614: can't reproduce

2005-02-17 Thread Kevin Rosenberg
other testing users report a problem. So far, this is the first report I've seen of this type. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#293872: Acknowledgement (/usr/lib/common-lisp/bin/openmcl.sh segfaults on installation)

2005-02-07 Thread Kevin Rosenberg
[EMAIL PROTECTED] wrote: Kevin, could this be related to the first time build vs. build with a previously installed openmcl bug i recently reported to you? I don't think so. It doesn't involve building openmcl, it is intermittant on kernel 2.6, and non-existant on kernel 2.4. -- Kevin

Bug#293872: /usr/lib/common-lisp/bin/openmcl.sh segfaults on installation

2005-02-06 Thread Kevin Rosenberg
fabian linzberger wrote: ? /usr/lib/common-lisp/bin/openmcl.sh: line 13: 27196 Segmentation fault $EXEC --image-name /usr/lib/openmcl/PPCCL-clean --batch --no-init EOF I've not been able to reproduce this error. I wonder if it may be due to kernel version differences. I'm using the

Bug#293872: Acknowledgement (/usr/lib/common-lisp/bin/openmcl.sh segfaults on installation)

2005-02-06 Thread Kevin Rosenberg
Fabian Linzberger wrote: the problem seems to go away, if i apt-get source openmcl, build the package locally and install that one. as far as i can tell, things work fine now. let me know if i can do anything to help you reproduce this. That's odd as the package should be identical (save for

Bug#292876: kernel bug report url

2005-02-01 Thread Kevin Rosenberg
Here's a URL to a kernel bug report filed by sbcl upstream: http://seclists.org/lists/linux-kernel/2005/Jan/5397.html Look at the next message, Andi Kleen confirms it a bug and states the patch so be reverted. -- Kevin Rosenberg [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED