Bug#339537: ViewVC 1.0.0 going to be out very soon

2006-07-25 Thread Branden Robinson
Hi Ender, Do you need any help with this? I am really hankering to get ViewVC hooked up to the X Strike Force repositories, as well as the ones I use for my own projects, and which I host on the same machine. -- G. Branden Robinson|Beware of and eschew pompous Debian GNU

Bug#379828: FTBFS: doesn't recognize autoconf 2.60

2006-07-25 Thread Oleksandr Moskalenko
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-07-25 21:02:45 +0200]: > Package: scribus > Version: 1.2.4.1.dfsg-1 > Severity: serious > > Your package fails to build from source because it doesn't recognize > Autoconf 2.60. A patch similar to > http://websvn.kde.org/branches/KDE/3.5/kde-common/ad

Bug#195596: #195596 nvtv: Purple color in underscan area

2006-07-25 Thread Roberto Lumbreras
Hi Matt... This bug is rather old, nvtv is now at version 0.4.7 and I suppose it should be fixed upstream. Could you please tell me if it persists or not? Salud, -- Roberto Lumbreras .''`. Debian Developer `. `'

Bug#379839: vim: Bogus color schema

2006-07-25 Thread Jens Seidel
Package: vim Version: 1:7.0-035+1 Severity: minor Hi, I noticed that the default color schema of vimdiff is wrong, since added lines in one of the files are not visible because foreground and background color are identical. Try for example to open the attached files in vimdiff. I also have to co

Bug#379836: stx2any contains watch file which doesn't work

2006-07-25 Thread Sven Mueller
Package: stx2any Version: 1.55-1 Severity: minor Hi Panu. I thought I would note this as a normal Debian bug report instead of mailing you directly. The stx2any package contains a watch file which you seem to have adjusted to your needs (at least it looks a bit like it), however, it doesn't work

Bug#379841: FTBFS on hurd-i386: Several issues

2006-07-25 Thread Cyril Brulebois
Package: git-core Severity: important Tags: patch Hi! When trying to build your package on hurd-i386, the following error is raised: > gcc -o checkout-index.o -c -g -Wall -O2 -DNO_OPENSSL > -DSHA1_HEADER='"mozilla-sha1/sha1.h"' checkout-index.c > In file included from checkout-index.c:39: > cach

Bug#379489: digitemp: FTBFS: bashisms

2006-07-25 Thread Jesus Roncero
On Sunday, 23 de July de 2006 22:19, Julien Danjou wrote: > There was a problem while autobuilding your package: ACK. I'll try to fix it asap. Sorry for the delay, but where I am living, I do not have internet right now. Cheers. -- Jesús Roncero Franco http://localhost

Bug#379830: FTBFS: doesn't recognize autoconf 2.60

2006-07-25 Thread Martin Michlmayr
Aurelien is on holidays. Can someone please NMU. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#379840: Incorrect permissions on /var/spool/nepenthes

2006-07-25 Thread Mitchell Johnson
Package: nepenthes Severity: normal Tags: patch Nepenthes needs to write to /var/spool/nepenthes, but it's owned by root:root and has restrictive permissions. This causes problems when submitting to g.o.t.e.k, and possibly in other circumstances. Easy fix: --- ../old/nepenthes-0.1.7/debian/pos

Bug#379837: postinst does not respect existence of file-rc (using rm -f /etc/rc0.d/K88pcmciautils)

2006-07-25 Thread Michael Prokop
Package: pcmciautils Severity: serious Justification: Policy 9.3.1 # cat /var/lib/dpkg/info/pcmciautils.postinst [...] # Remove shutdown and reboot links; # this init script does not need them. if dpkg --compare-versions "$2" lt 014-2; then

Bug#379838: mime-support: Please add x-epoc/x-sisx-app for .sisx files

2006-07-25 Thread Martin Storsjö
Package: mime-support Version: 3.28-1 Severity: wishlist Tags: patch Hi, Symbian Series 60 3rd edition phones require a mime type of x-epoc/x-sisx-app for .sisx files in order to be able to install applications directly downloaded to phones. The attached patch adds the relevant mime type. Thanks

Bug#379845: zile: Feature request: truncate-lines

2006-07-25 Thread Thomas Prokosch
Package: zile Version: 2.2.13-1 Severity: wishlist For editing text files with longer paragraphs I would appreciate something like a buffer variable "truncate-lines" or a function "toggle-truncate-lines" which are present in GNU Emacs. This feature would be especially useful when writing prose tex

Bug#378280: [Pkg-sysvinit-devel] Bug#378280: Too many capabilities on virtual filesystems

2006-07-25 Thread Petter Reinholdtsen
[Goswin Brederlow] > Unless there is a good reason please mount them noexec,nodev,nosuid. Did anyone test this? It would be useful to have test reports from people who have tried this for a while. Also, a patch to implement the change would be most welcome. :) Friendly, -- Petter Reinholdtsen

Bug#379806: error is in ulimit option

2006-07-25 Thread Mario Lipinski
Am Dienstag, den 25.07.2006, 22:34 +0200 schrieb Stefan Hornburg (Racke): > > in /etc/init.d/courier-imap > > > > ulimit -v $IMAP_ULIMITD > > > > is used instead of > > > > ulimit -d $IMAP_ULIMITD > The purpose of that statement is to avoid memory hogs, why should the init > script use ulimit -

Bug#378052: kxmleditor: "Find" fails silently when "Create items on demand" is set

2006-07-25 Thread Alejandro Exojo
tags 378052 upstream stop El Miércoles, 12 de Julio de 2006 23:55, Adrian Irving-Beer escribió: > Using "Find" to search for elements I know exist in my document (but > are several layers deep and unexpanded), I get a silent failure, > marked only by an error on the console: > > kxmleditor: ER

Bug#379475: [Etch] Should sysfsutils be added to the base system?

2006-07-25 Thread Frans Pop
This was discussed on d-devel, but did not make it to the BR. On Tuesday 25 July 2006 22:04, Marco d'Itri wrote: > On Jul 25, Frans Pop <[EMAIL PROTECTED]> wrote: > > Why do you choose to completely ignore the option (that was mentioned > > at least twice) to move the init script part to a separat

Bug#379806: error is in ulimit option

2006-07-25 Thread Stefan Hornburg (Racke)
Mario Lipinski wrote: > I think i finally found the error: > in /etc/init.d/courier-imap > > ulimit -v $IMAP_ULIMITD > > is used instead of > > ulimit -d $IMAP_ULIMITD > > > Mario The purpose of that statement is to avoid memory hogs, why should the init script use ulimit -d ? Bye Ra

Bug#379843: base: There are multiple ways to rotate logs, when it should be centralised

2006-07-25 Thread Freddie Cash
Package: base Severity: important Debian stable and testing come with logrotate, which appears to be a centralised way to configure log rotation. However, if you edit the logrotate.conf (and logrotate.d/*) to only do monthly rotations, you will find inconsistent results in /var/log. Some logs ar

Bug#379848: depends on libkrb5-dev and suggests heimdal-dev, but libkrb5-dev conflicts heimdal-dev

2006-07-25 Thread RISKO Gergely
Package: libpq-dev Version: 8.1.4-4 Severity: serious There is no reason to suggest a package, which can't be installed while the dependent ones are. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /

Bug#379844: ixbiff: FTBFS on GNU/kFreeBSD

2006-07-25 Thread Petr Salinger
Package: ixbiff Severity: important Version: 0.03d Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweaks, see bellow. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr diff -u ixbiff-0.

Bug#375675: getmail_mbox also broken

2006-07-25 Thread Amit Gurdasani
Hi, getmail_mbox exhibits the same issue, and unlike getmail, does not have the changes as seen in getmail: # Fredrik Steen <[EMAIL PROTECTED]> # fri jul 7 15:32:01 CEST 2006 # Add /usr/share/getmai4/getmailcore to getmail search path sys.path.append("/usr/share/getmail4") The error received

Bug#378753: RFH - perl troubles

2006-07-25 Thread Krzysztof Krzyzaniak
Frank Küster wrote: > Dear Perl people, > > we have here a bugreport against one of tetex-bin's perl scripts, and > would appreciate if you could help us out. texshow.pl segfaults - but > only sometimes. It seems to depend on the kernel version, see the > submitter's investigation quoted below.

Bug#379849: glfer: FTBFS on GNU/kFreeBSD

2006-07-25 Thread Petr Salinger
Package: glfer Severity: important Version: 0.3.4-2 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak, see bellow. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr --- glfer-0.3.4.or

Bug#379851: mozilla-firefox: Mozilla-firefox segment fault/ core dump

2006-07-25 Thread Anthony Tippett
Package: mozilla-firefox Version: 1.5.dfsg+1.5.0.4-3 Severity: normal firefox crashes a lot when accessing sites with flash. I'm not sure what else to provide bug please let me know if I can add more. Here's a stacktrace of the core dump: #0 0xe410 in __kernel_vsyscall () #1 0xa7deba6d i

Bug#366200: slimserver v1 no text: a patch

2006-07-25 Thread Nick Craig-Wood
On Tue, Jul 25, 2006 at 02:11:34PM +0100, Simon Kelley wrote: > Attached is a new version of > /usr/share/perl5/SlimServer/Slim/Display/Graphics.pm which incorporates > your patch, and some more stuff which gives access to GD's built-in > fixed width fonts. Great, thanks! > The results on a S

Bug#348513: Bug#378753: tetex-bin: texshow sometimes segfaults

2006-07-25 Thread Niko Tyni
On Mon, Jul 24, 2006 at 01:20:42PM -0400, Michael Schultheiss wrote: > Frank K?ster wrote: > > Dear Perl-TK maintainer, > > > > while investigating a segfault with an other perl-tk script in > > tetex-bin, we found that this old bug has not been fixed, or rather > > unfixed again: > With the patc

Bug#379847: lingot: FTBFS on GNU/kFreeBSD

2006-07-25 Thread Petr Salinger
Package: lingot Severity: important Version: 0.6.2-1 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak, see bellow. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr --- src/core/core

Bug#379850: thttpd don't remove pid file after restart command

2006-07-25 Thread Eriberto
Package: thttpd Version: 2.23beta1-3sarge Severity: important The command "/etc/init.d/thttpd restart" don't remove /var/pid/thttpd.pid file. Then thttpd daemon don't starts. The stop and start commands works fine. Regards, Eriberto - Brazil -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Bug#379846: FTBFS: build depends on libpq-dev and heimdal-dev, while libpq-dev depends on libkrb5-dev which conflicts heimdal-dev

2006-07-25 Thread RISKO Gergely
Package: cyrus-sasl2 Severity: serious SSIA, it seems that libpq-dev's libkrb5-dev dependency is a new thing. Don't know, how to fix, since we want psql modules and heimdal kerberos modules too... -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500,

Bug#232368: emacs21: case indentation bug

2006-07-25 Thread Daniel Jacobowitz
Package: emacs21 Version: 21.4a-6 Followup-For: Bug #232368 I don't need to be using a console for this. Real easy, open emacs with no shell-related customization and type: case a in *) ;; esac Hit tab on each line in turn and you'll end up with: case a in *) ;; esac I can't reliably

Bug#372649: ivtools: FTBFS: bashisms

2006-07-25 Thread Thomas Girard
tags 372649 + patch thanks On Tue, Jul 25, 2006 at 05:30:25AM -0400, Daniel T. Chen wrote: > Using a shell other than bash will trigger the bug for this report. > pushd/popd are the culprits in config/site.def.DEBIAN. Nice catch Daniel! The attached patch fixes compilation with dash. And bash

Bug#379777: libimage-info-perl: FTBFS (amd64): Use of uninitialized value in pack at ../lib/Image/Info/TIFF.pm line 84.

2006-07-25 Thread Don Armstrong
On Tue, 25 Jul 2006, Andreas Jochens wrote: > On 06-Jul-25 12:10, Don Armstrong wrote: > > Can you check > > http://svn.donarmstrong.com/deb_pkgs/libimage-info-perl/trunk/ and see > > if it succeeds or not? > > > > [I'm really just interested in the test output from it.] (I'm about to > > upgrade

Bug#379475: [Etch] Should sysfsutils be added to the base system?

2006-07-25 Thread Frans Pop
And, just to be fair, this did not make it either. On Tuesday 25 July 2006 22:51, Eduard Bloch wrote: > #include > > * Otavio Salvador [Tue, Jul 25 2006, 02:23:16PM]: > > Well then we might work reducing the code size but at least am I > > talking about functionality and that's important in my PO

Bug#379852: diff for 0.1-1.2 NMU of python-goopy

2006-07-25 Thread Luk Claes
Package: python-goopy Version: 0.1-1.1 Severity: normal Tags: patch Hi, Attached is the diff for my python-goopy 0.1-1.2 NMU. -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D diff -u python-goopy-0.1/debian/

Bug#379854: seal: FTBFS on GNU/kFreeBSD

2006-07-25 Thread Petr Salinger
Package: seal Severity: important Version: 1.07-12 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak, see bellow. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr --- src/lnxdrv.c~

Bug#379855: ITP: miboot -- Linux bootloader for OldWorld PowerMac computers

2006-07-25 Thread Aurélien GÉRÔME
Package: wnpp Severity: wishlist Owner: [EMAIL PROTECTED] * Package name: miboot Version : 2.0 Upstream Author : Benjamin Herrenschmidt <[EMAIL PROTECTED]> * URL : http://svn.debian.org/wsvn/debootloaders/trunk/miboot/ Licence : GPLv2 Programming Lang: C / m

Bug#379848: depends on libkrb5-dev and suggests heimdal-dev, but libkrb5-dev conflicts heimdal-dev

2006-07-25 Thread Adeodato Simó
severity 379848 normal thanks * RISKO Gergely [Tue, 25 Jul 2006 22:50:49 +0200]: > Package: libpq-dev > Version: 8.1.4-4 > Severity: serious > There is no reason to suggest a package, which can't be installed while > the dependent ones are. But it is not of release critical severity, either. Re

Bug#287415: mdadm: degraded md devices not assembled on boot

2006-07-25 Thread Mau
martin f krafft wrote: > [...] > I am talking to upstream about removing them... I think that this would be a good choice. > Do note that I *could* trojan the box even before it went live. Of > course, I won't, but you have to take my word for it. > > Then again, you're installing software I com

Bug#379853: graveman alway burn dvds on same speed

2006-07-25 Thread Gleidson Echeli Leopoldo
Package: graveman Version: 0.3.12-5-1 Hi, i use the graveman to burn cds and dvds and i observed what it burn the dvds always on same speed. I choose the "1x speed" on speed option (the only option) but the dvds are burned on 4x, always! The medias what i use support higher speed (8x), but gravam

Bug#379744: python-goopy: no python file in this package

2006-07-25 Thread Luk Claes
Steve Langasek wrote: > On Tue, Jul 25, 2006 at 05:22:20PM +0530, Kumar Appaiah wrote: >> On Tue, Jul 25, 2006 at 06:23:17PM +0800, LI Daobing wrote: >>> -- System Information: >>> Debian Release: testing/unstable >>> APT prefers unstable >>> APT policy: (500, 'unstable') >>> Architecture: amd64

Bug#379796: dbconfig-common: Please support sqlite as a database type

2006-07-25 Thread Matt Brown
tag 379796 + patch thanks Hi Thijs, Thijs Kinkhorst wrote: > I see that you've mentioned this already in your TODO file in the > package, but I'd like to register still that we (the phpgedview > maintainers) would appreciate to see sqlite support in dbconfig-common. > Since sqlite operation is c

Bug#379857: ITP: git-completion -- content addressable filesystem (bash completion)

2006-07-25 Thread Sebastian Harl
Package: wnpp Severity: wishlist Owner: Sebastian Harl <[EMAIL PROTECTED]> * Package name: git-completion Version : 0+20060722 Upstream Author : Ben Clifford <[EMAIL PROTECTED]> * URL : http://www.hawaga.org.uk/ben/tech/gitcompletion/ * License : GPL Descript

Bug#379603: mod-bt: FTBFS: Missing Build-Depends on 'fakeroot'

2006-07-25 Thread Tyler MacDonald
Andreas, Thanks for pointing this out. pbuilder always supplies fakeroot so it's slipped through the cracks for awhile. :-) New .deb's are here: http://www.crackerjack.net/mod_bt/debian/sid/ Julien, my most gracious and patient sponsor, Could you please upload 0.0.18+p4.1

Bug#379856: bootsplash-theme-debian: lintian override filename typo

2006-07-25 Thread Marco van Zwetselaar
Package: bootsplash-theme-debian Version: 0.5-6 Severity: minor The lintian override filename contains a superfluous H. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked

Bug#377297: openmpi-bin: please use update-alternatives to resolve conflict with lam-runtime

2006-07-25 Thread Tilman Koschnick
Package: openmpi-bin Followup-For: Bug #377297 Hi, it would be great if you could make lam-runtime and openmpi-bin installable at the same time. The attached patch adds support for the update-alternatives system to openmpi. lam-runtime already uses alternatives; only mpiexec is not covered yet,

Bug#287415: mdadm: degraded md devices not assembled on boot

2006-07-25 Thread martin f krafft
reopen 287415 [EMAIL PROTECTED] thanks also sprach Mau <[EMAIL PROTECTED]> [2006.07.25.2227 +0100]: > # sh -x /etc/init.d/mdadm-raid > > you can find it attached here. At line 127 you will read: > > + set -- mdadm: /dev/md1 assembled from 1 drive - need all 2 to start it > '(use' --run to 'insis

Bug#377751: Also affects cd's

2006-07-25 Thread Psychotropic Dog
Package: aptitude version: 0.4.1-1.1 Followup-For: Bug #377751 Every time I have to switch cd's of the 19 in snapshot Etch July 17, 2006 aptitude gives that dying... SIGSEGV happiness., and I have to restart aptitude and press g again, until all the packages I want to install actually get i

Bug#231950: What happens without admin password?

2006-07-25 Thread Matthijs Mohlmann
Hi Torsten, I was thinking about telling the admin. IMO we can set the rootdn and rootpw (with a unencrypted password) and then the admin can extract his password there. Regards, Matthijs Mohlmann signature.asc Description: PGP signature

Bug#379863: All non-HP hpijs-PPDs are missing

2006-07-25 Thread Pascal De Vuyst
Package: hpijs-ppds Version: 2.1.10+0.9.11-2 Forwarding bug reported in Ubuntu https://launchpad.net/distros/ubuntu/+source/hplip-ppds/+bug/49102 : all non-HP hpijs-PPDs are missing. Michele wrote: All the hpijs printers were removed from the package foomatic-filters-ppds and moved to the

Bug#379860: mock: installs into /usr/lib64

2006-07-25 Thread Aaron M. Ucko
Package: mock Version: 0.4-3 Severity: serious Justification: Policy 6.6(4) On amd64, mock installs libselinux-mock.so into /usr/lib64, which is actually a libc6-owned symlink to /usr/lib, in which libselinux-mock.so should directly live on all architectures, even those that certain other distribu

Bug#379861: apt: typo in progress message?

2006-07-25 Thread Bill Wohler
Package: apt Version: 0.6.44.2 Severity: normal When running "apt-get update", I see messages like this: 99% [24 Packages rred 49152] Is "rred" a typo of "read"? If not, please pick a more descriptive term. I have no idea what is meant here. The apt-get man page does not explain. Also, what d

Bug#369231: not an improvement from Sarge

2006-07-25 Thread Psychotropic Dog
Package: aptitude version: 0.4.1-1.1 Followup-For: Bug #369231 When I installed Sarge, aptitude was a grteat help. For Etch, it's a nightmare. It actually lags badly while I attempt to press arrow keys and navigate the package lists. The only thing I want in my source list is the 19 cd's from

Bug#379848: depends on libkrb5-dev and suggests heimdal-dev, but libkrb5-dev conflicts heimdal-dev

2006-07-25 Thread Riskó Gergely
severity 379848 important thanks I quote policy here for you: http://www.debian.org/doc/debian-policy/ch-relationships.html Suggests This is used to declare that one package may be more useful with one or more others. Using this field tells the packaging system and the user that the

Bug#379858: lib32bz2-1.0: should install into /emul/ia32-linux/usr/lib, not /usr/lib32

2006-07-25 Thread Aaron M. Ucko
Package: lib32bz2-1.0 Version: 1.0.3-3 Severity: serious Justification: Policy 6.6(4) lib32bz2-1.0 and lib32bz2-dev install their files into /usr/lib32. However, that path is a symlink (owned by libc6-i386) to /emul/ia32-linux/usr/lib, which other packages should populate *directly*. -- System In

Bug#379859: rxvt-unicode: depends on libgcc1 (>= 1:4.2-20060707) from experimental, uninstallable in Sid

2006-07-25 Thread Sven Hartge
Package: rxvt-unicode Version: 7.8-1 Severity: grave Justification: renders package unusable The package is build with gcc4.2 from experimental and thus depends on libgcc1 from experimental which causes it to be uninstallable in Sid: rxvt-unicode: Depends: libgcc1 (>= 1:4.2-20060707) but 1:4.1.1

Bug#377100: lesstif2-dev: #include is broken under C++

2006-07-25 Thread Martin Michlmayr
* Daniel Schepler <[EMAIL PROTECTED]> [2006-07-06 13:26]: > [EMAIL PROTECTED]:~/test$ cat vendor-test.cc > #include > [EMAIL PROTECTED]:~/test$ g++ -c vendor-test.cc > /usr/include/X11/VendorP.h:87: error: previous declaration of > ‘VendorShellClassRec vendorShellClassRec’ with ‘C++’ linkage > /u

Bug#361707: please fix in package

2006-07-25 Thread Martin Michlmayr
clone 361707 -1 reassign -1 openal tags -1 - upstream notforwarded -1 thanks I'll talk to the GCC people again whether this is a bug or not, but given that your upstream has suggested a good workaround, please implement that. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email

Bug#379475: [Etch] Should sysfsutils be added to the base system?

2006-07-25 Thread Daniel Ruoso
Em Ter, 2006-07-25 às 02:04 +0200, Frans Pop escreveu: > My main rationale is that its init script offers offers a fairly clean and > obvious way for users to set values in /sys at boot time. (Without the > need for them to hack a local init script.) It's far away from actually being installed b

Bug#379864: ITP: openhpi -- Open hardware platform interface

2006-07-25 Thread Bryan Sutula
Package: wnpp Severity: wishlist Owner: Bryan Sutula <[EMAIL PROTECTED]> * Package name: openhpi Version : 2.5.2 Upstream Author : Tariq Shureih et. al. <[EMAIL PROTECTED]> * URL : http://openhpi.sourceforge.net/ * License : other (enclosed below) Programming

Bug#374396: perl: FTBFS on MIPS/hppa

2006-07-25 Thread Daniel Kobras
On Tue, Jul 25, 2006 at 12:46:30PM +1000, Brendan O'Dea wrote: > Ryan believes that the problem with MIPS is a kernel issue, and was > planning to upgrade the kernel on the buildds soonish. > > As far as hppa goes, perl-5.8.8-5 successfully autobuilt on bld-3, then > -6 failed on the same machine.

Bug#375677: #375677, apt-proxy entirely broken

2006-07-25 Thread Christian Aichinger
Hi, is there any progress with this bug? It's been open for nearly a month now. I understand that you're working on a new version in the svn repo, but fixing this ASAP in unstable would be a good idea. Either by preparing an upload based on 1.9.33-0.1 + patch or by getting the code in the svn in s

Bug#379247: Small patch

2006-07-25 Thread Thomas Perl
Can confirm this bug. Doesn't work with the "libxt-dev" package removed, works with "libxt-dev" package installed. Patch included. -- Thomas Perl -- em: [EMAIL PROTECTED] im: [EMAIL PROTECTED] | ww: www.perli.net --- wmbattery-2.25/debian/control 2006-01-25 05:55:17.0 +0100 +++ wmbattery

Bug#379797: cowdancer: cowbuilder doesn't recover after failed update

2006-07-25 Thread Junichi Uekawa
Hi, > (Btw, would it be OK to 'mv build.cow-23552-tmp base.cow'?) yes, it should be safe. regards, junichi -- [EMAIL PROTECTED],netfort.gr.jp} Debian Project -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#379865: in new mc 4.6.1-4 on koi8-r locale viewer show normal symbols, but in hex mode show "???"

2006-07-25 Thread illinoi
Package: mc Version: 4.6.1-4 In new mc 4.6.1-4 on koi8-r locale viewer show normal symbols, but in hex mode on right page show "???". -- С уважением, illinoi mailto:[EMAIL PROTECTED]

Bug#325281: foo

2006-07-25 Thread Adam McKenna
severity 325281 wishlist tag 325281 wontfix merge 325281 166782 thanks This bug cannot be fixed to my satisfaction, as Debian does not provide a safe facility for editing inittab as you are requesting. Suggest you modify your inittab manually. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTE

Bug#327462: Already in Ubuntu, maybe this is easier!

2006-07-25 Thread Eddy Petrişor
Hello, This package is present in Ubuntu under the name icecc. Note that icecc is the suggested name for yet another package, but is waited for about 3 years now. http://packages.ubuntu.com/edgy/source/icecc -- Regards, EddyP = "Imagination is more im

Bug#379868: mysql-server-4.1: preconfigure fails on an upgrade

2006-07-25 Thread Chris Adams
Package: mysql-server-4.1 Version: 4.1.11a-4sarge5 Severity: normal An apt-get upgrade resulted in the following: Can't exec "/tmp/mysql-server-4.1.config.169501": Permission denied at /usr/share/perl/5.8/IPC/Open3.pm line 168. open2: exec of /tmp/mysql-server-4.1.config.169501 configure 4.1.11a

Bug#379866: ICE in move_insn, at haifa-sched.c:1968

2006-07-25 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20060721-1 I'm running delta now. > Automatic build of swi-prolog_5.6.14-1 on coconut0.coconut.gelato.org by > sbuild/ia64 0.49 ... > gcc -c -I. -I/build/tbm/swi-prolog-5.6.14/src > -I/build/tbm/swi-prolog-5.6.14/src/rc -Wall -O3 -fno-strict-aliasing > pl-wam.c

Bug#379867: enable v4l2 plugin ?

2006-07-25 Thread Junichi Uekawa
Package: gst-plugins-bad0.10 Version: 0.10.3-1 Hi, I've tested v4l2src in order to test linux-uvc, and it seems to be working. Is it possible to enable it? The following works: $ gst-launch-0.10 v4l2src use-fixed-fps=false ! video/x-raw-yuv,format=\(fourcc\)UYVY,width=320,height=240 ! ffmpeg

Bug#377974: Fwd: Re: exim4-config fails with awk; line 21 syntax error on arm

2006-07-25 Thread Frans Pop
On Tuesday 25 July 2006 13:22, you wrote: > I had send this message but it came back undeliverable. So I send it > straight to you. Strange. Should work. > There's already a line 'set -e' at the top of the file, so my question > is: You mean to add 'set -x' to get: > Or should I change the 'set -

Bug#379869: xzgv: thumbnail loading broken

2006-07-25 Thread Michael Deegan
Package: xzgv Version: 0.8-5.1 Severity: normal While #357562 appears to have been fixed quite some time ago, it seems something else has caused thumbnail display to break. Thumbnails now don't ever appear, independant of zoom and other settings. Pressing 'u' to update only makes the on-screen th

Bug#379662: postinst: AttributeError: 'NoneType' object has no attribute 'byte_compile'

2006-07-25 Thread Le Boulanger Yann
Artur R. Czechowski wrote: > Package: gajim > Version: 0.10.1-4 > Severity: serious > > Setting up gajim (0.10.1-4) ... > Traceback (most recent call last): > File "/usr/bin/pycentral", line 1375, in ? > main() > File "/usr/bin/pycentral", line 1369, in main > rv = action.run(global_op

Bug#379870: Sends empty reports

2006-07-25 Thread ricola
Package: metche Version: 1.0-2 Sometimes metche sends empty reports. Like this one: «« Journaux modifi�s = Fichiers modifi�s dans /etc === Pas de changement. Changement dans les paquets Debian == Pas de changement dans

Bug#372786: [dpatch-maintainers] Bug#372786: dpatch: [manual] Undocumented commands: call-all, deapply-all

2006-07-25 Thread Junichi Uekawa
Hi, > Manual page reads: > > DPATCH IN DEBIAN PACKAGES > > patch: patch-stamp > patch-stamp: >dpatch apply-all > ! dpatch call-all -a=pkg-info >patch-stamp > > unpatch: > ! dpatch deapply-all >

Bug#379863: All non-HP hpijs-PPDs are missing

2006-07-25 Thread Henrique de Moraes Holschuh
retitle 379863 Please package non-HP hpijs ppds from linuxprinting.org severity 379863 wishlist reassign 379863 foomatic-filters-ppds thanks On Wed, 26 Jul 2006, Pascal De Vuyst wrote: > >All the hpijs printers were removed from the package > >foomatic-filters-ppds and moved to the new package hp

Bug#375835: reassigning to kaffe

2006-07-25 Thread Steve Langasek
clone 375835 -1 reassign -1 nice severity 375835 important thanks On Tue, Jul 25, 2006 at 12:04:06PM -0400, Mike O'Connor wrote: > The line the compilation of nice fails on is: > CLASSPATH=classes JAVA="kaffe -Dnice.inlined=classes-inline" > bin/nicec.bootstrap --exclude-runtime -d classes.old

Bug#377974: user-setup: swadow passwords enabled too late? (was: Re: Bug#377974: Fwd: Re: exim4-config fails with ...)

2006-07-25 Thread Frans Pop
clone 377974 -1 reassign -1 user-setup 1.3 retitle -1 Should shadow passwords be enabled earlier? severity -1 minor thanks Because user-setup-apply is only run during finish-install, shadow passwords are not enabled during pkgsel. This leads to the following errors (that are in themselves not ha

Bug#361299: ITA: pmidi -- A command line midi player for ALSA

2006-07-25 Thread Ludovic RESLINGER
retitle 361299 ITA: pmidi -- A command line midi player for ALSA owner 361299 Ludovic RESLINGER <[EMAIL PROTECTED]> thanks I am adopting this package, because I am often using it. Regards, -- .---. Ludovic RESLINGER / \ [EMAIL PROTECTED]@./ Trumpet Student in CNR /`\_/`\

Bug#372802: ITA: libraw1394 -- library for direct access to IEEE 1394 bus (aka FireWire)

2006-07-25 Thread Ludovic RESLINGER
retitle 372802 ITA: libraw1394 -- library for direct access to IEEE 1394 bus (aka FireWire) owner 372802 Ludovic RESLINGER <[EMAIL PROTECTED]> thanks I am adopting this package, because I have IEEE 1394 Camera and I need use this package a lot of times. Regards, -- .---. Ludovic RESLING

Bug#379872: cfengine2: IncrementPointer "-1" doesn't work in a group

2006-07-25 Thread John Goerzen
Package: cfengine2 Version: 2.1.20-1 Severity: normal I have a /etc/bacula/bacula-fd.conf file that contains, amoung other things, this: Director { Name = backup-dir Password = "foo" } Director { Name = backup-mon Password = "bar" Monitor = yes } I am trying to delete just the second

Bug#379873: no transparent proxy support in newest squid package

2006-07-25 Thread Christoph Lameter
Package: squid Version: 2.6.1-3 Severity: important Starting squid results in: graphe:/usr/share/doc/squid# /etc/init.d/squid start Starting Squid HTTP proxy: squid2006/07/25 17:10:06| parseConfigFile: line 2204 unrecognized: 'httpd_accel_host virtual' 2006/07/25 17:10:06| parseConfigFile: line

Bug#379527: sgt-puzzles: help of puzzles not working

2006-07-25 Thread Ben Hutchings
Gerfried Fuchs wrote: > * Ben Hutchings <[EMAIL PROTECTED]> [2006-07-25 00:59]: > > This looks like a dupe of #355146. Which version of libgnome do you > > have installed? > > 2.14.1-2 - so it doesn't seem to be solved with libgnome2 version > 2.14.0-2 like stated in that bugreport... This is a

Bug#379874: frozen-bubble: backport desktop file fix from ubuntu

2006-07-25 Thread Eddy Petrişor
Package: frozen-bubble Severity: minor Hello, A fix for a Ubuntu bug about desktop file not being clean has been fixed there. It would be nice if that would be backported into Debian. https://launchpad.net/distros/ubuntu/+source/frozen-bubble/+bug/33568 -- Regards, EddyP ==

Bug#327462: Already in Ubuntu, maybe this is easier!

2006-07-25 Thread David Moreno Garza
Eddy Petri??or wrote: > This package is present in Ubuntu under the name icecc. Note that > icecc is the suggested name for yet another package, but is waited for > about 3 years now. > > http://packages.ubuntu.com/edgy/source/icecc If someone is willing to maintain this package, as I've seen lot

Bug#352151: Already in Ubuntu

2006-07-25 Thread Eddy Petrisor
Package: wnpp Followup-For: Bug #352151 The compiz package is already packaged in Ubuntu: http://packages.ubuntu.com/edgy/source/compiz HTH -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh l

Bug#378493: ITA: guile-1.8 -- The GNU extension language and Scheme interpreter

2006-07-25 Thread Ludovic RESLINGER
retitle 378493 ITA: guile-1.8 -- The GNU extension language and Scheme interpreter owner 378493 Ludovic RESLINGER <[EMAIL PROTECTED]> thanks I am adopting this package, because I am often using Scheme. I will co-maintain it with Aurélien GÉRÔME <[EMAIL PROTECTED]>. Regards, -- .---. Lud

Bug#376282: elfsh: segfault with hello world mips binary

2006-07-25 Thread Thiemo Seufer
Timo Juhani Lindfors wrote: [snip] > > The first suspect which comes to mind is some endianness issue. > > Does ELFsh succeed in loading any object of the "other" endianness? > > Yes, the i386 elfsh can load ELF binaries for i386 normally here. Erm, my question was: Can an i386 elfsh load any big

Bug#379359: More information on installation failure

2006-07-25 Thread Gustavo Noronha Silva
Hey! Em Tue, 25 Jul 2006 04:25:15 +0200 David Weinehall <[EMAIL PROTECTED]> escreveu: > /usr/share/python-support/python-kiwi/kiwi-1.9.8.egg-info/SOURCES.txt > /var/lib/python-support/python2.4/kiwi-1.9.8.egg-info/SOURCES.txt > Traceback (most recent call last): > File "/usr/sbin/update-python-

Bug#379664: Acknowledgement (gnus: Mail/Incoming* files appear)

2006-07-25 Thread Mark T.B. Carroll
After hunting around the source code for this bug I discover that (setq mail-source-delete-incoming t) seems to restore the previous desirable behavior. I'm not thrilled that there wasn't more warning of this change in behavior, but as I've found a workaround I'm happy for the bug to be closed. Bes

Bug#379877: RFP: ipodslave -- kio-slave for ipods

2006-07-25 Thread Eddy Petrisor
Package: wnpp Severity: wishlist * Package name: ipodslave Version : 0.7.3 Upstream Author : Michael Schulze <[EMAIL PROTECTED]> * URL : http://kpod.sourceforge.net/ipodslave * License : GPL Programming Lang: C++ Description : kio-slave for ipods Enab

Bug#348046: exim4-daemon-heavy: TLS delivery attempts fail with: (gnutls_handshake): A TLS packet with unexpected length was received.

2006-07-25 Thread Ian Zimmerman
I am not sure if this is the same problem, but with exim4-daemon-light version 4.62-2, TLS enabled (EHLO response lists STARTTLS), I try to connect from localhost with openssl and I get this: [EMAIL PROTECTED]:/etc/exim4/conf.d$ telnet localhost 587 Trying 127.0.0.1... Connected to localhost.loc

Bug#379878: reading files fails with "wild name offset" on big-endian architectures

2006-07-25 Thread Jeremie Koenig
Package: rsrce Version: 0.2.1 Severity: serious Tags: pending There's a problem with the way htons() is used by the code for parsing resource forks in resource.c, which causes a failure when reading files on big-endian architectures. This bug has been reported and a patch has been provided by Piot

Bug#379867: enable v4l2 plugin ?

2006-07-25 Thread Joe Wreschnig
On Wed, 2006-07-26 at 08:22 +0900, Junichi Uekawa wrote: > Package: gst-plugins-bad0.10 > Version: 0.10.3-1 > > > Hi, > > I've tested v4l2src in order to test linux-uvc, and it seems to be > working. Is it possible to enable it? Looking at the GStreamer Bugzilla it seems like there are not man

Bug#348046: exim4-daemon-heavy: TLS delivery attempts fail with: (gnutls_handshake): A TLS packet with unexpected length was received.

2006-07-25 Thread Ian Zimmerman
So, now I tried with gnutls-bin, also interesting (?) [EMAIL PROTECTED]:/etc/exim4/conf.d$ gnutls-cli-debug --port 25 -v localhost -d 3 Resolving 'localhost'... Connecting to '127.0.0.1:25'... |<3>| HSK[806f430]: Keeping ciphersuite: RSA_3DES_EDE_CBC_SHA1 |<3>| HSK[806f430]: Keeping ciphersuite:

Bug#342025: still huntd problems on amd64?

2006-07-25 Thread Joey Hess
A while ago you reported a bug about huntd not working on amd64, however at that time amd64 wasn't part of debian proper. Now that it's been added to the main archive and everything recompiled, are you still seeing this problem with the current version? -- see shy jo signature.asc Description:

Bug#378520: cyrus-common-2.2: README.Debian and others appear dated

2006-07-25 Thread Benjamin Seidenberg
Ross Boylan wrote: > Package: cyrus-common-2.2 > Version: 2.2.13-3 > Severity: normal > > This is really a generalization of previous bugs. README.Debian has a > bunch of material which appears out of date. I already mentioned the > references to netnews in an earlier bug. There are later discus

Bug#377618: [Logcheck-devel] Bug#377618: logcheck: Please do not abuse debconf

2006-07-25 Thread Todd Troxell
On Mon, Jul 10, 2006 at 01:32:46PM +0200, Thomas Huriaux wrote: > Package: logcheck > Severity: minor > > Hi, > > You are using two debconf notes which really look like a debconf abuse > (from debconf-devel(7): "It should be used only for important notes that > the user really should see, since d

Bug#168160: my dream come true

2006-07-25 Thread Rodney
Do not ignore me please, I found your email somewhere and now decided to write byou. I am coming to your place in few weeks and thought wea can meet each other.b Let me know if you do not mind. aI am a nice pretty girl. Don't reply to this email. Email me direclty at [EMAIL PROTECTED] -- To

Bug#369882: cyrus-doc-2.2 upgrade issues [Recipes and Results]

2006-07-25 Thread Ross Boylan
OK, I just completed an upgrade from 2.1 to 2.2. I think it worked. In brief: *disabled some local cron jobs that do mail backup *disabled mail delivery to lmtp (just to be safe--probably unnecessary. For the record, I used a redirect router with data = :defer: in exim4) *apt-get install for the

Bug#379359: More information on installation failure

2006-07-25 Thread David Weinehall
On Tue, Jul 25, 2006 at 09:16:12PM -0300, Gustavo Noronha Silva wrote: > Hey! > > Em Tue, 25 Jul 2006 04:25:15 +0200 > David Weinehall <[EMAIL PROTECTED]> escreveu: > > > /usr/share/python-support/python-kiwi/kiwi-1.9.8.egg-info/SOURCES.txt > > /var/lib/python-support/python2.4/kiwi-1.9.8.egg-inf

<    1   2   3   4   5   >