Bug#451749: gtkpod fails to add files to a new local repository, patch from ubuntu available

2007-11-18 Thread John Dong
Package: gtkpod Version: 0.99.10-3 Hi, I have noticed that Debian's gtkpod package contains a bug recently fixed in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gtkpod-aac/+bug/145506 Full details and reproducing steps can be found on that bug report. Attached is the dpatch I wrote for

Bug#451719: iceweasel: Pages loading in foreground tab take more CPU than background loading tabs

2007-11-18 Thread Mike Hommey
On Sun, Nov 18, 2007 at 12:06:02AM +0100, Alex wrote: Package: iceweasel Version: 2.0.0.8-1 Severity: important When loading web pages, if the browser has pages loading in the currently selected tab, CPU usage goes to 50-60% (split between xorg and iceweasel), making the system somewhat

Bug#451669: ogre FTBFS on kfreebsd-*: make[4]: *** No rule to make target `all'. Stop.

2007-11-18 Thread Cyril Brulebois
Andres Mejia [EMAIL PROTECTED] (17/11/2007): ogre fails to build from any kfreebsd system. I don't have a means to fix this so I'm requesting help. Maw, I'm pretty busy right now, feel free to poke me through private mail in a week or two. You could also request assistance on [EMAIL PROTECTED]

Bug#451702: Acknowledgement (udev delays on udevsettle when run rule creates dm device)

2007-11-18 Thread Dick Middleton
Debian Bug Tracking System wrote: Your message has been sent to the package maintainer(s): Marco d'Itri [EMAIL PROTECTED] Having slept on this I realise this is most likely a cryptsetup problem. They recently added a udevsettle to workaround another issue. I'll submit the report to them

Bug#444449: xawtv: build still crashes

2007-11-18 Thread Tim Connors
Package: xawtv Version: 3.95.dfsg.1-7 Followup-For: Bug #49 Oddly, it still segfaults with the debian version 3.95.dfsg.1-7 binary, but if I build that same version form source, it doesn't crash... Dunno how to proceed from here... -- System Information: Debian Release: lenny/sid APT

Bug#444914: temporary-cryptsetup-$$ files appear in /dev/mapper

2007-11-18 Thread Dick Middleton
Jonas Meurer wrote: I prepared cryptsetup packages with the proposed patch applied. could you give them a try? I just submitted this as a bug to udev (451702) completely forgetting the workaround recently made to cryptsetup. So FYI: -- I have a run rule script which checks a block device

Bug#451647: debian/copyright and actual copyrights

2007-11-18 Thread Pierre Habouzit
On Sun, Nov 18, 2007 at 07:01:05AM +, Jeff Licquia wrote: severity 451647 serious thanks Yaroslav Halchenko wrote: Today I've filed a bugreport http://bugs.debian.org/451647 against wacom-tools package. Its copyright file imho violates the policy (I think I can cite it here since it is

Bug#451750: dlocate: Does not work with split-off locate package

2007-11-18 Thread Andreas Metzler
Package: dlocate Version: 0.5-0.3 Severity: important Tags: patch following a brief discussion o debian-devel locate is going to be split off from the findutils package. http://news.gmane.org/find-root.php?message_id=%3c20071110110222.GA14136%40chistera.yi.org%3e This has already happened in

Bug#451751: resolvconf: Please add LSB formatted dependency info in init.d script

2007-11-18 Thread Petter Reinholdtsen
Package: resolvconf Version: 1.37 Tags: patch User: [EMAIL PROTECTED] Usertags: missing-dependency To be able to check boot script order, and also to be able to start boot scripts in parallel, it is important to know the dependencies of the various boot scripts. The Linux Software

Bug#380726: osirisd: hangs on FIFOs

2007-11-18 Thread Jamie Wilkinson
This one time, at band camp, Adrian Bridgett wrote: osirisd hangs when it sees a fifo. It should note the fact that it's a fifo but ignore size and definitely not try and read it. Do you still see this with version 4.2.3? My upstream bug report never got responded to, I don't know if it got

Bug#451754: vim-runtime: incorrect colouring in vim/fstab

2007-11-18 Thread Dmitry E. Oboukhov
Package: vim-runtime Version: 1:7.1-138+1 Severity: normal Tags: patch when using fuse, vim makes incorrect syntax highlight in fstab files This patch allows to solve the problem. It can be someone will do better? example fuse fstab record: [EMAIL PROTECTED]:/share /share fuse

Bug#428257: --query-bts should override offline

2007-11-18 Thread Robert Luberda
reopen 428257 tags 428257 -wontfix thanks Hi, Reportbug should assume that users are smart enough to know what thay want to gain. If somebody explicity calls `reportbug --query-bts' than thay should be given a list of already reported bugs regardless of offline being set or not. Currently when

Bug#429803: #429803: xine-ui: on iso-8859-2 locales some characters are dispalyed as whitespaces

2007-11-18 Thread Robert Luberda
Hi, To be more precise, when Polish locales are active xine strips the Polish chars and all chars that follow on them. See the attached image for example; missing parts of the words are marked in red. What is suprising the bug applies only for xine menus and dialogs, but subtitles are

Bug#451755: www.debian.org: packages.debian.org fails to display list of files in libjavassist-java-doc

2007-11-18 Thread Robert Luberda
Package: www.debian.org Severity: minor Hi, http://packages.debian.org/sid/libjavassist-java-doc has a link to http://packages.debian.org/sid/libjavassist-java-doc/all/filelist, which shows the following error: No such package in this suite on this architecture. Best Regards, robert --

Bug#427036: hplip: Please add LSB formatted dependency info in init.d script

2007-11-18 Thread Petter Reinholdtsen
Here is a complete patch for the init.d script. I dropped the redundant $local_fs, as it is also a dependency for $remote_fs. --- /etc/init.d/hplip.orig 2007-10-23 14:08:42.0 + +++ /etc/init.d/hplip 2007-11-18 09:21:20.0 + @@ -1,4 +1,13 @@ #! /bin/sh +### BEGIN INIT

Bug#451589: laptop-mode: *AC_HD_POWERMGMT variable is set to 255 instead of 254

2007-11-18 Thread Bart Samwel
giggz wrote: There are lots of discussions about this topic (hard drive clicking) on lots of forum. I read that 255 is a bad value for hdparm -B It could have border effect or something like that. People recommend to use 254 instead...And you can see that the acpi-support package change his

Bug#352873: osirismd: Username and passwords are stored in cleartext

2007-11-18 Thread Jamie Wilkinson
This one time, at band camp, Kelly Brown wrote: username and passwords are stored in cleartext in a Berkleydb. If you can read the db file you can run strings on it and see everybody's passwords in the clear. As this is a security application, I think this needs to be fixed. If you can read

Bug#451752: gqview: 'RightClickEditin Electric Eyes' opens with easy editor (ee)

2007-11-18 Thread A. Costa
Package: gqview Version: 2.0.4-1 Severity: normal My system has the 'ee' package installed, but not 'eeyes': % dlocate -s ee eeyes | rgrep '^Pack.*\|^Status.*\|^Ver.*' Package: ee Status: install ok installed Version: 1:1.4.2-7 Package: eeyes Status: deinstall ok

Bug#438992: #438992: gqview: Edit-in the Gimp... option is broken with gimp 2.4.0~rc1

2007-11-18 Thread A. Costa
Package: gqview Version: 2.0.4-1 Followup-For: Bug #438992 Today I too noticed this bug on my system. % gqview pix/ # start gqview Unknown option -n # after 'RightclickEditin the Gimp' Hope this helps... -- System Information: Debian Release: lenny/sid APT

Bug#451753: black screen after comming back from text console

2007-11-18 Thread Jürgen Richtsfeld
Package: compiz Version: 0.6.3~git20071104.c9009efd-1 Severity: normal --- Please enter the report below this line. --- After enabling some of the plugins compiz seemed to work quite fine. I accidently switched to a text console (ctrl-alt-f8). when comming back I just saw a black screen with

Bug#451760: linux-image-2.6.22-3-amd64: ps2 keyboard plugged into usb adaptor does not work after reconnecting

2007-11-18 Thread Tim Connors
Package: linux-image-2.6.22-3-amd64 Version: 2.6.22-6 Severity: normal If I boot up my laptop with a PS2 keyboard plugged into a USB-PS/2 mouse+keyboard adaptor, then I have a working keyboard and mouse. I think it is these lines that correspond to that upon bootup: usb 3-2: new low speed USB

Bug#451761: proofgeneral: [INTL:de] initial German debconf translation

2007-11-18 Thread Helge Kreutzmann
Package: proofgeneral Version: 3.5-7 Severity: wishlist Tags: patch l10n Please find the initial German debconf translation for proofgeneral attached. Please place this file in debian/po/ as de.po for your next upload. If you update your template, please use 'msgfmt --statistics pofile.po' to

Bug#440227: ITP: silvertree -- high quality 3D RPG for a single player

2007-11-18 Thread Bart Martens
Version 0.2.1 on 17 November 2007. http://www.silvertreerpg.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#451758: gnumeric: French debconf templates translation update

2007-11-18 Thread Jean-Luc Coulon (f5ibh)
Package: gnumeric Version: N/A Severity: wishlist Tags: patch l10n Hi, Please find attached the French debconf templates translation update, proofread by the debian-l10n-french mailing list contributors. Regards Jean-Luc -- System Information: Debian Release: lenny/sid APT prefers

Bug#451756: add a /usr/share/bug/compiz script to bring more diag info

2007-11-18 Thread Cyrille Chépélov
Package: compiz Version: 0.5.2-2 Severity: wishlist please add a /usr/share/bug/compiz/script script to bring more information during reportbug calls, such as the output of fglrx # if installed glxinfo |grep direct glxinfo |grep vendor gconftool --get

Bug#448222: Please add LSB formatted dependency info in init.d script

2007-11-18 Thread Petter Reinholdtsen
[Richard A Nelson] Uhm, please issue the following command: dpkg -S /etc/init.d/libnss-ldap The libnss-ldap package does *NOT* provide that file, nor is there any reason (that I can see) for there to be one... All the work is done via standard nss calls (via nsswitch). Hm, strange.

Bug#451757: hsqldb_1.8.0.9-1(hppa/experimental): FTBFS: ICE: output_operand: invalid expression as operand

2007-11-18 Thread Frank Lichtenheld
Package: gcj-4.2 Version: 4.2.2-3 Severity: important | Automatic build of hsqldb_1.8.0.9-1 on meitner by sbuild/hppa 98-farm | Build started at 20071118-0337 | ** | Checking available source versions... | Fetching source

Bug#451706: compiz yields a blank white screen

2007-11-18 Thread Cyrille Chépélov
[CC'ing fglrx-driver's maintainer] Le dimanche 18 novembre 2007 à 00:38 +0100, Brice Goglin a écrit : FWIW, the pointers shown did follow the mouse pointer theme as set up in GNOME. http://bgoglin.livejournal.com/11253.html could possibly help a bit, but your problem looks much worse than

Bug#443701: Nautilus crashes when viewing properties

2007-11-18 Thread Josselin Mouette
Hi, Le dimanche 18 novembre 2007 à 07:31 +, John Talbut a écrit : Hello This problem is generating loads of reports at gnome: http://bugzilla.gnome.org/show_bug.cgi?id=440988 including mine! It seems to be reported as being fixed:

Bug#451759: cpqarrayd: Please add LSB formatted dependency info in init.d script

2007-11-18 Thread Petter Reinholdtsen
Package: cpqarrayd Version: 2.2-3 Tags: patch User: [EMAIL PROTECTED] Usertags: missing-dependency To be able to check boot script order, and also to be able to start boot scripts in parallel, it is important to know the dependencies of the various boot scripts. The Linux Software

Bug#447412: Outgoing character encoding

2007-11-18 Thread Luca Bruno
Hi, I can't reproduce it on my normal system (Italian with UTF-8). Anyway I found the same dialog when changing the Outgoing character encoding from UTF-8 to ISO-8859-1. Try to set that explicitly to UTF-8 (it's under Common Preferences-Display-Encoding). This dialog can also appear sometime

Bug#451703: white screen of death under compiz

2007-11-18 Thread Cyrille Chépélov
[CC'ing your debian bug report, to alert the maintainer] Hi David, your report looks oddly similar to mine, save for the brand of your graphics adapter... can you have a peek at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451706 in case Brice's suggestions are applicable, or at least to

Bug#451588: texlive-bin: [FTBFS] new libpoppler-dev breaks building

2007-11-18 Thread Frank Küster
Ondřej Surý [EMAIL PROTECTED] wrote: Norbert Preining píše v So 17. 11. 2007 v 11:14 +0100: Package: texlive-bin Version: 2007.dfsg.1-1 Severity: serious libpoppler 0.6 breaks compilation again. Dear Ondrej, please inform depending packages if you upload a API breaking version to

Bug#451748: acpi-support-base: trying to overwrite `/usr/share/acpi-support/policy-funcs', which is also in package acpi-support

2007-11-18 Thread Bart Samwel
Rémi Vanicat wrote: Package: acpi-support-base Version: 0.103-3 Severity: grave Justification: renders package unusable When upgrading today, aptitude faile to install acpi-support-base because it is trying to overwrite `/usr/share/acpi-support/policy-funcs', which is also in package

Bug#450850: RFS: libllmozlib

2007-11-18 Thread Robin Cornelius
Paul Wise wrote: This is where the problems start, because upstream is a mess and I have made the situation much worse. I think the best idea is to work with upstream to get it in shape first, and then work on a Debian package. Looks like the LindenLabs folk are interested in getting it

Bug#451757: hsqldb_1.8.0.9-1(hppa/experimental): FTBFS: ICE: output_operand: invalid expression as operand

2007-11-18 Thread Martin Michlmayr
* Frank Lichtenheld [EMAIL PROTECTED] [2007-11-18 10:34]: | /usr/bin/gcj-4.2 -c -g -O2 -fPIC -findirect-dispatch -fjni hsqldb-1.8.0.9.jar.4.jar -o hsqldb-1.8.0.9.jar.4.o | hsqldb-1.8.0.9.jar.4.jar: In class 'org.hsqldb.util.DatabaseManagerSwing': | hsqldb-1.8.0.9.jar.4.jar: In method

Bug#451763: graphviz_2.16-1(hppa/experimental): FTBFS: ocamlopt: Command not found

2007-11-18 Thread Frank Lichtenheld
]: *** [all] Error 2 | make[1]: Leaving directory `/build/buildd/graphviz-2.16' | make: *** [build-stamp] Error 2 | dpkg-buildpackage: failure: debian/rules build gave error exit status 2 | ** | Build finished at 20071118-0129

Bug#451762: spamassassin: Please add LSB formatted dependency info in init.d script

2007-11-18 Thread Petter Reinholdtsen
Package: spamassassin Version: 3.2.3-1 Tags: patch User: [EMAIL PROTECTED] Usertags: missing-dependency To be able to check boot script order, and also to be able to start boot scripts in parallel, it is important to know the dependencies of the various boot scripts. The Linux

Bug#451665: Please include a doc-base registration file

2007-11-18 Thread Josselin Mouette
reassign 451665 debhelper severity 451665 wishlist retitle 451665 dh_installdocs: please register gtk-doc files in doc-base thanks Le samedi 17 novembre 2007 à 22:23 -0500, Roberto C.Sánchez a écrit : The nice thing about doc-base is that I can then install dwww (or something similar) and serve

Bug#444449: xawtv: build still crashes

2007-11-18 Thread Tim Connors
found 49 3.95.dfsg.1-7 reopen 49 thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#451743: postinst unconditionally attempts to modprobe vboxdrv

2007-11-18 Thread Daniel Baumann
Kel Modderman wrote: The following code in kernel module binary package derived from this package should be removed or made smarter: actually, as you know, modules packages shall not load modules at all; but i didn't get arround to tell michael yet. case ${1} in configure)

Bug#448006: bind9: please provide LSBized init script

2007-11-18 Thread Petter Reinholdtsen
user [EMAIL PROTECTED] usertags 448006 + missing-dependency thanks Actually, the script should only provide bind9. The virtual service $named is better left to insserv to handle. Also, one can drop a few redundant dependencies, and should not require $network is it will make it impossible

Bug#449714: patch

2007-11-18 Thread José Luis Tallón
Raphael Geissert wrote: tags 449714 patch thanks Attaching working watch file (needs to be renamed). Gracias, Raphael :-) A ver si saco un rato, y arreglo todos estos desaguisados (estoy un tanto desbordado, tú sabes ;) De Baghira en concreto, nunca habrá otro release salvo que yo

Bug#451766: python-cheetah: new upstream version available

2007-11-18 Thread Jeremy Laine
Package: python-cheetah Version: 2.0~rc8-1 Severity: wishlist A new version of python-cheetah is available: 2.0.1 Please consider uploading it to Debian. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: amd64

Bug#451638: pulseaudio: #451638 also found on i386...

2007-11-18 Thread Philipp
Package: pulseaudio Followup-For: Bug #451638 Hi Sjoerd, This also happens on i386 for me with the libltld3 from testing (1.5.22-4). Upgrading to the unstable one (1.5.24-1) indeed fixes this problem. Could you maybe bump pa's dependency accordingly ? Thanks, keep up your good work. Philipp

Bug#337640: cupsys: Please add LSB formatted dependency info in init.d script

2007-11-18 Thread Petter Reinholdtsen
severity 337640 normal tags 337640 + patch thanks Here is a patch to document the dependencies. I hope I got it right. --- /etc/init.d/cupsys 2007-08-09 20:54:12.0 +0200 +++ /tmp/cupsys 2007-11-18 11:54:05.0 +0100 @@ -1,4 +1,15 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides:

Bug#451763: graphviz_2.16-1(hppa/experimental): FTBFS: ocamlopt: Command not found

2007-11-18 Thread Cyril Brulebois
tag 451763 pending thanks Frank Lichtenheld [EMAIL PROTECTED] (18/11/2007): your package failed to build from source. Interestingly it build on other architectures so it doesn't seem to be missing build-depends. Thanks for the notice, on my radar already. As mentioned on IRC, mismerge of a

Bug#451706: closed by Brice Goglin [EMAIL PROTECTED] (Re: Bug#451706: compiz yields a blank white screen)

2007-11-18 Thread Cyrille Chépélov
Le dimanche 18 novembre 2007 à 10:18 +, Debian Bug Tracking System a écrit : Seems #451706 is probably not a bug (save for a couple more safeties, such as refusing to run if the system appears to want to run with fglrx but fglrx is not present and/or flgrx is here but the actual

Bug#412408: Is invoking exit(2) in a library the right thing to do?

2007-11-18 Thread Florian Weimer
* Werner Koch: On Thu, 15 Nov 2007 13:19, [EMAIL PROTECTED] said: M null c 1 3 which creates /dev/null, but does not contain a line to create /dev/random. It also contains the comment: So the fix should be pretty easy: M random c 1 8 M urandom c 1 9 Indeed. And you

Bug#451768: Approx doesnt collect garbage with libpam-tmpdir installed

2007-11-18 Thread Emjay
Package: approx Version: 2.8.0 Severity: normal /etc/cron.weekly/approx exits prematurely with the following error when libpam-tmpdir is installed and setup. /tmp/user/0/approx982b38: Permission denied PROBLEMS 1) gc_approx is initially run as root and does setuid32 to user approx 2) strace

Bug#376955: hotkey-setup: Please add LSB formatted dependency info in init.d script

2007-11-18 Thread Petter Reinholdtsen
severity 376955 normal tags 376955 + patch thanks Here is a proposal for dependency information for hotkey-setup. --- /etc/init.d/hotkey-setup.orig2006-04-29 21:09:27.0 +0200 +++ /etc/init.d/hotkey-setup 2007-11-18 12:17:21.0 +0100 @@ -1,4 +1,11 @@ #!/bin/bash +### BEGIN

Bug#451769: ICE in is_hidden_global_store, at tree-ssa-sink.c:207

2007-11-18 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071020-1 PR34140 Automatic build of gnubg_0.15~20061120-1 on em64t by sbuild/amd64 0.53 ... then mv -f .deps/dice.Tpo .deps/dice.Po; else rm -f .deps/dice.Tpo; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I/usr/include/libxml2

Bug#451764: [sparc] ICE: verify_ssa failed (found real variable when subvariables should have appeared)

2007-11-18 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20071116-1 PR34138, with -O, also in dash. Automatic build of busybox_1:1.1.3-5 on devel-tbm.zee.buildserver.net by sbuild/sparc 0.52 ... CC shell/ash.o /build/tbm/busybox-1.1.3/shell/ash.c: In function 'setparam': /build/tbm/busybox-1.1.3/shell/ash.c:8912:

Bug#451765: how to select options in preferences without mouse?

2007-11-18 Thread Harald Dunkel
Package: aptitude Version: 0.4.9-1 I haven't seen it documented anywhere: How can I select and deselect options in the preferences menu, if there is no mouse available, e.g. on the console? Something like 'x', 'y' or the space bar did not work for me. The same problem seems to exist for 0.4.7-1

Bug#451495: fixed in icu 3.6-9

2007-11-18 Thread Kurt Roeckx
notfixed 451495 3.6-9 reopen 451495 thanks * Yet another 32-bit library fix. Files were installed in /32 because of the debian/tmp32 thing. How did this ever work? (Closes: #451495) Now I get: dpkg: error processing lib32icu36_3.6-9_amd64.deb (--unpack): trying to overwrite

Bug#451753: black screen after comming back from text console

2007-11-18 Thread Brice Goglin
Jürgen Richtsfeld wrote: Package: compiz Version: 0.6.3~git20071104.c9009efd-1 Severity: normal --- Please enter the report below this line. --- After enabling some of the plugins compiz seemed to work quite fine. I accidently switched to a text console (ctrl-alt-f8). when comming back I

Bug#451767: libicu36: Depends on lib32icu36

2007-11-18 Thread Kurt Roeckx
Package: libicu36 Version: 3.6-9 Severity: important Hi, It seems that libicu36 depends on lib32icu36 on amd64. I assume this is not intentional. I don't see a reason why it needs to do that. I assume it's picked up by dpkg-shlibdeps while it shouldn't. Kurt -- To UNSUBSCRIBE, email to

Bug#451757: hsqldb_1.8.0.9-1(hppa/experimental): FTBFS: ICE: output_operand: invalid expression as operand

2007-11-18 Thread Frank Lichtenheld
On Sun, Nov 18, 2007 at 11:25:00AM +0100, Martin Michlmayr wrote: I've no idea how to reduce a Java bug, but can you stick that hsqldb-1.8.0.9.jar.4.jar file somewhere. Also, do you get any preprocesed code when you add --save-temps to the cmd line? (I really have no idea how gcj works.) Jar

Bug#451771: iceape-l10n: Please use tighter depends against iceape

2007-11-18 Thread Daniel Baumann
Package: iceape-l10n Hi, although a newer iceape-l10n version may work sometimes with older iceape version, ideally, it should be always in sync. therefore, please add a tighter versioned depends on iceape, so that iceape-l10n do not migrate to testing before the matching iceape has. Depends:

Bug#451772: rt73-common: Still ships symlink in /lib/firmware

2007-11-18 Thread Sven Joachim
Package: rt73-common Version: 1:1.0.3.6-cvs20071114-dfsg1-1 Severity: important From debian/changelog: , | * The /lib/firmware/rt73.bin symlink is created with update-rt73-firmware | script, so the package won't conflict with rt73-firmware package. ` However, the symlink is still

Bug#451743: [Pkg-virtualbox-devel] Bug#451743: postinst unconditionally

2007-11-18 Thread Daniel Baumann
Michael Meskes wrote: Or you simply could have fixed it yourself. i assumed this would need 'further communication', as it's not purely a 'cosmetic' issue. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet:

Bug#451743: [Pkg-virtualbox-devel] Bug#451743: postinst unconditionally

2007-11-18 Thread Michael Meskes
tags 451743 pending thanks On Sun, Nov 18, 2007 at 10:54:57AM +0100, Daniel Baumann wrote: The following code in kernel module binary package derived from this package should be removed or made smarter: actually, as you know, modules packages shall not load modules at all; but i

Bug#451741: [Pkg-virtualbox-devel] Bug#451741: surpress grep output in

2007-11-18 Thread Michael Meskes
tags 451741 pending thanks grep should use the --quiet option, or standard output redirected to /dev/null when invoking: ... Fixed in svn, will be done with the next upload. Michael -- Michael Meskes Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) ICQ:

Bug#451600: libpar-packer-perl: /usr/bin/par.pl vs. policy 10.4

2007-11-18 Thread Niko Tyni
forwarded 451600 http://rt.cpan.org/Public/Bug/Display.html?id=30815 thanks On Sat, Nov 17, 2007 at 09:55:56PM +0200, Damyan Ivanov wrote: Since /usr/bin/par is already taken by the par package, we need something else. Russ Allberry suggested par-archive, which sounds good to me. Unless

Bug#428257: --query-bts should override offline

2007-11-18 Thread Y Giridhar Appaji Nag
retitle 428257 reportbug: --query-bts should override offline thanks On 07/11/18 10:03 +0100, Robert Luberda said ... Reportbug should assume that users are smart enough to know what thay want to gain. If somebody explicity calls `reportbug --query-bts' than thay should be given a list of

Bug#451770: aptitude consumes all cpu cycles, when run under sudo in an closed terminal

2007-11-18 Thread Matthias Bläsing
Package: aptitude Version: 0.4.8-1 Severity: normal --- Please enter the report below this line. --- Hello, when I run sudo aptitude in a terminal and close that terminal, while aptitude is still running, aptitude does not exit as expected, but instead goes to consuming all available cpu

Bug#442321: laptop-mode-tools: Underquoted use of unnecessary temporary files

2007-11-18 Thread Bart Samwel
Chung-chieh Shan wrote: Package: laptop-mode-tools Version: 1.34-1 Severity: normal Tags: patch Hello, /etc/init.d/laptop-mode creates a temporary file without removing it every time it is run, because it invokes rm only on abnormal exit. The numerous occurrences of $( cat $TEMPFILE ) in

Bug#451753: black screen after comming back from text console

2007-11-18 Thread Brice Goglin
reassign 451753 nvidia-glx forcemerge 432803 451753 thank you Jürgen Richtsfeld wrote: After enabling some of the plugins compiz seemed to work quite fine. I accidently switched to a text console (ctrl-alt-f8). when comming back I just saw a black screen with the mouse cursor. nothing else.

Bug#451774: FTBFS: test failure on several architectures

2007-11-18 Thread Niko Tyni
Package: libjavascript-perl Version: 1.04-1 Severity: serious Justification: fails to build from source The new version of libjavascript-perl is failing to build on most architectures. This is possibly an issue with 32-bit archs since amd64 and ia64 are OK. I'll look into this. -- Niko Tyni

Bug#377392: Bug#450432: ... and even more bugs like this?

2007-11-18 Thread Colin Watson
On Sat, Nov 17, 2007 at 06:50:18PM -0800, Russ Allbery wrote: Colin Watson [EMAIL PROTECTED] writes: W: dpkg-dev: manpage-has-errors-from-man usr/share/man/man1/dpkg-architecture.1.gz 104: warning: `C`' not defined I'm not entirely sure what all this line noise is trying to achieve.

Bug#451502: hplip is NON-FREE as of 2.7.10

2007-11-18 Thread Henrique de Moraes Holschuh
On Sun, 18 Nov 2007, Rick Richardson wrote: It looks like this is a violation of GPL -- no source. Something to ask HPLIP upstream about, then. -- One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the

Bug#449360: Merge these bugs?

2007-11-18 Thread Sami Liedes
Hi, I believe all these 4 bugs (#449425, #449360, #449187, #449106) are the same, judging by all of them breaking in pkgRecords::Lookup(). Do you need help debugging this? This is 98% reproducible for me after doing an upgrade where any packages were actually upgraded. See #449187 for a valgrind

Bug#451742: [Pkg-virtualbox-devel] Bug#451742: Don't modprobe vboxadd

2007-11-18 Thread Kel Modderman
On Sunday 18 November 2007 22:09:10 Michael Meskes wrote: On Sun, Nov 18, 2007 at 03:19:28PM +1000, Kel Modderman wrote: Starting VirtualBox Additions...FATAL: Error inserting vboxadd (/lib/modules/2.6.23.8-slh-smp-2/misc/vboxadd.ko): No such device invoke-rc.d: initscript

Bug#451578: genisoimage segfaults when using -J

2007-11-18 Thread Ivan Shmakov
Eduard Bloch [EMAIL PROTECTED] writes: I cannot reproduce your problem with mkisofs and I recommend you to just switch to a recent maintained original from: Blah. If you tried to reproduce his problem than you got access to his filesystem, right? Otherwise I have trouble believing that.

Bug#451578: genisoimage segfaults when using -J

2007-11-18 Thread Ivan Shmakov
Looks like there're issues with merging a previous session in. Both joliet_compare_paths () and generate_joliet_path_tables () assume that whenever `DIRENTRY-parent == reloc_dir', `DIRENTRY-self-parent_rec' will be non-NULL. This is the case when DIRENTRY

Bug#451742: [Pkg-virtualbox-devel] Bug#451742: Don't modprobe vboxadd

2007-11-18 Thread Michael Meskes
On Sun, Nov 18, 2007 at 03:19:28PM +1000, Kel Modderman wrote: Starting VirtualBox Additions...FATAL: Error inserting vboxadd (/lib/modules/2.6.23.8-slh-smp-2/misc/vboxadd.ko): No such device invoke-rc.d: initscript virtualbox-ose-guest-utils, action start failed. dpkg: error processing

Bug#451679: followup

2007-11-18 Thread Riccardo Stagni
tag 451679 + upstream thanks I forgot to say that I worked on the svn version, as the bug still applies there. Since they changed a bit protocol.tcl, the line number isn't the same of the debian unstable package: in the svn version I changed the line number 2913, that is 2899 in the debian

Bug#445432: unconditional modprobe unwanted

2007-11-18 Thread Kel Modderman
Package: et131x-source The claim that modprobing the module unconditionally for the sake of usability is not really strong. The best thing for a user is automatic installation of this module via the conglomerate module packages, along with the linux-image package. In this case it would be

Bug#451753: black screen after comming back from text console

2007-11-18 Thread Jürgen Richtsfeld
hi! find the anwers below. Am Sonntag 18 November 2007 12:03:02 schrieben Sie: Jürgen Richtsfeld wrote: Package: compiz Version: 0.6.3~git20071104.c9009efd-1 Severity: normal --- Please enter the report below this line. --- After enabling some of the plugins compiz seemed to work

Bug#451773: xatitv doesn't hide window manager decorations when in fullscreen mode

2007-11-18 Thread trosos
Package: gatos Version: 0.0.5-16 If I switch xatitv into the fullscreen mode (pressing '*'), it only maximizes the window, without hiding the window manager decorations. --- xatitv(1) says: Keypad * or Double-Click - Toggle fullscreen Mode. -- Tomas trosos Tintera -- To UNSUBSCRIBE,

Bug#451502: hplip is NON-FREE as of 2.7.10

2007-11-18 Thread Rick Richardson
$ pwd /usr/share/hplip/prnt/plugins $ ll total 136 lrwxrwxrwx 1 root rick42 Nov 15 13:09 lj.so - /usr/share/hplip/prnt/plugins/lj-x86_64.so -r-xr-xr-x 1 root rick 56851 Sep 19 13:49 lj-x86_32.so -r--r--r-- 1 root rick 70337 Sep 19 13:49 lj-x86_64.so $ strings * | grep JBIG JBIG-KIT 1.6 --

Bug#244137: Complete story in straw: bug fixed?

2007-11-18 Thread Vincent Lefevre
Hi, On 2007-11-17 17:40:23 +0530, Kumar Appaiah wrote: Could you please check if this bug, (which is that clicking on a Complete story link doesn't always start the browser) still holds in the latest straw in sid (0.27-0.1)? I no longer use straw. So, this bug can be closed as far as I'm

Bug#451578: genisoimage segfaults when using -J

2007-11-18 Thread Ivan Shmakov
Joerg Schilling [EMAIL PROTECTED] writes: $ gdb genisoimage (gdb) set args -C 312032,365680 -M /dev/cdrom -v -v -print-size -JR -uid 0 -gid 0 -graft-points users/ivan/archives/=/.../users/ivan/archives/ Nothing strange (AFAICT) in /.../users/ivan/archives/. I may specify another

Bug#451775: xvnc4viewer: Local loop-back connections are disabled. - server or client?

2007-11-18 Thread Andreas Krüger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: xvnc4viewer Version: 4.1.1+X4.3.0-21 Severity: minor I had some ssh port-forwarding tunnel rigged up for the VNC port 5900 and tried to fire up xnc4viewer localhost, to use that tunnel and connect to the remote VNC server. That failed as

Bug#440115: laptop-mode-tools: Don't touch brightness on lid events

2007-11-18 Thread Bart Samwel
Bart Samwel wrote: Dirk Griesbach wrote: I think there is no need to touch the brightness settings when acting on lid events. At this time after opening the lid the brightness is reset to the one defined in the configuration file and not to the one set before the lid was closed. These

Bug#445078: Bug #445078: laptop-mode-tools: No DPMS settings applied on startup

2007-11-18 Thread Bart Samwel
Hi Robert, Any news on this issue? Cheers, Bart -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#451777: iceweasel: Folder contents displayed twice in local file/folder browser (e.g. using Save Image As)

2007-11-18 Thread Joris Mooij
Package: iceweasel Version: 2.0.0.8-1 Severity: normal Clicking repeatedly on the same folder in the left part of the local file/folder browser (e.g. when saving a page, image or download) sometimes displays the contents of that folder twice in the right part of the local file/folder browser. If

Bug#451719: iceweasel: Pages loading in foreground tab take more CPU than background loading tabs

2007-11-18 Thread Alex
I have moved all plugins out of the way, checked that about:plugins reports No plug-ins are installed and tried again with safe-mode. CPU as reported through the Gnome System Monitor applets is: * 60% when loading a page in the foreground tab when having multiple tabs in the window * nearly

Bug#451105: error: Unsupported character set iso-8859-15

2007-11-18 Thread Daniel Nofftz
Kenshi Muto wrote: ii libcupsimage2 1.3.2-1 Common UNIX Printing System(tm) - ii libcupsys2 1.3.2-1 Common UNIX Printing System(tm) - Please try to update these two packages to 1.3.4-1. Thanks, thanks ! this fixed it. should have seen

Bug#451779: mergeant: crash on drag and drop in relations window

2007-11-18 Thread Daniel van Eeden
Package: mergeant Version: 0.66-1 Severity: normal To reproduce: 1. Start mergant 2. Go to Relations 3. New graph 4. add a table 5. drag a column name and drop it anywhere you like 6. *crash* Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x2b4dd2e62aa0 (LWP 3771)]

Bug#451778: neon28 wish: only GnuTLS version

2007-11-18 Thread Adrian Bunk
Package: neon27 Severity: wishlist It would be nice if there will be only one libneon28 package, linked with GnuTLS, when neon 0.28 will be available. Rationale: - GPL code linking with libssl is always a bit hairy (requires GPL exception); libraries are even more hairy - GnuTLS in neon is

Bug#451742: [Pkg-virtualbox-devel] Bug#451742: Don't modprobe vboxadd

2007-11-18 Thread Michael Meskes
On Sun, Nov 18, 2007 at 10:22:14PM +1000, Kel Modderman wrote: If I put the software on a live debian cd, I can boot the same set of software on real hardware or in a VM. The software should do the correct thing in both the real and virtual worlds. Absolutely right. That's why the init

Bug#449772: patch

2007-11-18 Thread Romain Beauxis
Le Sunday 18 November 2007 06:04:40 Raphael Geissert, vous avez écrit : tags 449772 patch thanks Attaching working watch file (needs to be renamed). Hi ! Thanks for the patch, I'll include it with next upload. Romain

Bug#451776: mergeant should recommend libgnomedb3-bin

2007-11-18 Thread Daniel van Eeden
Package: mergeant Version: 0.66-1 Severity: normal Choosing database-datasources uses gnome-database-properties, so mergeant should strongly recommend to install libgnomedb3-bin. libgnomedb3-bin provides gnome-database-properties-3.0 -- System Information: Debian Release: lenny/sid APT

Bug#451665: Please include a doc-base registration file

2007-11-18 Thread Roberto C . Sánchez
On Sun, Nov 18, 2007 at 10:59:05AM +0100, Josselin Mouette wrote: reassign 451665 debhelper severity 451665 wishlist retitle 451665 dh_installdocs: please register gtk-doc files in doc-base thanks Le samedi 17 novembre 2007 à 22:23 -0500, Roberto C.Sánchez a écrit : The nice thing about

Bug#451742: [Pkg-virtualbox-devel] Bug#451742: Don't modprobe vboxadd

2007-11-18 Thread Kel Modderman
On Sunday 18 November 2007 23:13:19 Michael Meskes wrote: On Sun, Nov 18, 2007 at 10:22:14PM +1000, Kel Modderman wrote: If I put the software on a live debian cd, I can boot the same set of software on real hardware or in a VM. The software should do the correct thing in both the real and

Bug#451780: mozilla-firefox-adblock: adblock not enabled for iceape

2007-11-18 Thread Robert Luberda
Package: mozilla-firefox-adblock Version: 0.5.3.043-3 Severity: normal Tags: patch Hi, I noted that after installing mozilla-firefox-adblock and iceape on other system, adblock kept saying that was not yet enabled and restarting iceape have should enable it (but of course it didn't). The

Bug#451781: pidgin: Program committed suicide

2007-11-18 Thread Yair Mahalalel
Package: pidgin Version: 2.2.2-1 Severity: important File: /usr/bin/pidgin *** Please describe what you were doing when the application crashed *** Closing a window, I think (no debugging symbols found) Using host libthread_db library /lib/i686/cmov/libthread_db.so.1. (no debugging symbols

Bug#451369: aptitude: Does not show installed package with other architecture

2007-11-18 Thread Hristo Vladimirov Hristov
Цитат на писмо от Daniel Burrows [EMAIL PROTECTED]: On Thu, Nov 15, 2007 at 02:22:46PM +0200, Hristo Hristov [EMAIL PROTECTED] was heard to say: The package skype is now shown in aptitude. I think it might be connected to the package architecture: i386, while my install is amd64. Are

Bug#451783: digikam: permission problem accessing usb, although given for group?

2007-11-18 Thread Philipp Marek
X-Reportbug-Version: 3.39 X-Debbugs-Cc: [EMAIL PROTECTED] Package: digikam Version: 2:0.9.2-5+b1 Severity: normal Trying to access a Canon EOS 350D doesn't work if the permissions are granted through a group: /dev/bus/usb# lsusb Bus 002 Device 003: ID 04a9:30ef Canon, Inc. EOS

  1   2   3   4   5   >