Bug#294038: libmultisync-plugin-opie: Incorrect Default Login Dir Assumptions

2005-02-07 Thread John Goerzen
Package: libmultisync-plugin-opie Version: 0.82-5 Severity: normal I am running OpenZaurus 3.5.2. MultiSync can log in to the FTP server fine. However, it then attempts to CWD to Applications. OpenZaurus' FTP server defaults CWD to /. MultiSync should CWD to ~ first. Creating Applications and

Bug#306872: kernel-patch-2.6-reiser4: Seriously outdated

2005-04-28 Thread John Goerzen
Package: kernel-patch-2.6-reiser4 Version: 20040813-6 Severity: normal I'm submitting this normal instead of wishlist because there are a bunch of important fixes in ReiserFS since the last version of this package. Please find recent patches from ftp://ftp.namesys.com/pub/reiser4-for-2.6/. -- Jo

Bug#306990: lvm2: Strange error when attempting to install

2005-04-29 Thread John Goerzen
Package: lvm2 Version: 2.01.04-5 Severity: serious Justification: fails to install Setting up lvm-common (1.5.17) ... find: /etc/devfs/symlinks.d: No such file or directory invoke-rc.d: unknown initscript, /etc/init.d/devfsd not found. dpkg: error processing lvm-common (--configure): subprocess p

Bug#306990: lvm2: Strange error when attempting to install

2005-04-29 Thread John Goerzen
On Sat, Apr 30, 2005 at 12:19:46AM +0200, Bastian Blank wrote: > 2. lvm2 depends on lvm-common. > > > Debian Release: 3.1 > > Architecture: amd64 (x86_64) > > 3. amd64 is no Debian architecture. The problem actually occured on i386; I was just running reportbug in amd64. > > So now the problem

Bug#306990: lvm2: Strange error when attempting to install

2005-04-30 Thread John Goerzen
On Sat, Apr 30, 2005 at 12:46:23PM +0200, Arthur Korn wrote: > > Well, then you must depend on that. In fact, devfsd was being > > installed in the same apt-get run, but hadn't yet been configured. So > > it existed on the system but wasn't setup. > > > > You must either depend on it or not requ

Bug#306990: lvm2: Strange error when attempting to install

2005-04-30 Thread John Goerzen
On Sat, Apr 30, 2005 at 07:54:10PM +0200, Arthur Korn wrote: > lvm-common does not depend on devfsd and it should not. John, > can you tell me which version of devfsd you exactly installed > when you had that problem. I seems you had the update-devfsd > script on your system but _not_ devfsd's init

Bug#307273: arch2darcs: please format long description appropriately

2005-05-02 Thread John Goerzen
Won't this cause it to wrap weirdly on, for example, kpackage? On Mon, May 02, 2005 at 11:08:40AM +0200, Gerfried Fuchs wrote: > Package: arch2darcs > Version: 1.0.3 > Severity: minor > Tags: patch > > Hi! > > The long description of the package is a bit weird formated. Please > accept

Bug#307843: qtads: Opens nothing on amd64

2005-05-05 Thread John Goerzen
Package: qtads Version: 1.3a-2 Severity: normal On amd64, opening any gam file yields: [TADS-607: error reading game file] On i386, the same files open fine. -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux 2.6.11 Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-

Bug#299227: linphone: Decreases volume on startup

2005-03-14 Thread John Goerzen
On Mon, Mar 14, 2005 at 03:08:18PM +0100, Samuel Mimram wrote: > Could you please: > 1. send me the debug messages on stdout ? > 2. try the 1.0.0pre12 packages on http://people.debian.org/~smimram/ > (these should be uploaded as soon as libosip escapes NEW and therefore > I'd rather not do too mu

Bug#299568: hugs: CTime incompatibility with new version

2005-03-14 Thread John Goerzen
Package: hugs Version: 98.200503.08-1 Severity: normal I'm getting this error: ERROR "/home/jgoerzen/tree/projects/missingh/MissingH/IO/HVFS.hs":199 - Implementation of vGetModificationTime requires extra context *** Expected type : HVFS a => a -> FilePath -> IO ClockTime *** Missing context :

Bug#299570: : IO.getContents: protocol error (invalid character encoding)

2005-03-14 Thread John Goerzen
Package: hugs Version: 98.200503.08-1 Severity: important I'm getting this when I try to run my MissingH tests under hugs: ### Error in: 18:GZiptest:2:gunzip:2:t2.gz : IO.getContents: protocol error (invalid character encoding) (with various different tests) Again, this worked fine with the p

Bug#299225: linphone: refuses to use second sound device

2005-03-14 Thread John Goerzen
On Mon, Mar 14, 2005 at 03:08:25PM +0100, Samuel Mimram wrote: > Could you please: > 1. send me the debug messages on stdout ? > 2. try the 1.0.0pre12 packages on http://people.debian.org/~smimram/ Well, there is a problem with this; it crashes on startup every time. Can't do a thing with it. I'

Bug#299227: linphone: Decreases volume on startup

2005-03-14 Thread John Goerzen
See #299225 for a stdout log and info on the experimental version that also applies to this one. -- John Goerzen Author, Foundations of Python Network Programming http://www.amazon.com/exec/obidos/tg/detail/-/1590593715 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#299568: hugs: CTime incompatibility with new version

2005-03-15 Thread John Goerzen
On Tue, Mar 15, 2005 at 10:25:42AM +, Ross Paterson wrote: > > This code worked in the previous version of Hugs. It seems that CTime > > is no longer Integral, but I don't know why. > > This was a deliberate library change, affecting all Haskell > implementations. See rev. 1.22 in > > http:

Bug#299225: linphone: refuses to use second sound device

2005-03-15 Thread John Goerzen
On Tue, Mar 15, 2005 at 12:21:31PM +0100, Samuel Mimram wrote: > John Goerzen wrote: > >Well, there is a problem with this; it crashes on startup every time. > >Can't do a thing with it. > > Argl. If you've got some time for that, I'd be glad to have a gdb st

Bug#299570: [Haskell-cafe] invalid character encoding

2005-03-15 Thread John Goerzen
On Tue, Mar 15, 2005 at 10:44:28AM +, Ross Paterson wrote: > On Mon, Mar 14, 2005 at 07:38:09PM -0600, John Goerzen wrote: > > I've got some gzip (and Ian Lynagh's Inflate) code that breaks under > > the new hugs with: > > > > : IO.getContents: proto

Bug#299568: hugs: CTime incompatibility with new version

2005-03-15 Thread John Goerzen
On Tue, Mar 15, 2005 at 03:08:36PM +, Ross Paterson wrote: > > Couldn't it also be an Integral, using the round . realToFrac to > > implement it? > > That was Sven Panne, but ... > > You could use round . realToFrac to implement toInteger, but types in > Integral are supposed to be, well, int

Bug#315130: wacom-kernel-source: Incompatible with make-kpkg

2005-06-20 Thread John Goerzen
Package: wacom-kernel-source Version: 0.6.6-7 Severity: normal When I tried make-kpkg modules_image from inside my kernel build tree -- which is the normal way I build all other modules packaged in Debian -- I got: make[3]: Entering directory `/usr/src/modules/wacom' make[3]: *** No targets speci

Bug#315128: exim4-config: Broken handling of /etc/mailname

2005-06-20 Thread John Goerzen
Package: exim4-config Version: 4.50-8 Severity: important The file /etc/mailname is used to form the default host part of e-mail addresses in the From line of various programs. For instance, debchange -i will use it for its changelog messages. reportbug uses it for bug reports. Many programs us

Bug#315126: exim4-config: No provision for tls_certificate without tls_privatekey

2005-06-20 Thread John Goerzen
Package: exim4-config Version: 4.50-8 Severity: wishlist According to the exim4 docs I have, if one has a single file that has both a SSL certificate and a SSL private key, that file must be listed in tls_certificate and tls_privatekey must be left blank. The configuration system doesn't have a w

Bug#315131: korganizer: Never shows alarms

2005-06-20 Thread John Goerzen
Package: korganizer Version: 4:3.3.2-3 Severity: normal Hello, I have korganizer here, and korgac is running and in my taskbar. Alarm notifications are enabled, but I never see them, even for events that have reminders requested. Any ideas what's giong on? -- System Information: Debian Release

Bug#315134: gpsbabel: missing usb support

2005-06-20 Thread John Goerzen
On Mon, Jun 20, 2005 at 08:29:47PM +0200, Petter Reinholdtsen wrote: > > Package: gpsbabel > Version: 1.2.4-2 > Severity: important > > When trying to get gpsbabel working with my Garmin etrax legend c > using the recepe found in the gpsbabel README, I get this error from > gpsbabel: > > USB s

Bug#315142: wacom-tools: Please include wacomcpl

2005-06-20 Thread John Goerzen
Package: wacom-tools Version: 0.6.6-7 Severity: wishlist The source distribution includes wacomcpl which, among other things, can calibrate the stylus on a table PC. It would be nice to see this included in wacom-tools (or a separate binary package, at your discretion). -- John -- System Inform

Bug#315142: wacom-tools: Please include wacomcpl

2005-06-21 Thread John Goerzen
On Tue, Jun 21, 2005 at 05:09:53PM +0930, Ron wrote: > On Mon, Jun 20, 2005 at 02:27:31PM -0500, John Goerzen wrote: > > The source distribution includes wacomcpl which, among other things, can > > calibrate the stylus on a table PC. It would be nice to see this > > included

Bug#315128: exim4-config: Broken handling of /etc/mailname

2005-06-21 Thread John Goerzen
On Mon, Jun 20, 2005 at 11:30:37PM +0200, Marc Haber wrote: > On Mon, Jun 20, 2005 at 12:53:12PM -0500, John Goerzen wrote: > > The file /etc/mailname is used to form the default host part of e-mail > > addresses in the From line of various programs. For instance, debchange > &g

Bug#315128: /etc/mailname clarfication

2005-06-21 Thread John Goerzen
> > Hi, > > On Mon, Jun 20, 2005 at 12:53:12PM -0500, John Goerzen wrote: > > The file /etc/mailname is used to form the default host part of e-mail > > addresses in the From line of various programs. For instance, debchange > > -i will use it for its changelog m

Bug#314813: Following up

2005-06-21 Thread John Goerzen
Hello, It appears this is a bug in cdebootstrap, see #315154. However, you should still be able to build a "stable" CD. You indicated that's what you're trying to do, but I haven't ever seen your dfs.cfg file, so I can't very that. Are you *sure* you're not trying to including anything past sta

Bug#314813: foo

2005-06-21 Thread John Goerzen
severity 314813 important reassign 314813 cdebootstrap retitle 314813 cdebootstrap lack of support for etch breaks dfsbuild testing merge 315154 314813 thanks Please note, I am uploading a new dfsbuild that has a dfs.cfg that will not try to build etch by default. Perhaps that will help. -- John

Bug#315128: More on this

2005-06-21 Thread John Goerzen
I tried answering the exim4 question regarding the system's main mailname to be complete.org, and also answered the later question (about "hiding") the same way. Surprise, /etc/mailname was correct and the headers were correct too. Perhaps my quibble is really in the language of the question. I

Bug#315128: /etc/mailname clarfication

2005-06-21 Thread John Goerzen
On Tue, Jun 21, 2005 at 09:30:59PM +0200, Marc Haber wrote: > No, I do not believe that. In fact, I have not been able to verify the > claims John makes on my test system. I have tried reproducing his > setup in my lab, and the Received headers come out just fine. See my > messages to bug #315128.

Bug#315310: dfsbuild: fails to build image on i386, testing and unstable

2005-06-21 Thread John Goerzen
On Tue, Jun 21, 2005 at 04:15:58PM -0400, Rick wrote: OK, I hadn't seen this on unstable before, but until you're sure that this is dfsbuild's fault (can you run cdebootstrap with the same mirror manually and *not* get the problem), I'm assuming it is either a problem with cdebootstrap or exim4.

Bug#315706: libghc6-missingpy-dev: fails to configure, with libghc6-missingh-dev 0.11.2

2005-06-25 Thread John Goerzen
Thanks for the bug report; I will build and upload a new package later today. -- John -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#316375: arch2darcs: darcs diff shows changes after import

2005-06-30 Thread John Goerzen
-tmp7/Makefile > --- old-tmp7/Makefile 2005-06-30 23:12:11.0 +0200 > +++ new-tmp7/Makefile 2005-06-30 23:12:11.0 +0200 > @@ -1,5 +1,5 @@ > test: > - python test.py -w -v > + python2.4 test.py -w > > clean: > find . -name '*.pyc' -

Bug#306990: acknowledged by developer (fixed in 1.3.25-23)

2005-07-19 Thread John Goerzen
On Mon, Jul 18, 2005 at 03:18:16PM -0700, Debian Bug Tracking System wrote: > Version: 1.3.25-23 > > use that cool BTS versioning now to see bugs in not-unstable Excuse me, but that says nothing about how the bug was fixed (or even if it was). -- John -- To UNSUBSCRIBE, email to [EMAIL PROTEC

Bug#306990: acknowledged by developer (fixed in 1.3.25-23)

2005-07-19 Thread John Goerzen
On Tue, Jul 19, 2005 at 03:45:02PM +0200, Arthur Korn wrote: > John Goerzen schrieb: > > On Mon, Jul 18, 2005 at 03:18:16PM -0700, Debian Bug Tracking System wrote: > > > Version: 1.3.25-23 > > > > > > use that cool BTS versioning now to see bugs in not-unstab

Bug#319834: offlineimap: Exits with a traceback when trying to sync Drafts

2005-07-25 Thread John Goerzen
On Sat, Nov 13, 2004 at 10:00:05PM -0500, Chris Anderson wrote: > Package: offlineimap > Version: 4.0.7 > Severity: important > > When I run offlineimap I receive the following: Please run with -d imap -1 and post the log, taking care to first remove any passwords or other private data. -- John

Bug#319891: ITP: libcdk5 -- C-based curses widget library

2005-07-25 Thread John Goerzen
Package: wnpp Severity: wishlist Owner: John Goerzen <[EMAIL PROTECTED]> * Package name: libcdk5 Version : 5.0-20050424 Upstream Author : Thomas Dickey * URL : http://invisible-island.net/cdk/ * License : BSD Description : C-based curses widget l

Bug#319915: c2hs: Architecture field limits it to i386

2005-07-25 Thread John Goerzen
Package: c2hs Version: 0.12.0-1 Severity: normal I see no reason why you have built this on i386 only. You should set Architecture: all in debian/control -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Sh

Bug#320030: ITP: hsffig -- Haskell Binding Auto-Generation Utility

2005-07-26 Thread John Goerzen
Package: wnpp Severity: wishlist Owner: John Goerzen <[EMAIL PROTECTED]> * Package name: hsffig Version : 0.1.2 Upstream Author : Dimitry Golubovsky, [EMAIL PROTECTED] * URL : darcs get http://www.golubovsky.org/repos/hsffig * License : BSD Descr

Bug#320072: libldap2-dev: Lacking complete prototype for LDAP

2005-07-26 Thread John Goerzen
Package: libldap2-dev Version: 2.1.30-11 Severity: normal ldap_init(3) refers to fields of the LDAP structure, but they cannot be accessed because the .h files in this package don't define the content of that structure. >From ldap_init(3): ldap_search(), etc. Certain fields in the LDAP s

Bug#320073: libldap2-dev: Many functions undocumented

2005-07-26 Thread John Goerzen
Package: libldap2-dev Version: 2.1.30-11 Severity: normal The ldap.h and associated files define functions such as ldap_get_option() that are not documented. ldap(3) also references ldap_initialize(3), which doesn't exist. -- System Information: Debian Release: testing/unstable APT prefers uns

Bug#319891: ITP: libcdk5 -- C-based curses widget library

2005-07-28 Thread John Goerzen
On Thu, Jul 28, 2005 at 04:31:29PM +0200, Peter Eisentraut wrote: > Am Montag, 25. Juli 2005 16:01 schrieb John Goerzen: > > CDK 5 is a fork off of the CDK version 4 software that is no longer > > maintained upstream. It has a somewhat different API as well, which is > > why

Bug#320335: ghc6: Shouldn't provide runhaskell on archs where ghci doesn't work

2005-07-28 Thread John Goerzen
Package: ghc6 Version: 6.4-4 Severity: normal I'm on amd64, though I believe this problem will also exist on other archs such as alpha. ghc6 shouldn't provide runhaskell on these archs, since ghci doesn't work. Incidentally, should I be filing a bug on hugs to provide runhaskell everywhere? (It

Bug#226462: added patch

2005-03-28 Thread John Goerzen
Thanks, I have just now uploaded a package with this patch in it. -- John On Fri, Mar 18, 2005 at 10:01:25AM +0100, Matthias Urlichs wrote: > tag 226462 +patch > thanks > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#299174: offlineimap: Occasionally freaks out on mails with raw 8-Bit characters in message headers.

2005-03-28 Thread John Goerzen
On Sat, Mar 12, 2005 at 10:07:19AM +0100, Andreas Metzler wrote: > Package: offlineimap > Version: 4.0.8 > Severity: normal > > Hello, > I've had this happen two times during the last two months: It sounds like the Date header on the incoming message is wrong, but without the actual message heade

Bug#301883: asterisk: sqlite logging enabled by default and never rotated

2005-03-28 Thread John Goerzen
Package: asterisk Version: 1:1.0.7.dfsg.1-2 Severity: normal I have a file /var/log/asterisk/cdr.db that is a SQLite database file. The asterisk as shipped with Debian is creating this file by default, but nothing is ever rotating it. This probably should be an important bug... Incidentally, wha

Bug#301883: asterisk: sqlite logging enabled by default and never rotated

2005-03-31 Thread John Goerzen
On Thu, Mar 31, 2005 at 10:04:08AM +0200, Kilian Krause wrote: > Am Donnerstag, den 31.03.2005, 00:07 +0200 schrieb Jose Carlos Garcia > Sogo: > > Well, the main problem I see is how can this be made without the need > > of stopping asterisk and restarting it again, as it is an sqlite file > > ins

Bug#302605: asterisk: Turning on safe forces -g

2005-04-01 Thread John Goerzen
Package: asterisk Version: 1:1.0.7.dfsg.1-2 Severity: normal I have not specified and PARAMS in /etc/default/asterisk. When I enabled the "safe" asterisk in that file, somehow asterisk always starts in debugging mode now. I wish it didn't, but can't figure out why running it "safe" would cause i

Bug#316679: lyx-qt: Spell checking is broken

2005-07-02 Thread John Goerzen
Package: lyx-qt Version: 1.3.4-2 Severity: normal I attemted to spell-check my document, but LyX popped up a box saying: The spell-checker has failed Can't open /usr/lib/ispell/english.hash [EMAIL PROTECTED]:~$ ls -l /usr/lib/ispell total 2272 -rw-r--r-- 1 root root5688 1999-07-20 15:32 a

Bug#315128: More on this

2005-07-05 Thread John Goerzen
On Tue, Jun 21, 2005 at 09:53:10PM +0200, Marc Haber wrote: > > question. It is now quite unclear to me what the practical difference > > between these two is. > > You are talking about these two questions, right? Right. > |Your "mail name" is the hostname portion of the address to be shown on

Bug#315126: exim4-config: No provision for tls_certificate without tls_privatekey

2005-07-05 Thread John Goerzen
On Sun, Jul 03, 2005 at 11:43:24PM +0200, Marc Haber wrote: > On Mon, Jun 20, 2005 at 12:49:06PM -0500, John Goerzen wrote: > > According to the exim4 docs I have, if one has a single file that has > > both a SSL certificate and a SSL private key, that file must be listed > &g

Bug#317812: slapd: "no structural object class provided" on upgrade to sarge

2005-07-11 Thread John Goerzen
Package: slapd Version: 2.2.23-8 Severity: normal Trying to upgrade to sarge. I elected to do the automatic upgrade. I'm getting this: Preparing to replace slapd 2.0.23-6.3 (using .../slapd_2.2.23-8_i386.deb) ... start-stop-daemon: warning: failed to kill 28409: No such process Dumping to /va

Bug#303099: exim4: log_selector error on upgrade

2005-04-04 Thread John Goerzen
Package: exim4-config Version: 4.50-5 Severity: normal Setting up exim4-config (4.50-5) ... Installing new version of config file /etc/exim4/conf.d/acl/20_exim4-config_whitelist_local_deny ... ... 2005-04-04 14:04:07 Exim configuration error in line 212 of /var/lib/exim4/config.autogenerated.tmp:

Bug#301883: asterisk: sqlite logging enabled by default and never rotated

2005-04-04 Thread John Goerzen
On Mon, Apr 04, 2005 at 09:32:31PM +0200, Kilian Krause wrote: > the query would be something like "delete from $mytable where > $insertdate < $(today-1month)" with the variables holding the correct > names etc. > > Yet I strongly disagree with this behaviour for a default. At least the > 1 month

Bug#303271: LANGUAGE: CPP pragma broken with ghc

2005-04-05 Thread John Goerzen
Package: libghc6-cabal-dev Version: 0.5-1 Severity: normal The LANGUAGE: CPP pragma doesn't appear to get passed on to ghc, though it does appear to work with Hugs. -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux 2.6.10 Locale: LANG=C, LC_CTYPE=en_US (charmap

Bug#303576: bazaar: 1.2 is available

2005-04-07 Thread John Goerzen
Package: bazaar Severity: wishlist Please package version 1.2, now available and released upstream. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.8.1 Locale: LANG=C, LC_CTYPE=en_US

Bug#303580: hmake: Thinks it can't build 64-bit bins when it should build 32-bit bins

2005-04-07 Thread John Goerzen
Package: hmake Version: 3.08-7 Severity: normal It is possible to run a 32-bit userland under a 64-bit amd64 kernel. This 32-bit userland is indistinguishable from a standard 32-bit x86 userland, with the exception of the uname -a return value and some files ni proc. I routinely use ghc in this 3

Bug#303582: offlineimap: 'EOF occurred in violation of protocol' with uw-imapd

2005-04-07 Thread John Goerzen
On Thu, Apr 07, 2005 at 08:28:15AM -0700, Andrew Pimlott wrote: > I installed uw-imapd-ssl 4:2001adebian-6 from woody on my mail server, > and tried to access it with offlineimap from unstable. I got the > following error: These are almost never an OfflineIMAP problem; it means that the remote se

Bug#303582: offlineimap: 'EOF occurred in violation of protocol' with uw-imapd

2005-04-11 Thread John Goerzen
On Thu, Apr 07, 2005 at 01:19:05PM -0700, Andrew Pimlott wrote: > I upgraded uw-imapd to unstable and get the same error. The tail of the > output with "-d imap -1" are below, and the full output (300K) is at > http://andrew.pimlott.net/tmp/offlineimap_debug. It's not obvious to me > why the sequ

Bug#304630: wavp: program does not stop at end of .wav

2005-04-14 Thread John Goerzen
tags 304630 wontfix severity 304630 normal thanks Erwan, FYI, wavtools is going to be removed from Debian when the next release is issued due to problems like these. There are other, better, packages that could be used to play WAVs, including bplay/brec and sox. -- John On Thu, Apr 14, 2005 at

Bug#334528: offlineimap: crashes on folder sync with assert(line == magicline)

2005-10-19 Thread John Goerzen
On Tue, Oct 18, 2005 at 03:44:42PM +0100, Paul Brossier wrote: > Package: offlineimap > Version: 4.0.11 > Severity: important > > offlineimap now synchronises the first 80 folders without problems, but > crashes > on the 81st one. If i move away that folder, the error occurs on the next one. > Ne

Bug#252745: mkfs.cramfs uses MD5 sums

2005-10-19 Thread John Goerzen
On Sat, Oct 15, 2005 at 09:18:07PM +0200, Adrian Bunk wrote: > Hi John, > > regarding your bug report "cramfsprogs: Extremely inefficient > performance on large trees": > > mkfs.cramfs (shipped with the util-linux package) already uses md5sums > the way you suggest them. Can you confirm that mk

Bug#335269: kooka: Doesn't see my scanner, but SANE programs do

2005-10-22 Thread John Goerzen
Package: kooka Version: 4:3.4.2-2 Severity: normal xscanimage works for me. scanimage -L reports: $ scanimage -L device `epkowa:libusb:001:005' is a Epson Perfection 4180 flatbed scanner Yet when I hit the Select Device button in Kooka, nothing appears. Digikam, whose docs say it uses Kooka, c

Bug#335333: offlineimap: Sometimes cannot enter password

2005-10-23 Thread John Goerzen
On Sun, Oct 23, 2005 at 12:54:21PM +0200, Uwe Steinmann wrote: > Package: offlineimap > Version: 4.0.11 > Severity: normal > > > Occasianally, I get a dialog box for the password without > a changes to enter it, because neither the input field nor > the OK button is visible. Hmm. What UI are y

Bug#323220: darcs patch: Added option to use something else than debuild to build

2005-09-28 Thread John Goerzen
On Mon, Sep 26, 2005 at 03:03:01AM +0200, Marc 'HE' Brockschmidt wrote: > > [Added option to use something else than debuild to build > > Florian Ragwitz <[EMAIL PROTECTED]>**20050913045447] { > > It looks like I'm too stupid for this: Florian contacted me later to say that there were some bugs w

Bug#330838: haddock: html documentaiton outdated

2005-09-29 Thread John Goerzen
Package: haddock Version: 0.7-1 Severity: normal The HTML docs cover 0.6. This package is 0.7. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.12-rc4-mm2

Bug#330924: haddock: Dies on (almost?) all documents

2005-09-30 Thread John Goerzen
1.5 source package in Debian. When I built and uploaded that version, Haddock processed all documentation fine. Now, I get this error: dist/build/MissingH/AnyDBM.hs:38:1: parse error in doc string: [TokPara,TokString "Written by John Goerzen, jgoerzen",TokString "@"] Sev

Bug#330924: Some more info

2005-09-30 Thread John Goerzen
severity 330924 normal thanks It apepars that haddock 0.7 has some new rules for parsing document headers. By adding some escaping, I was, in the end, able to work around this (though the resulting documents will not appear correctly in haddock 0.6) I am also seeing a lot of this: Program err

Bug#327127: darcs-buildpackage: should no rebuild .orig.tar.gz file if debian version is not -1

2005-09-07 Thread John Goerzen
On Wed, Sep 07, 2005 at 10:02:41PM +0200, Peter Van Eynde wrote: > It cannot recreate the exact same .orig.tar.gz file, so the upload will > fail. True. > The system should detect that when there is no .orig.tar.gz file and it > is creating a higher version release (ie not -1) it should bail out

Bug#327722: MN gopher[v3.0.9+] multiple(2) client buffer overflows. [CAN-2005-2772]

2005-09-11 Thread John Goerzen
bin/bash > Kernel: Linux 2.4.27 > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > > -- > see shy jo -- John Goerzen Author, Foundations of Python Network Programming http://www.amazon.com/exec/obidos/tg/detail/-/1590593715 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#327840: darcs-buildpackage: documentation is crappy

2005-09-12 Thread John Goerzen
On Mon, Sep 12, 2005 at 03:22:57PM +0200, Florian Ragwitz wrote: > after you showed me darcs and I kind of liked it I decided to manage my > packages for Debian with darcs-buildpackage now. So I installed it and > started with reading the documentation. You're right. Unfortunately, I haven't had

Bug#327840: darcs-buildpackage: documentation is crappy

2005-09-12 Thread John Goerzen
On Mon, Sep 12, 2005 at 05:05:03PM +0200, Florian Ragwitz wrote: > > http://darcs.complete.org/darcs-buildpackage. Please feel free to > > "darcs send" patches to me, or I'll take regular diffs as well. > > I think I'll do that. GREAT! > > In the meantime, if you have specific questions, please

Bug#328693: ftp.debian.org: Remove gopherweblink

2005-09-16 Thread John Goerzen
Package: ftp.debian.org Severity: normal Please remove gopherweblink from the archive. It was for UMN gopherd, which is no longer supported by a stable release. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i68

Bug#314815: foo

2005-09-16 Thread John Goerzen
retitle 314815 Broken by newer cdebootstrap tags help thanks Hi, It appears that cdebootstrap has changed around how it calls apt, which has broken apt-move. I unfortunately haven't had the time to chase it all out yet. I will at some point, but patches are also welcome. Thanks, -- John --

Bug#323506: libbeecrypt6-dev: Can't build anything

2005-08-18 Thread John Goerzen
On Thu, Aug 18, 2005 at 02:52:04PM +1000, Anibal Monsalve Salazar wrote: > On Tue, Aug 16, 2005 at 10:40:10PM -0500, John Goerzen wrote: > >collect2: ld returned 1 exit status > > Please see bug #323500. Did you perhaps mean 320425? I looked at it, and it looked similar, but I co

Bug#323833: sl-modem-daemon: Should be in main

2005-08-18 Thread John Goerzen
Package: sl-modem-daemon Version: 2.9.9d-5 Severity: normal The license for this package looks like the standard 3-clause BSD; why is it in non-free? If it is in non-free because of what else is in the source package, maybe you should split the source packages? The README.debian says that "one p

Bug#323506: libbeecrypt6-dev: Can't build anything

2005-08-19 Thread John Goerzen
On Thu, Aug 18, 2005 at 02:54:18PM -0700, Steve Langasek wrote: > > It's the same bug. And there is no patch yet. > > The bug in question is that, in spite of trying to pass > --disable-optimized to ./configure, upstream's build scripts still set I am curious, what is the point of disabling the o

Bug#323967: kicker: All icons, menu entries gone

2005-08-19 Thread John Goerzen
Package: kicker Version: 4:3.3.2-1 Severity: important After upgrading from sarge, I found that all applications entries on my menu are gone, and all icons from the bar are also gone, except the one for OpenOffice. -- System Information: Debian Release: testing/unstable APT prefers unstable A

Bug#324003: konsole: Documentation in wrong dir

2005-08-19 Thread John Goerzen
Package: konsole Version: 4:3.3.2-1 Severity: normal /usr/share/apps/konsole$ ls *xample* *README* Example.Schema README.default.Schema README.Schema README.default.Keytab README.KeyTab -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, '

Bug#323967: kicker: All icons, menu entries gone

2005-08-19 Thread John Goerzen
On Fri, Aug 19, 2005 at 04:38:27PM +0200, Adeodato Simó wrote: > > After upgrading from sarge, I found that all applications entries on my > > menu are gone, and all icons from the bar are also gone, except the one > > for OpenOffice. > > Can you confirm that you have installed kdelibs-data 3.4.

Bug#319891: Processed: unmerging 319891, tagging 319891

2005-08-19 Thread John Goerzen
Hi Scott, Not quite sure what this is about. libcdk5 is already in sid, fwiw, so if this bug isn't already closed, it should be (I'm working disconnected from the 'net right now, so can't check on the bug) On Tue, Aug 16, 2005 at 08:18:11PM -0700, Debian Bug Tracking System wrote: > Processing c

Bug#199452: I have the same problem

2005-08-22 Thread John Goerzen
On Tue, Aug 16, 2005 at 11:17:11AM -0300, Carlos Laviola wrote: > Hi John, > > I just started using offlineimap yesterday and I get the same error. I > suspect it's the server's fault, as it's something for Windows called > MDaemon and keeps disconnecting me all the damn time when I use a > clien

Bug#322622: load-dirs-common: baz support

2005-08-22 Thread John Goerzen
tags 322622 help thanks On Thu, Aug 11, 2005 at 04:50:01PM -0400, Clint Adams wrote: > Package: load-dirs-common > Version: 1.0.24 > Severity: wishlist > > It would be nice to be able to use baz instead of tla if necessary. I would be happy to support that, but I don't really have much experienc

Bug#324889: Doesn't recognize .gz files when -i is given

2005-08-24 Thread John Goerzen
Package: file Version: 4.12-1 Severity: normal Consider: /usr/share/doc/file$ file changelog.Debian.gz changelog.Debian.gz: gzip compressed data, was "changelog.Debian", from Unix, max compression /usr/share/doc/file$ file -i changelog.Debian.gz changelog.Debian.gz: application/octet-stream Howe

Bug#199452: I have the same problem

2005-08-25 Thread John Goerzen
On Thu, Aug 25, 2005 at 11:14:40AM -0300, Carlos Laviola wrote: > On 22Aug2005 08:55PM (-0500), John Goerzen wrote: > > Thank you for the report. Unfortunately, it didn't actually include the > > full debug log (just an error dump). You may need to run offlineimap > >

Bug#325020: ITP: haskell-fps -- Fast Packed Strings library for Haskell

2005-08-25 Thread John Goerzen
Package: wnpp Severity: wishlist Owner: John Goerzen <[EMAIL PROTECTED]> * Package name: haskell-fps Version : 0.1 Upstream Author : Donald Bruce Stewart <[EMAIL PROTECTED]> * URL : http://www.cse.unsw.edu.au/~dons/fps.html * License : GPL

Bug#325262: digikam: 0.8.x would be nice

2005-08-26 Thread John Goerzen
Package: digikam Version: 0.7.2-4 Severity: wishlist 0.8.0-beta1 is now available with many new features; it would be nice to see this in Debian. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/s

Bug#325264: xlibs: Fails to upgrade from 4.3.0.dfsg.1-14

2005-08-26 Thread John Goerzen
Package: xlibs Version: 6.8.2.dfsg.1-5 Severity: important While attempting apt-get upgrade: (Reading database ... 195911 files and directories currently installed.) Preparing to replace xlibs 4.3.0.dfsg.1-14 (using .../xlibs_6.8.2.dfsg.1-5_all.deb) ... cp: `/etc/X11/xkb/rules/xfree86' and `/etc

Bug#333222: ITP: libarchive -- Single libary to read/write tar, cpio, pax, zip, etc. files

2005-10-10 Thread John Goerzen
Package: wnpp Severity: wishlist Owner: John Goerzen <[EMAIL PROTECTED]> * Package name: libarchive Version : 1.02.033 Upstream Author : Tim Kientzle <[EMAIL PROTECTED]> Part of FreeBSD * URL : :pserver:[EMAIL PROTECTED]:/home/nc

Bug#333230: ITP: bsdtar -- tar(1) from FreeBSD, with read support for tar/zip/ISO9660/cpio using libarchive

2005-10-10 Thread John Goerzen
Package: wnpp Severity: wishlist Owner: John Goerzen <[EMAIL PROTECTED]> * Package name: bsdtar Version : 1.02.034 Upstream Author : [EMAIL PROTECTED] * URL : http://people.freebsd.org/~kientzle/libarchive/ * License : BSD Description : tar(1

Bug#309899: Bug#333222: ITP: libarchive -- Single libary to read/write tar, cpio, pax, zip, etc. files

2005-10-11 Thread John Goerzen
reeBSD, which uses libarchive for most of its work. I plan to upload that in an hour or so. Thanks, -- John Goerzen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#309899: Bug#333222: ITP: libarchive -- Single libary to read/write tar, cpio, pax, zip, etc. files

2005-10-12 Thread John Goerzen
On Wed, Oct 12, 2005 at 11:38:45AM +0200, Bernhard R. Link wrote: > > I'd be happy to co-maintain it with you. I do have all my Debian > > packages up in darcs already, if that would be interesting to you. You > > can use: > > > > darcs get http://darcs.complete.org/debian/libarchive > > > > to

Bug#252215: ghc6: ghci fails to run on powerpc.

2005-09-17 Thread John Goerzen
On Sat, Sep 17, 2005 at 12:50:38PM +0100, Roger Leigh wrote: > Loading package base ... linking ... done. > > Perhaps this bug can now be closed? Looks like it can. -- John -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#328018: zsafe: Same problem here...

2005-09-20 Thread John Goerzen
On Wed, Sep 21, 2005 at 12:35:06AM +0200, Nicolas wrote: > Package: zsafe > Version: 2.1.3-2 > Followup-For: Bug #328018 > > > Les paquets suivants contiennent des dépendances non satisfaites : > zsafe: Dépend: libqt3c102-mt (>= 3:3.3.3) mais il n'est pas > installable > > I ned zsafe! I

Bug#329410: ftp.debian.org: Please remove haskell-hunit

2005-09-21 Thread John Goerzen
packages are: hunit-doc, libghc6-hunit-dev, and libhugs-hunit. -- John Goerzen (maintainer of haskell-hunit) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Li

Bug#329418: ipodder: Crashes on startup

2005-09-21 Thread John Goerzen
Package: ipodder Version: 2.1-1 Severity: important $ ipodder [, ] Traceback (most recent call last): File "/usr/share/ipodder/iPodderGui.py", line 148, in ? class MySplashScreen(wx.SplashScreen): AttributeError: 'module' object has no attribute 'SplashScreen' -- System Information

Bug#327722: Gopher bug

2005-09-21 Thread John Goerzen
g with the other dists. Thanks, -- John Wed Sep 21 14:23:14 CDT 2005 John Goerzen <[EMAIL PROTECTED]> * Part 2 of the security fix Wed Sep 21 13:52:10 CDT 2005 John Goerzen <[EMAIL PROTECTED]> * [security] Initial code for first issue in CAN-2005-2772 debian #327722 http://ma

Bug#329418: ipodder: Crashes on startup

2005-09-21 Thread John Goerzen
On Wed, Sep 21, 2005 at 09:58:05PM +0200, Hilko Bengen wrote: > > $ ipodder > > [, > 'ipodder.players.NoPlayer'>] > > Traceback (most recent call last): > > File "/usr/share/ipodder/iPodderGui.py", line 148, in ? > > class MySplashScreen(wx.SplashScreen): > > AttributeError: 'module'

Bug#325504: libc6: Installation fails

2005-08-28 Thread John Goerzen
Package: libc6 Version: 2.3.5-5 Severity: grave Justification: renders package unusable Preconfiguring packages ... (Reading database ... 195327 files and directories currently installed.) Preparing to replace libc6-dev 2.3.5-4 (using .../libc6-dev_2.3.5-5_i386.deb) ... Unpacking replacement libc

Bug#325573: bittorrent: No init.d support for bttrack

2005-08-29 Thread John Goerzen
Package: bittorrent Version: 3.4.2-5 Severity: normal The bttrack program is a daemon, and as such, should be started from an appropriate init.d script. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell:

<    1   2   3   4   5   6   7   8   9   10   >