Bug#381822: getopt reorders arguments, breaks start_daemon

2006-08-06 Thread Peter Eisentraut
Package: lsb-base Version: 3.1-11 Severity: serious Using getopt to parse the arguments of start_daemon is trouble because it parses the arguments that are supposed to be passed to the daemon. For example: start_daemon -p /var/run/dirmngr.pid /usr/bin/dirmngr --daemon --sh What it tried running

Bug#381821: pidofproc prints out useless messages

2006-08-06 Thread Peter Eisentraut
Package: lsb-base Version: 3.1-11 Severity: normal $ /etc/init.d/dirmngr start Starting DirMngr: dirmngr/lib/lsb/init-functions: line 74: kill: (17434) - No such process This is the newly added if $(kill -0 "${pid:-}"); then which should have its error output sent to /dev/null. -- To UNSUBS

Bug#381814: changed exit status of log_end_msg breaks a bunch of packages

2006-08-06 Thread Peter Eisentraut
Package: lsb-base Version: 3.1-11 Severity: serious A lot of packages currently code their init scripts like this: log_daemon_msg "Starting foo" start-stop-daemon foo log_end_msg $? Since log_end_msg now returns 0 always, numerous init scripts no longer return meaningful exit codes. I think thi

Bug#381813: mercury: FTBFS: cannot stat `./debian/tmp/usr/lib/mercury/bin': No such file or directory

2006-08-06 Thread Julien Danjou
Package: mercury Version: 0.11.0.rotd.20040511-5 Severity: serious Hello, There was a problem while autobuilding your package: > Automatic build of mercury_0.11.0.rotd.20040511-5 on avidan by sbuild/i386 > 0.49 > Build started at 20060807-0259 > *

Bug#374780: Not fixed

2006-08-06 Thread Peter Eisentraut
reopen 374780 stop if FANCYTTY=0; then ... is always true, so this code doesn't work at all. What you need is if [ FANCYTTY = 0 ]; then ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#381815: FTBFS due to unmet build-dep on ghc6 (< 6.4.1-999)

2006-08-06 Thread Luk Claes
Package: haskelldb Severity: serious Version: 0.9.cvs.601-9 Hi The package FTBFS as it needs an update (at least in the build-deps) for ghc 6.4.2. Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328

Bug#381817: Uninstallable due to unmet dep on ghc (< 6.4.2)

2006-08-06 Thread Luk Claes
Package: libghc6-cabal-dev Severity: serious Version: 1.1.3 Hi Your package is not installable as it depends on ghc (< 6.4.2) while the current unstable version is 6.4.2-2. Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7

Bug#381816: Uninstallable due to unmet dep on ghc6 (< 6.4.1-999)

2006-08-06 Thread Luk Claes
Package: libghc6-pugs-dev Severity: serious Version: 6.2.10-4 Hi Your package is not installable as it depends on ghc6 (< 6.4.1-999) while ghc 6.4.2-2 is the current version in unstable. Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB

Bug#376056: /usr/bin/localedef also in libc6

2006-08-06 Thread Denis Barbier
notfound 376056 2.3.999.2-9 thanks On Fri, Jun 30, 2006 at 02:45:26AM +0200, Jan C. Nordholz wrote: > Package: locales > Version: 2.3.999.2-8 > Tags: experimental > > Hi, > > /usr/bin/localedef is accidentally provided by both packages. This bug has been fixed in 2.3.999.2-9, thanks for your re

Bug#379387: Not fixed

2006-08-06 Thread Peter Eisentraut
reopen 379387 stop This is not fixed. Note that the code passes a *signal* to start-stop-daemon if a *pidfile* has been specified. But the exit codes are still the same as before. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

Bug#381820: Problems reconfiguring backup-manager

2006-08-06 Thread Cameron Horsburgh
Package: backup-manager Version: 0.7.4-1 Severity: important -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-686 Locale: LANG=en_AU.UTF-8, LC_CTYPE=

Bug#381818: Uninstallable due to unmet dep on pike7.6-core (<= 7.6.75-99)

2006-08-06 Thread Luk Claes
Package: pike7.6-public.parser.xml2 Severity: serious Version: 1.38-1 Hi Your package is not installable as it depends on pike7.6-core (<= 7.6.75-99) while the current version in unstable is 7.6.87-1. Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint

Bug#381819: Uninstallable due to unmet dep on pike7.6-core (<= 7.6.75-99) and pike7.6-image (<= 7.6.75-99)

2006-08-06 Thread Luk Claes
Package: caudium Severity: serious Version: 2:1.4.7-14.1 Hi Your package is not installable as it depends on pike7.6-core (<= 7.6.75-99) and pike7.6-image (<= 7.6.75-99) while the current version in unstable is 7.6.87-1. Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/

Bug#381666: libselinux: FTBFS on powerpc (refers to PAGE_SIZE not supplied by ppc kernel-headers)

2006-08-06 Thread Manoj Srivastava
On Sun, 06 Aug 2006 03:34:31 -0700, Devin Carraway <[EMAIL PROTECTED]> said: > Package: libselinux Severity: serious Justification: no longer > builds from source > This may be the fault of linux-kernel-headers more than libselinux, > but as of linux-kernel-headers 2.6.17-6-1, I can't build lib

Bug#378816: libselinux1: never treated as up-to-date

2006-08-06 Thread Manoj Srivastava
Hi, I don't like this patch. It would mean that a assignment to a constant (which can be optimized away) is being replaced by a function call -- with all that entails (context switches, branch misses), etc. I would much rather do: #include #ifndef PAGE_SIZE # define PAGE_SIZ

Bug#380663: [Pkg-cups-devel] Bug#380663: cupsys not starting at all

2006-08-06 Thread Kenshi Muto
At Mon, 07 Aug 2006 09:57:29 +0530, Debansu Saha wrote: > Package: cupsys > Version: 1.1.23-10sarge1 > Followup-For: Bug #380663 > ii libcupsimage2 1.1.23-10sarge1Common UNIX Printing System(tm) > - > pi libcupsys2 [libcupsys 1.2.1-2bpo1Common UNIX Printing System(tm) > -

Bug#380229: ttf-dejavu: new version [2.8] available

2006-08-06 Thread Davide Viti
Hi Peter, On Sat, Aug 05, 2006 at 09:21:06PM +0200, Peter Černák wrote: > My usual sponsor (Christian Perrier) is on vacation, can you do the > upload please? not being a DD myself there's not much I can do to help you with this. What I can do is see if any of the DDs on d-boot would be intereste

Bug#378712: zope-ttwtype

2006-08-06 Thread Andreas Tille
Hi, I wonder whether anybody is interested to take over zope-ttwtype that has one serious bug (#378712). While there is a quite simple patch attached I hesitate to apply this without testing. The problem is that I stopped using this Product for years and upstream did not updated it since 3 year

Bug#381274: vnc4server: doesn't work from gdm even with manual font path

2006-08-06 Thread Ola Lundqvist
Hi On Sat, Aug 05, 2006 at 07:02:52PM +0200, Christian Pernegger wrote: > >I'm aware of the problem and it has to do with the transition, and the > >same problem exist on tightvncserver and vncserver as well. > > I know. > > >The problem is that the font path and rgb path has been changed. > >

Bug#381810: rsync: fails to locate libpopt.so.0

2006-08-06 Thread Martin Wuertele
Package: rsync Version: 2.6.8-2 Severity: important calling rsync on amd64 fails to locate libpopt: $ rsync rsync: error while loading shared libraries: libpopt.so.0: cannot open shared object file: No such file or directory When calling rsync with full path it finds libpopt. $ dlocate libpopt.

Bug#381812: Please stop Build-Depending on automake

2006-08-06 Thread Eric Dorland
Package: lcd4linux Severity: wishlist The automake maintainer is working towards reclaiming the automake package name, which currently rests on automake1.4, the oldest version of automake. Your package Build-Depends on automake, hence this bug report. Please see http://wiki.debian.org/AutomakeTran

Bug#381582: [Pkg-bluetooth-maintainers] Bug#381582: invalid passkey error

2006-08-06 Thread Frederik Eaton
On Sun, Aug 06, 2006 at 10:22:02AM +0200, Filippo Giunchedi wrote: > Hi, > > On Sat, Aug 05, 2006 at 05:11:43PM +0100, Frederik Eaton wrote: > > Package: bluez-utils > > Version: 3.1-3.1 > > Severity: normal > > > > I have an older version (2.19-1) of bluez-utils installed on a > > different comp

Bug#381811: ITP: ip4r -- IPv4 and IPv4 range index types for PostgreSQL

2006-08-06 Thread Robert Edmonds
Package: wnpp Owner: "Robert S. Edmonds" <[EMAIL PROTECTED]> Severity: wishlist * Package name: ip4r Version : 1.0 Upstream Author : Andrew - Supernews <[EMAIL PROTECTED]>, Steve Atkins <[EMAIL PROTECTED]> * URL : http://pgfoundry.org/projects/ip4r/

Bug#380663: cupsys not starting at all

2006-08-06 Thread Debansu Saha
Package: cupsys Version: 1.1.23-10sarge1 Followup-For: Bug #380663 -- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-k7 Locale: LANG=C, LC_CTYPE=C (charma

Bug#380274: It's a file bug

2006-08-06 Thread Steve Kowalik
Hi Joey, This is more a bug in file, as opposed to to a bug in Linda. Linda depends on the output of file containing the word 'executable', but with file 4.17-2, this is reported: [EMAIL PROTECTED]:/tmp/linda-lab-85632/unpacked/usr/sbin% file dpkg-* dpkg-preconfigure: awk script text dpk

Bug#381809: missing dependency on gettext

2006-08-06 Thread Chris Anderson
Package: blender Version: 2.42-1 Severity: important Blender fails to start, with this error message: blender-bin: error while loading shared libraries: libgettextlib-0.14.6.so: cannot open shared object file: No such file or directory This is due to a missing dependency on "gettext", which prev

Bug#381562: klic: FTBFS: No targets specified and no makefile found.

2006-08-06 Thread GOTO Masanori
Julien, Mohammed, At Sun, 6 Aug 2006 19:51:47 +0200, Mohammed Adnène Trojette wrote: > On Sat, Aug 05, 2006, Julien Danjou wrote: > > > Do you want to use X-based multi-window tracer? (yes or no) [no] touch > > > configure-stamp > > There is a missing space that prevents the build when using da

Bug#381808: libdbi-ruby1.8: Return from within DBI.transaction block causes undefined behaviour.

2006-08-06 Thread Dmitry Maksyoma
Package: libdbi-ruby1.8 Version: 0.0.23-2+3.2.5 Severity: normal Tags: patch Hello, Consider the following test: #!/usr/bin/ruby require 'dbi' second_transaction = $*.first && $*.first == '1' ? true : false @db = DBI.connect 'DBI:Pg:test' @db['AutoCommit'] = false if @db.select_all("SELECT

Bug#379942: zsh: rake completion doesn't work for tasks with colons in their names

2006-08-06 Thread Clint Adams
> Certainly. Attached (probably more than is relevant). > BTW, this is rake 0.7.1-1 from unstable and, as can be probably guessed, > the Rakefile comes from rails. See if this fixes it. Index: Completion/Unix/Command/_rake === RCS fi

Bug#381807: pdfnup: please add --clip option

2006-08-06 Thread Chung-chieh Shan
Package: pdfjam Version: 1.20-2 Severity: wishlist Hello, It would be great if pdfnup had a --clip option (corresponding to the "clip" Boolean option for \includegraphics). Thanks, Ken -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'un

Bug#381806: exim4-base does not depend on fcron, only on cron

2006-08-06 Thread nutzteil
Package: exim4-base Version: 4.50-8sarge2, 4.62-2, 4.62-4 Package: fcron Version: 2.9.6-2 -- In the description of exim4-base (in Packages.gz), there is ---

Bug#235152: distributed-net: fails with 'segmentation failed'

2006-08-06 Thread James Stark
Hi, I'm the maintainer for distributed-net in Debian. Looking at Bug #235152 that you filed against distributed-net, I have notices that both the version that you have filed the bug against and the version that you quoted as the current version at the time are now out of date. The current u

Bug#381805: dhelp: incorrect list of available browsers

2006-08-06 Thread Alexander L. Belikoff
Package: dhelp Version: 0.5.23 Severity: normal When (re)configured, dhelp offers me three browsers to choose from: epiphany konqueror mozilla ..while the list of available browsers in the system is different: $ sudo update-alternatives --list x-www-browser /usr/bin/firefox /usr/bin/epip

Bug#381800: lintian: [checks/scripts] unjustified possible-bashism-in-maintainer-script

2006-08-06 Thread Russ Allbery
Alexander L Belikoff <[EMAIL PROTECTED]> writes: > Package: lintian > Version: 1.23.22 > Severity: normal > Currently, lintian reports the shell construct 'if [[ ... ]]' as > bashism. I am not sure this is correct, since all POSIX 1003.2 resources > available to me declare '[[' and ']]' a standar

Bug#381804: dhelp: misleading name of browser customization file on configuration screen

2006-08-06 Thread Alexander L. Belikoff
Package: dhelp Version: 0.5.23 Severity: minor When (re)configured, dhelp provides the following example for browser customization: echo galeon > ~/.dhelp/www-browser-x. While the trailing dot here is correct according to the English punctuation rules, it results in a wrong filename, so peo

Bug#381803: RFP: jokosher -- Simple yet powerful GTK+ multi-track studio

2006-08-06 Thread Maurice Devon
Package: wnpp Severity: wishlist * Package name: jokosher Version : 0.1 Upstream Author : Jono Bacon <[EMAIL PROTECTED]> * URL : http://www.jokosher.org/ * License : GPL Description : Simple yet powerful GTK+ multi-track studio designed with usability

Bug#381747: debianutils: sensible-editor should consider $TERM==dumb

2006-08-06 Thread Clint Adams
> If $TERM==dumb (for example, inside an emacs M-x shell), > sensible-editor should make use of that (See also bug #243461). The > (to me) obvious thing to do is to try [$EDITOR, ed] as opposed to > [$VISUAL, $EDITOR, editor, nano, nano-tiny, vi]. Also, there should > probably be a `visual' alter

Bug#381802: RFP: network-config -- Simple and easy to use network configuration tool for GNU/Linux

2006-08-06 Thread Maurice Devon
Package: wnpp Severity: wishlist * Package name: network-config Version : 0.1 Upstream Author : Munteanu Alexandru Ionut <[EMAIL PROTECTED]> * URL : http://network-config.sourceforge.net/ * License : GPL Description : Simple and easy to use program that

Bug#381801: bcron: jobs run in wrong order when catching up after a resume

2006-08-06 Thread joshua
Package: bcron Version: 0.09-3 Severity: normal If I suspend my laptop for 24 hours and then resume, the jobs can be run in the wrong order. For example, I have some jobs which run at 4am: 15 4 * * * A 20 4 * * * B 24 4 * * * C When I resume the machine at 9am, then I found that

Bug#381800: lintian: [checks/scripts] unjustified possible-bashism-in-maintainer-script

2006-08-06 Thread Clint Adams
> Currently, lintian reports the shell construct 'if [[ ... ]]' as > bashism. I am not sure this is correct, since all POSIX 1003.2 resources > available to me declare '[[' and ']]' a standard conditional expression > check in POSIX sh (don't confuse with older Bourne sh). See, for > example: They

Bug#381800: lintian: [checks/scripts] unjustified possible-bashism-in-maintainer-script

2006-08-06 Thread Alexander L. Belikoff
Package: lintian Version: 1.23.22 Severity: normal Currently, lintian reports the shell construct 'if [[ ... ]]' as bashism. I am not sure this is correct, since all POSIX 1003.2 resources available to me declare '[[' and ']]' a standard conditional expression check in POSIX sh (don't confuse wit

Bug#381721: [pkg-wpa-devel] Bug#381721: wpasupplicant: Command line options -P and -C are not documented in man page

2006-08-06 Thread Kel Modderman
On Monday 07 August 2006 04:43, Anders Ellenshøj Andersen wrote: > Package: wpasupplicant > Version: 0.5.4-2 > Severity: minor > > > When starting wpasupplicant via ifup/down I noticed that wpa_supplicant is > started with options -P and -C. I was not able to find these options in the > man page.

Bug#381797: Muttprint won't print - fails to create /tmp/muttprint.log

2006-08-06 Thread Clive Menzies
Package: muttprint Version: 0.72d-5 Severity: important I sent this from from reportbug but I don't think it went which may indicate there's something else not right with this install. Sending mail in mutt doesn't seem to be a problem. Hi I've just done a fresh install (etch beta3) and upgrade

Bug#381799: comix: GCD linking/interface to credits data.

2006-08-06 Thread A. Costa
Package: comix Version: 3.1.3-1 Severity: wishlist While looking at old comic scans, I sometimes page back and forth between 'comix' and GCD**'s web site to find out who did what. (**http://www.comics.org/index.lasso) It'd be neat if 'comix' could automate that somewhat, the way 'amarok' does f

Bug#381798: comix: View partial archives.

2006-08-06 Thread A. Costa
Package: comix Version: 3.1.3-1 Severity: wishlist Using 'comix' to view a partial archive, (thank you 'amule'), tends to fail. My ad hoc fix to view the valid parts is to copy the partial archive to '/tmp', attempt to fix with some appropriate util, (like 'pkzipfix.exe'), use 'unrar' or 'unzip'

Bug#381793: libdatetime-calendar-discordian-perl: DateTime::Calendar::Discordian::new fails to create new object

2006-08-06 Thread Martin Grandrath
Package: libdatetime-calendar-discordian-perl Version: 0.9.2 Severity: important When executing this code: ## [...] my $dt = DateTime->now(); $dt->set_time_zone( 'Europe/Berlin' ); my $dtcd = DateTime::Calendar::Discordian->fro

Bug#359202: RM: mozilla-firefox-locale-el

2006-08-06 Thread Faidon Liambotis
clone 359202 -1 -2 -3 reopen -1 ! reopen -2 ! reopen -3 ! retitle -1 RM: mozilla-firefox-locale-el; out-of-date, unused; obsoleted retitle -2 RM: mozilla-firefox-locale-ko; out-of-date, unused; obsoleted retitle -3 RM: mozilla-firefox-locale-nb; out-of-date, unused; obsoleted thanks Hi, Please rem

Bug#380159: Bug#381776: em8300-source: postinst/postrm depmod -- update templates to use dh_installmodules instead

2006-08-06 Thread Eduard Bloch
#include * Bernd Schubert [Mon, Aug 07 2006, 01:34:58AM]: > Hi Nicolas, > > > As far as I am concerned, whenever possible, I'd rather not depend (or > > build-depend) on things that are not available in stable, since it makes > > back-poting more complex. Is there a good reason to use I disagree

Bug#344560: Uploading polymer to Debian

2006-08-06 Thread Free Ekanayaka
Hi, I've been using the polymer package you published here: http://www.informatik.tu-cottbus.de/~mkrause/debian/polymer/ for a while and it works perfectly on both i386 and amd64. Would you like me to sponsor the upload of your package to the official Debian archive? Ciao, Free -- To U

Bug#381791: ntp-4.2.2 FTBFS due to BITS_PER_LONG use in

2006-08-06 Thread sacrificial-spam-address
Package: linux-kernel-headers Version: 2.6.17.7-1 I presume is supposed to be #includeable from user space. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/include -g -fno-strict-aliasing -O2 -Wall -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes

Bug#344560: What's the status of this bug?

2006-08-06 Thread Free Ekanayaka
Hi, thanks for the update. |--==> Emfox Zhou writes: EZ> 2006/8/5, Free Ekanayaka <[EMAIL PROTECTED]>: >>Hi, >> >>I'd like to see polymer in Debian, do you need a sponsor perhaps? EZ> Hello, yes, I need a sponsor, more or less. I'm now in a states of no EZ> access to my working com

Bug#381790: unnecessary message to stderr

2006-08-06 Thread martin f krafft
Package: modlogan Severity: minor main.c.738 (main): NOTICE: startup - finished I don't think modlogan should be writing this message to stderr, it has no value IMHO. -- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (700, 'stable'), (600, 'testing'), (98

Bug#381792: tetex-bin: extra backslash in postinst foils upgrade from woody

2006-08-06 Thread Chung-chieh Shan
Package: tetex-bin Version: 3.0-18 Severity: normal Tags: patch Hello, Line 990 of tetex-bin.postinst should read create_localconf $ETC_MAPCFG $VAR_MAPCFG \ instead of create_localconf $ETC_MAPCFG $VAR_MAPCFG \\ in order for upgrading from woody to succeed. Thanks, Ken -- Sy

Bug#381469: (kein Betreff)

2006-08-06 Thread Krischan Jodies
Date: Thu, 27 Jul 2006 14:56:58 +0200 From: Krischan Jodies <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Cross Site Scripting vulnerability in ipcalc Dear Bartosz, ipcalc made it to bugtraq this week, because someone discovered a xss vulnerability in the cgi script. We have this script in

Bug#381689: libccid: should not barf on Oz776 firmware

2006-08-06 Thread Ludovic Rousseau
Le Monday 07 August 2006 à 00:19:15, Steinar H. Gunderson a écrit: > On Sun, Aug 06, 2006 at 11:53:52PM +0200, Ludovic Rousseau wrote: > > Being able to use your OpenPGP card does not mean the firmware is not > > bogus. > > That is, of course, a good point. Do you know where I can find newer > fir

Bug#381552: po4aman-display-po fails if posix manpages are installed

2006-08-06 Thread Nicolas François
Hello Florentin, On Sun, Aug 06, 2006 at 11:10:08PM +0200, [EMAIL PROTECTED] wrote: > On 19:47 Sat 05 Aug, Nicolas François wrote: > > > > I don't really like this regexp (I will have to add a lot of them, e.g. > > what about md5sum.1.gz and md5sum.textutils.1.gz; dpkg-scanpackages.8.gz > > and d

Bug#380159: Bug#381776: em8300-source: postinst/postrm depmod -- update templates to use dh_installmodules instead

2006-08-06 Thread Bernd Schubert
Hi Nicolas, On Monday 07 August 2006 00:38, Nicolas Boullis wrote: > Hi, > > On Sun, Aug 06, 2006 at 11:55:30PM +0200, [EMAIL PROTECTED] wrote: > > Package: em8300-source > > > > Hi, > >7 > > this bug report is part of a mass-bugfiling. Your package > > > > em8300-source > > > > is calling depmod

Bug#381789: incorrect externals handling

2006-08-06 Thread martin f krafft
Package: subversion Version: 1.3.2-3 Severity: normal # the following requires an alioth account, or a modification to # svn:extrnals of the top directory $ svn co http://svn.madduck.net/pub/debian/pkg/rest2web [...] $ cd rest2web $ svn propget svn:externals . trunk svn+ssh://svn.debian.org/svn/

Bug#381787: mkvmlinuz should bail if it can't find addnote

2006-08-06 Thread Emanuel Steen
Subject: mkvmlinuz should bail if it can't find addnote Package: mkvmlinuz Version: 23 A user from Ubuntu reported a bug in mkvmlinuz's failure reporting. mkvmlinuz terminates silently when the object dir can't be found and verbose mode is not set. It shouild bail and tell the user that the vmli

Bug#381591: xterm: locale mode does not work

2006-08-06 Thread Thomas Dickey
On Sat, Aug 05, 2006 at 07:30:09PM +0200, Stepan Golosunov wrote: > Package: xterm > Version: 210-3 > Severity: normal > Tags: l10n > > After upgrading from sarge to etch xterm stopped showing cyrillic > characters and changed fonts. My .Xresources file contained an up-to-date sarge would have xt

Bug#381788: slapd: TLS connections fail when running as non-root

2006-08-06 Thread Michael Berg
Package: slapd Version: 2.3.25-1 Severity: normal I've had this problem in both slapd 2.3.24-2 and 2.3.25-1. When slapd is running as root, everything works perfectly. But when running as a non-root user (like the new default "openldap"), TLS connections fail. This effects both port 389+starttls

Bug#381786: Options for safe_asterisk should be in /etc/default

2006-08-06 Thread Christoph Biedl
Package: asterisk Severity: wishlist When starting to use safe_asterisk I noticed that the first lines in /usr/sbin/safe_asterisk are somewhat configuration. Good idea for a quick hack, a bit annoying for what is actually a program since changes are overwritten with an update. Please consider to

Bug#381509:

2006-08-06 Thread Adalbert Dawid
> I'm Thomas Thurman, the developer who wrote the original patch. The schema > patch looks good to me: Adalbert, would you mind also attaching it to gnome > bug 83892? Done. > Incidentally, I was wondering whether you wanted it to default to true or > false in Debian. I don't want to make anyone

Bug#381785: [INTL:pt] Portuguese translation for netenv (debconf)

2006-08-06 Thread Rui Branco
Package: netenv Version: 0.94.3-17 Tags: l10n, patch Severity: wishlist Portuguese (pt) translation for netenv's debconf messages by Rui Branco . Feel free to use it. For translation updated please contact Rui Branco and CC the Portuguese translation team # Portuguese translation of netenv. #

Bug#381725: 0300: 8086:27a2 should be mapped to the i810 X driver

2006-08-06 Thread Christian Perrier
tags 381725 pending thanks > I was asked by David Nusinow to report the bug against discover1-data, and > I'd hope he knows what's responsible for the autodetection :-) Applied signature.asc Description: Digital signature

Bug#381689: libccid: should not barf on Oz776 firmware

2006-08-06 Thread Steinar H. Gunderson
On Sun, Aug 06, 2006 at 11:53:52PM +0200, Ludovic Rousseau wrote: > Being able to use your OpenPGP card does not mean the firmware is not > bogus. That is, of course, a good point. Do you know where I can find newer firmware, and how it can be updated? > As upstream author I will try to document

Bug#381054: dict-freedict-nld-eng: Spelling of words is impossible to reproduce on command line

2006-08-06 Thread Kęstutis Biliūnas
tags 381054 pending thanks Fixed on the my local copy and will be closed this bug on the next upload. In the meanwhile you can grab the unofficial packages (version 1.3-2.1) with Dutch dictionaries on my repository at http://kebil.ghost.lt/debian/pool/freedict/ -- Kęstutis Biliūnas <[EMAIL PROTEC

Bug#335274: matanza: 335274: new packaging

2006-08-06 Thread Neil Williams
Paul, Your matanza_0.13-3.2.diff.gz applies cleanly against the 0.13 orig.tar.gz but you need to include the matanza_0.13-3.1.diff.gz. Re-edit the files and recreate the -3.2.diff.gz so that the 3.1 changes are incorporated. Your patch fails because it tries to back out some of the -3.1 changes.

Bug#200817:

2006-08-06 Thread Conall O'Brien
I've just run into this bug while dist-upgrading from Sarge to Sid. I was running postfix 2.1.5-9 and postfix-tls 2.1.5-9 on Sarge, but when trying to upgrade to postfix 2.3.2-1 in Sid, the postrm script in postfix-tls failed complaining like this. Manually doing dpkg-divert --rename --

Bug#374142: cupsys: No, it's not just Samba... duplex is busted

2006-08-06 Thread Marc Wilson
Package: cupsys Version: 1.2.2-1 Followup-For: Bug #374142 No, it's not just jobs submitted by Samba. You can explicitly turn on duplexing in the web interface, and then CUPS will happily duplex anything and everything sent to it. But it deliberately defeats duplexing options sent to it from app

Bug#380508: dosbox: doesn't start due to invalid free

2006-08-06 Thread Jiří Paleček
Opera is f*cking shit. See http://www.ms.mff.cuni.cz/~palej3am/dosbox.valgrind.12752 for the valgrind output Regards Jiri Palecek -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#381783: star: gnutar does not handle -C option

2006-08-06 Thread Thomas Drillich
Package: star Version: 1.5a67-1 Severity: normal The option -C is not processed by star_fat, may its a good idea not to create the link from /bin/gnutar to /bin/star_fat unless this option works. Gnutar is often used in Makefiles and if -C won't work the make failed. The -C option works with no

Bug#381784: muine: please use gstreamer 0.10

2006-08-06 Thread mike castleman
Package: muine Version: 0.8.5-1 Severity: wishlist Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, On a newly installed system, muine refused to start for me (similar to bug #351981). I could figure out no way to configure gstreamer0.8 with any program currently in Debian (gstrea

Bug#240493: [Build-common-hackers] Bug#240493: please keep this open

2006-08-06 Thread Jonas Smedegaard
On Wed, 2 Aug 2006 07:51:18 +0200 Marc Haber wrote: > reopen #240493 > thanks > > Please keep this bug open, the feature is urgently needed. > > I'm willing to take submittership of this bug. Ah - I wasn't aware of this bug. Please see revisions 26-29 in SVN for some work to support this. The

Bug#381725: 0300: 8086:27a2 should be mapped to the i810 X driver

2006-08-06 Thread Frans Pop
Please _also_ apply the attached patch which adds support for the Intel 945G/GZ Express Integrated Graphics Controller (8086:2772) I have. Thanks, FJP Index: pci.lst === --- pci.lst (revision 1023) +++ pci.lst (working copy) @@ -6515,

Bug#374797: libpopt.la's libdir

2006-08-06 Thread Josselin Mouette
Do you think you can upload a fix for this bug soon? Libtool adds a rpath to /usr/lib64 for all packages depending on libpopt because of it. Something like: -usrlibdir = $(libdir)@MARK64@ +usrlibdir = $(libdir) should fix the bug. -- .''`. Josselin Mouette/\./\ : :' :

Bug#381572: Downgrade

2006-08-06 Thread Martin Michlmayr
* Matthias Klose <[EMAIL PROTECTED]> [2006-08-06 23:40]: > > If I understand correctly, this bug only applies to m68k, non-release > > architecture, so I'm downgrading to important. > no. Actually, yes, because I split the Alpha bug off into its own bug, and even the Alpha bug shouldn't be grave

Bug#381593: please provide option to replace images with text

2006-08-06 Thread Thibaut VARENE
On 8/6/06, martin f krafft <[EMAIL PROTECTED]> wrote: also sprach Thibaut VARENE <[EMAIL PROTECTED]> [2006.08.06.2128 +0100]: > I'm quite surprised. I have 1887 subdirectories in one of my test > folders. It loads in slightly under 20s in firefox, on a 800Mhz cpu, > which i find quite /acceptable

Bug#345914: The freedesktop.org patch for i8xx works perfectly

2006-08-06 Thread David Nusinow
On Sun, Aug 06, 2006 at 01:55:44PM -0700, H. S. Teoh wrote: > Hi, > > I've just applied the patch from: > > https://bugs.freedesktop.org/show_bug.cgi?id=6750 > > against the latest Debian source (xserver-xorg-core) and it works > perfectly on my i850 chipset. I strongly urge the X maintainers t

Bug#315622: libpam-krb5: should fail gracefully when not required

2006-08-06 Thread Russ Allbery
retitle 315622 libkrb53: add timeout on DNS lookups severity 315622 wishlist tags 315622 upstream forwarded 315622 http://krbdev.mit.edu/rt/Ticket/Display.html?id=4114 thanks I've investigated the hang when there's no network and tracked it down to a hang in DNS lookups, which really can't be solv

Bug#381689: libccid: should not barf on Oz776 firmware

2006-08-06 Thread Ludovic Rousseau
Le Sunday 06 August 2006 à 16:21:49, Steinar H. Gunderson a écrit: > Package: libccid > Version: 1.0.1-2 > Severity: normal > > My Dell D420 has an Oz776 smart card reader, but libccid refuses to use > it; debug mode shows > > Firmware (1.10) is bogus! Upgrade the reader firmware or get a new r

Bug#358543: Apache Installation Fix

2006-08-06 Thread Todd Pytel
I got apache to install by changing /usr/share/apache/postinst.common. Around line 183 and following, change the 5 statements like db_set $pkg/server-name localhost to db_set "$pkg/server-name localhost" That keeps the space between "server-name" and "localhost" - the error is because they're g

Bug#381558: mysql-server: Package instalation problem

2006-08-06 Thread Guilherme M. Gondim (semente)
Em Dom, 2006-08-06 às 21:52 +0200, Christian Hammers escreveu: > I downgrade the severity as I could not reproduce this bug and nobody > else > reported it. > > Can you retry the installation by typing: > script > export DEBIAN_SCRIPT_DEBUG=1 > export LC_ALL=C > sudo apt-get install

Bug#344681: save as TeX feature

2006-08-06 Thread Andreas J. Guelzow
Gnumeric does not care (nor should it care) whehter you are using landscape or not. The LaTeX file assumes that \textwidth is set correctly. This is apparently not the case for your switch to landscape mode. Would you please verufy that. Thanks Andreas (an upstream Gnumeric developer) -- To

Bug#381742: cvs: [INTL:pt] Portuguese translation for debconf messages

2006-08-06 Thread Miguel Figueiredo
Package: cvs Version: n/a Tags: l10n, patch Severity: wishlist Portuguese translation for cvs's debconf messages. Translator: Ricardo Silva . Feel free to use it. For translation updates don't forget to contact Last Translator or the Portuguese Translation Team -- -

Bug#381725: 0300: 8086:27a2 should be mapped to the i810 X driver

2006-08-06 Thread Steinar H. Gunderson
On Sun, Aug 06, 2006 at 04:19:18PM -0500, Christian Perrier wrote: >> When installing X on my Dell D420, the driver was "autodetected" as > So, finally you bought a D420. Good choice, imho, even if some people > don't like Dell machines. Thanks. I'm positively surprised so far; we'll see in a few

Bug#381745: ITP: ceferino -- action game similar to Super Pang

2006-08-06 Thread Miriam Ruiz
Package: wnpp Severity: wishlist Owner: Miriam Ruiz <[EMAIL PROTECTED]> * Package name: ceferino Version : 0.97.5 Upstream Author : Hugo Ruscitti <[EMAIL PROTECTED]> * URL : http://www.losersjuegos.com.ar/juegos/ceferino/ceferino.php * License : GPL Programmi

Bug#381593: please provide option to replace images with text

2006-08-06 Thread martin f krafft
also sprach Thibaut VARENE <[EMAIL PROTECTED]> [2006.08.06.2128 +0100]: > I'm quite surprised. I have 1887 subdirectories in one of my test > folders. It loads in slightly under 20s in firefox, on a 800Mhz cpu, > which i find quite /acceptable/ for such an amount of data. My tests > with text only

Bug#381744: ssl-cert: [INTL:pt] Portuguese translation for debconf messages

2006-08-06 Thread Miguel Figueiredo
Package: ssl-cert Version: n/a Tags: l10n, patch Severity: wishlist Portuguese translation for ssl-cert's debconf messages. Translator: Ricardo Silva . Feel free to use it. For translation updates don't forget to contact Last Translator or the Portuguese Translation Team -- ---

Bug#381528: madwifi does not build with 2.6.18-rc3

2006-08-06 Thread Loïc Minier
Hi, On Sat, Aug 05, 2006, Junichi Uekawa wrote: > Please fix build issue with latest kernels. I think madwifi 0.svnr1697.0.9.2-1 which Kel prepared and is the latest version of the SVN fixes the bug, would you please confirm it does? It's in incoming. Thanks, -- Loïc Minier <[EMA

Bug#381695: [Buildd-tools-devel] Bug#381695: dchroot: Invades users privacy in default configuration

2006-08-06 Thread Roger Leigh
reassign 381695 schroot tags 381695 + confirmed patch thanks Helge Kreutzmann <[EMAIL PROTECTED]> writes: > A while ago testing upgraded to 0.99.2-2, which was broken as it > [...] verbosly logged the action of the users of dchroot. > Unfortunately, b) is not yet fixed. This is the first time i

Bug#380175: hdup also uses /usr/bin/bzip2.

2006-08-06 Thread David L. Anselmi
hdup has this problem too but I think hdup should fix it, not bzip2. So I've filed bug #381724. Dave -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#381510: must run make-googleearth-package as root

2006-08-06 Thread VSJ
Package: googleearth-package Version: 0.0.1 Followup-For: Bug #381510 Hi, I just 'discovered' that if I run make-googleearth-package as root, the permissions of the files installed by the generated .deb are OK. The package that would install files with the wrong permissions, was generated as an o

Bug#381622: textclass.lst

2006-08-06 Thread Aurelien Jarno
Per Olofsson a écrit : > Hi, > > You're right, these files should be removed upon upgrade. Regarding > the FTBFS, the problem seems to be that lyx doesn't automatically > perform a Reconfigure if run in batch mode. We should probably forward > this bug upstream. > Well you mean this file is now g

Bug#381747: debianutils: sensible-editor should consider $TERM==dumb

2006-08-06 Thread Jonas Koelker
Package: debianutils Version: 2.17 Severity: normal If $TERM==dumb (for example, inside an emacs M-x shell), sensible-editor should make use of that (See also bug #243461). The (to me) obvious thing to do is to try [$EDITOR, ed] as opposed to [$VISUAL, $EDITOR, editor, nano, nano-tiny, vi]. Also

Bug#381658: [Pkg-alsa-devel] Bug#381658: After installing alsa-utils, sound no longer works

2006-08-06 Thread Elimar Riesebieter
On Sun, 06 Aug 2006 the mental interface of Vincent Lefevre told: > On 2006-08-06 17:42:30 +0200, Elimar Riesebieter wrote: > > Which plattform? > > PowerBook G4 (PowerBook3,2). [...] > If I choose PowerMac again, I get: > > ay:~> lsmod | grep snd > snd_powermac 50364 0 > snd_pcm

Bug#381622: textclass.lst

2006-08-06 Thread Sven Hoexter
I did not look into this very deep but as far as I can tell those files are now longer existing as global files. They're now created in ~/lyx/ for every user. Same for packages.lst if this pops up somewhere else. Sven -- If you won't forgive me the rest of my life Let me apologize while I'm still

Bug#381725: 0300: 8086:27a2 should be mapped to the i810 X driver

2006-08-06 Thread Christian Perrier
Quoting Steinar H. Gunderson ([EMAIL PROTECTED]): > Package: discover1-data > Version: 1.2006.01.14 > Severity: normal > > When installing X on my Dell D420, the driver was "autodetected" as So, finally you bought a D420. Good choice, imho, even if some people don't like Dell machines. > vesa. H

Bug#381572: Downgrade

2006-08-06 Thread Matthias Klose
severity 381572 grave thanks Filipus Klutiero writes: > severity 381572 important > thanks > > If I understand correctly, this bug only applies to m68k, non-release > architecture, so I'm downgrading to important. no. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Bug#381741: Doesn't work with "git-$cmd", only "git $cmd"

2006-08-06 Thread Josh Triplett
Package: git-completion Version: 0+20060722-1 git-completion works wonderfully with git commands prefixed with "git " (for example, "git rebase"); however, if you use "git-" instead (for example, "git-rebase"), the completion does not trigger. - Josh Triplett signature.asc Description: OpenPGP

  1   2   3   4   >