Bug#558127: [Bash-completion-devel] Bug#558127: Bug#558127: bash-completion causes 'bash: [: too many arguments' messages

2009-11-28 Thread David Paleino
On Saturday 28 November 2009 02:16:21, Alexander Verbovetsky wrote:
  And, could you please do (while the section below is still removed):
  $ set -x
  $ . /etc/bash_completion
  and post everything here, including the error you're reporting?
 
 attached

+++ '[' = GNU -o Linux = Cygwin ']'
bash: [: too many arguments

(and many similar ones)

That code in bash-completion really is:

[ $USERLAND = GNU -o $UNAME = Cygwin ]

so, obviously, $USERLAND is not being set there:

$ grep USERLAND bug558127-1.txt
$

Could you please grep it in /etc/bash_completion ?

Also, at the end, $USERLAND is unset together with other internal variables, 
but your log doesn't show that:

++ unset UNAME RELEASE default dirnames filenames have nospace bashdefault 
plusdirs

(the code instead says:

unset UNAME USERLAND default dirnames filenames have nospace bashdefault \
plusdirs compopt

)

I believe you edited something, or the upgrade was not successful, thus you're 
mixing files from different releases of bash-completion.


Try:

# apt-get --reinstall install bash-completion

Please let me know,
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#558356: php5-snmp: No log handling enabled

2009-11-28 Thread Steven Van Ingelgem
Package: php5-snmp
Version: 5.2.11.dfsg.1-1
Severity: important


After a recent update, I got this error message from PHP5 (php was not updated):
Rebuilding from source doesn't help...


php -i  /dev/null
No log handling enabled - turning on stderr logging
Cannot find module (NET-SNMP-VACM-MIB): At line 0 in (none)


Grtz,
Steven


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

Kernel: Linux 2.6.30-2-686-bigmem (SMP w/8 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 php5-snmp depends on:
ii  libapache2-mod-php5 [php 5.2.11.dfsg.1-1 server-side, HTML-embedded scripti
ii  libc62.10.1-7GNU C Library: Shared libraries
ii  libsnmp155.4.2.1~dfsg-3  SNMP (Simple Network Management Pr
ii  php5 5.2.11.dfsg.1-1 server-side, HTML-embedded scripti
ii  php5-cgi [phpapi-2006061 5.2.11.dfsg.1-1 server-side, HTML-embedded scripti
ii  php5-cli [phpapi-2006061 5.2.11.dfsg.1-1 command-line interpreter for the p
ii  php5-common  5.2.11.dfsg.1-1 Common files for packages built fr

php5-snmp recommends no packages.

php5-snmp 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#552478: #552478: It seems that /var/halevt directorie is not created

2009-11-28 Thread nb
Sorry, the real message is :
Cannot create directory /var/halevt: Permission non accordée
when it doesn't exist

Furthermore it must be plugdev group and have write pemission

nb


Le samedi 28 novembre 2009 à 08:43 +0100, nb a écrit :
 Hi Michael,
 
 In fact there's no error message, it simply doesn't work.
 But if you run halevt manually in the forground and plug an usb key, you
 will see something like this :
 
 hal_interface.c:861 (halevt_run_command) Exécution de halevt-mount
 -u /org/freedesktop/Hal/devices/volume_uuid_C8A9_128F -o sync -m 002
 Error opening lock file /var/halevt/halevt.lock: Permission non accordée
 Error locking lock file /var/halevt/halevt.lock: Mauvais descripteur de
 fichier
 Error opening /var/halevt/uditab.tmp: Permission non accordée
 
 Which means permission denied and bad file descriptor.
 
 But if you create /var/halevt, everything is ok
 
 Regards,
 
 nb
 
 
 Le samedi 28 novembre 2009 à 00:32 +0100, Michael Banck a écrit :
  Tags 552478 +moreinfo
  thanks
  
  Hi,
  
  please cite the full error message. In general, no package-specific
  directories should be created in /var, so if halevt needed it I guess it
  would be a bug.  Are you talking about /var/lib/halevt instead?
  
  
  Michael
  
  
 




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



Bug#558287: Typo in man page

2009-11-28 Thread Damyan Ivanov
tags 558287 patch

-=| Salvatore Bonaccorso, Fri, Nov 27, 2009 at 07:54:00PM +0100 |=-
 defaults). So, B$conf-{Block2}-{VAR2} = Value2
 
 which causes tho have the $conf- in bold, and continuing normally when
 the manpage is displayed. So confirm the wrong 'representation' in
 manpage.

The fix iis simple: use B  like:

  defaults). So, B$conf-{Block2}-{VAR2} = Value2


-- 
dam


signature.asc
Description: Digital signature


Bug#552478: #552478: It seems that /var/halevt directorie is not created

2009-11-28 Thread nb
Hi Michael,

In fact there's no error message, it simply doesn't work.
But if you run halevt manually in the forground and plug an usb key, you
will see something like this :

hal_interface.c:861 (halevt_run_command) Exécution de halevt-mount
-u /org/freedesktop/Hal/devices/volume_uuid_C8A9_128F -o sync -m 002
Error opening lock file /var/halevt/halevt.lock: Permission non accordée
Error locking lock file /var/halevt/halevt.lock: Mauvais descripteur de
fichier
Error opening /var/halevt/uditab.tmp: Permission non accordée

Which means permission denied and bad file descriptor.

But if you create /var/halevt, everything is ok

Regards,

nb


Le samedi 28 novembre 2009 à 00:32 +0100, Michael Banck a écrit :
 Tags 552478 +moreinfo
 thanks
 
 Hi,
 
 please cite the full error message. In general, no package-specific
 directories should be created in /var, so if halevt needed it I guess it
 would be a bug.  Are you talking about /var/lib/halevt instead?
 
 
 Michael
 
 




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



Bug#558042: sugesting another patch

2009-11-28 Thread pancho horrillo
On Fri, Nov 27, 2009 at 06:25:50PM +0100, Matthias Dellweg wrote:
 The following hot fix patch seems to work. And it also kills the doubled 
 slashes (They must have been around with the old method, too.).
 Greetings, Matthias
 
Works like a charm now.  Vielen dank!

 --- 10_linux.OLD2009-11-27 18:17:52.0 +0100
 +++ 10_linux2009-11-27 18:18:18.0 +0100
 @@ -87,7 +87,9 @@ while [ x$list != x ] ; do
echo Found linux image: $linux 2
basename=`basename $linux`
dirname=`dirname $linux`
 -  rel_dirname=`make_system_path_relative_to_its_root $dirname`
 +  rel_linux=`make_system_path_relative_to_its_root $linux`
 +  rel_dirname=`dirname $rel_linux`
 +  [ $rel_dirname = / ]  rel_dirname=
version=`echo $basename | sed -e s,^[^0-9]*-,,g`
alt_version=`echo $version | sed -e s,\.old$,,g`
linux_root_device_thisversion=${LINUX_ROOT_DEVICE}
 
 
 Am Freitag, 27. November 2009 schrieb pancho horrillo:
  Just tried it, and this happens:
  N.B.: Duplicate set of entries,
er, my fault.  I left around a 10_linux.orig, and it got executed too.

  and // instead of / Grub is able to boot from // paths, though.
 
Extra note.  I noticed that memtest86 entries get the relative path OK
(in the unpatched version, I mean).

-- 
pancho horrillo

To be conscious that
you are ignorant is a great step
to knowledge.

Benjamin Disraeli



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



Bug#558357: xul-ext-firecookie: long description no sentence

2009-11-28 Thread Gerfried Fuchs
Package: xul-ext-firecookie
Version: 0.9.1-1
Severity: minor

Hi!

 It would be nice if the long description of your packages could consist
of full sentences[1]. The short snippet at the start of the paragraph
rather looks like an additional synopsis.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#558312: error: grub_gettext not found

2009-11-28 Thread Felix Zielcke
reopen 558312
reassign 558312 grub-pc
# I knew we have already an open report for this
forcemerge 554790 558312
thanks

Am Samstag, den 28.11.2009, 07:42 +0100 schrieb Michael Biebl:
 Felix Zielcke wrote:
  I just tried it out in a vm.
  Installed squeeze beta3-1 where grub-pc/install_devices is not set
 at
  all. Then ran grub-install /dev/sda. Rebooted. Then upgraded to
 current
  sid version. Not running grub-install and neither it was ran by the
  postinst.
  And a reboot worked still fine.
 
 I had purged and reinstalled grub in between and I can't reproduce the
 problem
 anymore.

Ok. I just assume it's the grub-pc/install_devices problem.

 Nonetheless, if I understand you resp. Robert correctly, it is no
 longer
 possible to boot from a rescue disc, mount the root partition
 manually, do a
 chroot and do a grub-install? That would be very unfortunate. Or did I
 misread
 Roberts answer?

You did. It's still possible and recommended to chroot to the installed
system just as before.
The only thing you need to pay attention that you install to the
MBR/disk device of the disk your BIOS boots from.

If grub-intall gets run on a device where you don't boot from, then all
the modules in /boot/grub gets updated but the embed core.img which
contains GRUB's kernel doestn't get updated.
And so it gets out of sync.

 Michael
 
 

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#558221: closed by Guus Sliepen g...@debian.org (Bug#558221: fixed in wireless-tools 30~pre9-2)

2009-11-28 Thread Michael Biebl
found 558221 30~pre9-2
thanks

  wireless-tools (30~pre9-2) unstable; urgency=low
  .
* Ensure existing pre-up and post-down scripts are properly moved to up and
  down. Closes: #558221

Unfortunately this issue is not fixed.
I was upgrading from 30~pre9-1 to 30~pre9-2 and the conffiles are not properly
moved.

I guess, one problem is that both preinst and postinst have an incorrect version
check:

if dpkg --compare-versions $2 le 30~pre6-1; then



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#539108: bdf2psf does not handle empty bitmaps

2009-11-28 Thread Tim Allen
On Wed, Nov 18, 2009 at 08:46:37PM +0200, Anton Zinoviev wrote:
 On Sat, Nov 14, 2009 at 10:56:34PM +1100, Tim Allen wrote:
  On Wed, Nov 11, 2009 at 06:40:19PM +0200, Anton Zinoviev wrote:
   I am unable to reproduce this - the space symbol in the psf font 
   I obtain is correct.  Can you attach your vera-mono-12.bdf and 
   vera-mono-12.psf?
  
  Please find both attached.
 
 Unfortunately again I am unable to reproduce this.  I used the very same 
 command you put in your bug report and the result is a font with proper 
 space character:
 
 bdf2psf vera-mono-12.bdf /usr/share/bdf2psf/standard.equivalents 
 /usr/share/bdf2psf/required.set+/usr/share/bdf2psf/useful.set 256 
 vera-mono-12my.psf
 
 It is true that I am using a newer version of bdf2psf but I think there 
 were no changes in the bdf2psf script since version 1.44 you reported.  
 Are you using the same command in order to convert the font?

When I generated the vera-mono-12.psf that I attached,
I copied-and-pasted the command directly from this bug report.

When you use that command to generate a .psf from the .bdf attached to
the bug, does your generated .psf match the .psf attached to the bug?

When you load the font, are you using the default VGA text console, or
a frame-buffer console?



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



Bug#556595: [Pkg-virtualbox-devel] Bug#556595: virtualbox-ose-source: missing dependency on kbuild

2009-11-28 Thread Bastian Kleineidam
Hi,

Am Freitag, 20. November 2009 09:20:35 schrieb Michael Meskes:
  What is the alternative? virtualbox-modules-source now contains the
  sources twice, once for the traditional methods (thanks for that, I
  really appreciate that), and once for DKMS. Is that really a viable
  long-term solution?
 
 Feel free to propose a better one.
It would be nice to add an entry in debian/NEWS mentioning the switch to
dkms and the need to install kbuild when using the old way of building
the module.


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


Bug#558358: virtualbox-ose-source: please add upstream changelog

2009-11-28 Thread Bastian Kleineidam
Package: virtualbox-ose-source
Version: 3.0.12-dfsg-1
Severity: wishlist
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

please add the upstream changelog in the package. Here is a debian/rules
command to get it automatically from the homepage:

get_changelog:
lynx -dump -nolist http://www.virtualbox.org/wiki/Changelog | tail 
--lines=+36 | head --lines=-18  Changelog

Regards,
  Bastian

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

Kernel: Linux 2.6.31grog2 (SMP w/2 CPU cores)
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 virtualbox-ose-source depends on:
ii  build-essential   11.4   Informational list of build-essent
ii  dpkg-dev  1.15.5.2   Debian package development tools
ii  make  3.81-7 An utility for Directing compilati

Versions of packages virtualbox-ose-source recommends:
ii  dkms  2.1.0.1-2  Dynamic Kernel Module Support Fram

Versions of packages virtualbox-ose-source suggests:
ii  bzip2  1.0.5-3   high-quality block-sorting file co
ii  debhelper  7.4.8 helper programs for debian/rules
ii  kbuild 1:0.1.98svn2318-4 framework for writing simple makef
ii  module-assistant   0.11.1tool to make module package creati

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksQ5RUACgkQeBwlBDLsbz4YwQCfWHLAd5CIF3Xm5tXccnX80nA9
NtIAoMAWqF17RjyJXeylPTijMUTZnFW3
=7Cyy
-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#364569: please also build libpotrace

2009-11-28 Thread Bartosz Fenski aka fEnIo
On Fri, Nov 27, 2009 at 08:23:30PM -0500, Reid Barton wrote:
The potrace source also seem to contain a libpotrace, which is
fromexample used by dvisvgm.  Could you please also build libpotrace
and libpotrace-dev packages?
   
   By default upstream's build infrastructure builds only static library.
   Would it be enough for you or should I ask him to provide dynamic library
   too?
  
  No, I really need the dynamic library.
 
 I would quite like a libpotrace package as well.  I did manage to
 build a shared library manually without too much difficulty, but I
 didn't really understand what I was doing with regards to the build
 system and it would be most convenient for me if the dynamic library
 was packaged by Debian for easy installation everywhere.

Just enlight me how did you do that ;)

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:fe...@debian.org | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - malopolskie v. - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-http://fenski.pl | xmpp:fe...@jabber.org | rlu:172001


signature.asc
Description: Digital signature


Bug#558359: sbackup: please add option to check if dest dir is in a separate partition

2009-11-28 Thread Sandro Tosi
Package: sbackup
Version: 0.10.5
Severity: normal

Hello,
in the Destination tab it would be nice to have an option to check if the backup
directory is on a separate partition. I think that many people do backup on an
external hard-disk (I use a 1TB external hd for that) mounted on the host
machine and the backup files go there.

This is particularly important if the size of the backup is huge and the
mountpoint of the external disk is under / : if, by any chance, the machine
reboots (not under user control, by night for example) and the external disk is
not mounted, the backup will come to / and will fill it, leading to a DoS (hence
the severity to normal).

Thanks for considering,
Sandro

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

Kernel: Linux 2.6.31-1-amd64 (SMP w/4 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 sbackup depends on:
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  python2.5.4-2An interactive high-level object-o
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gnome2 2.28.0-1   Python bindings for the GNOME desk
ii  sudo  1.7.2p1-1  Provide limited super user privile

sbackup recommends no packages.

sbackup 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#552952: nbd: FTBFS: tests blocked

2009-11-28 Thread Wouter Verhelst
On Wed, Oct 28, 2009 at 11:57:21AM +0100, Lucas Nussbaum wrote:
 Source: nbd
 Version: 1:2.9.14-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20091028 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

I haven't been able to reproduce this on my system (also an amd64), and
I haven't seen it happen on any of the buildd hosts that built
1:2.9.14-2.

Since the particular test that fails has a test client connect to the
server on localhost, network-specific strangeness might be the reason
why it failed. Therefore, could you explain the details of how stuff is
supposed to be functioning?

Thanks,

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html



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



Bug#558360: lintian fails silently with error code 141

2009-11-28 Thread Sebastian Krysmanski
Package: lintian
Version: 2.2.17ubuntu1
Severity: important


When I'm running lintian on a certain custom built .deb package 
(ghostscript_8.64-5_i386.deb)
then lintian sometimes just fails without any error message with error code 141.

  $ lintian --check --allow-root --show-overrides -i -b 
ghostscript_8.64-5_i386.deb lintian.txt
  
  $ echo $?
  141

In this case lintian.txt is empty. However, sometimes (every thrid attempt or 
so) lintian works on this package.
The deb package was built using cowdancer. I've uploaded it here: 
http://www.mayastudios.com/ghostscript_8.64-5_i386.deb

I'm not sure whether this is a problem of cowdancer or any other package as all 
other packages I'm building
with cowdancer just work fine. But in any case I think it's a good idea to 
display some kind of error message
in this case (or fix this bug as sometimes lintian just works with this 
package).

Btw: I know I'm using Ubuntu (9.10) but I don't think this is a Ubuntu specific 
error. If someone using
Debian could just check whether this problem appears at his/her system as well 
it'll be nice.

Regards
Sebastian

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-14-generic-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils  2.20-0ubuntu2  The GNU assembler, linker and bina
ii  diffstat  1.47-1 produces graph of changes introduc
ii  dpkg-dev  1.15.4ubuntu2  Debian package development tools
ii  file  5.03-1ubuntu1  Determines file type using magic
ii  gettext   0.17-8ubuntu2  GNU Internationalization utilities
ii  intltool-debian   0.35.0+20060710.1  Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl   0.1.23build1   Perl interface to libapt-pkg
ii  libclass-accessor-per 0.33-1 Automated accessor generator
ii  libipc-run-perl   0.82-1 Perl module for running processes
ii  libparse-debianchange 1.1.1-2ubuntu1 parse Debian changelogs and output
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl
ii  liburi-perl   1.37+dfsg-1ubuntu1 Manipulates and accesses URI strin
ii  man-db2.5.6-2on-line manual pager
ii  perl [libdigest-sha-p 5.10.0-24ubuntu4   Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.6-2on-line manual pager

-- 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#558361: zero instead of real stats (vmstat and others) after counter wrap

2009-11-28 Thread Michael Tokarev
Package: procps
Version: 1:3.2.8-2tls
Severity: normal
Tags: patch

Most in-kernel counters nowadays are 64bits, even on 32bit arches.
But procps uses unsigned long internally, and strtoul() to convert
from text to number.  In case of overflow, strtoul() returns -1,
and comparing two -1s always results in 0.  So with large in-kernel
counters vmstat stops displaying statistics properly, leading to
false system troubleshooting analisys.

The attached patch provides a very simple fix for this, which does
not solve the root problem but makes it disappear in almost all
cases (it only occurs when the actual counter overflows, in which
case the difference between this and previous will be around
2**32, only once, and this difference is easy to understand) s
that it stops becoming an issue.  Real fix involves major code
changes.

Thanks.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (60, 'testing'), (50, 'unstable'), (1, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages procps depends on:
ii  initscripts   2.86.ds1-61Scripts for initializing and shutt
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

Versions of packages procps recommends:
ii  psmisc22.6-1 Utilities that use the proc filesy

procps suggests no packages.

-- no debconf information
after some uptime, vmstat starts displaying zeros in various
stats columns instead of real numbers.  This is because most
kernel counters are now 64bit but in procps they're 32bits on
i386 (and other 32bit arches).  To convert values read from
files in /proc, procps uses strtoul(), which returns -1 in
case of overflow.  But comparing two -1s always gives 0, so
the statistics becomes useless.

The real fix to this and other similar problems is to always
use 64bit counters in procps.  But that requires alot more
changes all over the places.

But much simpler fix is possible too: changing strtoul() to
strtoull() which returns 64bit integer.  Hopefully that one
will not overflow.  We convert the result into our native
unsigned long by truncating the most significant part if
necessary.  This way, we will still have proper least
significant part, which is enough for comparison with
previous value of the same nature, and substraction gives
good result.

Signed-off-by: Michael Tokarev m...@tls.msk.ru

--- procps-3.2.8/proc/sysinfo.c.orig2008-03-24 07:33:43.0 +0300
+++ procps-3.2.8/proc/sysinfo.c 2009-11-28 11:53:45.816811421 +0300
@@ -606,3 +606,3 @@ void meminfo(void){
 if(!found) goto nextline;
-*(found-slot) = strtoul(head,tail,10);
+*(found-slot) = (unsigned long)strtoull(head,tail,10);
 nextline:


Bug#557744: [Pkg-libvirt-maintainers] Bug#557744: libvirt-bin: Starting domain fails with qemudOpenMonitorUnix: monitor socket did not show up.: Connection refused

2009-11-28 Thread Guido Günther
On Fri, Nov 27, 2009 at 11:02:25PM +0100, Vadim Zeitlin wrote:
 On Tue, 24 Nov 2009 14:36:57 +0100 Guido Günther a...@sigxcpu.org wrote:
 
 GG You can run the daemon with 
 GG 
 GG VIRT_DEBUG=1 libvirtd
 GG 
 GG to find out what happens.
 
  Hello,
 
  This didn't show anything new, I only saw the same
 
 2:54:07.693: error : qemudOpenMonitorUnix:1007 : monitor socket did not show 
 up.: Connection refused
 libvir: QEMU error : monitor socket did not show up.: Connection refused
 
 when doing this.
 
 GG Strace might help to. It's doing fine here.
 GG Please also have a look at the VM logs in /var/log/libvirt/.
 
  But this did help as I could see an extra error (not shown anywhere else
 and I had no idea about the files in this directory, I was only looking at
 syslog...): Could not load option rom 'extboot.bin'. So this seems to be
 the same as bug #553986. And, indeed, uninstalling qemu allowed it to start
 (now I get kvm: unhandled exit 8021 and kvm_run returned -22 which
 is not especially enlightening neither but it's a different/next problem at
 least...).
It's LIBVIRT_DEBUG not VIRT_DEBUG, sorry.
The correct format is described here:
http://libvirt.org/logging.html
Cheers,
 -- Guido



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



Bug#553503: exim4 segfaults here too

2009-11-28 Thread Andreas Metzler
On 2009-11-25 Jürgen Leibner juergen.leib...@t-online.de wrote:
 On Sat, Nov 21, 2009 at 05:36:12PM +0100, juer...@leibner.eu wrote:
 On Saturday 21 November 2009 16:46 Andreas Metzler wrote:
 ...
 Could you try to get a coredump?

 ulimit -c unlimited
 echo 2  /proc/sys/fs/suid_dumpable
 echo '/tmp/%e.core.%t.%p'  /proc/sys/kernel/core_pattern

[...]
 A new segfault happend today, but no core file was written in /tmp/

 Nov 25 11:05:05 atom kernel: [1930263.051676] exim4[11552]: segfault at 
 7fff406846e8 ip 41b6da sp 7fff406846f0 error 6 in +exim4[40+ad000]

 Any hints?

Hello,
Hmm. I have broken exim to cause it to crash reliably. Yesterday in
the evening I also had problems get a coredump from this broken
binary, today it works. :-O

Did you perhaps restart exim at a later point of time without
ulimit -c unlimited. How about adding

ulimit -c unlimited
echo 2  /proc/sys/fs/suid_dumpable
echo '/tmp/%e.core.%t.%p'  /proc/sys/kernel/core_pattern

to the top of /etc/init.d/exim4 and running
/etc/init.d/exim4 restart
afterwards to make sure things are set up properly?
 
cu andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



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



Bug#558362: fglrx-glx: diversions lead to problems when building opengl-using packages

2009-11-28 Thread Michael Gilbert
package: fglrx-glx
version: 1:9-11-2
severity: important

the current way that the libGL diversions are handled causes problems
when building packages that have opengl-using binaries.  for example,
i get the following errors when building the alien-arena package when
fglrx-glx is installed (but the build goes flawlessly when fglrx-glx is
not installed):

dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by fglrx-glx from: /usr/lib/libGL.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by fglrx-glx to: /usr/lib/fglrx/diversions/libGL.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by fglrx-glx from: /usr/lib/libGL.so.1.2
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by fglrx-glx to: /usr/lib/fglrx/diversions/libGL.so.1.2
dpkg-shlibdeps: error: no dependency information found
for /usr/lib/libGL.so.1 (used by
debian/alien-arena/usr/lib/games/alien-arena/crx). dh_shlibdeps:
dpkg-shlibdeps -Tdebian/alien-arena.substvars
debian/alien-arena/usr/lib/games/alien-arena/game.so
debian/alien-arena/usr/lib/games/alien-arena/crx returned exit code 2
make: *** [binary-arch] Error 9

mike



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



Bug#553503: exim4 segfaults here too

2009-11-28 Thread Jürgen Leibner
On Saturday 28 November 2009 10:18 Andreas Metzler wrote:

[...]

Hello.

 Hmm. I have broken exim to cause it to crash reliably. Yesterday in
 the evening I also had problems get a coredump from this broken
 binary, today it works. :-O

 Did you perhaps restart exim at a later point of time without
 ulimit -c unlimited. 

No. I didn't.

 How about adding 

 ulimit -c unlimited
 echo 2  /proc/sys/fs/suid_dumpable
 echo '/tmp/%e.core.%t.%p'  /proc/sys/kernel/core_pattern

 to the top of /etc/init.d/exim4 and running
 /etc/init.d/exim4 restart
 afterwards to make sure things are set up properly?

Done, so we are waiting again.

Greetings, Jürgen Leibner



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



Bug#558363: idea: popcon commandline tool

2009-11-28 Thread gregor herrmann
Package: devscripts
Version: 2.10.58
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It might be nice to have a commandline tool for getting popcon data
for a package quickly. -- TTBOMK we don't have something like that
yet.

(Just an idea, maybe someone stumbles over it and likes to code it.)

Cheers,
gregor

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksQ8tYACgkQOzKYnQDzz+RVlgCg+IZeo0LuKmWVqHtavx5sQhOn
63wAoMHpXJvtzAOh5sqNsWYrcj08ZCqt
=OePn
-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#558337: mozvoikko: FTBFS on GNU/kFreeBSD

2009-11-28 Thread Harri Pitkänen
Hi!

On Saturday 28 November 2009, Cyril Brulebois wrote:
 your package FTBFS on GNU/kFreeBSD because the OS isn't supported. The
 tiny attached patch fixes this, making GNU/kFreeBSD similar to Linux
 since they use the same glibc, the same shared objects, etc.

Just for your information, I applied this patch to mozvoikko upstream SVN 
repository:
  http://voikko.svn.sourceforge.net/viewvc/voikko?view=revrevision=3071

Thanks,
Harri Pitkänen (upstream developer of Voikko)



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



Bug#558362: [Pkg-fglrx-devel] Bug#558362: fglrx-glx: diversions lead to problems when building opengl-using packages

2009-11-28 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Gilbert schrieb:
 package: fglrx-glx
 version: 1:9-11-2
 severity: important
 
 the current way that the libGL diversions are handled causes problems
 when building packages that have opengl-using binaries.  for example,
 i get the following errors when building the alien-arena package when
 fglrx-glx is installed (but the build goes flawlessly when fglrx-glx is
 not installed):
 
 dpkg-shlibdeps: warning: diversions involved - output may be incorrect
  diversion by fglrx-glx from: /usr/lib/libGL.so.1
 dpkg-shlibdeps: warning: diversions involved - output may be incorrect
  diversion by fglrx-glx to: /usr/lib/fglrx/diversions/libGL.so.1
 dpkg-shlibdeps: warning: diversions involved - output may be incorrect
  diversion by fglrx-glx from: /usr/lib/libGL.so.1.2
 dpkg-shlibdeps: warning: diversions involved - output may be incorrect
  diversion by fglrx-glx to: /usr/lib/fglrx/diversions/libGL.so.1.2
 dpkg-shlibdeps: error: no dependency information found
 for /usr/lib/libGL.so.1 (used by
 debian/alien-arena/usr/lib/games/alien-arena/crx). dh_shlibdeps:
 dpkg-shlibdeps -Tdebian/alien-arena.substvars
 debian/alien-arena/usr/lib/games/alien-arena/game.so
 debian/alien-arena/usr/lib/games/alien-arena/crx returned exit code 2
 make: *** [binary-arch] Error 9

This is an old bug and wontfix, do not build against the fglrx private
libraries, they also have got a wrong soname for it.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksQ9MgACgkQ2XA5inpabMe3uwCdGiUIvKIaTSh5PJPqia32ENxV
RWwAoJckpQOW4Ys4WaROEktR9jpNkNl9
=RLZx
-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#554258: Squeeze freeze

2009-11-28 Thread Alex Dănilă

Hi,
Please don't let the Squeeze freeze make Debian miss the integration of 
KMS, Radeonhd 1.3 and experimental 3D acceleration.


Alex



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



Bug#511375: close bug

2009-11-28 Thread Artur Rona
Hello,
I guess that this bug probably has been fixed in upstream, so please
close this bug.
Regards




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



Bug#558364: reportbug: Please add configuration variable for GPG key id

2009-11-28 Thread gregor herrmann
Package: reportbug
Version: 4.8
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Like probably many others I have at the moment 2 GPG keys. I was
curious why reportbug doesn't use the default one. Looking at the
code, I ended at /usr/share/pyshared/reportbug/submit.py's line 125,
which calls gpg --local-user $email, and gnupg seems to return the
first key it finds for this email address.

Being able to set the desired key id in .reportbugrc would be nice,
reportbug could then simple use this value for --local-user.

(The other option might be to drop the --local-user stuff, then gpg
should use the default from .gnupg/gpg.conf.)

Cheers,
gregor


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksQ9poACgkQOzKYnQDzz+Q2OQCg15ZUJ1xdaj+2fZr9gnLwpWB6
pTkAoPG/Mf9H1djDgzjFMOhmA8hdYS7U
=nIqp
-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#558365: ifile: Public domain is not a license

2009-11-28 Thread jaalto
Package: ifile
Version: 1.3.8
Severity: normal


The debian/copyright reads:

metamail/

  All scripts written by Jens Peter Secher j...@debian.org, who
  disclaims all copyright in these scripts and places them in the
  public domain.

Unfortunately public Domain is not a software license. Please read:

Why the Public Domain Isn't a License by Open Source attorney
Lawrence Rosen
http://www.linuxjournal.com/article/6225

A SUGGESTION

Consider releasing files under GPL.

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

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



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



Bug#543635: closed by Guido Günther a...@sigxcpu.org (Fixed in KVM 88)

2009-11-28 Thread Mike Hommey
 Package: kvm
 Version: 88+dfsg-1
 
 Hi,
 this is fixed in kvm 88.

Please fix this in unstable, too, as kvm 88 is unuseable for me
(#554975).

Mike



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



Bug#533112: PPA packages available for testing

2009-11-28 Thread Adrian Glaubitz
Hello,

to test the first versions of the package, I have created a
prelimenary package called qhimdtransfer. QHiMDTransfer is the GUI
tool to interact with the libhimd library. As for now, I have linked
the library statically to qhimdtransfer. Once we have reached a
first stable milestone, we will provide a dynamically linked version
which will be eventually uploaded to Debian.

For now, the PPA packages can be found on my launchpad site:

https://launchpad.net/~glaubitz/+archive/linux-minidisc

We are looking for people to create translations. Please get in touch
in case you're interested.


Adrian



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



Bug#558366: gcompris: reading/click_on_letter doesnt have sound in French

2009-11-28 Thread Eric Lavarde
Package: gcompris
Version: 8.4.4-1.1
Severity: normal

Hello,

as written in the subject, letters are not spoken out in French.

While testing the bug in more details for this bug report, I found out a
few more strange things:

1. other languages don't seem to work (en, de) if I set them explicitly
in the setup dialog of the game. Explicit fr doesn't help either.

2. per default I had Default selected, assuming it means French, but
if I set it back I get the following strange message from Gcompris:
Error: this activity requires that you first install the packages with
GCompris voices for the locale 'NU'!
I don't know what NU stands for, but I've surely not installed or 
setup it anywhere:
$ locale -a
C
de_DE.utf8
en_IE.utf8
en_US.utf8
fr_FR.utf8
pl_PL.utf8
POSIX

3. the environment of my daughter is KDE in French with the following
language variable set:
LANG=fr_FR.UTF-8
LANGUAGE=fr_FR:fr
(not only in the shell, also in KDE itself)

4. Other games work with sound and in French, so I think my setup is in
general correct.

Let me know if you need more information. I attach the .xsession-errors
of my daughter, it contains quite a lot of warnings around GCompris.

Thanks, Eric

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

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

Versions of packages gcompris depends on:
ii  gcompris-data   8.4.4-1.1Data files for GCompris
ii  gstreamer0.10-alsa  0.10.24-2~bpo50+1GStreamer plugin for ALSA
ii  gstreamer0.10-plugi 0.10.24-2~bpo50+1GStreamer plugins from the base 
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.24-1~bpo50+1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  librsvg2-common 2.22.2-2lenny1   SAX-based renderer library for SVG
ii  libsqlite3-03.5.9-6  SQLite 3 shared library
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii  libxxf86vm1 1:1.0.2-1X11 XFree86 video mode extension l
ii  python-gtk2 2.12.1-6 Python bindings for the GTK+ widge
ii  python-pysqlite22.4.1-1  Python interface to SQLite 3
ii  python2.4   2.4.6-1  An interactive high-level object-o

gcompris recommends no packages.

Versions of packages gcompris suggests:
pn  gnucapnone (no description available)
pn  gnuchess  none (no description available)
pn  tuxpaint  none (no description available)

-- no debconf information
Xsession: X session started for patricia at samedi 28 novembre 2009, 10:15:45 (UTC+0100)
startkde: Starting up...
kbuildsycoca running...

 Copyright (C) 2002-2006 Stas Z. stas.zytkiew...@gmail.com

 This program is free software; you can redistribute it and/or
 modify it under the terms of version 2 of the GNU General Public License
 as published by the Free Software Foundation.  A copy of this license should
 be included in the file GPL-2.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; see the file GPL-2.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

 Childsplay - A suite of educational games for young children.

  This is beta software, please send bugs and/or comments to
  childsp...@users.sourceforge.net
open /dev/sequencer or /dev/snd/seq: No such file or directory
Setting childsplay locale to 'fr_FR'
stop_splash called
  Findsound - part of childsplay.py, a suite of educational games for
  young children. 
Listen to the sound and find the image to which it belongs. 
  soundmemory.py - part of childsplay.py, a suite of educational games for
  young children.
  
Hit the buttons and find pairs
highscore locale None fr
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  19
  Minor opcode:  0
  Resource id:  0xa3

** (process:3632): WARNING **: Binary relocation disabled
exec_prefix NULL
XF86VidMode: Compiled with XF86VidMode.
If you have problems starting GCompris in fullscreen, try the -x option to disable XF86VidMode.
package_data_dir

Bug#558025: [kali] segfault at startup

2009-11-28 Thread George Danchev
I can confirm that 3.1-10 crashes on startup on x86, but not on amd64.
I got the source in order to rebuilt with debugging symbols on x86, but then 
the app started just fine. My best bet is that something has changed within the 
underlying libraries, also looking at ltrace output:

fl_set_object_lcol(0x9e2a500, 0, 0xbfbad678, 0x804bf28, 1)   = 
0x9e2a500
fl_initial_wingeometry(8, 8, 220, 670, 0x37f0c7f)= 
220
fl_show_form(0x9e29a68, 0, 1, 0x8051237, 0x37f0c7f unfinished ...
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

reveals that something has changed in the callback functions there.
I'm curious if rebuilding on x86 would make that crash go away.

-- 
pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu



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



Bug#558367: ssmtp: [INTL:it] Italian debconf translation

2009-11-28 Thread Luca Monducci
Package: ssmtp
Severity: wishlist
Tags: l10n, patch

Hello,
please update the Italian debconf templates translation (attached).

Regards,
 Luca

it.po
Description: Binary data


Bug#541297: masqmail: diff for NMU version 0.2.21-7.1

2009-11-28 Thread gregor herrmann
Dear maintainer,

I've uploaded an NMU for masqmail (versioned as 0.2.21-7.1). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-BOFH excuse #364:  Sand fleas eating the Internet cables 
diff -u masqmail-0.2.21/debian/rules masqmail-0.2.21/debian/rules
--- masqmail-0.2.21/debian/rules
+++ masqmail-0.2.21/debian/rules
@@ -22,6 +22,7 @@
 	# Add here commands to compile the package.
 	./configure $(confflags) \
 		--prefix=/usr --mandir='$${prefix}/share/man' \
+		--datadir='$${prefix}/share' \
 		--with-logdir=/var/log/masqmail \
 		--with-spooldir=/var/spool/masqmail \
 		--with-user=mail --with-group=mail \
diff -u masqmail-0.2.21/debian/changelog masqmail-0.2.21/debian/changelog
--- masqmail-0.2.21/debian/changelog
+++ masqmail-0.2.21/debian/changelog
@@ -1,3 +1,11 @@
+masqmail (0.2.21-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed directory to message template files in binary by supplying the 
+datadir to ./configure manually. (Closes: #541297)
+
+ -- Johann Felix Soden joh...@gmx.de  Fri, 27 Nov 2009 22:19:24 +0100
+
 masqmail (0.2.21-7) unstable; urgency=low
 
   * Fixed segfault when using pipe online detection (Closes: #533006)
diff -u masqmail-0.2.21/debian/README.Debian masqmail-0.2.21/debian/README.Debian
--- masqmail-0.2.21/debian/README.Debian
+++ masqmail-0.2.21/debian/README.Debian
@@ -15,6 +15,7 @@
 
 It has been compiled with the options:
 --prefix=/usr --mandir='$${prefix}/share/man' \
+--datadir='$${prefix}/share' \
 --with-logdir=/var/log/masqmail \
 --with-spooldir=/var/spool/masqmail \
 --with-user=mail --with-group=mail \


signature.asc
Description: Digital signature


Bug#558368: add package for kuickshow

2009-11-28 Thread Rhapsody

Package: kuickshow
Severity: wishlist

KuickShow is an image viewer for KDE that was available for Debian among
other KDE 3 applications up to and including Lenny, but has since been
removed. Since then, a KDE 4 version of KuickShow has been made and is
now available from its official KDE home page at
http://userbase.kde.org/KuickShow

Please add a new kuickshow package to Debian.

See also KDE bug 188539: https://bugs.kde.org/show_bug.cgi?id=188539


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

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





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



Bug#543635: closed by Guido Günther a...@sigxcpu.org (Fixed in KVM 88)

2009-11-28 Thread Guido Günther
On Sat, Nov 28, 2009 at 11:12:32AM +0100, Mike Hommey wrote:
  Package: kvm
  Version: 88+dfsg-1
  
  Hi,
  this is fixed in kvm 88.
 
 Please fix this in unstable, too, as kvm 88 is unuseable for me
 (#554975).
We intend to get kvm removed from unstable/testing soon. qemu-kvm
replaces it.
Cheers,
 -- Guido



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



Bug#558369: nvidia-libvdpau1-driver shall conflict with nvidia-libvdpau1 190.42-3

2009-11-28 Thread Artur R. Czechowski
Package: nvidia-libvdpau1-driver
Version: 190.42-3
Severity: serious
Tags: patch

During upgrade nvidia-graphics-drivers from 190.42-2 to 190.42-3 I noticed
an error:

Unpacking nvidia-libvdpau1-driver (from 
.../nvidia-libvdpau1-driver_190.42-3_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/nvidia-libvdpau1-driver_190.42-3_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/libvdpau_nvidia.so.190.42', which is also in 
package nvidia-libvdpau1 0:190.42-2
dpkg-deb: subprocess paste killed by signal (Broken pipe)

I suppose following patch shall fix the problem:

diff -Naru nvidia-graphics-drivers-190.42.orig/debian/control 
nvidia-graphics-drivers-190.42/debian/control
--- nvidia-graphics-drivers-190.42.orig/debian/control  2009-11-28 
11:46:06.009296791 +0100
+++ nvidia-graphics-drivers-190.42/debian/control   2009-11-28 
11:47:18.329294431 +0100
@@ -102,7 +102,7 @@
 Recommends: nvidia-kernel-190.42
 Suggests: nvidia-kernel-source (= 190.42)
 Replaces: nvidia-glx ( 180.51), nvidia-libvdpau
-Conflicts: nvidia-glx ( 180.51), nvidia-libvdpau
+Conflicts: nvidia-glx ( 180.51), nvidia-libvdpau, nvidia-libvdpau1 ( 
190.42-3)
 Description: NVIDIA vdpau driver
  These libraries provide the Video Decode and Presentation API for Unix.
  They provide accelerated video playback (incl. H.264) for the supported

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

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

Versions of packages nvidia-libvdpau1-driver depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libx11-6  2:1.3.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar

Versions of packages nvidia-libvdpau1-driver recommends:
ii  nvidia-kernel-2.6.31-1-amd64  190.42-2   NVIDIA binary kernel module for Li

Versions of packages nvidia-libvdpau1-driver suggests:
ii  nvidia-kernel-source  190.42-3   NVIDIA binary kernel module source

-- no debconf information

-- 
 - You can take my soul but not my lack of enthusiasm.
/Wally, Dilbert 2004.11.23/



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



Bug#558370: havp fails to (re)start because of mounted /var/spool/havp

2009-11-28 Thread Imre Gergely
Package: havp
Version: 0.91-1
Severity: important
Tags: patch

When stopping havp, it doesn't unmount /var/spool/havp and because of this it 
can't start again. The error message one gets is:

d5-testing:~# /etc/init.d/havp start
Mounting /var/lib/havp/havp.loop under /var/spool/havp ...mount: according to 
mtab /var/lib/havp/havp.loop is already mounted on /var/spool/havp as loop

Please see https://bugs.launchpad.net/bugs/401048 for a complete report.

Attached you'll find the patch to havp.init which could possibly solve the 
problem.


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

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

Versions of packages havp depends on:
ii  adduser3.111 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.28Debian configuration management sy
ii  libc6  2.10.1-7  GNU C Library: Shared libraries
ii  libclamav6 0.95.3+dfsg-1 anti-virus utility for Unix - libr
ii  libgcc11:4.4.2-3 GCC support library
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3

Versions of packages havp recommends:
ii  clamav-freshclam   0.95.3+dfsg-1 anti-virus utility for Unix - viru

Versions of packages havp suggests:
pn  squid none (no description available)

-- debconf information excluded
--- havp.orig   2009-07-19 16:34:25.0 +0300
+++ havp2009-07-19 16:35:20.0 +0300
@@ -71,7 +71,7 @@
find $havp_mountpoint/ -type f -delete
echo  done
 
-if [ x$USE_LOOPBACK = xtrue ]  [ `mount | grep 
^$havp_loopback` ]; then
+if [ x$USE_LOOPBACK = xtrue ]  [ `mount | grep \ 
$havp_mountpoint \` ]; then
echo -n Unmounting $havp_mountpoint ...
umount -l $havp_mountpoint
echo done


Bug#472647: Apache segfault with PerlOptions +Parent

2009-11-28 Thread Oliver Jeeves

I'm having a similar problem, apache segfaulting when I have

PerlOptions +Parent

In a virtual host.

However, this has only started recently on my sid system. It certainly
wasn't occurring back in January when Vitaliy Filippov reported having
this problem. The problem also doesn't occur on the lenny system where
my website is currently deployed.

The last time it was working correctly, was November 16th.

It was definitely broken on November 18th.

Unfortunately when it does segfault, the logs contain a stack trace, but
no date, so I can't pin down exactly when it broke. 

However, according to my aptitude logs, apache related packages were
updated on November 8th:

[UPGRADE] apache2 2.2.14-1 - 2.2.14-2
[UPGRADE] apache2-mpm-worker 2.2.14-1 - 2.2.14-2
[UPGRADE] apache2-utils 2.2.14-1 - 2.2.14-2
[UPGRADE] apache2.2-bin 2.2.14-1 - 2.2.14-2
[UPGRADE] apache2.2-common 2.2.14-1 - 2.2.14-2

And then again on November 22nd:

[UPGRADE] apache2 2.2.14-2 - 2.2.14-3
[UPGRADE] apache2-mpm-worker 2.2.14-2 - 2.2.14-3
[UPGRADE] apache2-utils 2.2.14-2 - 2.2.14-3
[UPGRADE] apache2.2-bin 2.2.14-2 - 2.2.14-3
[UPGRADE] apache2.2-common 2.2.14-2 - 2.2.14-3
...
[UPGRADE] libapache2-mod-apreq2 2.08-5+b1 - 2.08-5.1
[UPGRADE] libapache2-request-perl 2.08-5+b1 - 2.08-5.1

Which doesn't correspond to when I started getting this problem.

I've attached a snippet of my apache error log that contains a backtrace
and memory map. I don't know if it's useful at all.

-Oli

*** glibc detected *** /usr/sbin/apache2: corrupted double-linked list: 
0x0a77f2d0 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb761c824]
/lib/i686/cmov/libc.so.6[0xb761cd82]
/lib/i686/cmov/libc.so.6[0xb761ed86]
/lib/i686/cmov/libc.so.6(__libc_malloc+0x5e)[0xb762117e]
/usr/lib/libperl.so.5.10(Perl_safesysmalloc+0x3f)[0xb72702df]
/usr/lib/libperl.so.5.10(Perl_get_arena+0x6b)[0xb7291a1b]
/usr/lib/libperl.so.5.10[0xb7291a7a]
/usr/lib/libperl.so.5.10(Perl_sv_upgrade+0x4ae)[0xb729c1be]
/usr/lib/libperl.so.5.10(Perl_sv_magicext+0x19f)[0xb729d4ff]
/usr/lib/libperl.so.5.10(Perl_mg_localize+0xa0)[0xb727d230]
/usr/lib/libperl.so.5.10[0xb72ba267]
/usr/lib/libperl.so.5.10(Perl_pp_gvsv+0xa6)[0xb72911c6]
/usr/lib/libperl.so.5.10(Perl_runops_standard+0x21)[0xb72873e1]
/usr/lib/libperl.so.5.10(Perl_call_sv+0x470)[0xb7223280]
/usr/lib/apache2/modules/mod_perl.so(modperl_perl_call_list+0x94)[0xb735e014]
/usr/lib/apache2/modules/mod_perl.so(modperl_perl_call_endav+0x48)[0xb7366ee8]
/usr/lib/apache2/modules/mod_perl.so(modperl_perl_destruct+0x45)[0xb7366f45]
/usr/lib/apache2/modules/mod_perl.so(modperl_interp_destroy+0x55)[0xb73564d5]
/usr/lib/apache2/modules/mod_perl.so[0xb735653d]
/usr/lib/apache2/modules/mod_perl.so(modperl_tipool_destroy+0x3d)[0xb7356abd]
/usr/lib/apache2/modules/mod_perl.so(modperl_interp_pool_destroy+0x29)[0xb7356579]
/usr/lib/libapr-1.so.0[0xb772a9e4]
/usr/lib/libapr-1.so.0(apr_pool_destroy+0x5c)[0xb7729bd2]
/usr/lib/libapr-1.so.0(apr_pool_clear+0x44)[0xb7729ac3]
/usr/sbin/apache2(main+0x938)[0x8069108]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb75c7b55]
/usr/sbin/apache2[0x8068191]
=== Memory map: 
08048000-080a1000 r-xp  08:01 57036  
/usr/lib/apache2/mpm-worker/apache2
080a1000-080a2000 r--p 00058000 08:01 57036  
/usr/lib/apache2/mpm-worker/apache2
080a2000-080a4000 rw-p 00059000 08:01 57036  
/usr/lib/apache2/mpm-worker/apache2
080a4000-080a7000 rw-p  00:00 0 
0838c000-0b0f4000 rw-p  00:00 0  [heap]
b690-b6921000 rw-p  00:00 0 
b6921000-b6a0 ---p  00:00 0 
b6a24000-b6a4 r-xp  08:01 301699 /lib/libgcc_s.so.1
b6a4-b6a41000 rw-p 0001c000 08:01 301699 /lib/libgcc_s.so.1
b6a5-b6a52000 r-xp  08:01 122201 
/usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so
b6a52000-b6a53000 rw-p 1000 08:01 122201 
/usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so
b6a53000-b6a5b000 r-xp  08:01 122262 
/usr/lib/perl5/auto/APR/Request/Param/Param.so
b6a5b000-b6a5c000 rw-p 7000 08:01 122262 
/usr/lib/perl5/auto/APR/Request/Param/Param.so
b6a5c000-b6a69000 r-xp  08:01 122409 
/usr/lib/perl5/auto/APR/Request/Request.so
b6a69000-b6a6a000 rw-p d000 08:01 122409 
/usr/lib/perl5/auto/APR/Request/Request.so
b6a6a000-b6a6e000 r-xp  08:01 900032 /usr/lib/libXdmcp.so.6.0.0
b6a6e000-b6a6f000 rw-p 3000 08:01 900032 /usr/lib/libXdmcp.so.6.0.0
b6a6f000-b6a87000 r-xp  08:01 898106 /usr/lib/libxcb.so.1.1.0
b6a87000-b6a88000 rw-p 00017000 08:01 898106 /usr/lib/libxcb.so.1.1.0
b6a88000-b6a8a000 r-xp  08:01 903638 /usr/lib/libXau.so.6.0.0
b6a8a000-b6a8b000 rw-p 1000 08:01 903638 /usr/lib/libXau.so.6.0.0
b6a8b000-b6a92000 r-xp  08:01 220298 /usr/lib/libltdl.so.7.2.0
b6a92000-b6a93000 rw-p 7000 08:01 220298 /usr/lib/libltdl.so.7.2.0
b6a93000-b6a9f000 r-xp  08:01 896647 /usr/lib/libgomp.so.1.0.0
b6a9f000-b6aa rw-p b000 

Bug#539108: bdf2psf does not handle empty bitmaps

2009-11-28 Thread Timothy Allen
Apologies for the questions in my previous mail, I wasn't thinking
properly.

In the interests of Science, I tried the same experiment on another
computer I have, running Ubuntu 9.10. For some reason, the only
version of bdf2psf in the Ubuntu archives is 1.34ubuntu4, which is
older than the original Debian version I tested with - and yet, the
Ubuntu version works fine: it produces PSF files with empty U+0020
glyphs. I checked the Ubuntu patches linked from
http://packages.qa.debian.org/c/console-setup.html, and it seems Ubuntu
doesn't have any special patches applied to bdf2psf. 

I also note that since I filed this bug, Testing has received an
updated version of bdf2psf, version 1.49. Sadly, this behaves exactly
the same as the the version I filed this bug with, 1.44.

I tried copying the 1.34 version to my Debian machine and running it
there, and it still produced a properly working PSF file. So, some
change between 1.34 and 1.44 seems to have broken handling of
degenerate glyphs.

Although I don't know Perl, I spotted a likely-looking change in the
difference between those two versions, and when I apply the attached
patch to a copy of bdf2psf from 1.49, the patched version works
properly.

As a (presumably unrelated) aside, while I investigated the above I was
trying to keep track of which versions of bdf2psf produced which PSF
files, and discovered to my dismay that every run of bdf2psf produces
different output, even using the same version with the same input files
on the same machine. Diffing the binary files, it seems that the
segment from 0x0A05 to 0x0D04 (inclusive) changes all the time - I'm
not sure what's stored there, but it's obviously quite volatile. I
can't see any provision in the PSF file format for a 'creation' time
stamp, so I doubt it's that, and since bdf2psf isn't written in C, it's
unlikely to be un-initialised memory. --- /usr/bin/bdf2psf	2009-11-20 23:56:56.0 +1100
+++ bdf2psf-debian	2009-11-28 21:39:39.0 +1100
@@ -376,25 +376,23 @@
 	next;
 	}
 	if (/^ENDCHAR/) {
-	if ($rows  0) {
-		$rows == $height - ($beforebox + $afterbox) / matrix_row_size ()
-		or die ($0: $bdf: invalid number of rows $rows  
-			.at line $current_line\n);
-		if ($u == -123456) {
-		die ($0: $bdf: missing ENCODING before ENDCHAR  
-			 .at line $current_line\n);
+	$rows == $height - ($beforebox + $afterbox) / matrix_row_size ()
+		or die ($0: $bdf: invalid number of rows $rows  
+			.at line $current_line\n);
+	if ($u == -123456) {
+		die ($0: $bdf: missing ENCODING before ENDCHAR  
+		 .at line $current_line\n);
+	}
+	if (! defined $gliphs{$u}) {
+		if ($beforebox  0) {
+		@gliph_bytes = @gliph_bytes[-$beforebox..$#gliph_bytes];
 		}
-		if (! defined $gliphs{$u}) {
-		if ($beforebox  0) {
-			@gliph_bytes = @gliph_bytes[-$beforebox..$#gliph_bytes];
-		}
-		if ($afterbox  0) {
-			@gliph_bytes = @gliph_bytes[0 .. $#gliph_bytes+$afterbox];
-		}
-		$gliphs{$u} = [ (0) x $beforebox,
-@gliph_bytes,
-(0) x $afterbox];
+		if ($afterbox  0) {
+		@gliph_bytes = @gliph_bytes[0 .. $#gliph_bytes+$afterbox];
 		}
+		$gliphs{$u} = [ (0) x $beforebox,
+@gliph_bytes,
+(0) x $afterbox];
 	}
 	}
 	if (/^ENDFONT$/) {


Bug#558371: O: debiandoc2dbxml -- DebianDoc to DocBook XML converter

2009-11-28 Thread Philippe Batailler
Package: wnpp
Severity: normal


I intend to orphan the debiandoc2dbxml package.

The package description is:
 This package provides a method for converting an SGML file written
 according to the DebianDoc DTD into an XML file following the DocBook
 XML DTD.
 



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



Bug#553055: Fails to install if auto-run disabled in configuration

2009-11-28 Thread Robert Grimm
tags 553055 + patch
thanks

The initscript should return 0 if RUN_HYLAFAX=0.
diff -u hylafax-6.0.3/debian/changelog hylafax-6.0.3/debian/changelog
--- hylafax-6.0.3/debian/changelog
+++ hylafax-6.0.3/debian/changelog
@@ -1,3 +1,9 @@
+hylafax (2:6.0.3-5.1) unstable; urgency=low
+
+  * Return 0 from initscript, if RUN_HYLAFAX=0 (Closes: #553055)
+
+ -- Robert Grimm r...@robgri.de  Sat, 28 Nov 2009 11:33:10 +0100
+
 hylafax (2:6.0.3-5) unstable; urgency=low
 
   * Fixed init.d script error (Closes: #551285)
diff -u hylafax-6.0.3/debian/hylafax-server.hylafax.init hylafax-6.0.3/debian/hylafax-server.hylafax.init
--- hylafax-6.0.3/debian/hylafax-server.hylafax.init
+++ hylafax-6.0.3/debian/hylafax-server.hylafax.init
@@ -96,7 +96,7 @@
 
 if [ $RUN_HYLAFAX -ne 1 -a $1 = start ]; then
   echo Hylafax is disabled, see /etc/default/hylafax
-  exit 1
+  exit 0
 fi
 
 


Bug#533830: uses most of CPU (still)

2009-11-28 Thread Mark Hindley
On Fri, Nov 27, 2009 at 06:41:04PM -0800, Ross Boylan wrote:
  With both these patches (8c7a9ed and c99bd95) applied, I'm now seeing
  ???apt-cacher??? processes maintain a negligible CPU usage, even when APT
  is fetching from them.
  
  This is highly imprecise (I'm just watching ???htop???) and I haven't put
  any significant stress onto it, but is a good sign. I would encourage
  anyone else experiencing the behaviour reported in this bug report to
  try these patches and report the results.
  
 The changes have no apparent effect for me. aptitude update goes
 basically to 100% CPU; while downloading debs, CPU use was also high,
 though possibly a bit lower than in the past (the download was too quick
 to be sure).

Disappointing.

Could you

 - Download something bigger so you can be sure which process is
   hogging.

 - Is it still the [libcurl] process?

 - Are you running aptitude on the same server as apt-cacher. What is
   the aptitude CPU usage? It might be worth using wget to download a
   single file through the cache and check it is still hogging.

 - What does the load average go up to whilst you have 100% CPU?

 - Tell me the versions of the underlying libraries: libc6, libcurl3

 - Can you comment out/disable the 4 lines:

# Check for pending new request
if ($active_handles  $select-can_read(0)) {
debug_message('Pending connection');
next LIBCURL_REQUEST;
}

   Does that make any difference?

 - After you have disabled the $select-can_read(0) block, if libcurl CPU usage
   is still high, can you strace the process and see what it is doing.

If all that seems OK, my only other suggestion is that we try to reduce
the priority of the libcurl process. Is it impinging on the rest of the
system? Something like the following should do it:


diff --git a/apt-cacher2 b/apt-cacher2
index ed53849..3399608 100755
--- a/apt-cacher2
+++ b/apt-cacher2
@@ -1153,6 +1153,8 @@ sub connect_curlm {
my $active_handles = 0;
my $idcounter=1;
 
+   setpriority(0,$$,10);
+
while ($select-can_read($cfg-{curl_idle_timeout})) {
  LIBCURL_REQUEST:
{

If you play with the last number in setpriority() and see if anything
helps. 0 is the default so should do nothing. 19 should be least
hogging.

Mark



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



Bug#558308: [Pkg-xfce-devel] Bug#558308: Xfce menu doesn't show the Debian menu

2009-11-28 Thread Yves-Alexis Perez
On sam., 2009-11-28 at 01:02 +0100, Sandro Tosi wrote:
 On Sat, Nov 28, 2009 at 00:48, Yves-Alexis Perez cor...@debian.org
 wrote:
  That's not an Xfce stuff. And to be honest, I don't even know what
 it
  is. apt-cache search reveals there's a gnome-main-menu package, so
 maybe
  you try to configure the wrong stuff.
 
 that's weird... because some of the items on the settings menu
 actually configures the Xfce behavior, and I believed the Settings
 section was under full control of xfce, without voices coming from
 other DE.
 

No, the “Settings” submenu contains all items tagged “Settings”,
including stuff used by other DE or even stuff from no DE.

  If you want to use the debian menu with the Xfce menu in the panel,
  right click on it, properties and select “use a custom menu
 file”. Then
  pick /etc/xdg/menus/debian-menu.menu
 
 But this way the freedesktop menu is overwritten with the debian one.
 What I want, and I was able to get it with xfce 4.4.2.1 (now I
 upgraded to 4.6.1.3) is to have another voice in the menu, named
 Debian, and inside it the whole Debian menu.
 
 Is there a way to get that somehow?

That's not possible. It might be back in 4.8.

Cheers,
-- 
Yves-Alexis


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


Bug#541297: masqmail: diff for NMU version 0.2.21-7.1

2009-11-28 Thread markus schnalke
[2009-11-28 11:38] gregor herrmann gre...@debian.org 
 
 Dear maintainer,
 
 I've uploaded an NMU for masqmail (versioned as 0.2.21-7.1). The diff
 is attached to this message.

Thanks.


meillo



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



Bug#557623: Patch update

2009-11-28 Thread Goswin von Brederlow
Package: quilt
Severity: normal

Hi,

I updated the patch as per the feedback. The reason why
relativize_path is needed is that dpkg-source uses absolute paths when
unpacking a 3.0 (quilt) package and tools like dch rename the top
directory when changing the (upstream) version. Without relative paths
quilt would then not find the patches dir and series file or, when
the directory is copied, even use the original ones. I think that would
be highly confusing to the user.

If you fix dpkg-source to use relative paths then I don't really care
if relativize_path is removed. But there might be other tools out
there that use abolute paths where a relative one is called for and
what harm does it do? I think if the path is not specifically outside
the top directory then a relative path is always preferable.

MfG
Goswin

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

Kernel: Linux 2.6.29.4-frosties-2 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages quilt depends on:
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  diffstat  1.47-1 produces graph of changes introduc
ii  gawk  1:3.1.6.dfsg-3 GNU awk, a pattern scanning and pr
ii  gettext   0.17-6 GNU Internationalization utilities
ii  libc6 2.10.1-2   GNU C Library: Shared libraries
ii  patch 2.5.9-5Apply a diff file to an original

quilt recommends no packages.

Versions of packages quilt suggests:
ii  ccache2.4-17 Compiler results cacher, for fast 

-- no debconf information
Description: remember locations for patches and series file
 Create .pc/.quilt_patches and .pc/.quilt_series files when creating
 the .pc directory containing the path to the patches directory and
 series file used that first time. The paths are made relative when
 they point inside the directory .pc resides in, to allow renaming
 of the top directory, and are left absolute otherwise. This allows to
 be set QUILT_PATCHES only on the first invocation and have it correct
 automatically on subsequent calls.
Bug-Debian: http://bugs.debian.org/557623
Author: Goswin von Brederlow goswin-...@web.de
Last-Update: 2009-11-28

diff --git a/quilt/scripts/patchfns.in b/quilt/scripts/patchfns.in
index 9ed4fd1..7468349 100644
--- a/quilt/scripts/patchfns.in
+++ b/quilt/scripts/patchfns.in
@@ -20,9 +20,14 @@ export LANG=POSIX
 export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB
 DB_VERSION=2
 
-: ${QUILT_PATCHES:=patches}
 : ${QUILT_PC:=.pc}
 
+if [ -r $QUILT_PC/.quilt_patches ]; then
+   : ${QUILT_PATCHES:=$( $QUILT_PC/.quilt_patches)}
+else
+   : ${QUILT_PATCHES:=patches}
+fi
+
 # Support compatibility layer
 if [ -d $QUILT_DIR/compat ]
 then
@@ -943,11 +948,29 @@ next_filename()
 echo ${base%-$num}-$((num+1))${patch#$base}
 }
 
+relativize_path() {
+   local dir=$1 base=$2
+   if ! [ ${dir:0:1} = / ]
+   then
+   echo $dir
+   return
+   fi
+   LEN=${#base}
+   if [ ${dir:0:$LEN} = $base ]
+   then
+   echo ${dir:$LEN}
+   else
+   echo $dir
+   fi
+}
+
 create_db() {
if ! [ -e $QUILT_PC ]
then
mkdir -p $QUILT_PC
echo $DB_VERSION  $QUILT_PC/.version
+   relativize_path $QUILT_PATCHES $(pwd)/  
$QUILT_PC/.quilt_patches
+   relativize_path $QUILT_SERIES $(pwd)/  
$QUILT_PC/.quilt_series
fi
 }
 
@@ -1073,7 +1096,11 @@ then
 unset basedir down
 fi
 
-: ${QUILT_SERIES:=series}
+if [ -r $QUILT_PC/quilt_series ]; then
+   : ${QUILT_SERIES:=$( $QUILT_PC/.quilt_series)}
+else
+   : ${QUILT_SERIES:=series}
+fi
 
 if [ ${QUILT_SERIES:0:1} = / ]
 then


Bug#558373: dh-make: Slight inconsistency between dh_make and debuild

2009-11-28 Thread Adrian Glaubitz
Package: dh-make
Version: 0.50
Severity: minor

Hi,

while preparing my own software as a Debian package, I stumbled a small 
inconsistency between
dh_make and debuild. While dh_make allows orig.tar.gz archives according 
to the
scheme packagename-x.y.x.orig.tar.gz and packagename_x.y.x.orig.tar.gz, 
debuild will
fail to find the orig.tar.gz archive in the parent directory when using the 
scheme
packagename-x.y.x.orig.tar.gz, that is with a hyphen instead of an underscore. 
Not
a big deal but I found it to be an incosistency and thus I reported it. I paste
output illustrating this below.


glaub...@z6:..0/qhimdtransfer-0.0.1-2 mv qhimdtransfer_0.0.1.orig.tar.gz 
qhimdtransfer-0.0.1.orig.tar.gz 
glaub...@z6:..0/qhimdtransfer-0.0.1-2 cd qhimdtransfer-0.0.1/
glaub...@z6:..qhimdtransfer-0.0.1-2/qhimdtransfer-0.0.1 dh_make

Type of package: single binary, indep binary, multiple binary, library, kernel 
module, kernel patch or cdbs?
 [s/i/m/l/k/n/b] s

Maintainer name : Adrian Glaubitz
Email-Address   : glaub...@physik.fu-berlin.de 
Date: Sat, 28 Nov 2009 12:10:34 +0100
Package Name: qhimdtransfer
Version : 0.0.1
License : blank
Using dpatch: no
Using quilt : no
Type of Package : Single
Hit enter to confirm: 
Skipping copying to qhimdtransfer-0.0.1.orig since 
qhimdtransfer-0.0.1.orig.tar.gz exists.
Currently there is no top level Makefile. This may require additional tuning.
Done. Please edit the files in the debian/ subdirectory now. You should also
check that the qhimdtransfer Makefiles install into $DESTDIR and not in / .
glaub...@z6:..qhimdtransfer-0.0.1-2/qhimdtransfer-0.0.1 ls
basictools  COPYING  debian  himd.pro  himdtest  libhimd  netmd  qhimdtransfer  
README
glaub...@z6:..qhimdtransfer-0.0.1-2/qhimdtransfer-0.0.1 debuild
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of qhimdtransfer_0.0.1.orig.tar.gz, 
qhimdtransfer_0.0.1.orig.tar.bz2,
qhimdtransfer_0.0.1.orig.tar.lzma or qhimdtransfer-0.0.1.orig)
continue anyway? (y/n) n
glaub...@z6:..qhimdtransfer-0.0.1-2/qhimdtransfer-0.0.1 



Adrian

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

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dh-make depends on:
ii  debhelper 7.4.3  helper programs for debian/rules
ii  dpkg-dev  1.15.4.1   Debian package development tools
ii  make  3.81-7 An utility for Directing compilati
ii  perl  5.10.1-8   Larry Wall's Practical Extraction 

dh-make recommends no packages.

Versions of packages dh-make suggests:
ii  build-essential   11.4   Informational list of build-essent

-- 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#552478: #552478: It seems that /var/halevt directorie is not created

2009-11-28 Thread Michael Banck
Hi,

On Sat, Nov 28, 2009 at 08:43:48AM +0100, nb wrote:
 In fact there's no error message, it simply doesn't work.
 But if you run halevt manually in the forground and plug an usb key, you
 will see something like this :
 
 hal_interface.c:861 (halevt_run_command) Exécution de halevt-mount
 -u /org/freedesktop/Hal/devices/volume_uuid_C8A9_128F -o sync -m 002
 Error opening lock file /var/halevt/halevt.lock: Permission non accordée
 Error locking lock file /var/halevt/halevt.lock: Mauvais descripteur de
 fichier
 Error opening /var/halevt/uditab.tmp: Permission non accordée
 
 Which means permission denied and bad file descriptor.

Hrm, ok.

Can you remove /var/halevt temporarily again and try the following
package:

http://people.debian.org/~mbanck/halevt_0.1.5-1.1_i386.deb

and tell me whether it works for you?


Thanks,

Michael



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



Bug#558312: grub_gettext not found

2009-11-28 Thread Sebastian Bremicker
Package: grub-pc
Version: 1.97+20091125-1
Severity: normal


Hi,

I wanted to confirm the bug for the package I upgraded to today. And for
those who like me are sitting at the prompt and don't know what to do, here
is what I did:

* booted from knoppix to access /boot/grub/grub.cfg
* determined kernel version
* booted again into grub rescue, typing:
  insmod help
  insmod ext2
  insmod linux16
  set root=(hd0,1)
  linux16 /boot/vmlinuz-2.6.31-1-686 root=/dev/hda1 ro
  initrd16 /boot/initrd.img-2.6.31-1-686
  boot

The above must be fixed to the settings from your grub.cfg. I'm glad linux16
did work. insmod linux did not work because of the gettext problem.

Kind regards

Sebastian  

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/hda1 / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/hda5 /home ext3 rw,relatime,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
set locale_dir=/boot/grub/locale
set lang=de
insmod gettext 
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, with Linux 2.6.31-1-686 {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
linux   /boot/vmlinuz-2.6.31-1-686 
root=UUID=c1f10a1f-cc0e-4f85-ba9d-833dc59ae916 ro  quiet
initrd  /boot/initrd.img-2.6.31-1-686
}
menuentry Debian GNU/Linux, with Linux 2.6.31-1-686 (recovery mode) {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
linux   /boot/vmlinuz-2.6.31-1-686 
root=UUID=c1f10a1f-cc0e-4f85-ba9d-833dc59ae916 ro single 
initrd  /boot/initrd.img-2.6.31-1-686
}
menuentry Debian GNU/Linux, with Linux 2.6.30-2-686 {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
linux   /boot/vmlinuz-2.6.30-2-686 
root=UUID=c1f10a1f-cc0e-4f85-ba9d-833dc59ae916 ro  quiet
initrd  /boot/initrd.img-2.6.30-2-686
}
menuentry Debian GNU/Linux, with Linux 2.6.30-2-686 (recovery mode) {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
linux   /boot/vmlinuz-2.6.30-2-686 
root=UUID=c1f10a1f-cc0e-4f85-ba9d-833dc59ae916 ro single 
initrd  /boot/initrd.img-2.6.30-2-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
linux16 /boot/memtest86+.bin
}
menuentry Memory test (memtest86+, serial console 115200) {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/22_invaders ###
menuentry GRUB Invaders {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set c1f10a1f-cc0e-4f85-ba9d-833dc59ae916
multiboot   /boot/invaders.exec
}
### END /etc/grub.d/22_invaders ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

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

Kernel: Linux 

Bug#558374: fortunes-debian-hints: [INTL:pt] Updated Portuguese translation for package messages

2009-11-28 Thread Américo Monteiro
Package: fortunes-debian-hints
Version: n/a
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for fortunes-debian-hints package messages.
Translator: Américo Monteiro a_monteiro at netcabo.pt
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz at debianpt.org.

-- 
Best regards,
Américo Monteiro
# translation of fortunes-debian-hints to Portuguese
# Copyright (C) 2008 Free Software Foundation, Inc.
# This file is distributed under the same license as the fortunes-debian-hints package.
#
# Américo Monteiro a_monte...@netcabo.pt, 2008, 2009.
msgid 
msgstr 
Project-Id-Version: fortunes-debian-hints\n
Report-Msgid-Bugs-To: Kartik Mistry kar...@debian.org\n
POT-Creation-Date: 2009-11-22 17:51+0530\n
PO-Revision-Date: 2009-11-23 20:31+\n
Last-Translator: Américo Monteiro a_monte...@netcabo.pt\n
Language-Team: Portuguese tra...@debianpt.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=2; plural=(n != 1);\n

# type: Plain text
#. type: Plain text
#: hints:4
msgid 
Debian Hint #1: You can report a bug in a package with the 'reportbug' 
command, which is available in the reportbug package, or by using the 
graphical frontend 'reportbug-ng'.
msgstr 
Dica Debian #1: Você pode relatar um bug num pacote com o comando 
'reportbug', o qual está disponível no pacote reportbug, ou utilizar o 
frontend gráfico 'reportbug-ng'.

# type: Plain text
#. type: Plain text
#: hints:9
msgid 
Debian Hint #2: You can use 'dpkg-reconfigure package' to change the 
answers you gave to the questions asked when you first installed a package.  
The 'configure-debian' package provides a unified front end for doing this, 
as well.
msgstr 
Dica Debian #2: Você pode usar 'dpkg-reconfigure pacote' para modificar as 
respostas que deu às perguntas feitas na primeira instalação de um pacote. O 
pacote 'configure-debian' disponibiliza um frontend unificado para fazer 
isto também.

# type: Plain text
#. type: Plain text
#: hints:12
msgid 
Debian Hint #3: You can use 'apt-cache search words' to search for words 
in the descriptions of all available packages.
msgstr 
Dica Debian #3: Você pode usar 'apt-cache search palavras' para procurar 
por palavras nas descrições de todos os pacotes disponíveis.

# type: Plain text
#. type: Plain text
#: hints:15
msgid 
Debian Hint #4: You can see the available and installed versions for one or 
more available packages with the command 'apt-cache policy packages'.
msgstr 
Dica Debian #4: Você pode ver as versões disponíveis e instaladas para um ou 
mais pacotes disponíveis com o comando 'apt-cache policy pacotes'.

# type: Plain text
#. type: Plain text
#: hints:18
msgid 
Debian Hint #5: If you need to build a custom kernel, use the 'make-kpkg' 
script found in the kernel-package package.
msgstr 
Dica Debian #5: Se precisar construir um kernel personalizado, use o script 
'make-kpkg' que se encontra no pacote kernel-package.

# type: Plain text
#. type: Plain text
#: hints:20
msgid Debian Hint #6: There is no hint #6. Submit a hint today !
msgstr Dica Debian #6: Não existe a dica #6. Submeta uma dica hoje!

# type: Plain text
#. type: Plain text
#: hints:23
msgid 
Debian Hint #7: You can use the cron-apt package to do automatic nightly 
downloads of updates for packages installed on your system.
msgstr 
Dica Debian #7: Você pode usar o pacote cron-apt para fazer 
automaticamente , durante a noite, descargas de actualizações para pacotes 
instalados no seu sistema.

# type: Plain text
#. type: Plain text
#: hints:27
msgid 
Debian Hint #8: If you have problems with Debian that you can't solve by 
reading the manuals and documentation, try asking on the Debian Users 
mailing list (debian-u...@lists.debian.org).
msgstr 
Dica Debian #8: Se você tem problemas com Debian que não consegue resolver 
ao ler os manuais e a documentação, tente perguntar na lista de correio dos 
utilizadores de Debian (debian-u...@lists.debian.org).

# type: Plain text
#. type: Plain text
#: hints:31
msgid 
Debian Hint #9: If you need to know what version of Debian you're currently 
running, look in /etc/debian_version; if you want to know the codename for 
that version (for example, 3.0 is codenamed 'Woody'), check this URL:
msgstr 
Dica Debian #9: Se precisar de saber que versão de Debian está actualmente a 
usar, veja em /etc/debian_version; se quiser saber o nome de código para 
essa versão (por exemplo, 3.0 tem o nome de código 'Woody'), veja este URL:

# type: Plain text
#. type: Plain text
#: hints:33
msgid http://www.debian.org/doc/FAQ/ch-ftparchives.html#s-codenames;
msgstr http://www.debian.org/doc/FAQ/ch-ftparchives.html#s-codenames;

# type: Plain text
#. type: Plain text
#: hints:38
msgid 
Debian Hint #10: There are Debian mailing lists for everything from user 
questions to debates over what to put into the Debian Policy documents.  

Bug#533830: uses most of CPU (still)

2009-11-28 Thread Mark Hindley
On Fri, Nov 27, 2009 at 06:41:04PM -0800, Ross Boylan wrote:
 On Fri, 2009-11-27 at 12:45 +1100, Ben Finney wrote:
  On 26-Nov-2009, Mark Hindley wrote:
   On Thu, Nov 26, 2009 at 09:49:31AM +1100, Ben Finney wrote:
It now has occasional stretches of full-CPU usage, often a few
minutes long; but the usage does at least drop back to a
negligible idle state after a while.
   
   Well that is progress at least.
   
   Could you try this patch on top of the last and see if it helps any
   more?
  
  With both these patches (8c7a9ed and c99bd95) applied, I'm now seeing
  ???apt-cacher??? processes maintain a negligible CPU usage, even when APT
  is fetching from them.
  
  This is highly imprecise (I'm just watching ???htop???) and I haven't put
  any significant stress onto it, but is a good sign. I would encourage
  anyone else experiencing the behaviour reported in this bug report to
  try these patches and report the results.
  
 The changes have no apparent effect for me. aptitude update goes
 basically to 100% CPU; while downloading debs, CPU use was also high,
 though possibly a bit lower than in the past (the download was too quick
 to be sure).

Actually, I have had another thought.

Try this:

diff --git a/apt-cacher2 b/apt-cacher2
index ed53849..f04cadf 100755
--- a/apt-cacher2
+++ b/apt-cacher2
@@ -1211,7 +1211,7 @@ sub connect_curlm {
}
}
# Check for pending new request
-   if ($active_handles  $select-can_read(0)) {
+   if ($active_handles  $select-can_read(0.1)) {
debug_message('Pending connection');
next LIBCURL_REQUEST;
}


Does that help? Does it hit your throughput?

Mark



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



Bug#558312: grub_gettext not found

2009-11-28 Thread Sebastian Bremicker
Hi,

«echo GET grub-pc/install_devices | debconf-communicate» shows

0 /dev/hda

I will also try to purge and reinstall all grub-related packages.

Kind regards

Sebastian



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



Bug#558323: oidentd removes logcheck and logcheck-database??

2009-11-28 Thread Stefan Bauer
Justin Piszcz wrote:
 Package: oidentd
 Version: 2.0.8-3
 
 Dist: Debian Testing / x86_64
 
 It was mentioned in #debian that I need to wait until logcheck-database is 
 migrated to 1.3.3, is this correct?

Yes. I migrated a file from logcheck-database directly into the
oident package. As both package can not exist alongside each other
unless one package get rid of that file, you have to wait until
there will be the new logcheck-datbase 1.3.3 package in testing.

If you have doubts about package dependecies, please contact the
package maintainer directly and not instantly come up with a bug
report as this is not a bug.

Stefan

-- 
Stefan Bauer -
PGP: E80A 50D5 2D46 341C A887 F05D 5C81 5858 DCEF 8C34
 plzk.de - Linux - because it works --



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



Bug#558375: breaks fullscreen mode of OOO, mplayer and others

2009-11-28 Thread Guido Günther
Package: gnome-shell
Version: 2.28.1~git20091125-1
Severity: normal

Hi,
when making a presentation in oo impress fullscreen gnome-shell's
sidebar and top panel are still being shown. Same it true when
maximizing a video in mplayer or using fullscreen mode in gqview.
Cheers,
 -- Guido

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

Kernel: Linux 2.6.32-rc7 (SMP w/2 CPU cores)
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 gnome-shell depends on:
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  gir1.0-clutter-1.0  1.0.8-1  GObject introspection data for the
ii  gir1.0-freedesktop  0.6.5-4  Introspection data for some FreeDe
ii  gir1.0-glib-2.0 0.6.5-4  Introspection data for GLib, GObje
ii  gir1.0-gtk-2.0  0.6.5-3  GObject introspection data for the
ii  gir1.0-mutter-2.28  2.28.1~git20091024-1 GObject introspection data for Mut
ii  libatk1.0-0 1.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  libclutter-1.0-01.0.8-1  Open GL based interactive canvas l
ii  libcroco3   0.6.2-1  a generic Cascading Style Sheet (C
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libfontconfig1  2.6.0-4  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libgirepository1.0- 0.6.5-4  Library for handling GObject intro
ii  libgjs0 0.4-3Mozilla-based javascript bindings 
ii  libgl1-mesa-glx [li 7.6-1A free implementation of the OpenG
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libgnome-desktop-2- 2.28.1-3 Utility library for loading .deskt
ii  libgnome-menu2  2.28.0.1-1   an implementation of the freedeskt
ii  libgstreamer0.10-0  0.10.25-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libmozjs2d  1.9.1.5-2The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.2-1  NetScape Portable Runtime Library
ii  libpango1.0-0   1.26.1-1 Layout and rendering of internatio
ii  librsvg2-2  2.26.0-1 SAX-based renderer library for SVG
ii  libstartup-notifica 0.10-1   library for program launch feedbac
ii  libx11-62:1.3.2-1X11 client-side library
ii  libxcomposite1  1:0.4.1-1X11 Composite extension library
ii  libxdamage1 1:1.1.2-1X11 damaged region extension libra
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.4-1X11 miscellaneous 'fixes' extensio
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  mesa-utils  7.6-1Miscellaneous Mesa GL utilities
ii  mutter  2.28.1~git20091024-1 lightweight GTK+ window manager
ii  pkg-config  0.22-1   manage compile and link flags for 
ii  python  2.5.4-2  An interactive high-level object-o
ii  zlib1g  1:1.2.3.3.dfsg-15compression library - runtime

Versions of packages gnome-shell recommends:
ii  xserver-xephyr2:1.6.5-1  nested X server

gnome-shell 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#558312: grub_gettext not found

2009-11-28 Thread Sebastian Bremicker
Hi,

 I will also try to purge and reinstall all grub-related packages.

did not work, same error. Also I had to manually remove /boot/grub
after purging, although I think debconf had asked to do this for me.

Debconf also only offers /dev/hda to me so I don't think I have
duplicate grub versions installed.

Kind regards

Sebastian Bremicker



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



Bug#558350: /usr/share/gnome/applications/mimeinfo.cache not purged

2009-11-28 Thread Josselin Mouette
Le samedi 28 novembre 2009 à 13:25 +0800, jida...@jidanni.org a écrit : 
 Package: gnome-session
 Severity: wishlist
 
 Had to remove this by hand.
 
 dpkg: warning: while removing gnome-session, directory 
 '/usr/share/gnome/applications' not empty so not removed.
 
 It was
 /usr/share/gnome/applications/mimeinfo.cache

This file is not created in a regular setup. You must have done
something by hand to create it.

Cheers, 
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#552478: #552478: It seems that /var/halevt directorie is not created

2009-11-28 Thread nb
Hi Michael,

I have tried it on two computers and it works now like a charme (after
having removed /var/halevt directory)

Thanks

nb


Le samedi 28 novembre 2009 à 12:16 +0100, Michael Banck a écrit :
 Hi,
 
 On Sat, Nov 28, 2009 at 08:43:48AM +0100, nb wrote:
  In fact there's no error message, it simply doesn't work.
  But if you run halevt manually in the forground and plug an usb key, you
  will see something like this :
  
  hal_interface.c:861 (halevt_run_command) Exécution de halevt-mount
  -u /org/freedesktop/Hal/devices/volume_uuid_C8A9_128F -o sync -m 002
  Error opening lock file /var/halevt/halevt.lock: Permission non accordée
  Error locking lock file /var/halevt/halevt.lock: Mauvais descripteur de
  fichier
  Error opening /var/halevt/uditab.tmp: Permission non accordée
  
  Which means permission denied and bad file descriptor.
 
 Hrm, ok.
 
 Can you remove /var/halevt temporarily again and try the following
 package:
 
 http://people.debian.org/~mbanck/halevt_0.1.5-1.1_i386.deb
 
 and tell me whether it works for you?
 
 
 Thanks,
 
 Michael




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



Bug#553252: twisted-runner: diff for NMU version 8.2.0-1.1

2009-11-28 Thread gregor herrmann
Dear maintainer,

I've uploaded an NMU for twisted-runner (versioned as 8.2.0-1.1). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-BOFH excuse #63:  not properly grounded, please bury computer 
diff -u twisted-runner-8.2.0/debian/changelog twisted-runner-8.2.0/debian/changelog
--- twisted-runner-8.2.0/debian/changelog
+++ twisted-runner-8.2.0/debian/changelog
@@ -1,3 +1,16 @@
+twisted-runner (8.2.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+- add ${shlibs:Depends} to python-twisted-runner's Depends
+  in order to get a dependency on libc (closes: #553252)
+- change XS-Python-Version from all, = 2.4 to = 2.4;
+  thanks, lintian
+- replace ${Source-Version} with ${binary:Version} in
+  python-twisted-runner-dbg's Depends; thanks, lintian
+
+ -- gregor herrmann gre...@debian.org  Sat, 28 Nov 2009 13:02:29 +0100
+
 twisted-runner (8.2.0-1) unstable; urgency=low
 
   * New upstream version.
diff -u twisted-runner-8.2.0/debian/control twisted-runner-8.2.0/debian/control
--- twisted-runner-8.2.0/debian/control
+++ twisted-runner-8.2.0/debian/control
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Matthias Klose d...@debian.org
 Build-Depends: debhelper (= 5.0.37.1), python-central (= 0.6.11), python-all-dev, python-all-dbg, python-twisted-core (= 8.2), patch
-XS-Python-Version: all, = 2.4
+XS-Python-Version: = 2.4
 Standards-Version: 3.8.0
 
 Package: python-twisted-runner
 Architecture: any
-Depends: ${python:Depends}, python-twisted-core (= 8.2)
+Depends: ${python:Depends}, python-twisted-core (= 8.2), ${shlibs:Depends}
 Conflicts: python2.3-twisted-runner, python2.4-twisted-runner, python2.3-twisted-bin ( 0.2.0), python2.4-twisted-bin ( 0.2.0)
 Replaces: python2.3-twisted-runner, python2.4-twisted-runner, python2.3-twisted-bin ( 0.2.0), python2.4-twisted-bin ( 0.2.0)
 Provides: ${python:Provides}
@@ -20,7 +20,7 @@
 Package: python-twisted-runner-dbg
 Priority: extra
 Architecture: any
-Depends: python-twisted-runner (= ${Source-Version}), python-dbg, ${shlibs:Depends}
+Depends: python-twisted-runner (= ${binary:Version}), python-dbg, ${shlibs:Depends}
 Description: Process management, including an inetd server (debug extension)
  Twisted Runner has process management, including an inetd replacement.
  .


signature.asc
Description: Digital signature


Bug#352440: ITA: wmshutdown -- Allow you to shutdown or reboot your

2009-11-28 Thread Jari Aalto
retitle 352440 ITA: wmshutdown -- Allow you to shutdown or reboot your
owner 352440 !
thanks

Package is available:

  dget -x http://cante.net/~jaalto/tmp/debian/wmshutdown/wmshutdown_0.2-2.dsc

Lintian policy 3.8.3 clean



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



Bug#557524: Acknowledgement (upgrade fails: dpkg: error processing /var/cache/apt/archives/hplip-gui_3.9.10-1_all.deb)

2009-11-28 Thread Gerard Robin

I do not know why but I just installed hplip-gui 3.9.10-1 successfully ...

--
Gérard




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



Bug#556561: (no subject)

2009-11-28 Thread Dennis Schridde
Confirming this bug to be still a serious issue.
There was libprotobuf5 (2.2.0a) released, which should probably fix this 
problem.



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



Bug#558316: netinstall fails with a Realtek RTL8169 Gigabit Ethernet card

2009-11-28 Thread Stefan Lippers-Hollmann
Hi

On Saturday 28 November 2009, Emmanuel Blot wrote:
 Package: netinstall
 Version: sorry, don't know how to obtain that info, see below for the
 package reference and date.
 
 Hardware:
Intel D945GSEJT, Atom processor N270 @1.60Ghz, 1GB DDR2
Technical specs:
 http://downloadmirror.intel.com/17597/eng/D945GSEJT_TechProdSpec.pdf
 
 Software:
   Debian netinstall dated 05-09-09 04:25, downloaded from
 
 http://ftp.nl.debian.org/debian/dists/lenny/main/installer-i386/current/images/netboot/
   Linux kernel: 2.6.26-2-486 #1 Wed Aug 19 05:40:02 UTC 2009
[...]

The Intel D945GSEJT mainboard ships with a RealTek rtl8168d network card,
which wasn't supported before kernel 2.6.31. Be aware that starting with
Debian's kernel 2.6.32, you'll need a binary firmware as well 
(rtl8168d-1.fw and rtl8168d-2.fw), which are not available yet.

 :eth0: RTL8169 at 0xf882, 00:1c:c0:xx:xx:xx, XID 281000c0 IRQ 219

this seems to be a rtl8168d-2.

 r8169: eth0: link down, while the physical link is actually plugged in:
   * status leds on Ethernet socket are green,
   * status leds on the peer switch device to which the device is
 connected are green as well
 
 lspci reports:
 01.00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
 RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
 
 
 I don't think the issue is related to the environment, as on the very
 same hardware environment and the same PXE/DHCP server, the Ubuntu
 9.10 net installation successfully completes under the same
 conditions.
 
 Let me know if you need more details.

Regards
Stefan Lippers-Hollmann


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


Bug#558377: gnome-bluetooth: obexd-server required to provide org.openobex

2009-11-28 Thread Daniel Leidert
Package: gnome-bluetooth
Version: 2.28.3-2
Severity: important

Hi,

During testing the bluetooth functionality of my laptop [1] I received errors
saying:

The name org.openobex was not provided by any .service files ...

The service is provided by obexd-server or obex-data-server. You dropped
obex-data-server in favour of obexd-client, so IMO you should Suggest,
Recommend or Depend on obexd-server.

Regards, Daniel

[1] http://www.wgdd.de/?p=70


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (560, 'stable'), (110, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
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 gnome-bluetooth depends on:
ii  bluez  4.57-1Bluetooth tools and daemons
ii  gconf2 2.28.0-1  GNOME configuration database syste
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  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.82-2simple interprocess messaging syst
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgconf2-42.28.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libgnome-bluetooth72.28.3-2  GNOME Bluetooth tools - support li
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libnotify1 [libnotify1 0.4.5-1   sends desktop notifications to a n
ii  libpango1.0-0  1.26.1-1  Layout and rendering of internatio
ii  libunique-1.0-01.1.6-1   Library for writing single instanc
ii  obexd-client   0.14-1D-Bus OBEX client
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages gnome-bluetooth recommends:
ii  gvfs-backends 1.4.1-6userspace virtual filesystem - bac

Versions of packages gnome-bluetooth suggests:
pn  nautilus-sendto   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#558376: Invalid or Forged http://l.d.o/foo/recent url disclose server environement

2009-11-28 Thread Frank Lin PIAT
Package: lists.debian.org
Severity: wishlist

Hello,

An invalid link to list's  recent page, like:
  http://lists.debian.org/debian-foobar/recent
discloses the environment variable of the server.

I doesn't seems to be a problem at this time (except maybe on some
stupid web browsers which ignores the page mime-type=text/plain... in
which case it could be used for script/css injection)

Franklin




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



Bug#558378: RM: qwik -- RoQA; security issues, low popcon, maintainer MIA

2009-11-28 Thread Jan Hauke Rahm
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear ftp-masters,

I hereby request the removal of qwik from unstable.

qwik has 2 open security issues (RC), a very low pocon (13) and
appearently no caring maintainer. The last upload was an NMU for a
release goal in April 2008; the last maintainer upload was in October
2006.
Two of the three maintainers seem to only maintain this package. The
third one is not known to be MIA (not to me anyways) but his packages
didn't have an upload in quite some time.

When checking on RC bugs I discovered this package and proposed the
removal to the maintainers. They didn't respond within 10 days and I
thus think it's fine to go on. See #555240 for details.

Thanks,
Hauke

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iFYEAREKAAYFAksRHEUACgkQGOp6XeD8cQ0GmQDdEJys4YeY+0P+XWvNf2PZgQ+u
gsqFERYzwbBgtADfeLWg6euAqFI2XaUVZA5HLnJjia0Pw8HO1MovmQ==
=H5Ar
-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#557802: further information

2009-11-28 Thread Tino Schmidt

In the following I attached further information about the soundcard(s):

$ cat /proc/asound/cards
0 [AudioPCI]: ENS1371 - Ensoniq AudioPCI
Ensoniq AudioPCI ENS1371 at 0xfc40, irq 5
1 [pcsp]: PC-Speaker - pcsp
Internal PC-Speaker at port 0x6

$ cat /etc/modprobe.d/sound
alias snd-card-0 snd-ens1371
options snd-ens1371 index=0
#
alias snd-card-1 snd-pcsp
options snd-pcsp index=1

$ cat .asoundrc
pcm.!default {
   type hw
   card 0
}

ctl.!default {
   type hw
   card 0
}

$ amixer
Simple mixer control 'Master',0
 Capabilities: pvolume
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 31
 Mono:
 Front Left: Playback 31 [100%] [0.00dB]
 Front Right: Playback 31 [100%] [0.00dB]
Simple mixer control 'Master Mono',0
 Capabilities: pvolume
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 31
 Mono:
 Front Left: Playback 31 [100%] [0.00dB]
 Front Right: Playback 31 [100%] [0.00dB]
Simple mixer control 'Bass',0
 Capabilities: volume volume-joined
 Playback channels: Mono
 Capture channels: Mono
 Limits: 0 - 15
 Mono: 15 [100%]
Simple mixer control 'Treble',0
 Capabilities: volume volume-joined
 Playback channels: Mono
 Capture channels: Mono
 Limits: 0 - 15
 Mono: 15 [100%]
Simple mixer control 'PCM',0
 Capabilities: pvolume
 Playback channels: Front Left - Front Right
 Limits: Playback 0 - 63
 Mono:
 Front Left: Playback 63 [100%] [60.00dB]
 Front Right: Playback 63 [100%] [60.00dB]
Simple mixer control 'PCM Out Path  Mute',0
 Capabilities: enum
 Items: 'pre 3D' 'post 3D'
 Item0: 'pre 3D'
Simple mixer control 'Line',0
 Capabilities: pvolume cswitch cswitch-exclusive
 Capture exclusive group: 0
 Playback channels: Front Left - Front Right
 Capture channels: Front Left - Front Right
 Limits: Playback 0 - 63
 Front Left: Playback 63 [100%] [60.00dB] Capture [off]
 Front Right: Playback 63 [100%] [60.00dB] Capture [off]
Simple mixer control 'CD',0
 Capabilities: pvolume cswitch cswitch-exclusive
 Capture exclusive group: 0
 Playback channels: Front Left - Front Right
 Capture channels: Front Left - Front Right
 Limits: Playback 0 - 63
 Front Left: Playback 51 [81%] [42.00dB] Capture [off]
 Front Right: Playback 51 [81%] [42.00dB] Capture [off]
Simple mixer control 'Mic',0
 Capabilities: pvolume cvolume cswitch cswitch-exclusive
 Capture exclusive group: 0
 Playback channels: Front Left - Front Right
 Capture channels: Front Left - Front Right
 Limits: Playback 0 - 31 Capture 0 - 15
 Front Left: Playback 30 [97%] [10.50dB] Capture 0 [0%] [0.00dB] [on]
 Front Right: Playback 30 [97%] [10.50dB] Capture 0 [0%] [0.00dB] [on]
Simple mixer control 'Mic Boost (+20dB)',0
 Capabilities: pswitch pswitch-joined
 Playback channels: Mono
 Mono: Playback [off]
Simple mixer control 'Video',0
 Capabilities: pvolume cswitch cswitch-exclusive
 Capture exclusive group: 0
 Playback channels: Front Left - Front Right
 Capture channels: Front Left - Front Right
 Limits: Playback 0 - 63
 Front Left: Playback 63 [100%] [60.00dB] Capture [off]
 Front Right: Playback 63 [100%] [60.00dB] Capture [off]
Simple mixer control 'Phone',0
 Capabilities: pvolume pvolume-joined cswitch cswitch-exclusive
 Capture exclusive group: 0
 Playback channels: Mono
 Capture channels: Front Left - Front Right
 Limits: Playback 0 - 31
 Mono: Playback 31 [100%] [12.00dB]
 Front Left: Capture [off]
 Front Right: Capture [off]
Simple mixer control 'PC Speaker',0
 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
 Playback channels: Mono
 Limits: Playback 0 - 15
 Mono: Playback 15 [100%] [0.00dB] [on]
Simple mixer control 'Aux',0
 Capabilities: pvolume cswitch cswitch-exclusive
 Capture exclusive group: 0
 Playback channels: Front Left - Front Right
 Capture channels: Front Left - Front Right
 Limits: Playback 0 - 63
 Front Left: Playback 63 [100%] [60.00dB] Capture [off]
 Front Right: Playback 63 [100%] [60.00dB] Capture [off]
Simple mixer control 'Capture',0
 Capabilities: cvolume cswitch cswitch-joined
 Capture channels: Front Left - Front Right
 Limits: Capture 0 - 15
 Front Left: Capture 0 [0%] [0.00dB] [on]
 Front Right: Capture 0 [0%] [0.00dB] [on]
Simple mixer control 'Mix',0
 Capabilities: cswitch cswitch-exclusive
 Capture exclusive group: 0
 Capture channels: Front Left - Front Right
 Front Left: Capture [off]
 Front Right: Capture [off]
Simple mixer control 'Mix Mono',0
 Capabilities: cswitch cswitch-exclusive
 Capture exclusive group: 0
 Capture channels: Front Left - Front Right
 Front Left: Capture [off]
 Front Right: Capture [off]

And finally this:
$ aplay soundfile.wav
Playing WAVE 'soundfile.wav' : Signed 16 bit Little Endian, Rate 44100 
Hz, Mono

^CAborted by signal Interrupt...

still with no sound...






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



Bug#558379: SOAP: Please allow to restrict get_bugs to certain suites

2009-11-28 Thread Andreas Barth
Package: debbugs
Severity: wishlist

Hi,

I'd like to make the following question via soap:
(handler).get_bugs('severity', ['serious', 'grave', 'critical'], 
'distribution', ['testing', 'unstable']))

However, this currently doesn't work, so I have to ask for
(handler).get_bugs('severity', ['serious', 'grave', 'critical'])
and get rid of the remaining bugs later on (which just costs computing
power, but also on bugs.debian.org as I'm doing useless questions
there).

Would be great if that could be added there.


Cheers,
Andi



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



Bug#553563: sendfile: diff for NMU version 2.1b.20080616-2.1

2009-11-28 Thread gregor herrmann
Dear maintainer,

I've uploaded an NMU for sendfile (versioned as 2.1b.20080616-2.1). The diff
is attached to this message.

Cheers,
gregor, from the MUC BSP
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-BOFH excuse #451:  astropneumatic oscillations in the water-cooling 
diff -u sendfile-2.1b.20080616/debian/control sendfile-2.1b.20080616/debian/control
--- sendfile-2.1b.20080616/debian/control
+++ sendfile-2.1b.20080616/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Martin Schulze j...@debian.org
-Build-Depends: libreadline5-dev
+Build-Depends: libreadline-dev
 Standards-Version: 3.5.2.0
 
 Package: sendfile
diff -u sendfile-2.1b.20080616/debian/conffiles sendfile-2.1b.20080616/debian/conffiles
--- sendfile-2.1b.20080616/debian/conffiles
+++ sendfile-2.1b.20080616/debian/conffiles
@@ -4,0 +5 @@
+/etc/cron.weekly/sendfile
diff -u sendfile-2.1b.20080616/debian/changelog sendfile-2.1b.20080616/debian/changelog
--- sendfile-2.1b.20080616/debian/changelog
+++ sendfile-2.1b.20080616/debian/changelog
@@ -1,3 +1,13 @@
+sendfile (2.1b.20080616-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix file-in-etc-not-marked-as-conffile /etc/cron.weekly/sendfile
+by adding /etc/cron.weekly/sendfile to debian/conffiles (closes: #553563).
+  * Fix replacing libreadline5-dev build dependency with libreadline-
+dev (closes: #553850).
+
+ -- gregor herrmann gre...@debian.org  Sat, 28 Nov 2009 13:50:59 +0100
+
 sendfile (2.1b.20080616-2) unstable; urgency=low
 
   * Adjusted permissions of logrotate file, thanks to Jan Sievers


signature.asc
Description: Digital signature


Bug#554090: jhdf - FTBFS: undefined reference to `main'

2009-11-28 Thread Bastian Blank
found 554090 2.5-8
thanks

There was an error while trying to autobuild your package:

 sbuild (Debian sbuild) 0.58.2 (15 Jun 2009) on lxdebian.bfinv.de
 mkdir -p ../../lib/s390-ibm-linux-gnu;
 gcc -g -o ../../lib/s390-ibm-linux-gnu/libjhdf.so  hdfstructsutil.o hdfImp.o 
 hdfvgroupImp.o hdfvdataImp.o hdfsdsImp.o hdfanImp.o hdfdfanImp.o hdfdfsdImp.o 
 hdfr24Imp.o hdfdfpalImp.o hdfr8Imp.o hdfgrImp.o hdfheImp.o hdfdfuImp.o 
 hdfhxImp.o hdfvfImp.o hdfvhImp.o hdfvqImp.o hdfvsqImp.o hdfexceptionImp.o 
 hdfdfcompImp.o hdfnativeImp.o  -lmfhdf -ldf  -lz  -ljpeg -lm
 /usr/lib/gcc/s390-linux-gnu/4.3.4/../../../../lib/crt1.o: In function 
 `_start':
 (.text+0x42): undefined reference to `main'
 collect2: ld returned 1 exit status



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



Bug#558380: SOAP: Please add 'pending' per version (possible optional)

2009-11-28 Thread Andreas Barth
Package: debbugs
Severity: wishlist

Hi,

I need the pending information for each package version seperate.
Currently I do this with asking all package versions in testing and
unstable, but it would be way more efficient if get_status could
(perhaps optionally) not only give the final pending state, but
rather for each package version.

Speaking in code (s is my soap handler)
st = s.get_status(bug)
stt = st[0][1]
for version in packageversions(stt['package']):
p=s.get_status(('bug', bug, 'version', version))
# do something with stt['package', ...], version, p[0][1]['pending']

I would prefer:
st = s.get_status(('bug', bug, 'pendingforsuite', ['testing', 'unstable']))
stt = st[0][1]
for version in stt['pending_per_version']:
# do something with stt['package', ...], version, 
stt['pending_per_version'][version]


Would be great if that could be added there.


Cheers,
Andi




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



Bug#558042:

2009-11-28 Thread Florian Maier
Matthias latest patch also worked for me, thanks!



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



Bug#547690: patch

2009-11-28 Thread Robert Grimm
tags 547690 + patch
thanks

There is a test on ! -L in preinst, but if the file or directory doesn't
exist at all, this also amounts to true. Hence there should be a test for
existance. The attached patch deals with it.

Robert
diff -u splashy-0.3.13/debian/changelog splashy-0.3.13/debian/changelog
--- splashy-0.3.13/debian/changelog
+++ splashy-0.3.13/debian/changelog
@@ -1,3 +1,9 @@
+splashy (0.3.13-5.1) unstable; urgency=low
+
+  * Test for /etc/splashy/themes in preinst before mv (Closes: 547690)
+
+ -- Robert Grimm r...@robgri.de  Sat, 28 Nov 2009 13:38:33 +0100
+
 splashy (0.3.13-5) unstable; urgency=low
 
   * Update 02_lsb-base-logging.sh_bug512951.diff patch:
diff -u splashy-0.3.13/debian/splashy.preinst splashy-0.3.13/debian/splashy.preinst
--- splashy-0.3.13/debian/splashy.preinst
+++ splashy-0.3.13/debian/splashy.preinst
@@ -17,7 +17,7 @@
 # We don't want to mess with whatever themes were here already.
 # Just move them out of harms way:
 if [ -d /etc/splashy ]; then
-if [ ! -L /etc/splashy/themes ]; then
+if [ -e /etc/splashy/themes ]  [ ! -L /etc/splashy/themes ]; then
 if [ -e /etc/splashy/themes.old ]; then
 echo
 echo /etc/splashy/themes.old already exist, please remove this directory or file


Bug#556561: (no subject)

2009-11-28 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dennis Schridde schrieb:
 Confirming this bug to be still a serious issue.
 There was libprotobuf5 (2.2.0a) released, which should probably fix this 
 problem.

Yep we are aware of the problem but there is also an issue with libcelt
which also has to be solved.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksRIXAACgkQ2XA5inpabMexVQCfYKcqlc204zDpwjpOZC6Valp1
GVEAnRphh/g/brp+DIRO7uf3bkb1kQ5g
=CHiT
-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#556346: [PATCH] Gwenhywfar mit binutils-gold bauen

2009-11-28 Thread Micha Lenk
Hallo,

Peter Fritsche peter.fritzs...@gmx.de reported a Debian bug about
Gwenhywfar failing to build when using binutils-gold: The important
difference to the stock binutils is that --no-add-needed is the default
behavior of of GNU binutils-gold. The suggested fix is to provide all
needed libraries to the linker when building executables or libraries.

The attached patch does exactly this: It adds a the needed libraries
where they are missing. I successfully tried it on Debian sid, but maybe
the hunk for configure.ac needs some modification for Windows (can't
test on Windows here). However I would like so see it eventually
committed to the SVN repository.

Regards
  Micha
Index: configure.ac
===
--- configure.ac	(revision 1605)
+++ configure.ac	(working copy)
@@ -554,6 +554,14 @@
 
 ###-
 #
+# check for library for common error values and messages in GnuPG components
+#
+AM_PATH_GPG_ERROR
+
+
+
+###-
+#
 # check for libgnutls
 #
 case $OS_TYPE in
Index: doc/inherit/Makefile.am
===
--- doc/inherit/Makefile.am	(revision 1605)
+++ doc/inherit/Makefile.am	(working copy)
@@ -1,4 +1,4 @@
-INCLUDES= -I$(top_builddir)/gwenhywfar3
+INCLUDES= -I$(top_builddir)/gwenhywfar3 $(GPG_ERROR_CFLAGS)
 
 EXTRA_DIST=README
 
@@ -10,5 +10,6 @@
 
 noinst_PROGRAMS = testinherit
 testinherit_SOURCES = testinherit.c
-testinherit_LDADD = libinherit.la $(top_builddir)/src/libgwenhywfar.la
+testinherit_LDADD = libinherit.la $(top_builddir)/src/libgwenhywfar.la \
+  $(GPG_ERROR_LIBS)
 TESTS = testinherit
Index: test/Makefile.am
===
--- test/Makefile.am	(revision 1605)
+++ test/Makefile.am	(working copy)
@@ -1,4 +1,5 @@
-INCLUDES= -I$(gwenhywfar_symlinkdir) $(LIBGNUTLS_CFLAGS) \
+INCLUDES= -I$(gwenhywfar_symlinkdir) \
+ $(LIBGNUTLS_CFLAGS) $(GPG_ERROR_CFLAGS) \
  -I$(top_srcdir)/src/base \
  -I$(top_srcdir)/src/crypt \
  -I$(top_srcdir)/src/io \
@@ -9,7 +10,8 @@
 
 noinst_PROGRAMS=gwentest
 gwentest_SOURCES=gwentest.c
-gwentest_LDADD=$(top_builddir)/src/libgwenhywfar.la
+gwentest_LDADD=$(top_builddir)/src/libgwenhywfar.la \
+  $(LIBGCRYPT_LIBS) $(LIBGNUTLS_LIBS) $(GPG_ERROR_LIBS)
 
 EXTRA_DIST = README.MSVC gwentest.vcproj
 


signature.asc
Description: OpenPGP digital signature


Bug#558318: xserver-xorg-input-mouse: Missing trackball support

2009-11-28 Thread Julien Cristau
On Sat, Nov 28, 2009 at 14:19:02 +0100, Julien Cristau wrote:

 You'll need to explain in more details what doesn't work, so that it can
 be fixed properly instead of hacked around in an fdi file.
 
Oh, and please always keep the bug report cc:ed.

Thanks,
Julien



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



Bug#558318: xserver-xorg-input-mouse: Missing trackball support

2009-11-28 Thread Julien Cristau
reassign 558318 xserver-xorg-input-evdev
tag 558318 moreinfo
tag 558318 - patch
kthxbye

On Sat, Nov 28, 2009 at 13:13:15 +, ael wrote:

 Julien Cristau wrote:
 On Fri, Nov 27, 2009 at 20:18:14 +, ael wrote:
 
 Package: xserver-xorg-input-mouse
 Version: 1:1.4.0-4
 Severity: important
 Tags: patch
 
 Most logitech trackballs do not work because there is no fdi file included.
 Either such a file needs to be included in this package since trackballs
 are perhaps variants of mice, or there needs to be an extra package
 xserver-xorg-input-trackball.
 
 You're not using xserver-xorg-input-mouse, and there's no patch in this
 bug.  I have no idea what you think the bug is...
 
 You mean because I am using evdev rather than mouse-drv ?
 
 If so, yes, I guess that is right. So I am bug-reporting against the
 wrong package?
 
Yes.  Fixed now.

 My problem is that the Trackballs don't work with the current
 default hal mechanism, and the fix is simple with the fdi file I
 have provided.
 
You'll need to explain in more details what doesn't work, so that it can
be fixed properly instead of hacked around in an fdi file.

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#558381: multitail: Produces an error when using a non-existent file

2009-11-28 Thread Imran Chaudhry
Package: multitail
Version: 5.2.2-1
Severity: normal


As topic, but here is an example:

# multitail auth.log
 --*- multitail 5.2.2 (C) 2003-2007 by folk...@vanheusden.com -*--

A problem occured at line 1010 in function do_commandline (from file 
cmdline.c):

Error opening file auth.log.

errno variable (if applicable): 2 which means No such file or directory


Binary build at May 20 2008 00:29:42
multitail: utils.c:197: stop_process: Assertion `pid  1' failed.
Aborted


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
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 multitail depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand

multitail recommends no packages.

multitail 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#554196: [console-setup] Generic German keyboard cannot be setup to use AltGr key

2009-11-28 Thread RalfGesellensetter
Am Mittwoch, 11. November 2009 schrieb Anton Zinoviev:

 Please send the contents of your files /etc/default/console-setup and
 /etc/console-setup/cached.kmap.gz and the output of the command
 'locale'.
 

Sorry for the delay, @ etc. works now in KDE konsole, but still not in 
GTK applications like iceweasel.

Please, find cached.kmap.gz attached.

$locale returns:

LANG=de_DE.UTF-8
LANGUAGE=
LC_CTYPE=de_DE.UTF-8
LC_NUMERIC=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LC_COLLATE=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_MESSAGES=de_DE.UTF-8
LC_PAPER=de_DE.UTF-8
LC_NAME=de_DE.UTF-8
LC_ADDRESS=de_DE.UTF-8
LC_TELEPHONE=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_IDENTIFICATION=de_DE.UTF-8
LC_ALL=




cached.kmap.gz
Description: GNU Zip compressed data


Bug#558318: xserver-xorg-input-mouse: Missing trackball support

2009-11-28 Thread ael

Julien Cristau wrote:


You'll need to explain in more details what doesn't work, so that it can
be fixed properly instead of hacked around in an fdi file.


I don't think it is a hack: as I understand things, an fdi file is the 
proper mechanism.


The only hack is putting it under /etc/hal/fdi/policy/.
I think the package needs to install it somewhere like
 /usr/share/hal/fdi/information/10freedesktop/

Thanks,
ael



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



Bug#553256: shapelib: diff for NMU version 1.2.10-4.2

2009-11-28 Thread gregoa
Dear maintainer,

I've uploaded an NMU for shapelib (versioned as 1.2.10-4.2). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP


diff -u shapelib-1.2.10/debian/rules shapelib-1.2.10/debian/rules
--- shapelib-1.2.10/debian/rules
+++ shapelib-1.2.10/debian/rules
@@ -46,7 +46,7 @@
 
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) clean
-   rm shprewind
+   rm -f shprewind
 
dh_clean
 
diff -u shapelib-1.2.10/debian/control shapelib-1.2.10/debian/control
--- shapelib-1.2.10/debian/control
+++ shapelib-1.2.10/debian/control
@@ -8,7 +8,7 @@
 Package: shapelib
 Section: graphics
 Architecture: any
-Depends: libshp1 (= ${Source-Version})
+Depends: libshp1 (= ${binary:Version}), ${shlibs:Depends}
 Description: C API for reading and writing ArcView Shapefiles
  The Shapefile format is a new working and interchange format
  promulagated by ESRI (http://www.esri.com/) for simple vector
@@ -21,7 +21,7 @@
 Package: libshp-dev
 Section: libdevel
 Architecture: any
-Depends: libshp1 (= ${Source-Version})
+Depends: libshp1 (= ${binary:Version})
 Description: C API for reading and writing ArcView Shapefiles
  The Shapefile format is a new working and interchange format 
  promulagated by ESRI (http://www.esri.com/) for simple vector 
diff -u shapelib-1.2.10/debian/changelog shapelib-1.2.10/debian/changelog
--- shapelib-1.2.10/debian/changelog
+++ shapelib-1.2.10/debian/changelog
@@ -1,3 +1,15 @@
+shapelib (1.2.10-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing-dependency-on-libc needed by ./usr/bin/dbfadd and 7 others
+... by adding ${shlibs:Depends} to Depends (closes: #553256).
+  * debian/control: replace ${Source-Version} with ${binary:Version}, thanks
+lintian.
+  * debian/rules: use rm -f for removing shprewind in clean target,
+otherwise the package fails to build twice in a row.
+
+ -- gregor herrmann gre...@debian.org  Sat, 28 Nov 2009 14:26:03 +0100
+
 shapelib (1.2.10-4.1) unstable; urgency=low
 
   * Non-maintainer upload.



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



Bug#558326: Regarding eventual updates.

2009-11-28 Thread Sergio Cipolla
As said, it was almost completely translated/re-translated.

I'll be using this translation and may find some things to fix. In
this case I'll upload another .po file here or, if this bug is closed,
in another bug report.

Thank you.



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



Bug#542042: ITP: fsarchiver -- Save and restore filesystem to/from compressed archive.

2009-11-28 Thread Michael Biebl
owner 542042 !
retitle 542042 ITP: fsarchiver -- flexible filesystem archiver
thanks

I'm interested.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#558318: xserver-xorg-input-mouse: Missing trackball support

2009-11-28 Thread Julien Cristau
On Sat, Nov 28, 2009 at 13:35:21 +, ael wrote:

 Julien Cristau wrote:
 
 You'll need to explain in more details what doesn't work, so that it can
 be fixed properly instead of hacked around in an fdi file.
 
 I don't think it is a hack: as I understand things, an fdi file is
 the proper mechanism.
 
No it's not.  The proper mechanism is for the driver to work out of the
box.

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#526471: Could you please followup on this?

2009-11-28 Thread Loïc Minier
Hi

On Sun, Nov 22, 2009, Francesco Poli wrote:
 Could you please explain why my patch is being rejected, no, even
 worse, why is it being *ignored*?

 Sorry for not getting back to you earlier.

 On my side, I have not touched pbuilder internals that much lately; the
 approach seems ok, but I would have to dive into the specifics to
 understand whether this is really the best fix, so I preferred leaving
 the bug to Junichi who understands the original intents of the code.

 I suggest you let more time to Junichi to review the patch and/or come
 up with another solution.

   Cheers,
-- 
Loïc Minier



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



Bug#558384: uzbl: requires existence of files in /usr/share/doc/uzbl

2009-11-28 Thread Justin B Rye
Package: uzbl
Version: 0.0.0~git.20091107-1
Justification: Policy 12.3
Severity: serious

When starting up for the first time, uzbl attempts to copy files
from /usr/share/doc/uzbl to $XDG_CONFIG_HOME, and fails if it can't:

 $ sudo mv /usr/share/doc/uzbl /usr/share/doc/unuzbl
 $ uzbl || echo $?
 cp: cannot stat `/usr/share/doc/uzbl/examples/config/uzbl/config': No such 
file or directory
 Could not copy default config to /home/jbr/etc/uzbl/config
 3

This violates a must in Debian Policy 12.3 (paragraph 4):

# Packages must not require the existence of any files in
# '/usr/share/doc/' in order to function*. Any files that are
# referenced by programs but are also useful as stand alone
# documentation should be installed under '/usr/share/package/'
# with symbolic links from '/usr/share/doc/package'.
# [...]
# * The system administrator should be able to delete files in
#   '/usr/share/doc/' without causing any programs to break.

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

Kernel: Linux 2.6.31.custom
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages uzbl depends on:
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libsoup2.4-1  2.28.1-3   an HTTP library implementation in 
ii  libwebkit-1.0-2   1.1.16-3   Web content engine library for Gtk
ii  libx11-6  2:1.2.2-1  X11 client-side library

uzbl recommends no packages.

Versions of packages uzbl suggests:
pn  dwm-tools none (no description available)
pn  socat none (no description available)
ii  zenity2.28.0-1   Display graphical dialog boxes fro

-- no debconf information
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)



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



Bug#558382: Acknowledgement (vlc: colors are shifted (e.g. red-blue))

2009-11-28 Thread Tomas Pelka
--Aditional info--
Not sure if this problem is caused by vlc or some of video libs. But
mplayer works ok.

Some warnings and errors recognized in the vlc -vvv output:

[0x1865a08] scaletempo audio filter warning: bad input or output format
[0x1865a08] main audio filter warning: no audio filter module matching
scaletempo could be loaded
[0x15eb378] main decoder warning: dts != current_pts (-296710)
[0x1829658] xvideo video output warning: no free XVideo port found for
format 0x30323449 (I420)
[0x1829658] xvideo video output warning: no free XVideo port found for
format 0x32595559 (YUY2)
[0x1829658] xvideo video output warning: no free XVideo port found for
format 0x36315652 (RV16)

[0x11bde08] main input error: ES_OUT_RESET_PCR called
[0x11bde08] main input error: ES_OUT_RESET_PCR called


[0x11bc0c8] main interface error: no interface module matched
globalhotkeys,none
[0x11bc0c8] main interface error: no suitable interface module
[0x10ad098] main libvlc error: interface globalhotkeys,none
initialization failed

-- 
Tom




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



Bug#558386: keyboard-configuration: Keyboard map not recognized (Lenovo Thinkpad T61)

2009-11-28 Thread Renato S. Yamane
Package: keyboard-configuration
Version: 1.49
Severity: normal

On my last aptitude upgrade, after restart the Debian Squeeze the keyboard 
map is not recognized anymore.
My keyboard is pt-br (Lenovo Thinkpad T61), with ç, and somekeys is not 
recognized anymore, such slash (/).


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

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

Versions of packages keyboard-configuration depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

-- debconf information:
  keyboard-configuration/layout:
  keyboard-configuration/variant: Brazil
  debian-installer/console-setup-udeb/title:
  keyboard-configuration/unsupported_options: true
  keyboard-configuration/ctrl_alt_bksp: false
  keyboard-configuration/variantcode:
  keyboard-configuration/other:
  keyboard-configuration/optionscode:
  keyboard-configuration/modelcode: abnt2
  keyboard-configuration/unsupported_config_options: true
  keyboard-configuration/unsupported_config_layout: true
  keyboard-configuration/toggle: No toggling
  keyboard-configuration/compose: No compose key
  keyboard-configuration/switch: No temporary switch
  keyboard-configuration/altgr: The default for the keyboard layout
  keyboard-configuration/unsupported_layout: true
  keyboard-configuration/model: IBM ThinkPad R60/T60/R61/T61
  keyboard-configuration/layoutcode: br



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



Bug#558228: Please provide a backtrace

2009-11-28 Thread Ryan Kavanagh
Hi Wolfgang,
Thanks for the bug report.

Could you please provide a backtrace as described on
http://wiki.debian.org/HowToGetABacktrace

Cheers,
Ryan

-- 
|_)|_/  Ryan Kavanagh |  GnuPG key
| \| \  http://blog.ryanak.ca/|  4A11C97A (Transitioning from E95EDDC9)   
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments
Ol qrpelcgvat guvf zrffntr lbh ner va ivbyngvba bs gur QZPN!


signature.asc
Description: Digital signature


Bug#558387: mercurial-server: NP problem

2009-11-28 Thread Justin B Rye
Package: mercurial-server
Version: 0.9-1
Severity: wishlist
Tags: patch

Hi!  You may or may not be aware that I've been haunting the
debian-l10n-english mailinglist, trying among other things to
encourage developers to follow the DevRef6.2 guidelines on package
descriptions.  One of those guidelines is that the short description
should be a Noun Phrase (minus articles) referring to the package
contents - or to put that in more useful terms, it should fit the
template $PACKAGE provides a/the/some $SYNOPSIS.  Yours on the
other hand fits the template $PACKAGE lets you $SYNOPSIS (or
perhaps $PACKAGE is designed to $SYNOPSIS), which means it's
(closer to) a Verb Phrase.

Now, phrases like that are common as apropos output, and package
descriptions are often copied directly from either a man page or an
upstream website, but both sources have drawbacks.  Web pages tend
to be full of irrelevant enthusiasm about how open-source and easy
to compile the software is; man pages tend to assume the reader is
already familiar with the purpose of the software.

Before you ask, the logic of standardising on Noun Phrases goes like
this:
 * Browsing through lists of descriptions is easier when they're
   parallel, and the quickest way of improving browsability is to
   encourage the use of the format that's already ahead.
 * Individual executables may have a single function easily
   summarised by a Verb Phrase, but packages aren't executables;
   using a Noun Phrase makes packages like x11-common, coreutils,
   or ttf-unifont easier to describe.
 * Verb Phrase descriptions make it hard to tell at a glance what
   general kind of thing a package provides - a daemon, a graphical
   app, a set of commandline utilities?
The inherent vagueness is particularly unwelcome in the case of a
package named mercurial-server which doesn't in fact contain a
server binary!  Instead I gather that the package is basically a set
of tools (and associated infrastructure) to let admins configure
Mercurial and SSH to work together.  So it would be nice if the
synopsis said something like:

 mercurial-server - toolkit for managing a shared Mercurial repository

My patch also capitalises SSH and Mercurial throughout on the
grounds that ssh is the command and mercurial is the package.

By the way, did you consider the option of naming it Amalgam?

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

Kernel: Linux 2.6.31.custom
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru mercurial-server-0.9.pristine/debian/control mercurial-server-0.9/debian/control
--- mercurial-server-0.9.pristine/debian/control	2009-11-26 13:12:16.0 +
+++ mercurial-server-0.9/debian/control	2009-11-26 13:38:44.0 +
@@ -11,8 +11,8 @@
 Package: mercurial-server
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, adduser, python, mercurial, openssh-server | ssh-server
-Description: provide and manage a shared Mercurial repository
+Description: toolkit for managing a shared Mercurial repository
  mercurial-server makes a group of repositories available to the developers
- you choose, identified by ssh keys, with easy key and access management
- based on mercurial.
+ you choose, identified by SSH keys, with easy key and access management
+ based on Mercurial.
 


Bug#530824: upstream version 0.73 contains a new OPL implementation

2009-11-28 Thread Jan Dittberner
Hello,

upstream version 0.73 contains a new GPL licensed OPL2/OPL3 implementation [1]
in src/hardware/opl.cpp. Unfortunatelly src/hardware/fmopl.c is still included.

[1] 
http://sourceforge.net/project/shownotes.php?release_id=685514group_id=52551

I will try whether building with fmopl.c removed is still possible.


Regards
Jan

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
 B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/


signature.asc
Description: Digital signature


Bug#558318: xserver-xorg-input-mouse: Missing trackball support

2009-11-28 Thread ael

Julien Cristau wrote:

On Sat, Nov 28, 2009 at 13:35:21 +, ael wrote:


Julien Cristau wrote:


You'll need to explain in more details what doesn't work, so that it can
be fixed properly instead of hacked around in an fdi file.


It is (default) button mapping. Of course, users may want to modify it.
Details in bug 547001

ael



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



Bug#553129: squid-prefetch: diff for NMU version 1.1-2.3

2009-11-28 Thread gregor herrmann
Dear maintainer,

I've uploaded an NMU for squid-prefetch (versioned as 1.1-2.3). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-BOFH excuse #372:  Forced to support NT servers; sysadmins quit. 
diff -Nru squid-prefetch-1.1/debian/changelog squid-prefetch-1.1/debian/changelog
--- squid-prefetch-1.1/debian/changelog	2008-03-30 18:16:41.0 +0200
+++ squid-prefetch-1.1/debian/changelog	2009-11-28 15:02:21.0 +0100
@@ -1,3 +1,11 @@
+squid-prefetch (1.1-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix maintainer-script-calls-init-script-directly prerm:3
+than using invoke-rc.d. (closes: #553129).
+
+ -- gregor herrmann gre...@debian.org  Sat, 28 Nov 2009 15:02:17 +0100
+
 squid-prefetch (1.1-2.2) unstable; urgency=low
 
   * Non-maintainer upload to solve release goal.
diff -Nru squid-prefetch-1.1/debian/prerm squid-prefetch-1.1/debian/prerm
--- squid-prefetch-1.1/debian/prerm	2003-08-11 15:29:40.0 +0200
+++ squid-prefetch-1.1/debian/prerm	2009-11-28 14:50:34.0 +0100
@@ -1,3 +1,7 @@
 #! /bin/sh
 
-/etc/init.d/squid-prefetch stop || true
+if which invoke-rc.d /dev/null 21; then
+invoke-rc.d squid-prefetch stop || true
+else
+/etc/init.d/squid-prefetch stop || true
+fi


signature.asc
Description: Digital signature


Bug#555184: #555184 is fixed upstream now

2009-11-28 Thread Micha Lenk
# The bug is fixed in upstream SVN (r1606) now
tags 555184 + fixed-upstream



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



Bug#558388: crawl: FTBFS on hurd-i386: wrong Mac OSX detection

2009-11-28 Thread Pino Toscano
Package: crawl
Version: 2:0.5.2-3
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

as shown in the log[1], crawl fails to build on GNU/Hurd.
This is because the code checks for the macro __MACH__ to know whether the
current OS is mac OS X, but this macro really checks for the Mach kernel,
which is (almost) the same used currently on GNU/Hurd.
The attached patch fixes the issue using a really OSX-specific compiler macro
(__APPLE__, basically).

[1] 
https://buildd.debian.org/fetch.cgi?pkg=crawlarch=hurd-i386ver=2:0.5.2-3stamp=1259407285file=logas=raw

Thanks,
-- 
Pino
Fix OSX detection, so Hurd (which has a Mach kernel) is not misrecognized for it.
--- a/source/AppHdr.h
+++ b/source/AppHdr.h
@@ -24,7 +24,7 @@
 // Very simple OS detection, done via predefined macros
 // For a list of predefined macros, see
 //   http://predef.sourceforge.net/
-#if defined(__MACH__)
+#if defined(__APPLE__)
 #ifndef OSX
 #define OSX
 #endif
--- a/source/initfile.cc
+++ b/source/initfile.cc
@@ -17,7 +17,7 @@
 #include windows.h
 #elif defined ( __linux__ )
 #include unistd.h
-#elif defined ( __MACH__ )
+#elif defined ( __APPLE__ )
 extern char **NXArgv;
 #endif
 
@@ -3459,7 +3459,7 @@
 readlink(/proc/self/exe, tempPath, sizeof(tempPath) - 1);
 if (rsize  0)
 tempPath[rsize] = 0;
-#elif defined ( __MACH__ )
+#elif defined ( __APPLE__ )
 strncpy ( tempPath, NXArgv[0], sizeof(tempPath) );
 #else
 	// We don't know how to find the executable's path on this OS.


Bug#556346: [PATCH] Gwenhywfar mit binutils-gold bauen

2009-11-28 Thread Micha Lenk
Hi,

Micha Lenk schrieb:
 Peter Fritsche peter.fritzs...@gmx.de reported a Debian bug about
 Gwenhywfar [...]

Whoops, I somehow ended up with the wrong bug number. Sorry!

Regards
  Micha



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



Bug#558389: python-qt4: Shouldn't this package support Python3?

2009-11-28 Thread James Winterburn
Package: python-qt4
Version: 4.6-1
Severity: important

Using the Python3.1 package in experimental I can't import this module (the 
module PyQt4 isn't found). Hasn't support for Python3 been added upstream many 
many months ago?

No offence, but why is Debian so ridiculously late to support anything related 
to python3? )=



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

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
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 python-qt4 depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libqt4-assistant  4:4.5.3-4  Qt 4 assistant module
ii  libqt4-designer   4:4.5.3-4  Qt 4 designer module
ii  libqt4-help   4:4.5.3-4  Qt 4 help module
ii  libqt4-network4:4.5.3-4  Qt 4 network module
ii  libqt4-script 4:4.5.3-4  Qt 4 script module
ii  libqt4-scripttools4:4.5.3-4  Qt 4 script tools module
ii  libqt4-svg4:4.5.3-4  Qt 4 SVG module
ii  libqt4-test   4:4.5.3-4  Qt 4 test module
ii  libqt4-webkit 4:4.5.3-4  Qt 4 WebKit module
ii  libqt4-xml4:4.5.3-4  Qt 4 XML module
ii  libqt4-xmlpatterns4:4.5.3-4  Qt 4 XML patterns 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-3The GNU Standard C++ Library v3
ii  python2.5.4-2An interactive high-level object-o
ii  python-elementtree1.2.6-14   Light-weight toolkit for XML proce
ii  python-sip4   4.9-1  Python/C++ bindings generator runt
ii  python-support1.0.4  automated rebuilding support for P
ii  python2.5 2.5.4-3An interactive high-level object-o



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



Bug#558390: esmtp: Please update to 1.0

2009-11-28 Thread Salvatore Bonaccorso
Package: esmtp
Severity: wishlist

Hi

There is esmtp 1.0 available upstream. Would be greate to update the
package in unstable.

Many thanks 
Bests

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

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



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



Bug#558393: Please liberate the unstable dependencies to make the packacke installable on stable

2009-11-28 Thread Joachim Zobel
Package: nvidia-glx-ia32
Version: 190.42-3
Severity: wishlist

This would be consistent with nvidia-glx. It would be helpful for people
who need to install nvidia-glx from sid to use never nvidia cards for
gaming with wine.

It should also be possible without problems.

Sincerely,
Joachim






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



Bug#558394: ITP: twitim -- Twitter client for GNOME

2009-11-28 Thread Youhei SASAKI
Package: wnpp
Owner: Youhei SASAKI uwab...@gfd-dennou.org
Severity: wishlist

* Package name: twitim
  Version : 1.3
  Upstream Author : Yoshizumi Endo y-endo(at)ceres.dti.ne.jp
* URL or Web page : http://code.google.com/p/twitim/
* License : GPL2 or later.
  Description : Twitter client for GNOME

 Twitim is a Twitter client for the GNOME Desktop.  It features XMPP
 connections, custom watchlists, sounds, and pop-up notifications.

---
Youhei SASAKI uwab...@gfd-dennou.org
Key fingerprint: 8BF1 ABFE 00D2 526D 6822  2AC6 13E0 381D AEE9 95F4



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



Bug#558392: python-support - dh_pysupport: Can't create [...]: No such file or directory

2009-11-28 Thread Bastian Blank
Package: python-support
Version: 1.0.4
Severity: important

dh_pysupport fails with a private-lib only package.

| dh_pysupport /usr/src/linux-support-2.6.32-rc8/lib/python
| dh_pysupport: Can't create 
debian/linux-support-2.6.32-rc8/usr/share/python-support/linux-support-2.6.32-rc8.private:
 No such file or directory
| make[2]: *** [install-support] Error 2

strace shows:
| mkdir(debian/linux-support-2.6.32-rc8/usr/share/python-support, 0777) = -1 
ENOENT (No such file or directory)

So it tries to generate a directory but does not check for errors.

Bastian

-- 
History tends to exaggerate.
-- Col. Green, The Savage Curtain, stardate 5906.4



-- 
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   >