Bug#562121: grub-common: Bashism in /etc/grub.d/30_os-prober makes postinst fail

2009-12-23 Thread Felix Zielcke
forcemerge 562061 562121
thanks

Am Dienstag, den 22.12.2009, 23:50 +0100 schrieb Eric Estievenart:
 Package: grub-common
 Version: 1.98~20091221-1
 Severity: important
 Tags: patch
 
 
 at line 40 in /etc/grub.d/30_os-prober:
 
 function osx_entry {
 
 Must be replaced by:
 
 osx_entry() {
 
 Since the shell is #! /bin/sh -e
 so it could be dash !
 
 This generated errors during upgrade of the package, which stays
 in unconfigured state, which you really don't like when it's your
 bootloader. It's probably not fatal, I didn't even check if grub.cfg
 was correctly updated, but since the fix is trivial.
 
 Cheers !

Thanks for the report, but unfortunately you were a bit to slow. Has
been already fixed :)

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561902: iceweasel: Icon images disseapear on Search Engine Plugins when one is being selected

2009-12-23 Thread Mike Hommey
On Wed, Dec 23, 2009 at 02:46:43AM -0500, Deniz Akcal wrote:
 
 I'm on my Lenny laptop right now so the issue does not exist here but I am 
 attaching an image of the Lenny system (modified with gimp). What I circled 
 is what is white in Squeeze instead of having any icons like they do in the 
 image I am sending of Lenny.
 
 When you're selecting another search engine, instead of showing icons, it's 
 all just white then when you made up your mind and clicked on your search 
 engine of choice, the icon shows like it is supposed to.

I am using version 3.5 and certainly don't see such behaviour. Did you
try the safe-mode ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535858: iceweasel forgets first page setting on quit

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Sun, Jul 05, 2009 at 06:22:21PM +0200, Peter T. Breuer wrote:
 Package: iceweasel
 Version: 3.0.11-1
 Severity: normal
 
 
 After quiting firefox (usually using the window X button, not quit from
 the menu ...) firefox pretty well always reverts next time to showing
 my windows and tabs from last time at startup, though I always set
 the preference in edit preferences to show blank page (as appropriate
 for a machine that isn't always on the net). It's annoying!
 
 This started happening within the last month, after a recent weasel
 upgrade, or maybe after the upgrade which took me to libc 2.9 (and
 which borke cut and paste from an Eterm).

This sounds like your iceweasel instance is crashing when you kill it.
First, does it still happen for you ? If it does, could you try to
attach a debugger before killing iceweasel ?

Cheers,

Mike

PS: I see you are an Ubuntu user, did you really install the iceweasel
package?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560867: can't write to remote files lines longer than 27441 chars

2009-12-23 Thread Salvatore Bonaccorso
tag 560867 + moreinfo unreproducible
thanks

Hey Bartosz

On Sat, Dec 12, 2009 at 11:18:57PM +0100, Bartosz Fenski aka fEnIo wrote:
 Can't find anything about these limits in documentation so I'm submitting
 this bugreport.
 
 I tried to write some script and everything worked fine until I tried to
 send some long line.
 
 Here goes my script:
 
 #!/usr/bin/perl -W
 
 use strict;
 use Fcntl;
 use warnings FATAL = qw (all);
 use Net::SSH2;
 
 my $ssh2 = Net::SSH2-new();
 $ssh2-connect('hostname') or die $!;
 $ssh2-auth_password('fenio','password');
 my $sftp = $ssh2-sftp();
 my $remote = $sftp-open('/home/fenio/foo.txt', O_WRONLY | O_CREAT | O_TRUNC);
 
 print $remote A x 27442;
 
 Sending 27441 characters works fine.

I tried to reproduce this with your script. It was possible to sent
the 27442 caracters. Are there some hints to problems with your
connection? Do you get more information if you strace the process?

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#562070: RFP: diffpdf -- compares two PDF files textually or visually

2009-12-23 Thread David Paleino
retitle 562070 ITP: diffpdf -- compare two PDF files textually or visually
owner 562070 !
thanks

Hello Mark,

On Tuesday 22 December 2009 13:30:38, Mark Summerfield wrote:
 DiffPDF is used to compare two PDF files--textually or visually.

I ITP diffpdf.

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: This is a digitally signed message part.


Bug#562140: document rasterisk

2009-12-23 Thread Tzafrir Cohen
forwarded 562140  https://issues.asterisk.org/view.php?id=16505
thanks

On Wed, Dec 23, 2009 at 01:49:14PM +0800, jida...@jidanni.org wrote:

 Not even mentioned on its own manpage! Do mention it (or give
 deprecation warnings.)

That man page needs some update. I'll try to do that if nobody beats me
to it. It is maintained upstream, and hence the issue is forwarded.

 
  There is no option combination that will arrive one at the same CLI
  state, but using only line from bash. -x needs the daemon running.
 
 TC If a Asterisk daemon is running:
 
 I was just thinking of the case when wants to make a one liner to start
 a call, but does in not often, so doesn't want run a daemon.
 

Asterisk is not intended to be used as a simple phone. Upstream does not
optimize it that way. I guess you can script something around this by
dropping a call file or with a backgroung asterisk -r process.

But it doesn't make sense to set up the whole server, do a single phone
call, and then exit.

(E.g.: yate(8) tries to optimize itself also as a soft-phone. But I
don't think it has such a single call mode)

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554520: hardcodes gzip

2009-12-23 Thread Laurent Bigonville
Hi,

What the status of this bug? Is anyone working on this?

Regards

Laurent Bigonville



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562120: magics++: “Maintainer” yet again failed to do a basic build test

2009-12-23 Thread Alastair McKinstry

On 2009-12-22 22:49, Cyril Brulebois wrote:

Package: magics++
Version: 2.8.0.dfsg-1
Severity: serious
Justification: FTBFS

Congratz! You failed *yet again* to upload a buildable package!
| autoreconf -if
| configure.ac:79: error: possibly undefined macro: AC_DISABLE_STATIC
|   If this token and others are legitimate, please use m4_pattern_allow.
|   See the Autoconf documentation.
| configure.ac:81: error: possibly undefined macro: AC_PROG_LIBTOOL
| autoreconf: /usr/bin/autoconf failed with exit status: 1


   
This is building fine locally under pbuilder. Rebuilding from a fresh 
install of sid ...


--
Alastair McKinstry  ,alast...@sceal.ie  ,mckins...@debian.org 
http://blog.sceal.ie

Anyone who believes exponential growth can go on forever in a finite world
is either a madman or an economist - Kenneth Boulter, Economist.





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562153: changelogs on packages.d.o broken? (no, not the usual delay)

2009-12-23 Thread Stefano Zacchiroli
Package: www.debian.org
Severity: important


Heya,
  it seems that recently (1 week to 10 days?) the changelogs on
packages.debian.org have broken or are more out of date than they used
to be. Several people on #debian-devel have noticed various non up to
date packages and others are reporting to have switched to the PTS RSS
views to keep an eye on packages evolution (which is suboptimal, has the
PTS doesn't have the changelog entries, the lack of which also breaks
aptitude changelog support).

As a practical example I've this one:

  http://packages.qa.debian.org/f/file.html
  http://packages.debian.org/changelogs/pool/main/f/file/current/changelog

4 days ago the package was uploaded, but it does not appear yet in the
changelog of packages.d.o.

I've seen other bug reports related to this issue, but they seem older
and more related to the fact that changelog are not _always_ up to
date. I'm not asking that, a scheduled update is more than reasonable,
but I've the impression that this time something more serious has
broken.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562154: rkhunter: False warnings from USER_FILEPROP_FILES_DIRS

2009-12-23 Thread Johan Walles
Package: rkhunter
Version: 1.3.6-2
Severity: normal


Hi!

I have the following lines in my /etc/rkhunter.conf:

USER_FILEPROP_FILES_DIRS=/etc/init.d/checkroot.sh
USER_FILEPROP_FILES_DIRS=/etc/init.d/hdparm
USER_FILEPROP_FILES_DIRS=/etc/init.d/bootlogd

After adding them there, I ran rkhunter --propupd as instructed in the 
surrounding comments.

Every time rkhunter runs I now get this:

Warning: The command '/etc/init.d/checkroot.sh' has been replaced by a script: 
/etc/init.d/checkroot.sh: POSIX shell script text executable
Warning: The command '/etc/init.d/hdparm' has been replaced by a script: 
/etc/init.d/hdparm: POSIX shell script text executable
Warning: The command '/etc/init.d/bootlogd' has been replaced by a script: 
/etc/init.d/bootlogd: POSIX shell script text executable

I expected not to get those warnings.

What can I do to get rid of them?

  Regards //Johan

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rkhunter depends on:
ii  binutils  2.20-4 The GNU assembler, linker and bina
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  file  5.03-4 Determines file type using magic
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  perl  5.10.1-8   Larry Wall's Practical Extraction 
ii  postfix [mail-transport-agent 2.6.5-3High-performance mail transport ag

Versions of packages rkhunter recommends:
ii  curl  7.19.7-1   Get a file from an HTTP, HTTPS or 
ii  elinks0.12~pre5-1+b1 advanced text-mode WWW browser
ii  iproute   20090324-1 networking and traffic control too
ii  libdigest-sha-perl5.47-1 Perl extension for SHA-1/224/256/3
ii  lsof  4.81.dfsg.1-1  List open files
ii  lynx  2.8.8dev.1-1   Text-mode WWW Browser (transitiona
ii  perl [libdigest-sha-perl] 5.10.1-8   Larry Wall's Practical Extraction 
pn  unhidenone (no description available)
ii  wget  1.12-1.1   retrieves files from the web

Versions of packages rkhunter suggests:
ii  bsd-mailx  8.1.2-0.20090911cvs-2 simple mail user agent
pn  tripwire   none(no description available)

-- debconf information:
* rkhunter/apt_autogen: true
* rkhunter/cron_db_update: true
* rkhunter/cron_daily_run: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562070: RFP: diffpdf -- compares two PDF files textually or visually

2009-12-23 Thread David Paleino
Hello Mark,

On Wednesday 23 December 2009 09:27:29, David Paleino wrote:
 I ITP diffpdf.

In the tarball I found boson1.pdf and boson2.pdf.
These are examples for diffpdf, but I, and Debian, can't distribute them 
without the sources.

Would you please publish a tarball with these sources?
Or, otherwise, remove the PDFs, and change the README to point to some 
location on qtrac.eu?

Thank you,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: This is a digitally signed message part.


Bug#562068: Bug 562068: Some more information

2009-12-23 Thread Willi Mann
Some more information: Currently, my system is again in a state where I
can reproduce this bug. My guess is that the stack is created on dirty
memory after a while, so the DbusError struct is not filled with 0s.

However, hal does start successfully, despite the SEGFAULT. The really
strange thing is that after such a start, doing

/etc/init.d/hal restart

stops hal, but it does not come up again until the (re)start is
executed.  But I would guess that this is a different problem.

Attached is output of grepping for probe-input in the hald verbose
output. Of course I can send the full log if needed.

WM

[12393]: 09:34:01.601 [D] probe-input.c:103: Doing probe-input for 
/dev/input/event1 (udi=/org/freedesktop/Hal/devices/temp/89)
[12403]: 09:34:01.611 [D] probe-input.c:103: Doing probe-input for 
/dev/input/event12 (udi=/org/freedesktop/Hal/devices/temp/105)
[12404]: 09:34:01.613 [D] probe-input.c:103: Doing probe-input for 
/dev/input/event9 (udi=/org/freedesktop/Hal/devices/temp/106)
[12417]: 09:34:01.695 [D] probe-input.c:103: Doing probe-input for 
/dev/input/event8 (udi=/org/freedesktop/Hal/devices/temp/147)
Run started hald-probe-input (2) (0) 
!  full path is '/usr/lib/hal/hald-probe-input', program_dir is '/usr/lib/hal'
Run started hald-probe-input (2) (0) 
!  full path is '/usr/lib/hal/hald-probe-input', program_dir is '/usr/lib/hal'
Run started hald-probe-input (2) (0) 
!  full path is '/usr/lib/hal/hald-probe-input', program_dir is '/usr/lib/hal'
Run started hald-probe-input (2) (0) 
!  full path is '/usr/lib/hal/hald-probe-input', program_dir is '/usr/lib/hal'
Run started hald-probe-input (2) (0) 
!  full path is '/usr/lib/hal/hald-probe-input', program_dir is '/usr/lib/hal'
pid 12400: rc=0 signaled=1: /usr/lib/hal/hald-probe-input
pid 12402: rc=0 signaled=1: /usr/lib/hal/hald-probe-input
Run started hald-probe-input (2) (0) 
!  full path is '/usr/lib/hal/hald-probe-input', program_dir is '/usr/lib/hal'


Bug#562149: Some manpages are missing from glibc-doc 2.10.2-2a

2009-12-23 Thread Aurelien Jarno
reassign 562149 manpages-dev
thanks

On Tue, Dec 22, 2009 at 11:13:45PM -0800, Serenity Yaz wrote:
 Package: glibc-doc
 Version: 2.10.2-2
 Severity: important
 
 
 glibc-doc apparently are missing some manpages, including those for
 pthread_create, pthread_join, and probably some others.
 

These manpages have been removed on request from the manpages-dev
maintainer, as this package will provide them (see bug#506515).
Reassigning the bug to this package.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562155: dpkg-dev: Format 3.0 (quilt): Strange behaviour when debian/patches/series points to a file in one of the orig-$foo tarballs

2009-12-23 Thread Fabian Greffrath
Package: dpkg-dev
Version: 1.15.5.5
Severity: normal

Hi,

consider I am trying to package some software test using the new 3.0 
(quilt) package format. Beside the original 'test_1.orig.tar.gz' tarball I 
want to add another tarball 'test_1.orig-foo.tar.gz' that among others holds a 
patch against the original source. Since I want to apply this patch I add it to 
debian/patches/series as ../../foo/01-foo.patch, because I know the content 
of 'test_1.orig-foo.tar.gz' will be extracted into 'test-1/foo' which is two 
directory levels up relative to 'debian/patches'. I do this and everything 
compiles fine.

No comes the strange part:
When I extract the resulting source package 'test_1-1.dsc' via dpkg-source -x 
test_1-1.dsc it creates two(!) directories, namely 'test-1' and 'foo'. The 
'foo' directory contains another directory with the name of the patch 
'01-foo.patch' and this directory finally includes the files that the patch 
modifies. I don't think this is a severy issue, but I believe this is not 
intended, though.

I hope I could get my idea across. If you want to try out yourself, I have made 
a test package available at http://debian.greffrath.com/unstable/test_1-1.dsc.

Thanks for your work,
Fabian

PS: This isn't just a theoretical issue, it has a real use case. For the 
long-abandoned 'XV' picture viewer there is a package available called XV 
Jumbo Patches  that contains both a set of additional files and a patch in a 
tarball. The files are supposed to be copied into the source directory before 
building so I do this in debian/rules (and remove them out in the clean rule); 
then the patch must be applied. Since I don't want to carry an additional copy 
of the (rather huge) patch in 'debian/patches' I directly point to it from 
'debian/patches/series' and thus found this issue.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (550, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg-dev depends on:
ii  base-files5.0.0  Debian base system miscellaneous f
ii  binutils  2.20-4 The GNU assembler, linker and bina
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  dpkg  1.15.5.5   Debian package management system
ii  libtimedate-perl  1.1900-1   Time and date functions for Perl
ii  lzma  4.43-14Compression method of 7z format in
ii  make  3.81-7 An utility for Directing compilati
ii  patch 2.6-2  Apply a diff file to an original
ii  perl [perl5]  5.10.1-8   Larry Wall's Practical Extraction 
ii  perl-modules  5.10.1-8   Core Perl modules
ii  xz-utils  4.999.9beta+20091116-1 XZ-format compression utilities

Versions of packages dpkg-dev recommends:
ii  build-essential   11.4   Informational list of build-essent
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  gcc [c-compiler]  4:4.4.2-2  The GNU C compiler
ii  gcc-4.3 [c-compiler]  4.3.4-6The GNU C compiler
ii  gcc-4.4 [c-compiler]  4.4.2-6The GNU C compiler
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep
ii  gpgv  1.4.10-2   GNU privacy guard - signature veri

Versions of packages dpkg-dev suggests:
ii  debian-keyring [debian-mainta 2009.11.04 GnuPG (and obsolete PGP) keys of D

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562156: ddjvu: produces broken PDFs in some locales

2009-12-23 Thread Jakub Wilk

Package: djvulibre-bin
Version: 3.5.22-7
Severity: normal

(The bug was originally reported here: 
https://bugs.launchpad.net/ubuntu/+source/djvulibre/+bug/499324)


ddjvu produces broken PDF files in locales that use decimal 
separator other than dot:


$ LC_ALL=C ddjvu -format=pdf -page=1 
/usr/share/doc/libdjvulibre-dev/djvu3spec.djvu test-c.pdf

$ LC_ALL=pl_PL.utf8 ddjvu -format=pdf -page=1 
/usr/share/doc/libdjvulibre-dev/djvu3spec.djvu test-pl.pdf

$ diff test-c.pdf test-pl.pdf 
2,3c2,3

streamh 6 0 R ageB ] 612. 792.] )
streamr /CCITTFaxDecode /DecodeParms  /K -1 /Columns 2550 /Rows 3300
---
streamh 6 0 R ageB ] 612, 792,] )
streamr /CCITTFaxDecode /DecodeParms  /K -1 /Columns 2550 /Rows 3300

$ pdftotext test-pl.pdf 
Error (497): Unknown operator ','

Error (504): Unknown operator ','
Error (513): Unknown operator ','
Error (520): Unknown operator ','
Error (527): Unknown operator ','
Error (535): Unknown operator ','
Error (538): Too few (0) args to 'cm' operator


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages djvulibre-bin depends on:
ii  curl  7.19.7-1   Get a file from an HTTP, HTTPS or 
ii  libc6 2.10.2-2   GNU C Library: Shared libraries

ii  libdjvulibre213.5.22-7   Runtime support for the DjVu image
ii  libgcc1   1:4.4.2-6  GCC support library
ii  libstdc++64.4.2-6The GNU Standard C++ Library v3
ii  libtiff4  3.9.2-1Tag Image File Format (TIFF) libra

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559983: lsusb -t stops in an infinite loop

2009-12-23 Thread Aurelien Jarno
On Tue, Dec 08, 2009 at 04:45:54AM +0100, Marco d'Itri wrote:
 Package: usbutils
 Version: 0.86-2
 Severity: normal
 
 This happens on my Dell Latitude E6400 after walking
 /sys/bus/usb/devices/ , please let me know what data you need to debug
 this.
 
 Bus 001 Device 004: ID 0c45:63f1 Microdia 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 005 Device 002: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications 
 Processor
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 

I am not able to reproduce it here. Can you please send me tarball of
your /sys/bus/usb/devices so that I can debug the problem?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562157: ITP: e1000e -- Intel(R) PRO/1000 PCI-Express Gigabit Ethernet driver

2009-12-23 Thread Sheldon Hearn
Package: wnpp
Severity: wishlist
Owner: Sheldon Hearn sheld...@starjuice.net


* Package name: e1000e
  Version : 1.1.2
  Upstream Author : Intel Wired Networking project
e1000-de...@lists.sf.net
* URL : http://sourceforge.net/projects/e1000/
* License : GPL
  Programming Lang: C
  Description : Intel(R) PRO/1000 PCI-Express Gigabit Ethernet
driver

This is the stable version of the e1000e driver for PCI-Express Intel
PRO/1000 Gigabit Ethernet interfaces.

-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.31-16-generic
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562158: please add reportbug integration

2009-12-23 Thread David Paleino
Package: kmail
Version: 4:4.3.4-1
Severity: wishlist
Tags: patch

Hello,
I'm attaching a perl script to add reportbug integration in kmail.

To be honest, this also addresses https://bugs.kde.org/show_bug.cgi?id=89882 , 
but I believe that a --msgfile option to kmail would be a better choice.
However, this is a workaround until that's implemented.

I'm going to file a bug on reportbug too, and block it by this one -- I just 
need to know where this script is going to be put in the package (if it will), 
and its name, if you're going to change it :)

Please let me know as soon as possible, so that I can reportbug reportbug ;)

Thank you for considering, it would be a cool addition if reportbug worked 
with kmail. And, this e-mail has been sent with this script ;)

Kindly,
David

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kmail depends on:
ii  kdebase-runtime   4:4.3.4-2  runtime components from the 
offici
ii  kdelibs5  4:4.3.4-1  core libraries for all KDE 4 
appli
ii  kdepimlibs5   4:4.3.4-1  core libraries for KDE PIM 4 
appli
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-6  GCC support library
ii  libkdepim44:4.3.4-1  KDE PIM library
ii  libkleo4  4:4.3.4-1  certificate based crypto library 
f
ii  libkontactinterfaces4 4:4.3.4-1  KDE Kontact interface library
ii  libkpgp4  4:4.3.4-1  gpg based crypto library for KDE
ii  libksieve44:4.3.4-1  KDE mail/news message filtering 
li
ii  libmimelib4   4:4.3.4-1  KDE mime library
ii  libphonon44:4.5.3-4  Qt 4 Phonon module
ii  libqt4-dbus   4:4.5.3-4  Qt 4 D-Bus module
ii  libqt4-network4:4.5.3-4  Qt 4 network module
ii  libqt4-qt3support 4:4.5.3-4  Qt 3 compatibility library for Qt 
ii  libqt4-xml4:4.5.3-4  Qt 4 XML module
ii  libqtcore44:4.5.3-4  Qt 4 core module
ii  libqtgui4 4:4.5.3-4  Qt 4 GUI module
ii  libstdc++64.4.2-6The GNU Standard C++ Library v3
ii  perl  5.10.1-8   Larry Wall's Practical Extraction 
ii  phonon4:4.5.3-4  Qt 4 Phonon module metapackage

Versions of packages kmail recommends:
ii  procmail  3.22-18Versatile e-mail processor

Versions of packages kmail suggests:
ii  bogofilter1.2.1-1a fast Bayesian spam filter 
(dummy
pn  clamav | f-prot-installer none (no description available)
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP 
rep
ii  gnupg-agent   2.0.13-1   GNU privacy guard - password 
agent
ii  kaddressbook  4:4.3.4-1  KDE address book
pn  kleopatra none (no description available)
ii  pinentry-gtk2 [pinentry-x11]  0.7.6-1+b1 GTK+-2-based PIN or pass-phrase 
en
ii  pinentry-qt4 [pinentry-x11]   0.7.6-1+b1 Qt-4-based PIN or pass-phrase 
entr

-- no debconf information

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


kmail-recompose
Description: Perl program


signature.asc
Description: This is a digitally signed message part.


Bug#562159: first synchonization is ok, subsequent ones fails

2009-12-23 Thread DiCiCat
Package: opensync-plugin-synce
Version: 0.13-4

when i try to synchronize my HTC pda with evolution (just tried with
contacts), the first tentative just after creating the partnership is
correct, my pda received my contacts without any problems.
When i try to restart a synchronisation with multisync0.90 ou with msynctool
(as command line) later, the synchroniation failed.

Deleting all partnershirp, create a new one, an start synchronization again
produce same consequences (fist synchro is ok, next one fail)

-
ch...@minilaptop:~$ msynctool --sync htc
Synchronizing group htc
DEBUG:SynCE:Connect() called
Member 2 of type synce-opensync-plugin just connected
Member 1 of type evo2-sync just connected
All clients connected or error
DEBUG:SynCE:get_changeinfo() called
INFO:SynCE:initiating device synchronization
INFO:SynCE:waiting for engine to complete sync
Member 1 of type evo2-sync just sent all changes
INFO:SynCE:device synchronization complete
DEBUG:SynCE:requesting remote changes
DEBUG:SynCE:got 2 changesets
DEBUG:SynCE:no changes for item type 0
DEBUG:SynCE:processing changes for 2 items of item type 1
Traceback (most recent call last):
  File /usr/lib/opensync/python-plugins/synce-opensync-plugin-2x.py, line
174, in get_changeinfo
change.uid = array.array('B',guid).tostring()
  File /usr/lib/pymodules/python2.5/opensync.py, line 192, in set_uid
def set_uid(self, *args): return _opensync.OSyncChange_set_uid(self,
*args)
TypeError: in method 'OSyncChange_set_uid', argument 1 of type 'OSyncChange
*'
Member 2 of type synce-opensync-plugin had an error while getting changes:
Error during get_changeinfo() method
DEBUG:SynCE:disconnect() called
Member 2 of type synce-opensync-plugin just disconnected
Member 1 of type evo2-sync just disconnected
All clients have disconnected
The sync failed: Unable to read from one of the members
DEBUG:SynCE:finalize() called
Error while synchronizing: Unable to read from one of the members


Bug#495386: ITP: compcache -- creates RAM based block devices to act as swap disks

2009-12-23 Thread Dmitry E. Oboukhov
Hi, Daniel

Your ITP is older than one year. Are You going to build the package?

compcache has been allowed to linux-2.6.33 and its utilities (ioctl)
will be necessary soon.

http://code.google.com/p/compcache/
-- 
... mpd playing: Paul Mauriat - Albinoni's Adagio

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#562010: cynthiune.app: FTBFS on amd64 and kfreebsd-amd64: ICE

2009-12-23 Thread Yavor Doganov
clone 562010 -1
reassign -1 gobjc-4.4
retitle -1 [amd64/kfreebsd-amd64] ICE at -O1 and above: internal compiler 
error: in simplify_subreg, at simplify-rtx.c:4954
severity -1 important
forwarded -1 http://gcc.gnu.org/PR42475
affects -1 cynthiune.app
thanks

В 17:33 +0100 на 22.12.2009 (вт), Cyril Brulebois написа:
 Yavor Doganov ya...@gnu.org (22/12/2009):
ADDITIONAL_OBJCFLAGS=-v -save-temps dpkg-buildpackage|debuild|etc

 Alrighty, will do a little bit later…

Don't bother, please -- I managed to reproduce the ICE on fencepost with
a manually built GCC 4.4.2.  Thanks for your efforts.

Now, what are the options to deal with this FTBFS until the GCC bug is
fixed?

1) Compile with -O0 on amd64/kfreebsd-amd64.  This would be a Debian
Policy violation; I'm not sure if it is allowed in cases like this.

2) Build-depend on gobjc-4.3 on these architectures and compile the
package with that version (assuming, of course, that the ICE doesn't
happen with 4.3).  This is probably slightly clumsy, and would prevent
the eventual removal of gcc-4.3 in the foreseeable future.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#495386: ITP: compcache -- creates RAM based block devices to act as swap disks

2009-12-23 Thread Daniel Baumann

Dmitry E. Oboukhov wrote:

Your ITP is older than one year. Are You going to build the package?


yes, i'll finish it soon.

--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562070: RFP: diffpdf -- compares two PDF files textually or visually

2009-12-23 Thread Mark Summerfield
On 2009-12-23, David Paleino wrote:
 Hello Mark,
 
 On Wednesday 23 December 2009 09:27:29, David Paleino wrote:
  I ITP diffpdf.
 
 In the tarball I found boson1.pdf and boson2.pdf.
 These are examples for diffpdf, but I, and Debian, can't distribute them
 without the sources.
 
 Would you please publish a tarball with these sources?
 Or, otherwise, remove the PDFs, and change the README to point to some
 location on qtrac.eu?

Hi David,

What I've done instead is removed mention of these examples from the
About text (in mainwindow.cpp); they weren't ever mentioned in the
README. This isn't because I mind you having the source but they were
created using the lout typesetting system and I don't want to add that
as a dependency.

I've also put the PDFs on my website and now mention them in the README.

And I've taken the opportunity to do a tiny update to the program (a
cosmetic improvement to the options dialog), and to update the copyright
year. So there is now a new tarball,
http://www.qtrac.eu/diffpdf-0.4.0.tar.gz

I very much want DiffPDF to be part of Debian, so please let me know if
I need to do anything else.

Thanks!

-- 
Mark Summerfield, Qtrac Ltd, www.qtrac.eu
C++, Python, Qt, PyQt - training and consultancy
Rapid GUI Programming with Python and Qt - ISBN 0132354187



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560608: parser: FTBFS: config.status: error: invalid argument: src/lib/ltdl/Makefile

2009-12-23 Thread Sergey B Kirpichev
Hello,

Git version introduce fix for improperly formed patch 199 (use
automake-1.9 instead
of automake-1.10):
WARNING: `automake-1.10' is missing on your system.  You should only need it if
 you modified `Makefile.am', `acinclude.m4' or `configure.in'.
 You might want to install the `Automake' and `Perl' packages.
 Grab them from any GNU archive site.

The new *.dsc file is accessible from mentors.debian.net:
http://mentors.debian.net/debian/pool/main/p/parser/parser_3.4.0-2.dsc

I can't reproduce this FTBFS bug either on a clean chroot build or via
pbuild.  Can you?

On Fri, Dec 11, 2009 at 3:25 PM, Lucas Nussbaum
lu...@lucas-nussbaum.net wrote:
 config.status: error: invalid argument: src/lib/ltdl/Makefile
 make[4]: *** [Makefile] Error 1

 About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
 of the Grid'5000 platform, using a clean chroot.  Internet was not
 accessible from the build systems.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561836: please include revtex4 in addition to revtex4.1

2009-12-23 Thread Norbert Preining
Dear all,

on the Debian side we got a bug report that we ship revtex 4.1 which
seems to be broken, according the aps itself:
http://authors.aps.org/revtex4/index.html
and ask for inclusion of revtex 4.

Stanislav the OP wrote:

On Di, 22 Dez 2009, Stanislav Maslovski wrote:
 The 4.1 version is in a separate class file: revtex4-1.cls so there
 is no filename conflict. Actually, because of this it is impossible to
 process revtex4 files with the never texlive without modifications.
 This by itself must be considered a bug of texlive.
[...]
 I think that upstream had reasons to name the new revtex class
 differently, advising its users to keep both versions (perhaps, at
 least until the bugs of 4.1 fixed).

What about adding a new tlpsrc package 
revtex4
that ships the original revtex4 version which is still working?

Should we do that in TeX Live?

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, JapanTU Wien, Austria   Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

DORCHESTER (n.)
A throaty cough by someone else so timed as to obscure the crucial
part of the rather amusing remark you've just made.
--- Douglas Adams, The Meaning of Liff



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562070: RFP: diffpdf -- compares two PDF files textually or visually

2009-12-23 Thread David Paleino
On Wednesday 23 December 2009 11:02:48, Mark Summerfield wrote:
 Hi David,

Hello Mark,

 What I've done instead is removed mention of these examples from the
 About text (in mainwindow.cpp); they weren't ever mentioned in the
 README. This isn't because I mind you having the source but they were
 created using the lout typesetting system and I don't want to add that
 as a dependency.
 
 I've also put the PDFs on my website and now mention them in the README.

Great!

 And I've taken the opportunity to do a tiny update to the program (a
 cosmetic improvement to the options dialog), and to update the copyright
 year. So there is now a new tarball,
 http://www.qtrac.eu/diffpdf-0.4.0.tar.gz

I'm attaching a manpage I wrote, please consider including it in your next 
upload.

 I very much want DiffPDF to be part of Debian, so please let me know if
 I need to do anything else.

Sure.
One thing I would do is clarifying the licensing information for images/*. 
Where did you get them from? So that I can put a notice in debian/copyright 
mentioning this (and pointing to this bugreport, for future reference).

Also, I have a couple of suggestion, but these could be added in a future 
release. It would be cool to be able to do:

$ diffpdf --visual file1 file2

(or --textual), and have it automatically start the comparison.

Thank you for cooperating!
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
.TH DIFFPDF 1 December 23, 2009
.SH NAME
diffpdf \- compare two PDF files textually or visually
.SH SYNOPSIS
.B diffpdf
.RI [ file1 ]
.RI [ file2 ]
.SH DESCRIPTION
This manual page documents briefly the \fBdiffpdf\fP command.
.PP
\fBDiffPDF\fP is used to compare two PDF files.
.br
By default the comparison is of the text on each pair of pages, but
comparing the appearance of pages is also supported (for example, if
a diagram is changed or a paragraph reformatted). It is also possible
to compare particular pages or page ranges. For example, if there are
two versions of a PDF file, one with pages 1-12 and the other with
pages 1-13 because of an extra page having been added as page 4, they
can be compared by specifying two page ranges, 1-12 for the first and 1-3,
5-13 for the second. This will make DiffPDF compare pages in the pairs
(1, 1), (2, 2), (3, 3), (4, 5), (5, 6), and so on, to (12, 13).
.SH AUTHOR
diffpdf was written by Mark Summerfield m...@qtrac.eu.
.PP
This manual page was written by David Paleino da...@debian.org,
for the Debian project (and may be used by others).


signature.asc
Description: This is a digitally signed message part.


Bug#547473: Confirming ulimit

2009-12-23 Thread Gonzalo Bermúdez
I'm sorry for the delay, for some reason I did not get your replies to
my email and wasn't aware of them.

Michael, indeed, ulimit -n shows 1024.
Kenneth, I'll try that ASAP and post here the results.

-- 
Gonzalo Bermúdez | http://www.gonz0.com.ar/ | PGP 0xE2FC4825


signature.asc
Description: This is a digitally signed message part


Bug#562070: RFP: diffpdf -- compares two PDF files textually or visually

2009-12-23 Thread Mark Summerfield
On 2009-12-23, David Paleino wrote:
 On Wednesday 23 December 2009 11:02:48, Mark Summerfield wrote:
  Hi David,
 
 Hello Mark,
 
  What I've done instead is removed mention of these examples from the
  About text (in mainwindow.cpp); they weren't ever mentioned in the
  README. This isn't because I mind you having the source but they were
  created using the lout typesetting system and I don't want to add that
  as a dependency.
 
  I've also put the PDFs on my website and now mention them in the README.
 
 Great!
 
  And I've taken the opportunity to do a tiny update to the program (a
  cosmetic improvement to the options dialog), and to update the copyright
  year. So there is now a new tarball,
  http://www.qtrac.eu/diffpdf-0.4.0.tar.gz
 
 I'm attaching a manpage I wrote, please consider including it in your next
 upload.

OK.
 
  I very much want DiffPDF to be part of Debian, so please let me know if
  I need to do anything else.
 
 Sure.
 One thing I would do is clarifying the licensing information for images/*.
 Where did you get them from? So that I can put a notice in 
debian/copyright
 mentioning this (and pointing to this bugreport, for future reference).

I got them from KDE (I mention this at the very end of the README).

 Also, I have a couple of suggestion, but these could be added in a future
 release. It would be cool to be able to do:
 
 $ diffpdf --visual file1 file2
 
 (or --textual), and have it automatically start the comparison.

I'll probably add both since the default comparison mode is the one that
was last set in the GUI.
 
 Thank you for cooperating!

That's okay:-)

BTW The next release is planned for May or June 2010; I'll let you know
when it actually happens.


-- 
Mark Summerfield, Qtrac Ltd, www.qtrac.eu
C++, Python, Qt, PyQt - training and consultancy
Programming in Python 3 (Second Edition) - ISBN 0321680561



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562161: prosody: missing ipv6 support

2009-12-23 Thread Bernd Zeimetz
Package: prosody
Version: 0.6.1-1
Tags: ipv6
Severity: normal

Hi,

as far as I can see prosody is missing ipv6 support, which is one of the release
goals since a long time: http://release.debian.org/lenny/goals.txt

Cheers,

Bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562162: dante-server should allow command-line configuration of external ip/device

2009-12-23 Thread Victor Pablos Ceruelo
Package: dante-server
Version: 1.1.19.dfsg-3+b1
Severity: wishlist

Dante is a really useful tool, but when using dhcp to get external ip address 
it exits with error.

In http://blog.edseek.com/~jasonb/articles/dante_tunnel.shtml
the author suggests a perl script to change the configuration file after dhcp 
is run and set the new ip/device on danted.conf file, 
but this is not the correct solution.

If it were possible to set the external ip/external device from the command 
line we could just avoid stupid bug reports saying that
danted does not work due to a non-exitent external device (the one specified in 
the default config file).

In this way, danted can crash (as it does) when we disable the device it is 
using and we can load it again by using a dhcp exit hook.

Thanks in advance, 

Victor.

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'stable'), (90, 'proposed-updates'), (80, 
'testing'), (60, 'unstable'), (30, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-bpo.2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dante-server depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libpam0g  1.0.1-9Pluggable Authentication Modules l
ii  libwrap0  7.6.q-18   Wietse Venema's TCP wrappers libra

dante-server recommends no packages.

dante-server suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562163: luasocket: missing ipv6 support

2009-12-23 Thread Bernd Zeimetz
Package: luasocket
Tags: ipv6
Severity: normal

Hi,

as far as I can see luasocket is missing ipv6 support, which is one of the
release goals since a long time: http://release.debian.org/lenny/goals.txt

Cheers,

Bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522097: ssh -X u...@host iceweasel crashes with Bus Error when doing Edit|Preferences

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Tue, Mar 31, 2009 at 02:41:47PM -0400, Daniel Dickinson wrote:
 Package: iceweasel
 Version: 3.0.6-1
 Severity: normal
 
 
 Iceweasel doesn't handle being run through ssh very well.   If I ssh 
 u...@host, and then at the bash prompt (or ssh -X u...@host iceweasel), 
 then when I try to do Edit|Preferences iceweasel crashed with 'Bus Error'.

I can't reproduce this. Does it still happen for you with the latest
xulrunner-1.9 and iceweasel from Lenny ?

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#504244: Vim script to turn on and use xterm bracketed paste mode

2009-12-23 Thread Josh Triplett
tags 504244 + patch
thanks

Well, most of the patch, anyway.

The following, added somewhere vim runs at startup, will use xterm's
bracketed paste mode to make pasting automatically enable paste mode
(and insert mode).  Also works fine in ~/.vimrc .

if term == xterm
let t_ti = t_ti . \e[?2004h
let t_te = \e[?2004l . t_te
function XTermPasteBegin(ret)
set pastetoggle=Esc[201~
set paste
return a:ret
endfunction
map expr Esc[200~ XTermPasteBegin(i)
imap expr Esc[200~ XTermPasteBegin()
endif

Note that this will only work in terminals which implement bracketed
paste mode.  This includes xterm, but not necessarily every terminal
with TERM=xterm; however, it shouldn't do any harm if bracketed paste
mode doesn't exist, assuming the terminal at least knows to ignore
enable/disable commands for modes it doesn't know about.

Due to limitations of paste mode, I couldn't make this work if already
*in* paste mode (because vim doesn't interpret mappings), nor can I
avoid overwriting pastetoggle (because I don't have a place to restore
it from after the paste finishes).  However, note that I don't overwrite
pastetoggle unless the bracketed paste mode works.  Native support for
bracketed paste modes in vim could potentially avoid both of those problems.

- Josh Triplett



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562164: libtao-doc: newest version of package is enormous

2009-12-23 Thread Colin Watson
Package: libtao-doc
Version: 5.6.3-6

In version 5.6.3-6, libtao-doc grew by a factor of 50, to 519MB.
libace-doc got quite a bit bigger too. Isn't this a bit excessive? I
imagine lots of this is autogenerated, but 29 times bigger than the
upstream tarball seems a bit much.

I started rebuilding my local Debian mirror last night, and it seems to
have taken most of the night just downloading libtao-doc; given the
former size of the package and the fact that there's no indication of a
change of this magnitude in the changelog, it looks as though it may be
a mistake. Packages this big tend not to be very useful anyway because
many people will just uninstall them rather than having to upgrade them.

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#551604: iceweasel: Iceweasel is crashing over night

2009-12-23 Thread Andreas Tille

On Wed, 23 Dec 2009, Mike Hommey wrote:


Were you able to isolate which plugin was responsible for that ?


Unfortunately not.  I was not able to spend more time on this issue and
currently there is no need to keep the pages which cause the problem
open in my browser.  I Think I will come back to this issue in the new
year.  Meanwhile I upgrade to new minor version of Iceweasel and perhaps
the problem might be disappeared.  I will report and close the bug if
this should be the case.

Many thanks for caring for every single bug this carefully!

Have a nice Christmas

  Andreas.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561476: more info (delay, r100)

2009-12-23 Thread Xavier Bestel
Hi,

a bit more information:
- at boot time, when the initrd modprobes the radeon module, there's a
long timeout (more than 30s) before the drm gives up trying to load the
firmware.
- I tried with an R100 (ATI ES1000), there's the same problem (works
after boot, but times out and fail to load the firmware at initrd time).

HTH,
Xav






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#504060: My multimedia keys doesn't work while scrolling with autoscrolling

2009-12-23 Thread Marco Túlio Gontijo e Silva
Hi Mike.

Em Ter, 2009-12-22 às 21:09 +0100, Mike Hommey escreveu:
(...) 
 On Thu, Oct 30, 2008 at 08:14:07PM -0200, Marco Túlio Gontijo e Silva wrote:
  Package: iceweasel
  Version: 3.0.3-2
  Severity: normal
  
  I have Use autoscrolling set.  When I click with the middle mouse button, it
  enters the autoscrolling mode, and while I'm in it, the multimedia keys 
  from my
  notebook (HP dv 2000) doesn't work.
 
 Did it get any better with newer versions ?

No.  I tested now with my Lenovo R61i and iceweasel 3.5.6-1, and it has
the same problem.

Greetings.
(...)
-- 
marcot
http://marcot.iaaeee.org/





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562165: CVE-2009-4369, CVE-2009-4370, CVE-2009-4371: Several XSS issues

2009-12-23 Thread Steffen Joeris
Package: drupal6
Severity: grave
Tags: security patch

Hi Luigi,
the following CVE (Common Vulnerabilities  Exposures) ids were
published for drupal6.

CVE-2009-4371[0]:
| Cross-site scripting (XSS) vulnerability in the Locale module
| (modules/locale/locale.module) in Drupal Core 6.14, and possibly other
| versions including 6.15, allows remote authenticated users with
| administer languages permissions to inject arbitrary web script or
| HTML via the (1) Language name in English or (2) Native language name
| fields in the Custom language form.

CVE-2009-4370[1]:
| Cross-site scripting (XSS) vulnerability in the Menu module
| (modules/menu/menu.admin.inc) in Drupal Core 6.x before 6.15 allows
| remote authenticated users with permissions to create new menus to
| inject arbitrary web script or HTML via a menu description, which is
| not properly handled in the menu administration overview.

CVE-2009-4369[2]:
| Cross-site scripting (XSS) vulnerability in the Contact module
| (modules/contact/contact.admin.inc or modules/contact/contact.module)
| in Drupal Core 5.x before 5.21 and 6.x before 6.15 allows remote
| authenticated users with administer site-wide contact form
| permissions to inject arbitrary web script or HTML via the contact
| category name.

If you fix the vulnerabilities please also make sure to include the
CVE ids in your changelog entry.

For the latter two you can find the upstream patch here[3]. The former
issue has the patch here[4].

For lenny, please coordinate with the stable release team and go via
stable-proposed-updates as these issues do not seem to warrant a DSA.

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4371
http://security-tracker.debian.org/tracker/CVE-2009-4371
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4370
http://security-tracker.debian.org/tracker/CVE-2009-4370
[2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4369
http://security-tracker.debian.org/tracker/CVE-2009-4369
[3] http://drupal.org/files/sa-core-2009-009/SA-CORE-2009-009-6.14.patch
[4] http://www.madirish.net/?article=442



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562166: eeepc-acpi-scripts: Softbuttons Fn+F5–F9 do not work.

2009-12-23 Thread Paul Menzel
Subject: eeepc-acpi-scripts: Softbuttons Fn+F5–F9 do not work.
Package: eeepc-acpi-scripts
Version: 1.1.5
Severity: normal

*** Please type your report below this line ***

Dear Debian hackers,


since some versions (at least since 1.1.4) my softbuttons Fn+F5–F9 do
not work anymore.

I am using a Eee PC 701 4G and linux-image-2.6.32-trunk-686 2.6.32-2. I
think it is the same issue with linux-image-2.6.31*.

If I press Fn+F5 nothing happens and the same goes for the other keys.
The volume keys do not do anything (checking with `alsamixer`) although
there could be some interferences with PulseAudio? I already tried
setting `SOUND_LABEL='PCM'`. WiFi-toggling with Fn+F2 works though.

Could you give me some hints on how I could debug this?

$ dmesg
[…]
[   10.625463] eeepc_laptop: Eee PC Hotkey Driver
[   10.626106] eeepc_laptop: Hotkey init flags 0x41
[   10.641276] eeepc_laptop: Get control methods supported: 0x101711
[   10.663110] input: Asus EeePC extra buttons as 
/devices/platform/eeepc/input/input9
[…]


Thanks,

Paul


$ more /etc/default/eeepc-acpi-scripts
# For a description of the available settings, see
# /usr/share/doc/eeepc-acpi-scripts/examples/eeepc-acpi-scripts.default.gz

ENABLE_OSD='no'
OSD_FONT='DejaVuSans 36'
ENABLE_OSD_BRIGHTNESS='no'
SOUND_LABEL='PCM'
SOUND_SWITCH=
SOUND_SWITCH_EXCLUSIVE=
SOUND_PREFER_MASTER=no
SOUND_VOLUME_STEP=
DETAILED_SOUND_INFO=yes
VGA_ON='--auto'
LVDS_OFF='--off'
SUSPEND_METHOD=pm-suspend
SUSPEND_OPTIONS=--quirk-s3-bios
LOCK_SCREEN_ON_SUSPEND='yes'
LID_CLOSE_ACTION=
BLUETOOTH_FALLBACK_TO_HCITOOL='yes'
SOFTBTN1_ACTION='handle_blank_screen'
SOFTBTN2_ACTION='NONE'
SOFTBTN3_ACTION='handle_camera_toggle'
SOFTBTN4_ACTION='handle_bluetooth_toggle'
FnF_TOUCHPAD='handle_touchpad_toggle'
FnF_RESCHANGE='NONE'
FnF_BACKLIGHTOFF='handle_blank_screen'
FnF_VGATOGGLE='handle_vga_toggle'
FnF_TASKMGR='NONE'
FnF_MUTE='handle_mute_toggle'
FnF_VOLUMEDOWN='handle_volume_down'
FnF_VOLUMEUP='handle_volume_up'
PWR_CLOCK_AC=
PWR_CLOCK_BATTERY=
#DEFAULT_SHENGINE_CONFIG=manual
#SHENGINE_FORCE_ENABLE=0


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eeepc-acpi-scripts depends on:
ii  acpi-support-base 0.131-2scripts for handling base ACPI eve
ii  acpid 1:2.0.0-1  Advanced Configuration and Power I
ii  pm-utils  1.2.6.1-3  utilities and scripts for power ma

Versions of packages eeepc-acpi-scripts recommends:
ii  alsa-utils1.0.21-1   ALSA utilities

Versions of packages eeepc-acpi-scripts suggests:
pn  aosd-cat  none (no description available)
ii  gnome-osd 0.12.2-1   OSD message framework for GNOME
ii  ttf-dejavu2.30-2 Metapackage to pull in ttf-dejavu-

-- no debconf information


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#562165: drupal5?

2009-12-23 Thread Steffen Joeris
Hi Luigi

By the way, drupal5 is also affected by at least one of these issues. Can we 
remove drupal5 from debian or is there a reason for keeping it? It would be 
easier foaev it gone, then we'd only have to track one package.

Cheers
Steffen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#490769: iceweasel: input field boxes vanish randomly

2009-12-23 Thread Julian Gilbey
reopen 490769
found 490769 3.5.5-1
thanks

On Tue, Dec 22, 2009 at 06:35:38PM +0100, Mike Hommey wrote:
 Version: 3.5-1
 
 On Tue, Dec 22, 2009 at 08:38:01AM -0500, Daniel Jacobowitz wrote:
  On Tue, Dec 22, 2009 at 02:05:12PM +0100, Mike Hommey wrote:
   I have never experienced these :-/
   Did it continue with more recent version ? (especially 3.0 in lenny
   currently and/or 3.5.x in squeeze)
  
  It went on for a long while; I think it still happened in lenny.  But
  it doesn't happen with the latest packages in sid or from Mozilla.
 
 Thanks. Closing the bug accordingly.

Still happening to me from time to time - just happened as I was
typing in a password on http://www.plus.net/  In fact, on one of the
pages, it won't even let me type in the input box - I don't know if
that's related.

   Julian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#490769: iceweasel: input field boxes vanish randomly

2009-12-23 Thread Mike Hommey
On Wed, Dec 23, 2009 at 10:39:38AM +, Julian Gilbey wrote:
 reopen 490769
 found 490769 3.5.5-1
 thanks
 
 On Tue, Dec 22, 2009 at 06:35:38PM +0100, Mike Hommey wrote:
  Version: 3.5-1
  
  On Tue, Dec 22, 2009 at 08:38:01AM -0500, Daniel Jacobowitz wrote:
   On Tue, Dec 22, 2009 at 02:05:12PM +0100, Mike Hommey wrote:
I have never experienced these :-/
Did it continue with more recent version ? (especially 3.0 in lenny
currently and/or 3.5.x in squeeze)
   
   It went on for a long while; I think it still happened in lenny.  But
   it doesn't happen with the latest packages in sid or from Mozilla.
  
  Thanks. Closing the bug accordingly.
 
 Still happening to me from time to time - just happened as I was
 typing in a password on http://www.plus.net/  In fact, on one of the
 pages, it won't even let me type in the input box - I don't know if
 that's related.

Could this be related to your window manager ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#504060: My multimedia keys doesn't work while scrolling with autoscrolling

2009-12-23 Thread Mike Hommey
On Wed, Dec 23, 2009 at 08:48:48AM -0200, Marco Túlio Gontijo e Silva wrote:
 Hi Mike.
 
 Em Ter, 2009-12-22 às 21:09 +0100, Mike Hommey escreveu:
 (...) 
  On Thu, Oct 30, 2008 at 08:14:07PM -0200, Marco Túlio Gontijo e Silva wrote:
   Package: iceweasel
   Version: 3.0.3-2
   Severity: normal
   
   I have Use autoscrolling set.  When I click with the middle mouse button, 
   it
   enters the autoscrolling mode, and while I'm in it, the multimedia keys 
   from my
   notebook (HP dv 2000) doesn't work.
  
  Did it get any better with newer versions ?
 
 No.  I tested now with my Lenovo R61i and iceweasel 3.5.6-1, and it has
 the same problem.

What is your window manager ? What is handling the multimedia keys ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#522249: iceweasel: reproducible segfault at a particular URL

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the delayed answer.

On Wed, Apr 01, 2009 at 10:52:37PM -0400, Sanjoy Mahajan wrote:
 Package: iceweasel
 Version: 3.0.7-1
 Severity: normal
 File: /usr/bin/firefox
 
 I can reproducibly segfault iceweasel as follows:
 
 $ mv ~/.mozilla ~/.mozilla-save  # cleaning the slate
 $ firefox 
 'http://209.196.51.104/ME2/dirmod.asp?sid=nm=Articlestype=Publishingmod=Publications%3A%3AArticlemid=8F3A7027421841978F18BE895F87F791tier=4id=6F8167F96E244CF483D59E755DCA322E'
 
 Then when I click the 'printer friendly format' link, a smaller window
 pops up, disappears along with the whole browser session, and
 the shell tells me 'Segmentation fault' 

I don't see a printer friendly format link on the given page. Did the
page change in the meantime ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562155: dpkg-dev: Format 3.0 (quilt): Strange behaviour when debian/patches/series points to a file in one of the orig-$foo tarballs

2009-12-23 Thread Raphael Hertzog
On Wed, 23 Dec 2009, Fabian Greffrath wrote:
 No comes the strange part: When I extract the resulting source package
 'test_1-1.dsc' via dpkg-source -x test_1-1.dsc it creates two(!)
 directories, namely 'test-1' and 'foo'. The 'foo' directory contains
 another directory with the name of the patch '01-foo.patch' and this
 directory finally includes the files that the patch modifies. I don't
 think this is a severy issue, but I believe this is not intended,
 though.

Well, if you use quilt to apply the patch, it will do the same, it will
create the directory and the files. Actually it's patch that is creating
those files due to the -B .pc/../../foo/01-boys-girls.patch/ argument
that it gets. This resolves to ../foo/01-boys-girls.patch/ from the root
directory of the source package.

It looks like quilt has not been designed to allow patches outside of
its patches directory. Any fix for this bug needs to be coordinated with
quilt upstream.

I would suggest to strip the leading ../ first or to convert them to
some other names (../../foo could become _UP_/_UP_/foo or similar).

 out in the clean rule); then the patch must be applied. Since I don't
 want to carry an additional copy of the (rather huge) patch in
 'debian/patches' I directly point to it from 'debian/patches/series' and
 thus found this issue.

I suggest you use a symlink instead of a copy. The debian tarball can
contain a symlink and it should nicely resolve your problem.

Cheers,
-- 
Raphaël Hertzog



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562167: ITP: php5-symfony1.4 -- Open-Source PHP Web Framework

2009-12-23 Thread Federico Gimenez Nieto
Package: wnpp
Severity: wishlist
Owner: Federico Gimenez Nieto fgime...@coit.es


* Package name: php5-symfony1.4
  Version : 1.4.1
  Upstream Author : Fabien Potencier fabien.potenc...@symfony-project.com
* URL : http://www.symfony-project.com/
* License : MIT
  Programming Lang: PHP
  Description : Open-Source PHP Web Framework

Symfony is a full-stack framework, a library of cohesive classes written in
PHP5.

It provides an architecture, components and tools for developers to build
complex web applications faster. Choosing symfony allows you to release your
applications earlier, host and scale them without problem, and maintain them
over time with no surprise.

Symfony is based on experience. It does not reinvent the wheel: it uses most of
the best practices of web development and integrates some great third-party
libraries.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561137: Bug is still there ...

2009-12-23 Thread Werner Thal
Hallo,

I recently updated my wireshark to version 1.2.5-1.
But I still get a SEGFAULT after trying to load lots of mibs wich can not be 
found.
If needed, I can provide strace output. Please let me know.

Kind Regards
Werner Thal



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560837: lighttpd listened on ipv6 only after upgrade

2009-12-23 Thread Anatoly A. Kazantsev
But how to configure lighttpd to open two listening sockets?

-- 
Thanks,
Anatoly


pgp9Kk12ADHr7.pgp
Description: PGP signature


Bug#529991: *** glibc detected *** /usr/lib/iceweasel/firefox-bin: corrupted double-linked list: 0x000000000a492e50 ***

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late reply.

Did it happen ever again with newer version for any of you ?

Mike

On Sun, May 24, 2009 at 10:35:45AM +0200, Sandro Tosi wrote:
 Hi Eric,
 
 On Sun, May 24, 2009 at 00:03, Eric Dorland e...@debian.org wrote:
  * Sandro Tosi (mo...@debian.org) wrote:
  Package: iceweasel
  Version: 3.0.9-1
  Severity: normal
 
  Hello,
  while naviganting between tabs (closing, opening new one, nothing special,
  indeed) iceweasel crashed with the bt below. Once issued a cont comamnd
  the program didn't react, and so in a minure I've Ctrl+C it, retaking a bt.
  If you prefer, I can resend as a txt attached.
 
  (as a side note, I was on a different virtual desktop from the shell I've
  runned iceweasel -g --sync, and that window was not restored from the 
  previous
  session; maybe the 2 facts are related, dunno, but worth mentioning)
 
  Reproducibly? Or just the one time?
 
 Currently it just happened one time, dunno if it is reproducibly (the crash).
 
 For the windows in other virtual desktops not restored I'll try to
 exit from the vdesktop where I started iceweasel and see if other
 windows in other vdesktops are restored. If you have better use cases
 to test, let me know.
 
 Regards,

On Wed, Jun 03, 2009 at 01:03:00AM -0400, Michael W. Fender wrote:
 This is reproducible.  I've been having the same problem.  However, I can't 
 force a reproduce.  It seems almost random.  At first, I thought it was a 
 website's code, but when I could reopen the page with no problem, I did some 
 sniffing.  This is what I have for a system:
 
 Kernel: 2.6.29-2-686
 libc6: 2.9-13
 iceweasel: 3.0.9
 
 Reports are attached.
 -- 
 Fluxxdog
 
 The worst crime you can commit against another human being is to make them 
 think. 
 







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561705: fails to connect to any port

2009-12-23 Thread Andriy Lesyuk

Hi!

I can confirm that after upgrade I'm not able to connect to the Jabber 
server any more... while all looks fine:


# netstat -lnp | grep jabber
tcp6   0  0 :::5269 :::*
LISTEN  31819/jabberd
tcp6   0  0 :::5222 :::*
LISTEN  31819/jabberd


Logs:
Dec 23 12:53:46 andrix jabberd14[31819]: [notice] 
(sessions.192.168.14.2): session manager instance 
'sessions.192.168.14.2' is now responsible for domain 'localhost'
Dec 23 12:53:46 andrix jabberd14[31819]: [notice] 
(sessions.192.168.14.2): session manager instance 
'sessions.192.168.14.2' is now responsible for domain '192.168.14.2'
Dec 23 12:53:46 andrix jabberd14[31819]: [notice] 
(sessions.192.168.14.2): session manager instance 
'sessions.192.168.14.2' is now responsible for domain 
'sessions.192.168.14.2'
Dec 23 12:53:46 andrix jabberd14[31819]: [notice] (-internal): 
initializing server


No more errors anywhere


When trying to telnet:
$ nc -v 127.0.0.1 5222
localhost [127.0.0.1] 5222 (xmpp-client) : Connection refused

Jabberd does not say anything about the reason.

TCPDump:
# tcpdump -n -i lo
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lo, link-type EN10MB (Ethernet), capture size 96 bytes
12:57:58.705142 IP 127.0.0.1.34516  127.0.0.1.5222: Flags [S], seq 
207045932, win 32792, options [mss 16396,sackOK,TS val 2185940 ecr 
0,nop,wscale 6], length 0
12:57:58.705159 IP 127.0.0.1.5222  127.0.0.1.34516: Flags [R.], seq 0, 
ack 207045933, win 0, length 0


How at least I can check the reason???

Thanks,
Andriy



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535858: iceweasel forgets first page setting on quit

2009-12-23 Thread Mike Hommey
On Wed, Dec 23, 2009 at 12:21:10PM +0100, Peter T. Breuer wrote:
 Also sprach Mike Hommey:
  Sorry for the late answer.
 
 No problem ...
 
  On Sun, Jul 05, 2009 at 06:22:21PM +0200, Peter T. Breuer wrote:
   Package: iceweasel
   Version: 3.0.11-1
   Severity: normal
   
   
   After quiting firefox (usually using the window X button, not quit from
   the menu ...) firefox pretty well always reverts next time to showing
   my windows and tabs from last time at startup, though I always set
   the preference in edit preferences to show blank page (as appropriate
   for a machine that isn't always on the net). It's annoying!
   
   This started happening within the last month, after a recent weasel
   upgrade, or maybe after the upgrade which took me to libc 2.9 (and
   which borke cut and paste from an Eterm).
  
  This sounds like your iceweasel instance is crashing when you kill it.
 
 Well, it doesn't look that way. It usually asks if I want to close all
 those tabs at once ...

It can still crash after that. That did happen some time ago, where some
crash could happen after libxul.so is dlclose()d, for example.

  First, does it still happen for you ? If it does, could you try to
  attach a debugger before killing iceweasel ?
 
 OK, I can do a lot of debugging. I'll let you know. I guess you're not
 looking forward to closing your iceweasel down either!
 
  Cheers,
  
  Mike
  
  PS: I see you are an Ubuntu user, did you really install the iceweasel
  package?
 
 I'm not an ubuntu user. That distro name stuff seems to come from
 some place that I've never bothered to discover. Cat
 /ect/debian_version says
 
   squeeze/sid

I'm asking because your bug report said:

Distributor ID: Ubuntu
Description:Ubuntu 8.04.1
Release:8.04
Codename:   hardyArchitecture: i386 (i686)


 
 Which also can't be quite right. I follow debian unstable. dpkg -l
 iceweasel says:
 
  ii  iceweasel  3.5.6-1lightweight web browser based on Mozilla
 
 and iceweasel is how I invoke it. Looking at the link:
 
   % ll `which iceweasel`
   lrwxrwxrwx 1 root root 26 Dec 22 23:04 /usr/bin/iceweasel - 
 ../lib/iceweasel/iceweasel*
 
 Which looks conclusive. However, the executable when in flight calls
 itself firefox-bin in the process table:
 
   |-firefox-bin-+-3*[kpdf]
 | | `-14*[{firefox-bin}]
 
  
 and that seems to be because iceweasel is in fact a shell script:
 
   #!/bin/sh
   #
   # The contents of this file are subject to the Netscape Public
   # License Version 1.1 ...
 
 and it looks as though it launches:
 
  MOZ_DIST_BIN=/usr/lib/iceweasel
  MOZ_PROGRAM=${MOZ_DIST_BIN}/firefox-bin that
  MOZ_APP_LAUNCHER=/usr/bin/iceweasel
 
 So /usr/lib/iceweasel/firefox-bin is what's in the air. Dpkg -S says:
 
  iceweasel: /usr/lib/iceweasel/firefox-bin
 
 However, that's merely ANOTHER link:
 
  lrwxrwxrwx 1 root root 33 Dec 22 23:04 /usr/lib/iceweasel/firefox-bin - 
 ../xulrunner-1.9.1/xulrunner-stub*
 
 And dpkg says:
 
  ii  xulrunner-1.9. 1.9.1.6-1  XUL + XPCOM application runner
 
 Whatever an xul is, I don't know. But xulrunner is also a debian
 package. It's not big on man pages or docs, but the docs I can see
 point squarely at a debian origin. Mozilla public license. Note
 from some stranger called Mike Hommey at debian in 2006 as the
 README.Debian.  Debian changelog updated by yourself in 16 Dec.
 
 As to what it actually IS, not a clue available (situation normal:
 grumble grumble, a README used to actually SAY).
 
 BTW, the iceweasel script seems to be dedicated to intercepting a
 --debugger flag and launching the program with gdb or ddd as
 controller. One might have thought a good attempt at that could be
 made from within firefox itself, launching a debugger window
 containing a ptrace attached to itself (assuming it gets that far,
 that is). It would have been user-friendlier, in a sense.

That's what bug-buddy and other programs are for.

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532033: Iceweasel give some errors: Eel-WARNING **: nautilus-directory.c: directories hash table still has 1 element at quit time

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Fri, Jun 05, 2009 at 05:33:41PM -0400, Maximi89 wrote:
 Package: Iceweasel
 Version: 3.0.9-1
 
 I was using Iceweasel, when this start to give me sound problems... so
 i start it on the terminal... but i see more than 1, like 3, the most
 important i think is the hash of nautilus...
 i see something about this error of hash
 https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/93408
 
 ALSA lib pcm_dmix.c:1008:(snd_pcm_dmix_open) unable to open slave
 
 ** (nautilus:30833): WARNING **: Unable to add monitor: No soportado
 Nautilus-Share-Message: Called net usershare info but it failed: La
 «red compartida» devolvió el error 255: net usershare: cannot open
 usershare directory /var/lib/samba/usershares. Error Permiso denegado
 You do not have permission to create a usershare. Ask your
 administrator to grant you permissions to create a share.

Do I understand correctly that you main problem is with sound ? Is this
that you have sound problem with other applications when iceweasel is
running ?

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561836: [tex-live] Bug#561836: please include revtex4 in addition to revtex4.1

2009-12-23 Thread T T
2009/12/23 Norbert Preining prein...@logic.at:

 What about adding a new tlpsrc package
        revtex4
 that ships the original revtex4 version which is still working?

 Should we do that in TeX Live?

Yes, that's a good idea. I've been recently bitten by one of the bugs
myself and had to patch things up manually (already reported
upstream). REVTeX 4.1 is not a drop-in replacement for REVTeX 4 and
thus should be a separate package.

Cheers,

Tomek



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532479: iceweasel: weird font corruption caused by scrolling (missing lines)

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Wed, Jun 10, 2009 at 07:40:00AM +0200, Vincent Lefevre wrote:
 On 2009-06-09 08:42:35 -0700, Vincent Lefevre wrote:
  Bug 272296 has reappeared on my new machine: when scrolling,
  I sometimes get missing lines.
 
 Well, it is not the same bug. With bug 272296, the rendering could be
 fixed by scrolling again.
 
 Here the line is still missing after scrolling.

On Tue, Jul 14, 2009 at 12:04:03PM +0200, Stefan Lüthje wrote:
 
 Hi all,
 
 this seems to be a problem on AMD64 systems. Same here.

This does look like a possible bug in cairo or something down the stack.
Does it still happen with newer versions ?

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#500761: iceweasel: SegFault on Flash MP3 player when AdBlock is installed

2009-12-23 Thread Sander Marechal

On 12/22/2009 08:37 PM, Mike Hommey wrote:

Did it get any better with newer releases ? (such as the current one in
Lenny or Squeeze)


Yes. Current Lenny does not seem to crash anymore. But I have no idea 
whether that's because of a better IceWeasel, better Flash or a better 
AdBlock.


--
Sander Marechal



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535563: iceweasel: Fast mouse scrolling down causes window to scroll right

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Fri, Jul 03, 2009 at 10:54:56AM +0100, Stanisław Pitucha wrote:
 Package: iceweasel
 Version: 3.0.9-1
 Severity: normal
 
 If I try to scroll a webpage fast enough downwards, content starts
 scrolling to the right slowly, every couple of lines. I'd say it's about
 1 tick right, per every page scrolled down.
 That behaviour seems to stop after some focus switching, or moving the
 horizontal scrollbar, but I can't pinpoint what is it really. For newly
 loaded pages, it happens again.

Does that still happen with newer versions, or maybe newer mouse drivers ?

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562169: vnc4server opens only IPv6 socket and does not work with IPv4 VPN

2009-12-23 Thread Jussi Judin
Package: vnc4server
Version: 4.1.1+X4.3.0-34
Severity: normal


I have an OpenVPN connection from one computer to another where there
are only IPv4 addresses in use and as vnc4server only opens IPv6
sockets, I can't connect to this vnc4server over the VPN
connection. This is due patch in bug #550789 and if this patch is
disabled, IPv4 socket is opened and everything works
correctly. Following output from lsof is given when looking at the
open VNC port:

% lsof -n | grep 5901
Xvnc4 28234   jussi3u IPv6 153656 0t0   
 TCP *:5901 (LISTEN)

Also, my main network interface has IPv6 address assigned on the
computer I'm running the server.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (800, 'testing'), (100, 'unstable'), (99, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages vnc4server depends on:
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libgcc11:4.4.2-3 GCC support library
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  x11-common 1:7.4+4   X Window System (X.Org) infrastruc
ii  xbase-clients  1:7.4+4   miscellaneous X clients - metapack
ii  xserver-common 2:1.6.5-1 common files used by various X ser
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages vnc4server recommends:
ii  xfonts-base   1:1.0.0-6  standard fonts for X

Versions of packages vnc4server suggests:
pn  vnc-java  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535593: Extensions: error when trying to find an update

2009-12-23 Thread Mike Hommey
Hi,

On Fri, Jul 03, 2009 at 03:57:29PM +0200, Vincent Lefevre wrote:
 Package: iceweasel
 Version: 3.0.11-1
 Severity: normal
 
 I have the Web Developer 1.1.6 extension installed. When I ask
 Find Update, I get the following error:
 
   An error occurred while trying to find updates for Web Developer.
 
 Unfortunately the error message doesn't say more about the problem.
 I just know that I had no problems with upstream's Firefox under
 Mac OS X.

I have a somewhat similar problem, except that i get the update version
number, but can't update. Did that become like that for you ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535563: iceweasel: Fast mouse scrolling down causes window to scroll right

2009-12-23 Thread Stanisław Pitucha
On 23/12/09 11:48, Mike Hommey wrote:
 Does that still happen with newer versions, or maybe newer mouse drivers ?

It happened with the last version of 3.0.X I used in November... After I
switched to the 3.5.5 package, it stopped (no other packages were
changed at that time). I'm not using the 3.0.x anymore, so can't really
confirm what happened there, or whether it still happens.
I cannot reproduce it with 3.5.X at all.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562154: rkhunter: False warnings from USER_FILEPROP_FILES_DIRS

2009-12-23 Thread Julien Valroff
package rkhunter
forcemerge 562154 559696
thanks

Hi Johan,

On Wed, 23 Dec 2009 09:45:16 +0100, Johan Walles johan.wal...@gmail.com
wrote:
 Package: rkhunter
 Version: 1.3.6-2
 Severity: normal
 
 
 Hi!
 
 I have the following lines in my /etc/rkhunter.conf:
 
 USER_FILEPROP_FILES_DIRS=/etc/init.d/checkroot.sh
 USER_FILEPROP_FILES_DIRS=/etc/init.d/hdparm
 USER_FILEPROP_FILES_DIRS=/etc/init.d/bootlogd
 
 After adding them there, I ran rkhunter --propupd as instructed in the
 surrounding comments.
 
 Every time rkhunter runs I now get this:
 
 Warning: The command '/etc/init.d/checkroot.sh' has been replaced by a
 script: /etc/init.d/checkroot.sh: POSIX shell script text executable
 Warning: The command '/etc/init.d/hdparm' has been replaced by a script:
 /etc/init.d/hdparm: POSIX shell script text executable
 Warning: The command '/etc/init.d/bootlogd' has been replaced by a
script:
 /etc/init.d/bootlogd: POSIX shell script text executable
 
 I expected not to get those warnings.
 
 What can I do to get rid of them?

USER_FILEPROP_FILES_DIRS is not what you are looking for (it is meant to
exclude files from the file properties database).

I guess you had a warning about the 'hdparm' string found in these
scripts. To whitelist them, first get rid of the USER_FILEPROP_FILES_DIRS
you have added, and use the RTKT_FILE_WHITELIST option.

They will be added by default (commented) in the configuration file, see
#559696.

Cheers,
Julien



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562164: [Pkg-ace-devel] Bug#562164: libtao-doc: newest version of package is enormous

2009-12-23 Thread Pau Garcia i Quiles
Hello,

It's mostly because of the images and the search capabilities. What
follows is an explanation of the growth but I cannot come with a good
solution to shrink the size.

* Images:

As ACE  5.6.3-6 did not include graphviz as a dependency, images were
not being generated and the docs were image-less. You are right there
is no notice of the addition of graphviz as a build-depends in the
changelog of 5.6.3-6 (there is in the changelog for 5.7.4/5.7.5, in
trunk, but I forgot to add that to 5.6.3-6).

In libace-doc, the .png images account for 50% of the installed size
(112 MB of 225 MB)

In libtao-doc, the .png images account for 40% of the installed size (
450 MB of 1.2GB )

For some images (most of them), an additional HTML page is generated.

* Search:

Doxygen is generating a search engine for all the docs. This is
enabled in ACE 5.6.3 (SEARCHENGINE = yes in the .doxygen files). I
don't know why this was not being generated for ACE 5.6.3-5. Why
researching the growth in installed size, I've noticed search is not
working because the search.js files were compressed by debhelper:

./ace-6/usr/share/doc/libace-doc/rmcast/search/search.js.gz
./ace-6/usr/share/doc/libace-doc/search/search.js.gz
./ace-6/usr/share/doc/libace-doc/QoS/search/search.js.gz
./ace-6/usr/share/doc/libace-doc/ssl/search/search.js.gz

We should exclude .js from dh_compress

On Wed, Dec 23, 2009 at 11:29 AM, Colin Watson cjwat...@debian.org wrote:
 Package: libtao-doc
 Version: 5.6.3-6

 In version 5.6.3-6, libtao-doc grew by a factor of 50, to 519MB.
 libace-doc got quite a bit bigger too. Isn't this a bit excessive? I
 imagine lots of this is autogenerated, but 29 times bigger than the
 upstream tarball seems a bit much.

 I started rebuilding my local Debian mirror last night, and it seems to
 have taken most of the night just downloading libtao-doc; given the
 former size of the package and the fact that there's no indication of a
 change of this magnitude in the changelog, it looks as though it may be
 a mistake. Packages this big tend not to be very useful anyway because
 many people will just uninstall them rather than having to upgrade them.



-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535706: iceweasel: assert failed when Bookmark all tabs

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Sat, Jul 04, 2009 at 06:26:32PM +0200, Sandro Tosi wrote:
 Package: iceweasel
 Version: 3.0.11-1
 Severity: normal
 
 Hello,
 when bookmarking all tabs (exactly when clicking on Add bookmarks button) in
 the current window a popup is shown:
 
 ASSERT: undefined
 Stack Trace: 
 0:BPP__getURITitleFromHistory(undefined)
 1:BPP__getTransactionsForURIList()
 2:BPP__getCreateNewFolderTransaction(987,-1)
 3:BPP__getCreateItemTransaction()
 4:BPP_onDialogAccept()
 5:anonymous([object Event])
 6:_fireButtonEvent(accept)
 7:_doButtonCommand(accept)
 8:_handleButtonCommand([object XULCommandEvent])

I can't reproduce this with either the version in lenny or the one in
squeeze. Does it still happen for you ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535917: iceweasel: File filter for save as dialog doesn't always work

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Sun, Jul 05, 2009 at 09:03:45PM -0700, Bill Wohler wrote:
 Package: iceweasel
 Version: 3.0.6-1
 Severity: normal
 
 When saving automatically generated documents, the save as dialog
 recognizes the type, probably from the Content-Type HTTP header and
 displays the filter filter correctly (the list above the Save button
 that contains, for example, PDF document or All Files.) However, in
 some cases, NO files at all will be shown in the list of files--just
 directories, if any, even if there are files that match the filter (in
 this case, .pdf files).
 
 If you change the file filter to All Files, then the .pdf files are
 shown.
 
 I believe this happens if the URL for an automatically generated document
 does not end in .pdf as in the following hypothetical example:
 
   https://www.bank.com/statements?account=12345statement=12345

Would you happen to have a real such url that does end up delivering a
pdf file ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#537075: Iceweasel prevented this site (addons.mozilla.org) from asking you to install software on your computer.

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the delay.

On Tue, Jul 14, 2009 at 12:09:16PM -0700, Josh Triplett wrote:
 Package: iceweasel
 Version: 3.5-1
 Severity: normal
 
 Since upgrading to iceweasel 3.5, attempting to install addons from
 addons.mozilla.org produces the yellow warning bar saying:
 
 Iceweasel prevented this site (addons.mozilla.org) from asking you to install 
 software on your computer.
 
 with an Allow button on the right.
 
 Previous versions of iceweasel allowed addons from addons.mozilla.org by
 default.
 
 I can reproduce this with -safe-mode.

Does this still happen for you with the latest versions ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#536180: iceweasel: keyboard shortcut no response over flash block

2009-12-23 Thread Mike Hommey
reassign 536180 flashplugin-nonfree
thanks

Hi,

Sorry for the late answer.

On Tue, Jul 07, 2009 at 06:23:20PM -0700, Kejia wrote:
 Package: iceweasel
 Version: 3.0.11-1
 Severity: normal
 
 Hi all,
 
 When the cursor moves within a flash block in iceweasel, especially clicking 
 over a flash block, the keyboard shortcut of iceweasel does not work anymore 
 until clicking outside the flash block.

I think this is due to the flash plugin grabbing focus and not releasing
it.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542360: hole-punching

2009-12-23 Thread Osamu Aoki
Hi,

Thanks for kind words and excuse me.  I must have got confused with
initial lines of the package description by ovelooking a word
non-zeroed and saw this bug report to get myself more confused.

Here is my comment

| Zerofree finds the unallocated, non-zeroed blocks in an ext2 or ext3
| file-system and fills them with zeroes. 

This is precise. (assuming , being and)

If you were a bit wordy with additional clarification,  Non-native
speaker had easier time :-)  Something along ...

| Zerofree finds the unallocated blocks with non-zero value contents in
| an ext2 or ext3 file-system and fills them with zeroes.  It does not
| touch unallocated blocks with zero value contents at all.

Then even without reading rest of the package description (or manpage),
its advantage and functionality were clear.

 I have _tested_ the software and _read_ the code, it does what it  
 claims. On the other hand, it doesn't _decrease_ the disk image size  
 either. Read on.

Thanks pointing out.  Please read on, too.

 When reading http://intgat.tigress.co.uk/rmy/uml/index.html, I learn
 this zerofree command togeher with sparsify command available from
 http://intgat.tigress.co.uk/rmy/uml/sparsify.c .  But this points out
 that zerofree grows file size.  This beat the purpose for me.

Again, this is false statement by me after my confusion.  This site
properly describes advantage of zerofree.  Excuse me.

 I have not looked in detail at what sparsify does. My understanding is  
 that sparsify is the one which reduces file size. sparsify is useless  
 for me since I use the virtual box utilities for that, and I haven't  
 given enough thought to determine whether sparsify would do the right  
 thing on a virtualbox disk image.

You talk about a secondary utility in the package description and now
explains it as I use the virtual box utilities for that.

I can only think of cp --sparsify=always ... in the host system to
copy such zerofreeed image file and cut down its size.  Can you
elaborate what utility are you using somewhere (manpage README ...).
You seem to suggest hole-punching is done from within virtual box. 

Thanks in advance.

Osamu




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540544: wrong order trying out sources: ~, search, then HTTP

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Sat, Aug 08, 2009 at 08:16:17PM +0200, martin f krafft wrote:
 Package: iceweasel
 Version: 3.0.12-1
 Severity: normal
 
 I have two CNAMEs to a single host on my local network, called flics
 and tunes. Both can be addressed with just the short name, since the
 search domain setup works just fine:
 
   piper:~|master|% ping -nc1 tunes
   PING vizier.oerlikon.madduck.net (192.168.14.5) 56(84) bytes of data.
   64 bytes from 192.168.14.5: icmp_seq=1 ttl=64 time=0.372 ms
   piper:~|master|% ping -nc1 flics
   PING vizier.oerlikon.madduck.net (192.168.14.5) 56(84) bytes of data.
   64 bytes from 192.168.14.5: icmp_seq=1 ttl=64 time=0.362 ms
 
 This works analogously for IPv6.
 
 I also have a directory ~/tunes.
 
 If I tell iceweasel to open 'flics', it will search Google for 'flics'.
 If I tell iceweasel to open 'tunes', it will give me a view of ~/tunes.
 
 Both of those are wrong, IMHO. Iceweasel is a browser, *anything*
 entered should *first* be resolved and tried. *Then* — if it must
 — it can look at ~, and only then should it submit to the search
 engine.
 
 I could not find a way to change this. Thus I am reporting this bug.
 
 A workaround is http://flics and http://tunes, but that's seven
 characters too many in each case.

Does this still happen with latest releases ? Could you check what kind
of requests it actually tries ?

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562164: [Pkg-ace-devel] Bug#562164: Bug#562164: libtao-doc: newest version of package is enormous

2009-12-23 Thread Johnny Willemsen
Hi,

Do you use the .doxygen files under /etc to generate doxygen, or do you do
generate everything? For regular distributions we only use the .doxygen
files in each /etc directory.

JOhnny

 It's mostly because of the images and the search capabilities. What
 follows is an explanation of the growth but I cannot come with a good
 solution to shrink the size.
 
 * Images:
 
 As ACE  5.6.3-6 did not include graphviz as a dependency, images were
 not being generated and the docs were image-less. You are right there
 is no notice of the addition of graphviz as a build-depends in the
 changelog of 5.6.3-6 (there is in the changelog for 5.7.4/5.7.5, in
 trunk, but I forgot to add that to 5.6.3-6).
 
 In libace-doc, the .png images account for 50% of the installed size
 (112 MB of 225 MB)
 
 In libtao-doc, the .png images account for 40% of the installed size (
 450 MB of 1.2GB )
 
 For some images (most of them), an additional HTML page is generated.
 
 * Search:
 
 Doxygen is generating a search engine for all the docs. This is
 enabled in ACE 5.6.3 (SEARCHENGINE = yes in the .doxygen files). I
 don't know why this was not being generated for ACE 5.6.3-5. Why
 researching the growth in installed size, I've noticed search is not
 working because the search.js files were compressed by debhelper:
 
 ./ace-6/usr/share/doc/libace-doc/rmcast/search/search.js.gz
 ./ace-6/usr/share/doc/libace-doc/search/search.js.gz
 ./ace-6/usr/share/doc/libace-doc/QoS/search/search.js.gz
 ./ace-6/usr/share/doc/libace-doc/ssl/search/search.js.gz
 
 We should exclude .js from dh_compress
 
 On Wed, Dec 23, 2009 at 11:29 AM, Colin Watson cjwat...@debian.org
wrote:
  Package: libtao-doc
  Version: 5.6.3-6
 
  In version 5.6.3-6, libtao-doc grew by a factor of 50, to 519MB.
  libace-doc got quite a bit bigger too. Isn't this a bit excessive? I
  imagine lots of this is autogenerated, but 29 times bigger than the
  upstream tarball seems a bit much.
 
  I started rebuilding my local Debian mirror last night, and it seems to
  have taken most of the night just downloading libtao-doc; given the
  former size of the package and the fact that there's no indication of a
  change of this magnitude in the changelog, it looks as though it may be
  a mistake. Packages this big tend not to be very useful anyway because
  many people will just uninstall them rather than having to upgrade them.
 
 
 
 --
 Pau Garcia i Quiles
 http://www.elpauer.org
 (Due to my workload, I may need 10 days to answer)
 
 
 
 ___
 Pkg-ace-devel mailing list
 pkg-ace-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-ace-devel




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562170: netspeed selects wrong default interface

2009-12-23 Thread Chow Loong Jin
Package: netspeed
Version: 0.15.2-1
Severity: normal
Tags: patch

When netspeed is told to use the default interface, it selects the first
interface from /proc/net/route that has a gateway of 0.0.0.0, which is wrong. It
should select the first interface that has a destination IP of 0.0.0.0, as
that would be the default route.

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32.2-hyperzen1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages netspeed depends on:
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.28.0-0ubuntu1   The ATK accessibility toolkit
ii  libbonobo2-0   2.24.2-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.2-1ubuntu2   The Bonobo UI library
ii  libc6  2.10.1-0ubuntu15  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2ubuntu1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1ubuntu12   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgconf2-42.28.0-0ubuntu2   GNOME configuration database syste
ii  libglib2.0-0   2.22.3-0ubuntu1   The GLib library of C routines
ii  libgnome2-02.28.0-0ubuntu3   The GNOME library - runtime files
ii  libgnomecanvas2-0  2.26.0-1  A powerful object-oriented display
ii  libgtk2.0-02.18.3-1ubuntu2   The GTK+ graphical user interface 
ii  libgtop2-7 2.26.1-0ubuntu1   gtop system monitoring library
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 1:2.28.0-0ubuntu6 library for GNOME Panel applets
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters

netspeed recommends no packages.

netspeed suggests no packages.

-- no debconf information
diff -Nur -x '*.orig' -x '*~' netspeed-0.15.2/src/backend.c netspeed-0.15.2.new/src/backend.c
--- netspeed-0.15.2/src/backend.c	2008-09-08 01:07:26.0 +0800
+++ netspeed-0.15.2.new/src/backend.c	2009-12-23 19:33:42.085011004 +0800
@@ -103,7 +103,7 @@
 		
 		if (retval != 11) continue;
 			
-		if (gw == 0  !is_dummy_device(device)) {
+		if (ip == 0  !is_dummy_device(device)) {
 			fclose(fp);
 			return device;
 		}			


Bug#562164: [Pkg-ace-devel] Bug#562164: Bug#562164: libtao-doc: newest version of package is enormous

2009-12-23 Thread Thomas Girard

Hello,

Pau Garcia i Quiles wrote:

It's mostly because of the images and the search capabilities. What
follows is an explanation of the growth but I cannot come with a good
solution to shrink the size.

* Images:

As ACE  5.6.3-6 did not include graphviz as a dependency, images were
not being generated and the docs were image-less. You are right there
is no notice of the addition of graphviz as a build-depends in the
changelog of 5.6.3-6 (there is in the changelog for 5.7.4/5.7.5, in
trunk, but I forgot to add that to 5.6.3-6).

In libace-doc, the .png images account for 50% of the installed size
(112 MB of 225 MB)

In libtao-doc, the .png images account for 40% of the installed size (
450 MB of 1.2GB )

For some images (most of them), an additional HTML page is generated.


I believe those images are needed.


* Search:

Doxygen is generating a search engine for all the docs. This is
enabled in ACE 5.6.3 (SEARCHENGINE = yes in the .doxygen files). I
don't know why this was not being generated for ACE 5.6.3-5. Why
researching the growth in installed size, I've noticed search is not
working because the search.js files were compressed by debhelper:

./ace-6/usr/share/doc/libace-doc/rmcast/search/search.js.gz
./ace-6/usr/share/doc/libace-doc/search/search.js.gz
./ace-6/usr/share/doc/libace-doc/QoS/search/search.js.gz
./ace-6/usr/share/doc/libace-doc/ssl/search/search.js.gz

We should exclude .js from dh_compress


How about disabling search? Files under search/ take more than 600 Mb.

Regards,

Thomas



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561137: Bug is still there ...

2009-12-23 Thread Bálint Réczey
Hi Werner,

I suspect it crashed because of #560325 [1].
An strace log would tell that.

#560325 contains a potential workaround for wireshark, but i think the
bug should be fixed in libsmi
as there are more packages depending on it.

Cheers,
Balint

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560325


2009/12/23 Werner Thal w...@krzn.de:
 Hallo,

 I recently updated my wireshark to version 1.2.5-1.
 But I still get a SEGFAULT after trying to load lots of mibs wich can not be 
 found.
 If needed, I can provide strace output. Please let me know.

 Kind Regards
 Werner Thal






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544563: iceweasel: doesn't display some PNG images

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Tue, Sep 01, 2009 at 05:20:01PM +0200, Jens Seidel wrote:
 Package: iceweasel
 Version: 3.0.12-1
 Severity: normal
 
 Hi,
 
 even after removing ~/.mozilla/firefox/ and using option -safe-mode
 I often notice that iceweasel doesn't display all PNG images. I suspect
 that only transparent images are problematic. Even the not supported
 ones are displayed until the image is completely rendered (I see how the
 first top part is drawn), once this happens the image vanishes and I see
 only the empty background image.
 
 This could be an error in libpng or whatever library is used to render
 PNG images.
 
 One example page is http://eclipse.org/linuxtools/new/ where nearly no
 image is displayable. I attached an image from this page.
 
 After converting the image using ImageMagick's convert I get a viewable
 image autoreconf2.png:
 
 $ convert autoreconf.png PNG24:autoreconf2.png
 $ identify autoreconf.png
 autoreconf.png PNG 718x293+0+0 DirectClass 8-bit 31.1K 0.000u 0:01
 $ identify autoreconf2.png
 autoreconf2.png PNG 718x293+0+0 DirectClass 8-bit 23.6K 0.000u 0:01
 
 (The PNG32 format doesn't work).
 
 Please note that opening the image (file:///tmp/autoreconf.png) is
 sufficient to demonstrate this bug, there is no need to load an HTML
 page.

I can't reproduce the problem with either the version in lenny or the
one in squeeze. Does it still happen for you ?

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556902: [3287ec5] Fix for Bug#556902 committed to git

2009-12-23 Thread Giuseppe Iuculano

tags 556902 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Wed, 23 Dec 2009 13:32:06 +0100.
 The fix will be in the next upload. 
=
Updated language files

Closes: #556902
=

You can check the diff of the fix at:


http://git.debian.org/?p=users/derevko-guest/wordpress.git;a=commitdiff;h=3287ec5





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562164: [Pkg-ace-devel] Bug#562164: Bug#562164: Bug#562164: libtao-doc: newest version of package is enormous

2009-12-23 Thread Thomas Girard

Hello,


Do you use the .doxygen files under /etc to generate doxygen, or do you do
generate everything? For regular distributions we only use the .doxygen
files in each /etc directory.


We use (ACE_ROOT)/bin/generate_doxygen.pl -is_release


Thomas



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562138: Acknowledgement (imp4: Javascript problems after upgrade)

2009-12-23 Thread Chris Chiappa
The problem seems to be fixed if I downgrade both horde3 and imp4 to
horde3_3.3.5+debian0-1_all.deb
imp4_4.3.5+debian0-1_all.deb
I had previously tried only downgrading imp.

-- 

..ooOO ch...@chiappa.net  | My opinions are my own  OOoo..
..ooOO chris.chia...@oracle.com   | and certainly not those OOoo..
..ooOO http://www.chiappa.net/~chris/ | of my employer  OOoo..



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544785: iceweasel: SIGSEGV - 0x00007f8f0902d304 in JS_TraceChildren

2009-12-23 Thread Mike Hommey
On Thu, Sep 03, 2009 at 07:32:19AM +0200, Mike Hommey wrote:
 On Thu, Sep 03, 2009 at 12:22:40AM +0200, Sandro Tosi wrote:
  On Thu, Sep 3, 2009 at 00:18, Mike Hommeym...@glandium.org wrote:
   On Thu, Sep 03, 2009 at 12:08:31AM +0200, Sandro Tosi wrote:
   Package: iceweasel
   Version: 3.0.12-1
   Severity: normal
  
   Hello,
   here attached the backtrace of a SIGSEGV I've faced this morning. It 
   happened
   just one time, but I'm reporting because I't might be helpful anyway.
  
   Please tell me the version information in the bug report is wrong.
  
  ehm, no, they are right (at least for iceweasel and xulrunner-1.9): am
  I doing something wrong?
 
 No, my fault. I thought the JS_TraceChildren symbol was related to
 tracemonkey which only is in iceweasel 3.5, but it appears I was
 wrong.

It seems there are other crashes with a similar backtrace around the
web, so I'll mark this one as confirmed, but it doesn't appear in the
mozilla top crasher and is probably out of their scope. It must be a
pretty rare occurrence.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562164: [Pkg-ace-devel] Bug#562164: Bug#562164: Bug#562164: libtao-doc: newest version of package is enormous

2009-12-23 Thread Johnny Willemsen
Hi,

  Do you use the .doxygen files under /etc to generate doxygen, or do you
 do
  generate everything? For regular distributions we only use the .doxygen
  files in each /etc directory.
 
 We use (ACE_ROOT)/bin/generate_doxygen.pl -is_release

Ok, that just takes the ones under etc.

Johnny




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562010: cynthiune.app: FTBFS on amd64 and kfreebsd-amd64: ICE

2009-12-23 Thread Cyril Brulebois
Yavor Doganov ya...@gnu.org (23/12/2009):
 Don't bother, please -- I managed to reproduce the ICE on fencepost
 with a manually built GCC 4.4.2.  Thanks for your efforts.

Okay. And you're welcome, again. ;)

 Now, what are the options to deal with this FTBFS until the GCC bug
 is fixed?
 
 1) Compile with -O0 on amd64/kfreebsd-amd64.  This would be a Debian
 Policy violation; I'm not sure if it is allowed in cases like this.

I would do that. Working around compiler bugs until they're fixed is
AFAICT very OK. Just make sure it's properly documented in
e.g. changelog and debian/rules, so that arch-specific stuff can be
cleaned up afterwards without having to wonder why that was put into
place in the first place. Mentioning the compiler bug number would be
nice, for example.

 2) Build-depend on gobjc-4.3 on these architectures and compile the
 package with that version (assuming, of course, that the ICE doesn't
 happen with 4.3).  This is probably slightly clumsy, and would
 prevent the eventual removal of gcc-4.3 in the foreseeable future.

You already have the bottom line: not really a solution (unless agreed
with the release team/compiler folks that a whole bunch of packages
need such a different version, for whatever reasons).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#519583: (no subject)

2009-12-23 Thread D Haley
I've used this program before, so I can package it, but I will not be able to 
start on this until Feb. next year. Therefore, i am no going to ITP -- if 
anyone can do this faster, please do.


  



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544973: iceweasel: URL completion / history search sometimes unavailable

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Thu, Sep 03, 2009 at 08:41:52PM -0700, Ian Zimmerman wrote:
 Package: iceweasel
 Version: 3.0.6-1
 Severity: normal
 
 iceweasel normally displays relevant entries from the browsing history when
 I start to type in the location bar.  This is becoming a more important 
 feature
 for me as bookmarks doesn't scale anymore.  But sometimes this mechanism just
 gets stuck - the history list doesn't open no matter what I type.  I am not
 sure about this but I think I see the whole crome area flickering very fast
 when this happens.  It could mean iceweasel is furiously trying to do 
 something.
 In any case, I can see no regular pattern at all in when it happens - no
 correlation with the number of tabs, the page displayed in the current tab, 
 etc.
 I reproduced it in safe mode as well.

When that happens, are there any relevant messages in the Error Console
(in the Tools menu)

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562171: zerofree is useful for USB memory stick :-)

2009-12-23 Thread Osamu Aoki
Package: zerofree
Version: 1.0.1-1
Severity: wishlist

(Just think about photo collection in ext2 disk.  You erase some photos
there but usually file contents stay on the storage media.)

Your package description and manpage states:

| Zerofree has been written to be run from GNU/Linux systems installed as
| guest OSes inside a virtual machine. If this is not your case, you
| almost certainly don't need this package. 

I can think of use of zerofree not only for fancy virtual machine
environment but for normal PC with USB memory etc. 

You can improve data security of ext2/ext3 formatted disk by using
zerofree after erasing (possibly sensitive) files on it without
completely overwriting remaining non-sensitive data.  This seems handy
for ext2 formatted USB memory stick when exchanging data etc on it.

Since we never remember what sensitive data we placed, it is alwasys
good idea to use zerofree if you are not so keen to do dd if=/dev/zero
and mkfs etc. 

If you think my comment is true, please consider to add positive
statement on other uses.

Osamu




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#475293: prototype.js and ebug-http

2009-12-23 Thread Marcos Marado
Hi there,

These three bugs, #555235 #555236 and #475293 , one of them RC, can be easily 
fixed by adding libjs-prototype to Depends: in debian/control, and 
replacing root/prototype.js with a symbolic link 
to /usr/share/javascript/prototype/prototype.js . 

If you think you don't have the time to do that changes please tell, and 
somebody (might be me) surely will do an NMU for you.

Thanks,
-- 
Marcos Marado



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562172: linux-image-2.6.32-trunk-amd64: 2.6.32 regression: wifi does not work anymore after suspend

2009-12-23 Thread Jérôme Guelfucci
Package: linux-2.6
Version: 2.6.32-2
Severity: normal

I just updated my kernel to 2.6.32, now wifi does not work anymore after a 
suspend, I have to restart the computer to get it working again. I use wicd to 
connect to wifi networks, connecting to the wifi stalls during authetification 
after resuming and when I refresh the wifi list, no wifi network is detected. 
This worked fine with 2.6.31.

Please tell me if you need me to test anything or to provide any additionnal 
information.


-- Package-specific info:
** Version:
Linux version 2.6.32-trunk-amd64 (Debian 2.6.32-2) (b...@decadent.org.uk) (gcc 
version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Thu Dec 17 06:29:18 UTC 2009

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-trunk-amd64 
root=UUID=27abb9d8-db41-43c9-a475-c6edbe1d00a1 ro quiet

** Tainted: P (1)
 * Proprietary module has been loaded.

** Kernel log:
[3.486721] atkbd.c: Use 'setkeycodes e00e keycode' to make it known.
[3.499092] PM: Starting manual resume from disk
[3.556487] kjournald starting.  Commit interval 5 seconds
[3.556494] EXT3-fs: mounted filesystem with ordered data mode.
[   13.151224] udev: starting version 149
[   13.174319] ACPI: SSDT bfed760a 002BC (v01  PmRef  Cpu0Ist 3000 
INTL 20061109)
[   13.174768] ACPI: SSDT bfed6f9b 005EA (v01  PmRef  Cpu0Cst 3001 
INTL 20061109)
[   13.199305] i801_smbus :00:1f.3: PCI INT C - GSI 18 (level, low) - IRQ 
18
[   13.199311] ACPI: I/O resource :00:1f.3 [0x1c00-0x1c1f] conflicts with 
ACPI region SMBI [0x1c00-0x1c0f]
[   13.199390] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   13.203535] input: PC Speaker as /devices/platform/pcspkr/input/input7
[   13.211538] ACPI: WMI: Mapper loaded
[   13.213069] dcdbas dcdbas: Dell Systems Management Base Driver (version 
5.6.0-3.2)
[   13.229907] Monitor-Mwait will be used to enter C-1 state
[   13.257751] Monitor-Mwait will be used to enter C-2 state
[   13.270402] Monitor-Mwait will be used to enter C-3 state
[   13.270411] Marking TSC unstable due to TSC halts in idle
[   13.270509] processor LNXCPU:00: registered as cooling_device1
[   13.270995] ACPI: SSDT bfed78c6 000C8 (v01  PmRef  Cpu1Ist 3000 
INTL 20061109)
[   13.271288] ACPI: SSDT bfed7585 00085 (v01  PmRef  Cpu1Cst 3000 
INTL 20061109)
[   13.281488] Switching to clocksource hpet
[   13.282275] cfg80211: Using static regulatory domain info
[   13.282277] cfg80211: Regulatory domain: US
[   13.282278]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, 
max_eirp)
[   13.282281]  (2402000 KHz - 2472000 KHz @ 4 KHz), (600 mBi, 2700 mBm)
[   13.282283]  (517 KHz - 519 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[   13.282286]  (519 KHz - 521 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[   13.282288]  (521 KHz - 523 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[   13.282290]  (523 KHz - 533 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[   13.282292]  (5735000 KHz - 5835000 KHz @ 4 KHz), (600 mBi, 3000 mBm)
[   13.282299] cfg80211: Calling CRDA for country: US
[   13.305478] processor LNXCPU:01: registered as cooling_device2
[   13.319747] ACPI: AC Adapter [ACAD] (off-line)
[   13.552689] ACPI: Battery Slot [BAT1] (battery present)
[   13.555305] Linux video capture interface: v2.00
[   13.557867] uvcvideo: Found UVC 1.00 device Integrated Webcam (0c45:63e0)
[   13.574176] input: Integrated Webcam as 
/devices/pci:00/:00:1d.7/usb2/2-6/2-6:1.0/input/input8
[   13.574218] usbcore: registered new interface driver uvcvideo
[   13.574220] USB Video Class driver (v0.1.0)
[   13.576787] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection 
driver for Linux, 1.2.26ks
[   13.576790] iwl3945: Copyright(c) 2003-2009 Intel Corporation
[   13.576909] iwl3945 :06:00.0: PCI INT A - GSI 19 (level, low) - IRQ 19
[   13.576923] iwl3945 :06:00.0: setting latency timer to 64
[   13.640715] HDA Intel :00:1b.0: PCI INT A - GSI 22 (level, low) - IRQ 
22
[   13.640781] HDA Intel :00:1b.0: setting latency timer to 64
[   13.647249] iwl3945 :06:00.0: Tunable channels: 13 802.11bg, 23 802.11a 
channels
[   13.647252] iwl3945 :06:00.0: Detected Intel Wireless WiFi Link 3945ABG
[   13.647385]   alloc irq_desc for 31 on node -1
[   13.647386]   alloc kstat_irqs on node -1
[   13.647418] iwl3945 :06:00.0: irq 31 for MSI/MSI-X
[   13.652490] phy0: Selected rate control algorithm 'iwl-3945-rs'
[   13.709866] hda_codec: ALC268: BIOS auto-probing.
[   13.710311] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input9
[   13.836725] Adding 4875716k swap on /dev/sda2.  Priority:-1 extents:1 
across:4875716k 
[   13.905655] EXT3 FS on sda3, internal journal
[   13.942525] loop: module loaded
[   13.994610] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input10
[   14.030660] input: AlpsPS/2 ALPS GlidePoint as 
/devices/platform/i8042/serio1/input/input11
[   

Bug#490769: iceweasel: input field boxes vanish randomly

2009-12-23 Thread Julian Gilbey
On Wed, Dec 23, 2009 at 12:02:52PM +0100, Mike Hommey wrote:
 On Wed, Dec 23, 2009 at 10:39:38AM +, Julian Gilbey wrote:
  reopen 490769
  found 490769 3.5.5-1
  thanks
  
  Still happening to me from time to time - just happened as I was
  typing in a password on http://www.plus.net/  In fact, on one of the
  pages, it won't even let me type in the input box - I don't know if
  that's related.
 
 Could this be related to your window manager ?

The not-typing-in-input-box-problem was a user error - my bad.

The vanishing boxes - happens with metacity, compiz and sawfish.
Haven't tried any others.

   Julian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#547470: Javascript: windows still gain focus with raise and lower disabled

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the delayed answer.

On Sun, Sep 20, 2009 at 02:17:07AM +0100, markhob...@yahoo.co.uk wrote:
 Package: iceweasel
 Version: 3.0.6-1
 Severity: normal
 
 A website can steal focus, preventing normal task switching operations 
 from taking place within the X11 system. (causing the browser to regain 
 focus, if a task switch takes place), such as via the following link:
 
 http://www.digicrime.com/blackhole.html
 
 The raise or lower windows facility, is disabled via the 
 browser preferences but the window still gains focus:
 
 Menu, Edit, Preferences, Button: Advanced, Tickbox: Raise or lower 
 windows: unticked

I can't reproduce this with either the version in lenny, which is the
same as you (unfortunately), or the version in squeeze. Does that happen
in a clean profile ?

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562010: cynthiune.app: FTBFS on amd64 and kfreebsd-amd64: ICE

2009-12-23 Thread Yavor Doganov
В 13:38 +0100 на 23.12.2009 (ср), Cyril Brulebois написа:
  1) Compile with -O0 on amd64/kfreebsd-amd64.

 I would do that. Working around compiler bugs until they're fixed is
 AFAICT very OK.

OK then.

Actually, there's a third option.  The bug was confirmed upstream and
they're working on it, so I suspect that they'll fix it soon and the
patch to be incorporated by the Debian GCC maintainers with the next
gcc-4.4 upload.  It would be enough cynthiune.app to be given back on
the *amd64 buildds when they're updated.

Therefore I plan to wait a few more days before resorting to 1).




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#552175: RFP: tv-browser -- digital TV guide' from 'RFP: TV-Browser -- digital TV guide

2009-12-23 Thread Per Wawra
The upstream source (2.7.4) contains jar-libs without sources and
copyrights!
tvbrowser can not be uploaded to Debian until this has been fixed by
upstream!

Source download:
http://prdownloads.sourceforge.net/tvbrowser/tvbrowser-2.7.4-src.zip?download

TV-Browser has already been packaged:
dget
http://debian.zaubberer.net/debian/pool/sid/main/tvbrowser/tvbrowser_2.7.4-0px1.dsc
dget
https://launchpad.net/~blueyed/+archive/ppa/+files/tvbrowser_2.7.4-0ubuntu1~blueyedppa1.dsc

See also:
#321230
#265711
http://enwiki.tvbrowser.org/index.php/More_Packages_-_Debian
http://revu.ubuntuwire.com/p/tvbrowser
https://bugs.launchpad.net/ubuntu/+bug/102910
https://lists.ubuntu.com/archives/ubuntu-archive/2008-September/021524.html
http://lists.debian.org/debian-wnpp/2004/08/threads.html#00388
http://lists.debian.org/debian-mentors/2005/08/threads.html#00044
http://lists.debian.org/debian-legal/2005/08/threads.html#00090



signature.asc
Description: OpenPGP digital signature


Bug#550619: When choosing add this bookmark and then choose, does iceweasel crash.

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Sun, Oct 11, 2009 at 05:44:23PM +0200, Anders Lagerås wrote:
 Package: iceweasel
 Version: 3.5.3-2
 Severity: normal
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 When choosing add this bookmark and then choose, does iceweasel crash.

Does it happen with the last version ? I can't reproduce here. (Note,
that could have been a libsqlite3 issue)

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562174: ITP: jcgui -- a simple Host wrap around jconv/jconvolver

2009-12-23 Thread Jaromír Mikeš
Package: wnpp
Severity: wishlist
Owner: mira.mi...@seznam.cz


* Package name : jcgui
  Version : 0.1
  Upstream Author : hermann brumm...@web.de
* URL : http://sourceforge.net/projects/jcgui/
* License : GPL-2
  Programming Lang: C
  Description : Jc_Gui is a simple Host wrap around jconv/jconvolver



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#550674: iceweasel hangs when used with padsp

2009-12-23 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Sun, Oct 11, 2009 at 11:49:31PM -0400, Nathan A. Stine wrote:
 Package: iceweasel
 Version: 3.5.3-2
 Severity: normal
 
 After upgrading to 3.5.3 when it hit stable, I found that iceweasel would no 
 longer start.  I was able to nail down the problem by looking at the script in
 /usr/bin.
 
 Starting iceweasel using padsp causes it to hang on my system.  Remove it and 
 it starts right up.
 
 I can't say if this is a pulseaudio bug or an iceweasel bug, but it used to 
 work in 3.0.14.

Could you attach a debugger and get a backtrace when iceweasel is
hanged?

Thanks

Mike

PS: You can ask for guidance if you need)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562133: Fails to start local game

2009-12-23 Thread Vincent Fourmond
On Wed, Dec 23, 2009 at 2:50 AM, Adam Majer ad...@zombino.com wrote:
 Anytime I want to start freecol, I click on New Game and start (with
 default options) and all I get is either,

  Failed to connect to server

 or,

  There is already a server running on this port. Do you want to stop
  it.

  Hmmm... I'm unsure and I definitely have no means to check that for
now, but it might be related to a recent change in the default network
configuration, that has affected most of the network-related things.
Try disabling IPV6 altogether, that might help.

  I'll come back to you in a week or so once I have access to a Linux
machine and I can reproduce the problem.

  Cheers,

  Vincent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562175: qa.debian.org: QA Webpage: please link to specific information about MIA

2009-12-23 Thread Adrian 'Dagurashibanipal' von Bidder
Package: qa.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Heyho!

This has bitten me twice, and I only remembered when it happened the second
time (but didn't remember where I found the information in the end...)

MIA is part of QA, so I logically go to http://qa.debian.org/ first.  But there
is no further information (which email address to use?)

The information is contained in various places, but IMO not where it is most
obvious to look for it.  So please add a link from http://qa.debian.org/ to
http://wiki.debian.org/qa.debian.org/MIATeam

(I guess you could also just redirect http://qa.debian.org/ to
http://wiki.debian.org/qa.debian.org/ and avoid having part of the information
duplicated.  Yes, the link is already there as a link, but I don't think it's
obvious enough.  And the process of find MIA description on qa.d.o page,
wonder why there isn't more, notice that there's a link to the Wiki, find MIA
mentioned on wiki.d.o QA page, navigate to MIA page is quite a bit more
complicated than necessary. And it's not foolprof; I failed at the notice the 
link to the Wiki stage. :-/  )

thank you
- -- vbi

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (800, 'testing'), (600, 'unstable'), (150, 'stable'), (60, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: get my key from http://fortytwo.ch/gpg/92082481

iKcEARECAGcFAksyFFhgGmh0dHA6Ly9mb3J0eXR3by5jaC9sZWdhbC9ncGcvZW1h
aWwuMjAwMjA4MjI/dmVyc2lvbj0xLjUmbWQ1c3VtPTVkZmY4NjhkMTE4NDMyNzYw
NzFiMjVlYjcwMDZkYTNlAAoJECqqZti935l6aqAAnik/wsAWRGGNn8tn5HmApRl1
M9VRAKCatep3soEG/1T20b1BDR+H1tLf8Q==
=xR4O
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#490769: iceweasel: input field boxes vanish randomly

2009-12-23 Thread Mike Hommey
On Wed, Dec 23, 2009 at 12:53:20PM +, Julian Gilbey wrote:
 On Wed, Dec 23, 2009 at 12:02:52PM +0100, Mike Hommey wrote:
  On Wed, Dec 23, 2009 at 10:39:38AM +, Julian Gilbey wrote:
   reopen 490769
   found 490769 3.5.5-1
   thanks
   
   Still happening to me from time to time - just happened as I was
   typing in a password on http://www.plus.net/  In fact, on one of the
   pages, it won't even let me type in the input box - I don't know if
   that's related.
  
  Could this be related to your window manager ?
 
 The not-typing-in-input-box-problem was a user error - my bad.
 
 The vanishing boxes - happens with metacity, compiz and sawfish.
 Haven't tried any others.

Could you describe the issue again, so that I get a better grasp of it ?

Thanks

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#517151: iceweasel: Missing cell borders in google docs spreadsheet

2009-12-23 Thread Mike Hommey
forcemerge 495387 517151
thanks

Hi,

On Wed, Dec 23, 2009 at 04:51:53AM -0800, William Whalley wrote:
 Yes, changing the font size from the default 10 point to a larger size
 caused the missing borders to appear. Changing back to 10 point caused
 them to disappear again. Changing to a smaller font size had no
 effect. Changing the cell vertical size by dragging the border changes
 the pattern of disappearing cell borders. Changing the screen
 resolution had no effect.
 
 Then I tried zooming the Firefox window with Ctrl-+ and resetting with
 Ctrl-0 and this caused the problem to disappear. I could not get it to
 reappear, even when going back to an earlier version of the
 spreadsheet. Zooming with Ctrl-- does not seem to work correctly on
 the spreadsheet page although other pages zoom normally.
 
 It looks like it may be a Google display issue with Firefox.

Thanks for the feedback.
This really sounds like a duplicate of #495387.

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562176: luatex: FTBFS on hurd-i386: unconditional PATH_MAX usage

2009-12-23 Thread Pino Toscano
Package: luatex
Version: 0.47.0-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently[1] luatex does not build on GNU/Hurd.
The problem is the unconditional usage of PATH_MAX.
The attached patch solves the issue, malloc'ing the buffers as needed.
It also adds a small bit to recognize the GNU platform.

[1] 
https://buildd.debian.org/fetch.cgi?pkg=luatexarch=hurd-i386ver=0.47.0-1stamp=1261470395file=logas=raw

Thanks,
-- 
Pino
--- a/source/texk/web2c/luatexdir/lua/loslibext.c
+++ b/source/texk/web2c/luatexdir/lua/loslibext.c
@@ -81,6 +81,9 @@
 #  elif defined(__MACH__)  defined(__APPLE__)
 #undef OS_PLATNAME
 #define OS_PLATNAME macosx
+#  elif defined(__GNU__)
+#undef OS_PLATNAME
+#define OS_PLATNAME gnu
 #  endif
 #endif
 
@@ -117,7 +120,7 @@
 
 static int exec_command(const char *file, char *const *argv, char *const *envp)
 {
-char path[PATH_MAX];
+char *path;
 const char *searchpath, *esp;
 size_t prefixlen, filelen, totallen;
 
@@ -125,6 +128,7 @@
 return execve(file, argv, envp);
 
 filelen = strlen(file);
+path = NULL;
 
 searchpath = getenv(PATH);
 if (!searchpath)
@@ -141,14 +145,20 @@
 
 if (prefixlen == 0 || searchpath[prefixlen - 1] == '/') {
 totallen = prefixlen + filelen;
+#ifdef PATH_MAX
 if (totallen = PATH_MAX)
 continue;
+#endif
+path = malloc(totallen + 1);
 memcpy(path, searchpath, prefixlen);
 memcpy(path + prefixlen, file, filelen);
 } else {
 totallen = prefixlen + filelen + 1;
+#ifdef PATH_MAX
 if (totallen = PATH_MAX)
 continue;
+#endif
+path = malloc(totallen + 1);
 memcpy(path, searchpath, prefixlen);
 path[prefixlen] = '/';
 memcpy(path + prefixlen + 1, file, filelen);
@@ -156,6 +166,8 @@
 path[totallen] = '\0';
 
 execve(path, argv, envp);
+free(path);
+path = NULL;
 if (errno == E2BIG || errno == ENOEXEC ||
 errno == ENOMEM || errno == ETXTBSY)
 break;  /* Report this as an error, no more search */


Bug#562177: fuseext2: find doesn't work

2009-12-23 Thread Johannes Berg
Package: fuseext2
Version: 0.3-1
Severity: normal

find(1) fails on fuseext2:
$ ls
bin  lib  local  sbin  share
$ ls bin|wc -l
58
$ find |wc -l
6

which should be at least 64 -- find doesn't recurse.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-rc1-wl-46998-g44ae34a-dirty (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fuseext2 depends on:
ii  e2fslibs  1.41.9-1   ext2/ext3/ext4 file system librari
ii  fuse-utils2.8.1-1.1  Filesystem in USErspace (utilities
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libfuse2  2.8.1-1.1  Filesystem in USErspace library

fuseext2 recommends no packages.

fuseext2 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561866: [3bea125] Fix for Bug#561866 committed to git

2009-12-23 Thread Giuseppe Iuculano

tags 561866 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Wed, 23 Dec 2009 14:21:00 +0100.
 The fix will be in the next upload. 
=
debian/patches/20_fix_isw_sectors_calculation.patch: Fix isw raid0 incorrect  
sectors calculation

Closes: #561866
Thanks: Valentin Pavlyuchenko
=

You can check the diff of the fix at:


http://git.debian.org/?p=users/derevko-guest/dmraid.git;a=commitdiff;h=3bea125





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561866: [3bea125] Fix for Bug#561866 committed to git

2009-12-23 Thread Giuseppe Iuculano

tags 561866 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Wed, 23 Dec 2009 14:21:00 +0100.
 The fix will be in the next upload. 
=
debian/patches/20_fix_isw_sectors_calculation.patch: Fix isw raid0 incorrect  
sectors calculation

Closes: #561866
Thanks: Valentin Pavlyuchenko
=

You can check the diff of the fix at:


http://git.debian.org/?p=users/derevko-guest/dmraid.git;a=commitdiff;h=3bea125





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561649: [devicekit-disks] Seems to detect external HDD as internal

2009-12-23 Thread Martin Pitt
Hello Jason,

Jason Heeris [2009-12-19 16:15 +0800]:
 Maybe I've misunderstood DeviceKit-Disks nomenclature, but
 filesystem-mount-system-internal seems to indicate that it is
 detecting my disk as an internal disk.

Correct. After plugging it in, can you please do

  devkit-disks --dump  /tmp/dkd.txt
  udevadm info --export-db  /tmp/udev.txt

and attach the two files here?

Thanks,

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562178: icedove: does unnecessary seek without error checking on .signature

2009-12-23 Thread Tim Connors
Package: icedove
Version: 2.0.0.22-1.1
Severity: normal

If .signature happens to be a named pipe with a program feeding text
into that named pipe, then icedove does *cough* interesting *cough*
things:

[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
[pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)

Error checking is good, mmmkay?  Reading a .signature file ought not
be any more complicated that while (!eof) { sig+=readline }

Playing around with seek when unnecessary seems just silly (as well as
not very UNIX like).


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils3.2.2 Miscellaneous utilities specific t
ii  fontconfig 2.6.0-4   generic font configuration library
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-3 GCC support library
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.8-5   spell checker and morphological an
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.8.2-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.4-1  Network Security Service libraries
ii  libpango1.0-0  1.26.1-1  Layout and rendering of internatio
ii  libpng12-0 1.2.40-1  PNG library - runtime
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrender11:0.9.5-1 X Rendering Extension client libra
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  psmisc 22.8-1utilities that use the proc file s
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

icedove recommends no packages.

Versions of packages icedove suggests:
pn  icedove-gnome-support none (no description available)
ii  latex-xft-fonts   1.6.4-1TrueType versions of some TeX font
ii  libthai0  0.1.12-1   Thai language support library

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   >