Bug#624285: libfftw3-3: Please use --enable-sse or --enable-sse2 where appropriate to speed up fftw

2011-04-27 Thread Carsten Aulbert
Package: libfftw3-3
Version: 3.1.2-3.1
Severity: normal

Hi

lately we tested locally recompiled versions of fftw with stock Debian fftw and 
found
that enabling SSE via --enable-sse sped up single precision FFTs by a factor of 
2 on amd64.
It's true the compiler does SSE optimization automatically but it seems there 
are extra
code paths which are only enabled by the configure flags. As it's easy to gain 
almsot a
factor of two in speed this way, I'd appreciate if someone could patch the 
rules files
to reflect this.

Caveats: 
* I only tested this on amd64 and only single precision seems to be affected 
heavily.
* discussion on this has been on debian-science
* the debian/rules file changed quite a bit from lenny to current wheezy, but 
this issue
  seems to apply to all versions I've seen so far
* some graphs about this issue can be found in the list archive
  http://lists.debian.org/debian-science/2011/04/msg00038.html

Anything I can do to help you further?

Cheers

Carsten
-- System Information:
Debian Release: 5.0.8
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32.39-atlas-generic (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages libfftw3-3 depends on:
ii  libc6   2.7-18lenny7 GNU C Library: Shared libraries

libfftw3-3 recommends no packages.

Versions of packages libfftw3-3 suggests:
ii  libfftw3-dev  3.1.2-3.1  library for computing Fast Fourier

-- 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#624286: stretchplayer: fails to start because it can't connect to jack server

2011-04-27 Thread Federico Bruni
Package: stretchplayer
Version: 0.503-1
Severity: important

*** Please type your report below this line ***
I can't launch stretchplayer.  Terminal says that it cannot connect to JACK
server.  In fact jackd is not installed.  Installing jackd fixes the
problem.
So I guess that jackd should be added to stretchplayer's dependencies.

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

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

Versions of packages stretchplayer depends on:
ii  libc6   2.11.2-11Embedded GNU C Library: Shared
lib
ii  libgcc1 1:4.6.0-2GCC support library
ii  libjack-jackd2-0 [libjack-0 1.9.7~dfsg-1 JACK Audio Connection Kit
(librari
ii  libqtcore4  4:4.7.2-3Qt 4 core module
ii  libqtgui4   4:4.7.2-3Qt 4 GUI module
ii  librubberband2  1.3-1.1+b1   an audio time-stretching and
pitch
ii  libsndfile1 1.0.24-1 Library for reading/writing
audio
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3

stretchplayer recommends no packages.

stretchplayer suggests no packages.

-- no debconf information


Bug#623877: Please document the reasons for Arch restrictions

2011-04-27 Thread Ondřej Surý
Package: golang
Severity: minor

Hi,

just FYI...  I uploaded a version to experimental which enabled arm*
and kfreebsd* and you can see the result at buildd pages:

https://buildd.debian.org/status/package.php?p=golang&suite=experimental

The armel could be probably fixed by enclosing the chrpath -d sections
by ifeq block, but the kfreebsd is broken in upstream code (not to
mention that their code ignores $GOOS and $GOHOSTOS and takes a random
output of uname - which is GNU/KFreeBSD and not FreeBSD in Debian -
see the 006 patch if you are interested).

O.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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/dash



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



Bug#624287: CVE-2009-5022

2011-04-27 Thread Moritz Muehlenhoff
Package: tiff
Severity: grave
Tags: security

http://bugzilla.maptools.org/show_bug.cgi?id=1999 has been assigned
CVE-2009-5022.

Cheers,
Moritz



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



Bug#624288: apticron: locale warnings in mails

2011-04-27 Thread gregor herrmann
Package: apticron
Version: 1.1.46
Severity: normal
Tags: patch

Since not so long (I don't remember exactly, but probably shorter
than a month), apticron mails include warnings like these:

#v+
The following packages are currently pending an upgrade since the last run:

sh: warning: setlocale: LC_ALL: cannot change locale (en)
sh: warning: setlocale: LC_ALL: cannot change locale (en)
sh: warning: setlocale: LC_ALL: cannot change locale (en)
cpp-4.5 4.5.2-11
#v-

They are caused by the line(s)
VER=`LC_ALL=en /usr/bin/apt-cache policy $PKG |\
 /bin/grep Candidate: | /usr/bin/cut -f 4 -d \ `
and the fact that there is no "en" locale on the affected systems:

#v+
$ locale -a
C
POSIX
de_AT
de_AT.iso88591
de_AT.iso885915@euro
de_AT.utf8
de_AT@euro
en_US
en_US.iso88591
en_US.iso885915
en_US.utf8
#v-

I know that this is not a change in apticron (judging from the git
repo, the "LC_ALL=en .." has been there since ages), and I'm not sure
what else has changed; nevertheless it might be worth fixing, and
changing the locale from 'en' to 'C' should be enough to achieve the
same and silence the warnings. At least it works for me :)

#v+
--- apticron.orig   2011-04-27 09:07:24.0 +0200
+++ apticron2011-04-27 09:07:39.0 +0200
@@ -199,7 +199,7 @@
 
PKGPATH="/${DIRCACHE}archives/"
for PKG in $PKGNAMES ; do
-   VER=`LC_ALL=en /usr/bin/apt-cache policy $PKG |\
+   VER=`LC_ALL=C /usr/bin/apt-cache policy $PKG |\
 /bin/grep Candidate: | /usr/bin/cut -f 4 -d \ `
VERFILE=`echo "$VER" | /bin/sed -e "s/:/%3a/g"`
 if ls ${PKGPATH}${PKG}_${VERFILE}_*.deb >& /dev/null ; then
#v-

Cheers,
gregor

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (998, 'testing'), (998, 'stable'), (101, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30.6.20090909
Locale: LANG=C, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apticron depends on:
ii  apt0.8.14.1  Advanced front-end for dpkg
ii  bsd-mailx [mailx]  8.1.2-0.20100314cvs-1 simple mail user agent
ii  cron   3.0pl1-116process scheduling daemon
ii  debconf [debconf-2 1.5.38Debian configuration management sy
ii  dpkg   1.16.0.2  Debian package management system
ii  mailx  1:20081101-2  Transitional package for mailx ren
ii  ucf3.0025+nmu1   Update Configuration File: preserv

Versions of packages apticron recommends:
ii  apt-listchanges   2.85.7 package change history notificatio
ii  iproute   20110315-1 networking and traffic control too

apticron suggests no packages.

-- debconf information:
* apticron/notification: apticron



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



Bug#623706: possible mistakes in apt_preferences(5)

2011-04-27 Thread Julian Andres Klode
On Di, 2011-04-26 at 23:24 +0200, Christoph Anton Mitterer wrote:
> In addition, the following seems to be strange:
> 
> The manpage says:
> >   If the target release has been specified then APT uses the following
> >   algorithm to set the priorities of the versions of a package. Assign:
> >
> >   priority 1
> >   to the versions coming from archives which in their Release files
> >   are marked as "NotAutomatic: yes" but not as 
> > "ButAutomaticUpgrades:
> >   yes" like the debian experimental archive.
> >
> >   priority 100
> >   to the version that is already installed (if any) and to the
> >   versions coming from archives which in their Release files are
> >   marked as "NotAutomatic: yes" and "ButAutomaticUpgrades: yes" like
> >   the debian backports archive since squeeze-backports.
> >
> >   priority 500
> >   to the versions that are not installed and do not belong to the
> >   target release.
> >
> >   priority 990
> >   to the versions that are not installed and belong to the target
> >   release.
> 
> 
> No consider I've set:
> 
> APT::Default-Release "stable";
> and have added stable and testing in sources list.
> 
> For package foo, the following versions are known:
> installed: 1.0
> stable: 1.0
> testing: 2.0
> 
> I'd conclude from the above that this means:
> 
> 1.0 == 100 (and not 990, as THIS version IS installed)
> 2.0 == 500 (as THIS version is NOT installed)
> 
> So the package should be upgraded, right? But it is not.
Obviously not. You first assign 100, but then this gets replaced by 990.
It's done exactly as the manual page says, not as human thinking may
suggest.

while(...) {
if (...) pin = 1;
if (...) pin = 100;
if (...) pin = 500;
if (...) pin = 900;
}
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.





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



Bug#624289: sysvinit-utils: bootlogd fails to start: ioctl TIOCGDEV: invalid argument

2011-04-27 Thread arno renevier
Package: sysvinit-utils
Version: 2.88dsf-13.2
Severity: normal

Hi,
bootlogd fails to start. I investigated with printf-debug, and found that
ioctl(0, TIOCGDEV, &kdev) fails and strerror(errno) is: "Invalid argument".
Also, when removing the ioctl stuff, consolename is correctly found. Why not
continue into the function even if ioctl fails ?

Bootlogd worked fine until 13rd or 14th or 15th of april. And sysvinit-utils
was not upgraded at that time. So, the bug may come from another package.


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

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

Versions of packages sysvinit-utils depends on:
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.98-1   SELinux runtime shared libraries

sysvinit-utils recommends no packages.

Versions of packages sysvinit-utils suggests:
pn  sash   (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#624290: apt-file: incorrect scp invocation

2011-04-27 Thread Frank Heckenbach
Package: apt-file
Version: 2.4.0
Severity: normal

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

We have a local copy of the Debian archives.
Our /etc/apt/sources.list contains:

deb ssh://root@myhost/mirrors/mirror/ftp.de.debian.org/debian/ squeeze main 
contrib

This works well with apt-get, but not with apt-file:

# apt-file update
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
   [-l limit] [-o ssh_option] [-P port] [-S program]
   [[user@]host1:]file1 ... [[user@]host2:]file2
Can't get 
ssh://root@myhost/mirrors/mirror/ftp.de.debian.org/debian/dists/squeeze/Contents-i386.gz

strace reveals that apt-file calls
  scp -l root -P 22 
"myhost://mirrors/mirror/ftp.de.debian.org/debian/dists/squeeze/Contents-i386.gz"
 \

"/var/cache/apt/apt-file/myhost_mirrors_mirror_ftp.de.debian.org_debian_dists_squeeze_Contents-i386.gz_tmp"
which is wrong since "-l" does not mean login_name in scp (unlike
ssh). scp does, however, support "root@myhost:...", which also works
with ssh.

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



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



Bug#624291: kdm: login screen and splash screen doesn't use the symlinks setup by desktop-base

2011-04-27 Thread Raphaël Hertzog
Package: kdm
Severity: normal

If you use update-alternatives to change the alternatives
"desktop-splash", "desktop-background" and "desktop-grub" and make them
point to the moreblue-orbit files, you still get the spacefun background
in kdm and the spacefun splash screen.

It would be best if you could use the official symlinks instead of
directly referencing the current theme files.

Cheers,

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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#624245: annoying error message in non-C locale

2011-04-27 Thread Hilmar Preusse
forwarded 624245 
http://lists.gnu.org/archive/html/bug-texinfo/2010-11/msg0.html
merge 624245 584191
stop

On 26.04.11 Barak A. Pearlmutter (ba...@cs.nuim.ie) wrote:

Hi,

> Package: texinfo
> Version: 4.13a.dfsg.1-6
> 
> The /usr/bin/texi2dvi shell script invokes
>   ... | $EGREP '[A-z]' >&6 || ...
> on line 1713.  Unless LC_ALL=C, this gives an error.
> 
Known problem. Has been fixed upstream and in our SVN, but is not
uploaded yet, sorry! Merging.

H.
-- 
sigmentation fault



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



Bug#624292: calamaris: [INTL:fr] French debconf templates translation update

2011-04-27 Thread Christian Perrier
Package: calamaris
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

Thanks for taking care of warning translators before uploading a new
version with string changes. It's highly appreciated.



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

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# Translation of calamaris debconf templates to French
# Copyright (C) 2004-2007 Christian Perrier 
# This file is distributed under the same license as the calamaris package.
#
# Christian Perrier , 2004-2007, 2008, 2011.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: calama...@packages.debian.org\n"
"POT-Creation-Date: 2011-04-15 23:47+0200\n"
"PO-Revision-Date: 2011-04-16 07:43+0200\n"
"Last-Translator: Christian Perrier \n"
"Language-Team: French \n"
"Language: fr\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: select
#. Choices
#: ../templates:2001
msgid "auto"
msgstr "Automatique"

#. Type: select
#. Choices
#: ../templates:2001
msgid "squid"
msgstr "Squid"

#. Type: select
#. Choices
#: ../templates:2001
msgid "oops"
msgstr "Oops"

#. Type: select
#. Description
#: ../templates:2002
msgid "Type of proxy log files to analyze:"
msgstr "Types de journaux de mandataires (« proxy ») à analyser :"

#. Type: select
#. Description
#: ../templates:2002
msgid ""
"Calamaris is able to process log files from Squid or Oops. If you choose "
"'auto' it will look first for Squid log files and then for Oops log files."
msgstr ""
"Calamaris peut traiter les journaux de Squid et Oops. Si vous choisissez "
"« Automatique », il recherchera d'abord des journaux de Squid puis ceux "
"d'Oops."

#. Type: select
#. Description
#: ../templates:2002
msgid ""
"Choosing 'auto' is recommended when only one proxy is installed. Otherwise, "
"the appropriate setting can be enforced here."
msgstr ""
"Il est recommandé de choisir « Automatique » si un seul type de mandataire "
"est installé. Dans le cas contraire, le choix approprié peut être effectué "
"ici."

#. Type: select
#. Choices
#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../templates:3001 ../templates:7001 ../templates:11001
msgid "nothing"
msgstr "Aucune"

#. Type: select
#. Choices
#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../templates:3001 ../templates:7001 ../templates:11001
msgid "mail"
msgstr "Courriel"

#. Type: select
#. Choices
#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../templates:3001 ../templates:7001 ../templates:11001
msgid "web"
msgstr "Web"

#. Type: select
#. Choices
#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../templates:3001 ../templates:7001 ../templates:11001
msgid "both"
msgstr "Les deux"

#. Type: select
#. Description
#: ../templates:3002
msgid "Output method for Calamaris daily analysis reports:"
msgstr ""
"Méthode de mise à disposition des compte-rendus quotidiens de Calamaris :"

#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:3002 ../templates:7002 ../templates:11002
msgid ""
"The result of the Calamaris analysis can be sent as an email to a specified "
"address or stored as a web page."
msgstr ""
"Les résultats des analyses de Calamaris peuvent être envoyés par courriel à "
"une adresse donnée ou mis à disposition sur une page web."

#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:3002 ../templates:7002 ../templates:11002
msgid "Please choose which of these methods you want to use."
msgstr "Veuillez choisir la méthode que vous souhaitez utiliser."

#. Type: string
#. Description
#: ../templates:4001
msgid "Recipient for daily analysis reports by mail:"
msgstr "Destinataire des compte-rendus quotidiens par courriel :"

#. Type: string
#. Description
#: ../templates:4001
msgid ""
"Please choose the address that should receive daily Calamaris analysis "
"reports."
msgstr ""
"Veuillez choisir l'adresse électronique qui recevra les compte-rendus "
"quotidiens de Calamaris."

#. Type: string
#. Description
#. Type: string
#. Description
#. Type: string
#. Description
#: ../templates:4001 ../templates:8001 ../templates:12001
msgid "This setting is only needed if the reports are to be sent by email."
msgstr ""
"Ce réglage n'est utilisé que si les compte-rendus sont envoyés par courrier "
"électronique."

#. Type: string
#. Description
#: ../templates:5001
msgid "Directory for storing HTML daily analysis reports:"
msgstr "Répertoire pour les compte-rendus quotidiens en format HTML :"

#. Type: string
#. Description
#: ../templates:5001
m

Bug#611954: Realtek Card RTL8111/8168B working here

2011-04-27 Thread Sebastian Niehaus
Just for the record: I have a RTL8111/8168B card working fine on Squeeze
AMD64. 




,[ lspci -v ]
|
| [...]
| 
| 
| 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B 
PCI Express Gigabit Ethernet controller (rev 03)
| Subsystem: Micro-Star International Co., Ltd. Device 7599
| Flags: bus master, fast devsel, latency 0, IRQ 28
| I/O ports at e800 [size=256]
| Memory at fdfff000 (64-bit, prefetchable) [size=4K]
| Memory at fdff8000 (64-bit, prefetchable) [size=16K]
| Expansion ROM at fe9e [disabled] [size=128K]
| Capabilities: [40] Power Management version 3
| Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
| Capabilities: [70] Express Endpoint, MSI 01
| Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
| Capabilities: [cc] Vital Product Data
| Capabilities: [100] Advanced Error Reporting
| Capabilities: [140] Virtual Channel
| Capabilities: [160] Device Serial Number 03-00-00-00-68-4c-e0-00
| Kernel driver in use: r8169
`


During initialisation it tries to patch its firmware but doesn't
succeed. 


,[ /var/log/syslog ]
| Apr 26 15:33:27 ceramic kernel: [0.677891] r8169 Gigabit Ethernet driver 
2.3LK-NAPI loaded
| Apr 26 15:33:27 ceramic kernel: [0.677908] r8169 :05:00.0: PCI INT A 
-> GSI 17 (level, low) -> IRQ 17
| Apr 26 15:33:27 ceramic kernel: [0.677946] r8169 :05:00.0: setting 
latency timer to 64
| Apr 26 15:33:27 ceramic kernel: [0.677988]   alloc irq_desc for 29 on 
node 0
| Apr 26 15:33:27 ceramic kernel: [0.677989]   alloc kstat_irqs on node 0
| Apr 26 15:33:27 ceramic kernel: [0.678001] r8169 :05:00.0: irq 29 for 
MSI/MSI-X
| Apr 26 15:33:27 ceramic kernel: [0.678428] eth0: RTL8168d/8111d at 
0xc9c64000, 6c:62:de:ad:be:ef, XID 081000c0 IRQ 29
| Apr 26 15:33:27 ceramic kernel: [0.685110] eth0: unable to apply firmware 
patch
`

Anyway, networking works fine here. (Okay, I did no performance tests).


See also: http://thread.gmane.org/gmane.linux.network/179166/focus=1069855



pgpvDe6o4vofp.pgp
Description: PGP signature


Bug#624293: override:postgresql-8.4-plsh:database/optional

2011-04-27 Thread Christoph Berg
Package: ftp.debian.org

Just like postgresql-9.0-plsh.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#624294: dovecot-common: error in 10-mail.conf

2011-04-27 Thread John Economou
Package: dovecot-common
Version: 1:2.0.12-1
Severity: normal

I believe that the Directory where to look up mail plugins (mail_plugin_dir) 
should 
be set to /usr/lib/dovecot/modules instead of /usr/lib/dovecot

That is how I managed to enable quota and sieve plugins

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

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

Versions of packages dovecot-common depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libpam-runtime  1.1.2-2  Runtime support for the PAM librar
ii  libpam0g1.1.2-2  Pluggable Authentication Modules l
ii  libssl1.0.0 1.0.0d-2 SSL shared libraries
ii  openssl 1.0.0d-2 Secure Socket Layer (SSL) binary a
ii  ucf 3.0025+nmu2  Update Configuration File: preserv
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

dovecot-common recommends no packages.

Versions of packages dovecot-common suggests:
ii  ntp 1:4.2.6.p2+dfsg-1+b2 Network Time Protocol daemon and u

-- 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#624295: unoconv: should not include deleteted text from text output

2011-04-27 Thread Yann Dirson
Package: unoconv
Version: 0.4-1
Tags: upstream

If from a .doc file with recorded changes I turn off "show changes" from
the libreoffice menu, then use "save as" txt, the text output as
expected only contains the current text, and not any deleted text.

(whether it is normal than "save as" with "show changes" on *does*
write deleted text into .txt is another question)

Now using unoconv, there does not seem to be any possibility to switch
to this sane mode, and the output file is mostly useless.

-- 
Yann Dirson - Bertin Technologies



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



Bug#624296: tcptrace: incorrect URL percent-encode unparsing in mod_http

2011-04-27 Thread Christophe Rhodes
Package: tcptrace
Version: 6.6.7-3
Severity: normal


Percent-encoding encodes the ascii code as % followed by two hexadecimal
digits.  The unparsing in mod_http unencodes by calling atoi() -- i.e.
treating the digits as being in base 10.  Hilarity ensues.

Patch attached to this report.

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

Kernel: Linux 2.6.37+ (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 tcptrace depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libpcap0.81.1.1-2system interface for user-level pa

Versions of packages tcptrace recommends:
ii  tcpdump  4.1.1-2csr1 command-line network traffic analy
ii  xplot-xplot.org  0.90.7.1-2  fast tool to graph and visualize l

tcptrace suggests no packages.

-- no debconf information
>From f7d29e8db92e7c7bfe95c4b60a27b63c8ee8d812 Mon Sep 17 00:00:00 2001
From: Christophe Rhodes 
Date: Wed, 27 Apr 2011 09:00:30 +0100
Subject: [PATCH] unparse %-encoded URLs less wrongly

---
 mod_http.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mod_http.c b/mod_http.c
index c9c9a2b..5d79688 100644
--- a/mod_http.c
+++ b/mod_http.c
@@ -920,7 +920,7 @@ static char * formatGetString(char * s)
   ascii[0] = s[i+1];
   ascii[1] = s[i+2];
   ascii[2] = 0;
-  buf[j++] = atoi(ascii);
+  buf[j++] = strtol(ascii, NULL, 16);
   i = i+3;
 } else {
   buf[j++] = s[i];
-- 
1.7.2.5



Bug#624245: annoying error message in non-C locale

2011-04-27 Thread Barak A. Pearlmutter
Sorry, should have checked the BTS more carefully - scanned the
texinfo bugs for "grep" and didn't see it.  Naturally I now see that
my own report does not itself contain that particular string in its
subject field.

Will just hotwire LC_ALL=C in the Makefile of mine that calls the
offending command.

--Barak.



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



Bug#623710: Processed: cloning 623710, retitle -1 to mklibs-copy is being used instead of mklibs, bloating d-i image size ...

2011-04-27 Thread Matthias Klose

tag 623710 + incomplete
thanks

why is this an issue with binutils, and not one with mklibs/mklibs-copy? Is 
there a testcase besides the broken image?




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



Bug#624263: grub-pc: stuck in grub-mkdevicemap at configure time

2011-04-27 Thread Colin Watson
On Wed, Apr 27, 2011 at 12:52:44AM +0200, Yann Dirson wrote:
> [UPGRADE] grub-pc 1.98+20100804-14 -> 1.99~rc1-13
> 
> When upgrading, aptitude gets stuck with:
> 
> Setting up grub-pc (1.99~rc1-13) ...
> Installing new version of config file /etc/grub.d/05_debian_theme ...
> Replacing config file /etc/default/grub with new version
> 
> $ pstree -alp 6275
> grub-pc.postins,6275 /var/lib/dpkg/info/grub-pc.postinst configure 
> 1.98+20100804-14
>   ├─grep,6277 -v ^(fd[0-9]\\+)
>   └─grub-mkdevicema,6276 -m -
> 
> $ ps l 6275  6277 6276
> F   UID   PID  PPID PRI  NIVSZ   RSS WCHAN  STAT TTYTIME COMMAND
> 1 0  6275  6180  20   0  10884   752 wait   S+   pts/5  0:00 
> /bin/bash /var/lib/dpkg/info/grub-pc.postinst configure 1.98+20100804-14
> 0 0  6276  6275  20   0  18288   928 blkdev D+   pts/5  0:00 
> grub-mkdevicemap -m -
> 0 0  6277  6275  20   0   7592   572 pipe_w S+   pts/5  0:00 grep -v 
> ^(fd[0-9]\+)
> 
> $ ps -o pid,wchan=WIDE-WCHAN-COLUMN -o comm 6276
>   PID WIDE-WCHAN-COLUMN COMMAND
>  6276 blkdev_getgrub-mkdevicema
> 
> 
> Nothing suspect from dmesg - any idea how to quickly get more precise
> info ?  Not sure I can get out of this to retry except by rebooting,
> which would be quite a shame...

It may be difficult retrospectively.  Can you attach strace to find out
what system call it's stuck in, and attach gdb (you may need to build
grub2 locally for symbols) to get a backtrace?

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



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



Bug#624297: build-linux-kbuild.sh: add support for -rcX kernels (needs version mangling)

2011-04-27 Thread Andreas Beckmann
Package: linux-kbuild-2.6
Severity: normal
Tags: patch

Hi,

attached is a patch for the build-linux-kbuild.sh referenced from
http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage

It adds support for -rcX kernels by doing version mangling from -rcX to
~rcX as needed by Debian.

Also it would be nice if the build-linux-kbuild.sh would be kept in the
SVN repository and a comment like the following be added to the script:

  # The latest version of this script can be retrived via
  # svn export /build-linux-kbuild.sh

Andreas


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (500, 
'stable-updates'), (130, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- build-linux-kbuild.orig.sh  2010-11-12 17:55:22.0 +0100
+++ build-linux-kbuild.sh   2011-04-27 08:50:17.770352638 +0200
@@ -9,11 +9,12 @@
 # changelog)
 
 set -ex
-VERSION=2.6.36
+UPSTREAM_VERSION=2.6.39-rc4
+VERSION=$(echo "${UPSTREAM_VERSION}" | sed -e 's/-rc/~rc/')
 DEBIAN_VERSION=${VERSION}-1~experimental.1
 CHANGELOG_MESSAGE=${VERSION}
 
-[ -e linux-${VERSION}.tar.bz2 ]
+[ -e linux-${UPSTREAM_VERSION}.tar.bz2 ]
 
 cleanme="orig linux-kbuild-2.6 linux-kbuild-2.6-${VERSION}"
 
@@ -31,7 +32,7 @@
 
 cd linux-kbuild-2.6
 dch -v ${DEBIAN_VERSION} ${CHANGELOG_MESSAGE}
-./debian/bin/genorig.py ../linux-${VERSION}.tar.bz2
+./debian/bin/genorig.py ../linux-${UPSTREAM_VERSION}.tar.bz2
 cd ..
 tar -xzf orig/linux-kbuild-2.6_${VERSION}.orig.tar.gz
 cd linux-kbuild-2.6-${VERSION}


Bug#624183:

2011-04-27 Thread Mathieu Malaterre
Uploaded to mentor:

http://mentors.debian.net/debian/pool/main/c/cminpack/

-- 
Mathieu



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



Bug#608867: [bts-link] source package dynamite

2011-04-27 Thread Jon Dowland
Hi,

Upstream have merged the patch that adds this tool, but have not released a new
version since (it's in their VCS).

I'm keen to get the wolf3d branch of gdp merged and released, so I plan to 
backport the patch to the Debian package and upload an NMU.


Thanks,

-- 
Jon Dowland



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



Bug#597053: ITP: sparkleshare -- git-backed file sharing and collaboration tool

2011-04-27 Thread Noèl Köthe
Hello Iain,

any news on the Debian package of sparkleshare?

Its available in version 0.2 rc1 since last month and a package in sid
and ubuntu would help testing IMHO:
http://www.bomahy.nl/hylke/blog/sparkleshare-02-rc1-for-linux-and-mac/

-- 
Noèl Köthe 
Debian GNU/Linux, www.debian.org


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


Bug#624298: less: search problem when repeating 'n' too many times

2011-04-27 Thread Vincent Lefevre
Package: less
Version: 443-1
Severity: normal

To reproduce the bug:

1. Run "seq 1 500 | less" in xterm.
2. Type /100 [Enter] so that "100" is found.
3. Type the key 'n' three times.

For the first two times, it is written:

   Pattern not found  (press RETURN)

but after the third time, this line disappears.

This doesn't seem to be intended. Moreover, just after this,
special keys do not work. For instance, if I type [Page Up],
I get "No bracket in top line  (press RETURN)".

This is a regression: less 436-1 doesn't have this problem.

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

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

Versions of packages less depends on:
ii  debianutils   3.4.4  Miscellaneous utilities specific t
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libncurses5   5.9-1  shared libraries for terminal hand

less recommends no packages.

less 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#624299: looping configuration dependancy starting with mono-runtime

2011-04-27 Thread simon
Package: mono-runtime
Version: 2.10.1-4
Severity: grave
Justification: renders package unusable

Hi

I tried installing mod-mono and libapche2-mod-mono which wouldn't install in
synaptic

went to www.mono-project.com which told me that the latest mono version was
2.10

then found this on a debian ftp mirror

went to install that and dpkg gave me the new 2.10 dependancies which i then
started installing

then got into a dependancy install configuration loop shown next below

(i ran a dpkg -i --force-depends libmono-corlib4.0-cil_2.10.1-4_all.deb prior
to this.  don't think it's made any difference to the loop though)


dpkg -i libmono-corlib4.0-cil_2.10.1-4_all.deb
(Reading database ... 154264 files and directories currently installed.)
Preparing to replace libmono-corlib4.0-cil 2.10.1-4 (using libmono-
corlib4.0-cil_2.10.1-4_all.deb) ...
Unpacking replacement libmono-corlib4.0-cil ...
dpkg: dependency problems prevent configuration of libmono-corlib4.0-cil:
 libmono-corlib4.0-cil depends on mono-runtime (>= 2.10.1); however:
  Package mono-runtime is not configured yet.
 libmono-corlib4.0-cil depends on mono-runtime (<< 2.10.2); however:
  Package mono-runtime is not configured yet.
dpkg: error processing libmono-corlib4.0-cil (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libmono-corlib4.0-cil

dpkg --configure mono-runtime
dpkg: dependency problems prevent configuration of mono-runtime:
 mono-runtime depends on mono-gac (= 2.10.1-4); however:
  Package mono-gac is not configured yet.
dpkg: error processing mono-runtime (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mono-runtime

dpkg --configure mono-gac
dpkg: dependency problems prevent configuration of mono-gac:
 mono-gac depends on mono-4.0-gac (= 2.10.1-4); however:
  Package mono-4.0-gac is not configured yet.
dpkg: error processing mono-gac (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mono-gac

dpkg --configure mono-4.0-gac
dpkg: dependency problems prevent configuration of mono-4.0-gac:
 mono-4.0-gac depends on libmono-corlib4.0-cil (>= 2.10.1); however:
  Package libmono-corlib4.0-cil is not configured yet.
 mono-4.0-gac depends on libmono-security4.0-cil (>= 2.10.1); however:
  Package libmono-security4.0-cil is not installed.
dpkg: error processing mono-4.0-gac (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mono-4.0-gac

dpkg --configure libmono-corlib4.0-cil
dpkg: dependency problems prevent configuration of libmono-corlib4.0-cil:
 libmono-corlib4.0-cil depends on mono-runtime (>= 2.10.1); however:
  Package mono-runtime is not configured yet.
 libmono-corlib4.0-cil depends on mono-runtime (<< 2.10.2); however:
  Package mono-runtime is not configured yet.
dpkg: error processing libmono-corlib4.0-cil (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libmono-corlib4.0-cil


I'll probably run through with "dpkg --configure --force-depends " on the all
the packages and see if that works

it's just mono so not many dependancies hanging off it if i break something



-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/6 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mono-runtime depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
pn  mono-gac   (no description available)
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages mono-runtime recommends:
ii  binfmt-support1.2.18 Support for extra binary formats

Versions of packages mono-runtime suggests:
ii  libgnome2-0  2.30.0-1The GNOME library - runtime files
ii  xdg-utils1.0.2+cvs20100307-2 desktop integration utilities from

-- Configuration Files:
/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx [Errno 2] No such file or 
directory: u'/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx'
/etc/mono/4.0/machine.config [Errno 2] No such file or directory: 
u'/etc/mono/4.0/machine.config'
/etc/mono/4.0/settings.map [Errno 2] No such file or directory: 
u'/etc/mono/4.0/settings.map'
/etc/mono/4.0/web.config [Errno 2] No such file or directory: 
u'/etc/mono/4.0/web.config'

-- 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#623330: will fix it in tcsh

2011-04-27 Thread Thomas Lange
Since I cannot see any feasible reason why setting those variables was
added in tcsh (the launchpad bug report didn't give any reasons), I
will remove this setting in the next version of the tcsh package. But
this may take some months before I will work again on it.
-- 
regards Thomas



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



Bug#597053: ITP: sparkleshare -- git-backed file sharing and collaboration tool

2011-04-27 Thread Iain Lane

Hi there,

Thanks for the ping.

On Wed, Apr 27, 2011 at 10:44:16AM +0200, Noèl Köthe wrote:

Hello Iain,

any news on the Debian package of sparkleshare?

Its available in version 0.2 rc1 since last month and a package in sid
and ubuntu would help testing IMHO:
http://www.bomahy.nl/hylke/blog/sparkleshare-02-rc1-for-linux-and-mac/


Indeed I looked at the RC last month and forgot to update this bug
with the status. I couldn't proceed with packaging it because it
included Git# which bundled a few binary libraries:

,
| laney@chicken> find . -name "*.exe" -o -name "*.dll"
| ./GitSharp/lib/Org.Mentalis.Security.dll
| ./GitSharp/lib/ICSharpCode.SharpZipLib.dll
| ./GitSharp/lib/DiffieHellman.dll
| ./GitSharp/lib/Tamir.SharpSSH.dll
`

However it looks like these have been removed in git master, so we may
be able to proceed then. I or someone else in the team will try to
look at this again in the near future.

Thanks,
Iain


signature.asc
Description: Digital signature


Bug#624300: libmodplug: Description mentions non-existing xmms-modplug package

2011-04-27 Thread Salvatore Bonaccorso
Source: libmodplug
Version: 1:0.8.8.2-1
Severity: wishlist

Hi

debian/control description for libmodplug packages mentions the
xmms-modplug package which does not exists anymore from oldstable on.

Could this hint be removed from description?

Bests
Salvatore

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

Kernel: Linux 2.6.32-5-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#624301: RM: libapache-mod-chroot: obsolete as apache has its own chroot direcive as of version 2.2.10

2011-04-27 Thread Michael Ablassmeier
Package: ftp.debian.org
Severity: normal

Dear FTP-Masters,

please remove libapache-mod-chroot from the archive. As with Apache Version 
2.2.10
this feature has been implemented in Apache itself and as such the Module is not
needed anymore.

More information can be found at:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620759

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#559147: scsitools: rescan-scsi-bus.sh says scsi subsystem not active - please use newer version

2011-04-27 Thread Laurent Bigonville
tag 559147 + squeeze
thanks

Hi,

This also affect the stable release, do you think a fix could be
backported?

Cheers

Laurent Bigonville



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



Bug#624302: probably missing underline end markup in schroot.conf(5) man page

2011-04-27 Thread Marc Haber
Package: schroot
Version: 1.4.21-1+b1
Severity: minor

Hi,

in the schroot.conf(5) man page, in the chapter about Plain and
directory chroots, the remainder of the first paragraph starting with
/proc is underlined. I guess that it was only intended to underline
the word /proc and an end underline markup is missing.

Greetings
Marc



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



Bug#624303: schroot.conf(5) run-exec-scripts renders differently

2011-04-27 Thread Marc Haber
Package: schroot
Version: 1.4.21-1+b1
Severity: minor

Hi.

In the manpage for schroot.conf(5), there might be a markup
directive missing for the run-exec-scripts setting. It renders:

   run-exec-scripts=true|false Set whether chroot
  execution  scripts  will  be run.  The default is the same as
  the default for the run-setup-scripts key.
  
while the other settings render like this

   run-setup-scripts=true|false
  Set whether chroot setup scripts will be run.  The default is
  to  run  setup  scripts  for all chroot types except ‘plain’.

Greetings
Marc



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



Bug#624284: change severity

2011-04-27 Thread Olivier Sallou
Severity: grave

change severity to prevent going to testing

-- 
gpg key id: 4096R/326D8438  (pgp.mit.edu)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438





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



Bug#624304: cipux: perl 5.12 / libfile-path-perl dependency update

2011-04-27 Thread Dominic Hargreaves
Package: cipux
Version: 3.4.0.13-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.12-transition
Tags: patch

In order to allow this package to build/install with perl 5.12, please
could you apply the attached patch (without it, libfile-path-perl
cannot be installed owing to the combination of versioned depends
in cipux and versioned conflicts in perl).

Note that I've depended upon perl, not perl-modules, as recommended
in the description of the perl-modules package, but I haven't updated
the other dependencies -- you may wish to do this at the same time in
order to avoid inconsistencies.

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
diff -Nru cipux-3.4.0.13/debian/control cipux-3.4.0.13/debian/control
--- cipux-3.4.0.13/debian/control	2010-12-29 13:27:18.0 +
+++ cipux-3.4.0.13/debian/control	2011-04-27 10:32:20.0 +0100
@@ -4,7 +4,6 @@
 Maintainer: CipUX team 
 Uploaders: Jonas Smedegaard , Christian Kuelker , Xavier Oswald 
 Build-Depends: devscripts (>= 2.10.7~),
- perl,
  perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808),
  cdbs (>= 0.4.78~),
  debhelper (>= 6),
@@ -14,7 +13,7 @@
  libconfig-any-perl (>= 0.18),
  libconfig-tiny-perl,
  libdate-manip-perl,
- libfile-path-perl (>= 2.06),
+ perl (>= 5.12.3-2) | libfile-path-perl (>= 2.06),
  libhash-merge-perl (>= 0.11),
  liblog-log4perl-perl (>= 0.42),
  libreadonly-perl,
diff -Nru cipux-3.4.0.13/debian/rules cipux-3.4.0.13/debian/rules
--- cipux-3.4.0.13/debian/rules	2010-12-29 13:21:09.0 +
+++ cipux-3.4.0.13/debian/rules	2011-04-27 10:30:36.0 +0100
@@ -28,7 +28,7 @@
 # Needed both by upstream build (or test) process and at runtime
 #  * recent libyaml-perl needed for Yaml::Any inclusion.
 # TODO: Drop libversion-perl after Lenny+1
-common-depends = libarray-unique-perl, libclass-std-perl (>= 0.0.9), libconfig-any-perl (>= 0.18), libconfig-tiny-perl, libdate-manip-perl, libfile-path-perl (>= 2.06), libhash-merge-perl (>= 0.11), liblog-log4perl-perl (>= 0.42), libreadonly-perl, perl-modules (>= 5.8.0-7~) | libstorable-perl, libterm-readkey-perl, libunicode-string-perl, libversion-perl, libyaml-perl (>= 0.67), libmodule-pluggable-perl
+common-depends = libarray-unique-perl, libclass-std-perl (>= 0.0.9), libconfig-any-perl (>= 0.18), libconfig-tiny-perl, libdate-manip-perl, perl (>= 5.12.3-2) | libfile-path-perl (>= 2.06), libhash-merge-perl (>= 0.11), liblog-log4perl-perl (>= 0.42), libreadonly-perl, perl-modules (>= 5.8.0-7~) | libstorable-perl, libterm-readkey-perl, libunicode-string-perl, libversion-perl, libyaml-perl (>= 0.67), libmodule-pluggable-perl
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS = $(common-depends)
 


Bug#624305: config-edit fails when parsing DEP5 copyright with a comma in the License field

2011-04-27 Thread Niko Tyni
Package: libconfig-model-perl
Version: 1.241-1
Severity: normal

Quoting DEP-5:
 For the most complex cases, the comma is used to disambiguate the
 priority of ors and ands: and has the priority over or, unless preceded
 by a comma. For instance:

 A or B and C means A or (B and C). A or B, and C means (A or B), and C.

However, the model does not seem to support this:

# cat debian/copyright
Format: http://www.debian.org/doc/copyright-format/1.0

Files: *
Copyright:
License: GPL-2+ or Artistic-2.0, and BSD
 This is for a file that has Perl code and classic BSD code in it.
# config-edit -application dpkg-copyright -ui none
Configuration item 'Files:* License short_name' has a wrong value:
value 'GPL-2+ or Artistic-2.0, and BSD' does not match grammar:
[...]
  
If the comma is removed it works fine.

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

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

Versions of packages libconfig-model-perl depends on:
ii  libany-moose-perl0.13-1  module to use either Moose or Mous
ii  libapt-pkg-perl  0.1.24+b1   Perl interface to libapt-pkg
ii  libcarp-assert-more-perl 1.12-2  Convenience wrappers for libcarp-a
ii  libexception-class-perl  1.31-1  module that allows you to declare 
ii  libfile-homedir-perl 0.97-1  Perl module for finding user direc
ii  libhash-merge-perl   0.12-1  Merges arbitrarily deep hashes int
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libmouse-perl0.91-1  lightweight object framework for P
ii  libmousex-nativetraits-p 1.04-1  Extend your attribute interfaces f
ii  libmousex-strictconstruc 0.02-1  Mouse extension for making object 
ii  libparse-recdescent-perl 1.965001+dfsg-1 Perl module to create and use recu
ii  libpod-pom-perl  0.27-1  module providing a Pod Object Mode
ii  libtext-autoformat-perl  1.669002-1  module for automatic text wrapping
ii  libwww-perl  6.01-3  simple and consistent interface to
ii  libyaml-perl 0.72-1  YAML Ain't Markup Language
ii  perl 5.10.1-20   Larry Wall's Practical Extraction 

Versions of packages libconfig-model-perl recommends:
ii  bash-completion   1:1.3-1programmable completion for the ba
ii  fuse-utils2.8.4-1.4  Filesystem in USErspace (utilities
ii  libfuse-perl  0.09-3 Write filesystems in Perl using FU

Versions of packages libconfig-model-perl suggests:
pn  libconfig-model-tkui-perl  (no description available)
ii  libterm-readline-perl-perl1.0303-1   Perl implementation of Readline li

-- 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#624189: snapshot.debian.org: Accessing files by hash broken for a few files

2011-04-27 Thread Peter Palfrader
David Kuehling schrieb am Dienstag, dem 26. April 2011:

> Stumbled into a problem with a file that I cannot download, with
> snapshot.debian.org just closing the connection without headers nor
> data:
> 
> export http_proxy= 
> wget -S 
> http://snapshot.debian.org/file/18875e19f017fa3ed747eea29033904e7ad11d02
> Resolving snapshot.debian.org... 193.62.202.30, 206.12.19.150
> Connecting to snapshot.debian.org|193.62.202.30|:80... connected.
> HTTP request sent, awaiting response... No data received.
> Retrying.
> ...

Interesting, thanks for the report.

It seems snapshot (the pylons app) is happy to provide the file, but it
gets eaten somewhere in varnish.  I'll keep looking.

-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



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



Bug#624306: RFP: libsocket-linux-perl -- Constant definitions for Linux socket extensions

2011-04-27 Thread Salvador Fandino
Package: wnpp
Severity: wishlist


* Package name: libsocket-linux-perl
  Version : 0.01
  Upstream Author : Salvador Fandino 
* URL : http://search.cpan.org/perldoc?Socket::Linux
* License : Perl
  Programming Lang: Perl
  Description : Constant definitions for Linux socket extensions

Exports the constants defined in netinet/tcp.h not available from the perl core 
package Socket.

Bug#581903:

2011-04-27 Thread Mathieu Malaterre
package has been uploaded to mentors:

http://mentors.debian.net/debian/pool/main/f/flann/

comments welcome

-- 
Mathieu



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



Bug#624010: udev: system does not boot because of inactivated lvm root device

2011-04-27 Thread Stephan Braun
Marco d'Itri (26.04.2011, 15:33:00):
>Because they cannot be relevant, and anyway your problem happens in the
>initramfs.

So I first had a look there and enabled debugging.

It looked like the lvm2 script didn't find any VG with udev-168-1:
 ==
| + /scripts/local-top/mdadm
| Begin: Loadingdone.
| + [ -e /conf/param.conf ]
| + /scripts/local-top/lvm2
|   Volume group "vg01" not found
|   Skipping volume group vg01
| Unable to find LVM volume vg01/lv01
| + [ -e /conf/param.conf ]
| + /scripts/local-top/cryptroot
| + [ -e /conf/param.conf ]
 ==

But when I started the same script on the initramfs console, the VG and
LV were found and activated, so I assumed a timing issue.

I then added a "sleep 10" before the activation command in the above
script and on the next reboot, the system booted again fine - although
with this 10 s delay ;-)

I am not very familiar with how exactly initrd is working, what starts
first, etc. - but somehow the new udev causes a confusion in the right
running order or at least timing.
Maybe it takes longer to start… or whatever. Is it possible to change
this somehow without this additional "sleep"?

Steve



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



Bug#624307: xen-linux-system-2.6.32-5-xen-amd64: lvm causes kernel panic - kernel BUG at arch/x86/xen/mmu.c:1860!

2011-04-27 Thread Jörg Stephan
Package: xen-linux-system-2.6.32-5-xen-amd64
Version: 2.6.32-31
Severity: normal
Tags: upstream

kernel BUG at arch/x86/xen/mmu.c:1860!

lvm causes a kernelpanic while executing several lvm commands like
create/rename/resize/display.

The bug is already fxed in the upstream package and need to be applied
in the debian package too. The failure causes the whole system to stop.

The bug is described by the following syslog output:

Dec 26 15:58:29 xen01 kernel: kernel BUG at arch/x86/xen/mmu.c:1860!
Dec 26 15:58:29 xen01 kernel: invalid opcode:  [#1] SMP
Dec 26 15:58:29 xen01 kernel: last sysfs file: /sys/block/dm-26/dev
Dec 26 15:58:29 xen01 kernel: CPU 0
Dec 26 15:58:29 xen01 kernel: Modules linked in: ipt_MASQUERADE
iptable_nat nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_state
nf_conntrack ipt_REJECT xt_tcpudp xt_physdev iptable_filter ip_tables
x_tables bridge stp be2iscsi iscsi_tcp bnx2i cnic uio ipv6 cxgb3i cxgb3
mdio libiscsi_tcp libiscsi scsi_transport_iscsi loop dm_multipath
scsi_dh video backlight output sbs sbshc power_meter hwmon battery
acpi_memhotplug xen_acpi_memhotplug ac parport_pc lp parport sg tpm_tis
tpm tpm_bios button i2c_i801 i2c_core iTCO_wdt e1000e shpchp pcspkr
dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage
ahci libata sd_mod scsi_mod raid1 ext3 jbd uhci_hcd ohci_hcd ehci_hcd
[last unloaded: microcode]
Dec 26 15:58:29 xen01 kernel: Pid: 27998, comm: udevd Not tainted
2.6.32.27-0.xen.pvops.choon.centos5 #1 S3420GP
Dec 26 15:58:29 xen01 kernel: RIP: e030:[]
[] pin_pagetable_pfn+0x53/0x59
Dec 26 15:58:29 xen01 kernel: RSP: e02b:88003bc3bdc8  EFLAGS:
00010282
Dec 26 15:58:29 xen01 kernel: RAX: ffea RBX:
00017605 RCX: 00bb
Dec 26 15:58:29 xen01 kernel: RDX: deadbeef RSI:
deadbeef RDI: deadbeef
Dec 26 15:58:29 xen01 kernel: RBP: 88003bc3bde8 R08:
0028 R09: 8800
Dec 26 15:58:29 xen01 kernel: R10: deadbeef R11:
7fdb5665e600 R12: 0003
Dec 26 15:58:30 xen01 kernel: R13: 00017605 R14:
880012ee0780 R15: 7fdb56224268
Dec 26 15:58:30 xen01 kernel: FS:  7fdb56fed710()
GS:88002804f000() knlGS:
Dec 26 15:58:30 xen01 kernel: CS:  e033 DS:  ES:  CR0:
8005003b
Dec 26 15:58:30 xen01 kernel: CR2: 7fdb56224268 CR3:
3addb000 CR4: 2660
Dec 26 15:58:30 xen01 kernel: DR0:  DR1:
 DR2: 
Dec 26 15:58:30 xen01 kernel: DR3:  DR6:
0ff0 DR7: 0400
Dec 26 15:58:30 xen01 kernel: Process udevd (pid: 27998, threadinfo
88003bc3a000, task 880012ee0780)
Dec 26 15:58:30 xen01 kernel: Stack:
Dec 26 15:58:30 xen01 kernel:   00424121
00013f00ae20 00017605
Dec 26 15:58:30 xen01 kernel: <0> 88003bc3be08 8100e07c
88003a3c2580 880034bb6588
Dec 26 15:58:30 xen01 kernel: <0> 88003bc3be18 8100e0af
88003bc3be58 810a402f
Dec 26 15:58:31 xen01 kernel: Call Trace:
Dec 26 15:58:31 xen01 kernel:  []
xen_alloc_ptpage+0x64/0x69
Dec 26 15:58:31 xen01 kernel:  []
xen_alloc_pte+0xe/0x10
Dec 26 15:58:31 xen01 kernel:  []
__pte_alloc+0x70/0xce
Dec 26 15:58:31 xen01 kernel:  []
handle_mm_fault+0x140/0x8b9
Dec 26 15:58:31 xen01 kernel:  [] ? d_kill+0x3a/0x42
Dec 26 15:58:31 xen01 kernel:  [] ? __fput+0x1cb/0x1da
Dec 26 15:58:31 xen01 kernel:  []
do_page_fault+0x252/0x2e2
Dec 26 15:58:31 xen01 kernel:  [] page_fault+0x25/0x30
Dec 26 15:58:31 xen01 kernel: Code: 48 b8 ff ff ff ff ff ff ff 7f 48 21
c2 48 89 55 e8 48 8d 7d e0 be 01 00 00 00 31 d2 41 ba f0 7f 00 00 e8 e9
c7 ff ff 85 c0 74 04 <0f> 0b eb fe c9 c3 55 40 f6 c7 01 48 89 e5 53 48
89 fb 74 5b 48
Dec 26 15:58:31 xen01 kernel: RIP  []
pin_pagetable_pfn+0x53/0x59
Dec 26 15:58:31 xen01 kernel:  RSP 
Dec 26 15:58:31 xen01 kernel: ---[ end trace 540bcf6f0170242d ]---


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (900, 'stable'), (50, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/8 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 xen-linux-system-2.6.32-5-xen-amd64 depends on:
pn  linux-image-2.6.32-5-xen-amd6  (no description available)
ii  xen-hypervisor-4.0-amd64 [xen 4.0.1-2The Xen Hypervisor on AMD64

xen-linux-system-2.6.32-5-xen-amd64 recommends no packages.

xen-linux-system-2.6.32-5-xen-amd64 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#624308: denyhosts: use invoke-rc.d in logrotate script

2011-04-27 Thread Martin Kourim
Package: denyhosts
Version: 2.6-7
Severity: normal

Hi,

please use the invoke-rc.d in the logrotate script instead of calling the init 
script directly.

Currently the runlevel settings are not respected. I'm not running the 
denyhosts in daemon mode and the logrotate script keeps starting it anyway.

According to the invoke-rc.d man page:
All access to the init scripts by Debian packages' maintainer scripts should be 
done through invoke-rc.d.

Thanks,
Martin Kourim

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages denyhosts depends on:
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt

denyhosts recommends no packages.

denyhosts suggests no packages.

-- Configuration Files:
/etc/denyhosts.conf changed:
    THESE SETTINGS ARE REQUIRED 
SECURE_LOG = /var/log/auth.log
HOSTS_DENY = /var/lib/denyhosts/hosts-blocked
PURGE_DENY = 
BLOCK_SERVICE  = 
DENY_THRESHOLD_INVALID = 2
DENY_THRESHOLD_VALID = 3
DENY_THRESHOLD_ROOT = 1
DENY_THRESHOLD_RESTRICTED = 1
WORK_DIR = /var/lib/denyhosts
SUSPICIOUS_LOGIN_REPORT_ALLOWED_HOSTS=YES
HOSTNAME_LOOKUP=YES
LOCK_FILE = /var/run/denyhosts.pid
    THESE SETTINGS ARE OPTIONAL 
ADMIN_EMAIL = 
SMTP_HOST = localhost
SMTP_PORT = 25
SMTP_FROM = DenyHosts 
SMTP_SUBJECT = DenyHosts Report
AGE_RESET_VALID=5d
AGE_RESET_ROOT=25d
AGE_RESET_RESTRICTED=25d
AGE_RESET_INVALID=10d
RESET_ON_SUCCESS = yes
   # THESE SETTINGS ARE SPECIFIC TO DAEMON MODE  ##
DAEMON_LOG = /var/log/denyhosts
 
DAEMON_SLEEP = 30s
DAEMON_PURGE = 1h
   #   THESE SETTINGS ARE SPECIFIC TO ##
   #   DAEMON SYNCHRONIZATION ##

/etc/logrotate.d/denyhosts changed:
/var/log/denyhosts {
create 0640 root adm
missingok
weekly
rotate 7
compress
postrotate
#/etc/init.d/denyhosts restart > /dev/null
invoke-rc.d denyhosts restart > /dev/null
endscript
}


-- 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#496246: Still need to create .Xauthority and set $DISPLAY=:0

2011-04-27 Thread Thomas Koch
Package: schroot
Version: 1.4.21-1+b1
Followup-For: Bug #496246

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

I used the following blogpost to get eclipse running in schroot:
http://masterpatricko.blogspot.com/2011/04/development-and-build-environments_20.html

Although I choosed the Desktop chroot type, I still had to run
xauth -f /home/thkoch/.Xauthority extract 
/var/schroot/gerrit/home/thkoch/.Xauthority :0

in the host system and
export DISPLAY=:0

in the chroot.

It would be nice, if you could provide some examples in the schroot 
documentation on how these two steps should be automated.

I have commented out the mounting of /home, because I don't want to give the 
chroot access to my gpg keys and other personal settings.

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

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

Versions of packages schroot depends on:
ii  libboost-filesystem1.46.1 1.46.1-3   filesystem operations (portable pa
ii  libboost-program-options1.46. 1.46.1-3   program options library for C++
ii  libboost-regex1.46.1  1.46.1-3   regular expression library for C++
ii  libboost-system1.46.1 1.46.1-3   Operating system (e.g. diagnostics
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-2  GCC support library
ii  liblockdev1   1.0.3-1.4  Run-time shared library for lockin
ii  libpam0g  1.1.2-2Pluggable Authentication Modules l
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  libuuid1  2.17.2-9.1 Universally Unique ID library
ii  schroot-common1.4.21-1   common files for schroot

schroot recommends no packages.

Versions of packages schroot suggests:
pn  aufs-modules | unionfs-module  (no description available)
pn  btrfs-tools(no description available)
ii  debootstrap   1.0.29 Bootstrap a basic Debian system
ii  lvm2  2.02.84-3  The Linux Logical Volume Manager
ii  unzip 6.0-4  De-archiver for .zip files

- -- Configuration Files:
/etc/schroot/desktop/config changed:
FSTAB="/etc/schroot/desktop/fstab"
COPYFILES="/etc/schroot/desktop/copyfiles"
NSSDATABASES="/etc/schroot/desktop/nssdatabases"
ENVVARS="DISPLAY=:0"
DISPLAY_AUTH=":0"

/etc/schroot/desktop/fstab changed:
/proc   /proc   nonerw,rbind0   0
/sys/sysnonerw,rbind0   0
/dev/devnonerw,rbind0   0
/tmp/tmpnonerw,bind 0   0


- -- no debconf information

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

iQIcBAEBCAAGBQJNt+rSAAoJEAf8SJEEK6ZaOvgQALkJ1i/Q/HkAU3QK8jo+wVIQ
TSOcEaSI9l6XyB9XahT5aRiLYfeBjhYftFswKEdVzZT9pXLguId0HVeWILxCwWe+
Fs7jwtsKyHJeTYnLNCadTUtf0J/0N9oxIzXI0W2vlcd2YhRxIoVmy+hfAitanfWi
LGdclIT/4IjVIJ3Z8g0SQ2+7isn4XfLgiMsZkVqn2zGU+G3KttLVIufNLbE6i4PJ
JyJNJD/UpxztQuC7nCHu0C+6/UTBoML/L8o1QkLmwLl/x/wtbcsehuH2rYJBIcL+
GaM8cRYAG0Gpp24o3M1iOWoVqM2e4Atf5RSvRBh8N+E/MV+FooXM3q7Ku08M2k2m
5o7udIl5mKzqeObkOTBN2sglTloRdFHLmuOEYB6VLc8j1aKVK0GdMan2kwTmLutp
ayZT3zec6Q27lXh1mweYHTmHXUZlXH8nKHhh+TjwIdvMr9uCpgNPjWk3t+DzZuth
SuDUyJTVd/yi/VlChaKJfmhi7KxegpVoVu1yswUnaxRnz6qZRDjev4W1xGLma5d7
mqHmtb+KNqK1AF2wsjAd9B45H96IqsumzNV8Ro58Tbioy0C2+8hKIbdmetUg81f8
SkiJKXIoZPyS7iXLZDWl2C7qEDDH+dYmSu5L/asA4rA/9mRaEPfwANv0KulCeLL9
wKC97zyNVxvZ1QnJiOy7
=kwJs
-END PGP SIGNATURE-
[gerrit]
type=directory
description=Gerrit
groups=sudo
root-groups=sudo
script-config=desktop/config
directory=/var/schroot/gerrit


Bug#590105: Buffalo LS-CHL not supported yet

2011-04-27 Thread Martin Michlmayr
* Antonios Galanopoulos  [2011-04-27 00:04]:
> > Which device are you interested in?  Buffalo Linkstation Live (LS-CHL)
> > or Buffalo Linkstation Mini (LS-WSGL)?
> 
> Its a Linkstation Pro Duo. (LS-WTGL/R1)

Is this different to the normal Pro?  If so, it's not supported by the
upstream kernel and your best bet is to start by adding kernel
support.

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#618850: Crawl: New upstream version (0.8.0) available

2011-04-27 Thread Adam Borowski
On Tue, Apr 26, 2011 at 10:41:51PM -0700, Vincent Cheng wrote:
> It looks like Crawl 0.8 was a day or so late, but it's out now!

Yeah!  Still not even officially announced since the only developer who can
do proper Mac builds is temporarily unreachable.

> No changes besides a changelog bump are necessary to build Crawl
> successfully.

The packages would work, but:
1. there's no support for setgid installations anymore, so if you chmod
   Crawl anyway, second user who runs it will have problems.
2. there was a relicensing, so the copyright data has to be updated
3. advancecomp is a recommended Build-Depend
4. there are two broken symlinks (aptitudes.txt and crawl_manual.txt)
5. no need to keep an ugly workaround against a gcc-4.4 bug on powerpc
6. with no setgid, wizard mode can be safely enabled

> Only problem is that it seems that Crawl 0.8 doesn't recognize any of my
> previous Crawl 0.7.2 saves, but I'm unsure whether this is intentional or
> not.

No major releases was ever compatible with previous saves.  There's a plan
to _maybe_ make 0.9 able to migrate 0.8 saves, but there's no guarantee.

The saving scheme has changed tremedously between 0.7 and 0.8.  There's just
one file instead of a load of them, any updates are done transactionally so
a crash won't destroy your game, and so on.

> Forgot to include this in my previous e-mail, sorry. I've written a new
> watch file for Crawl that's been tested with uscan, and identifies the
> latest upstream version correctly (the current watch file labels 0.5.2 as
> the latest release, which is definitely not true). Hope it helps! :)

The official distribution point is http://crawl.develz.org, although
physically downloads of stable versions are still hosted on SF.  Not sure
which would be easier to parse, though, and your version is already done.

> version=3
> opts=uversionmangle=s/\-nodeps// \
> http://sf.net/crawl-ref/stone_soup-(.+)\.t(?:ar.)?(?:gz|bz2)

Good improvement, thanks!

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.



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



Bug#624258: tiger: Tiger cronjob sends warning about unsorted files: /usr/bin/join: file 1 is not in sorted order

2011-04-27 Thread Javier Fernandez-Sanguino
On 26 April 2011 23:59, Andreas Grob  wrote:
> tigercron sends this every time when invoked by cron with test -x 
> /usr/sbin/tigercron && { [ -r "$DEFAULT" ] && . "$DEFAULT" ; nice 
> -n$NICETIGER /usr/sbin/tigercron -q ; }

Could you please tell me with at what times does cron send these
messages? That would help pin-point which specific tiger module is the
culprit. Alternatively, you could run 'tiger' as root (which runs all
the modules and generates an audit report) and send me the lines
before and after this error message.

> /usr/bin/join: file 1 is not in sorted order
> /usr/bin/join: file 2 is not in sorted order

This looks like the same bug as
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524783 but probably
in another module (i.e. not in check_inetd)

Regards

Javier



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



Bug#624309: dictionaries-common: ..doesn't pick a dictionary on upgrading

2011-04-27 Thread Arnt Karlsen
Package: dictionaries-common
Version: 1.10.7
Severity: normal


...the output loop:
Errors were encountered while processing:
 dictionaries-common
Press return to continue.

Setting up dictionaries-common (1.10.7) ...
update-default-ispell: Question empty but elements installed for class "ispell"
  dictionaries-common/default-ispell: return code: "0", value: ""
  Choices: , Manual symlinks setting
  shared/packages-ispell: return code: "10" owners/error: 
"shared/packages-ispell doesn't exist"
  Installed elements: american (American English), british-small (British 
English - small)

  Please see "/usr/share/doc/dictionaries-common/README.problems", section
  "Debconf database corruption" for recovery info.

update-default-ispell: Selected ispell dictionary "" 
does not correspond to any installed package in the system
and no alternative ispell dictionary could be selected.
dpkg: error processing dictionaries-common (--configure):
 subprocess installed post-installation script returned error exit status 9
configured to not write apport reports
  Errors were encountered while processing:
 dictionaries-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up dictionaries-common (1.10.7) ...
update-default-ispell: Question empty but elements installed for class "ispell"
  dictionaries-common/default-ispell: return code: "0", value: ""
  Choices: , Manual symlinks setting
  shared/packages-ispell: return code: "10" owners/error: 
"shared/packages-ispell doesn't exist"
  Installed elements: american (American English), british-small (British 
English - small)

  Please see "/usr/share/doc/dictionaries-common/README.problems", section
  "Debconf database corruption" for recovery info.

update-default-ispell: Selected ispell dictionary "" 
does not correspond to any installed package in the system
and no alternative ispell dictionary could be selected.
dpkg: error processing dictionaries-common (--configure):
 subprocess installed post-installation script returned error exit status 9
Errors were encountered while processing:
 dictionaries-common
Press return to continue.




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

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

Versions of packages dictionaries-common depends on:
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii  libtext-iconv-perl1.7-2  converts between character sets in
ii  perl  5.10.1-20  Larry Wall's Practical Extraction 

dictionaries-common recommends no packages.

Versions of packages dictionaries-common suggests:
ii  emacsen-common1.4.22 Common facilities for all emacsen
ii  ispell3.3.02-4   International Ispell (an interacti
pn  jed-extra  (no description available)

-- debconf information:
  dictionaries-common/default-wordlist:
  dictionaries-common/move_old_usr_dict: true
  dictionaries-common/old_wordlist_link: true
  dictionaries-common/ispell-autobuildhash-message:
  dictionaries-common/selecting_ispell_wordlist_default:
  dictionaries-common/invalid_debconf_value:
  dictionaries-common/default-ispell:
  dictionaries-common/remove_old_usr_dict_link: false



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



Bug#620915: upse: FTBFS for +b1: plugin.c:19:30: fatal error: audacious/output.h: No such file or directory

2011-04-27 Thread Julien Cristau
tag 620915 fixed-upstream
kthxbye

On Tue, Apr  5, 2011 at 04:45:05 +0200, Cyril Brulebois wrote:

> Source: upse
> Version: 0.6.0-1.1
> Severity: serious
> Justification: FTBFS
> 
> Hi,
> 
> your package FTBFS for its +b1 binNMU round; example on i386:
> | Entering directory upse-audacious.
> | make[5]: Entering directory 
> `/build/buildd-upse_0.6.0-1.1+b1-i386-ocP1Bv/upse-0.6.0/src/upse-audacious'
> | make[6]: Entering directory 
> `/build/buildd-upse_0.6.0-1.1+b1-i386-ocP1Bv/upse-0.6.0/src/upse-audacious'
> | make[6]: Leaving directory 
> `/build/buildd-upse_0.6.0-1.1+b1-i386-ocP1Bv/upse-0.6.0/src/upse-audacious'
> | make[6]: Entering directory 
> `/build/buildd-upse_0.6.0-1.1+b1-i386-ocP1Bv/upse-0.6.0/src/upse-audacious'
> | plugin.c:19:30: fatal error: audacious/output.h: No such file or directory
> | compilation terminated.
> 
> Full build logs:
>   https://buildd.debian.org/status/package.php?p=upse
> 
> You may want to avoid outputting escape sequences (for colours) to
> make logs more readable, by the way.
> 
Seems fixed upstream with stuff like
http://hg.atheme.org/unofficial/upse/unofficial/upse/rev/95cb18031c8a

I'm not comfortable NMUing with a new upstream for something I don't
use, though, so I'll remove this from testing if there's no fix soon.

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#624298: less: search problem when repeating 'n' too many times

2011-04-27 Thread Vincent Lefevre
The problem may be related to:

- Fix "ungetc overflow" when passing long commands via the -p option.

because if after the 3 'n' I type '/', then I get: /n

So, this seems to be a buffering problem, as I typed '/' after the
last 'n' (there should be no characters after '/').

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#620920: audacious-analog-vumeter-plugin: FTBFS for +b1: plugin_configs.c:28:2: error: 'ConfigDb' undeclared (first use in this function)

2011-04-27 Thread Julien Cristau
tag 620920 fixed-upstream
kthxbye

On Tue, Apr  5, 2011 at 04:57:32 +0200, Cyril Brulebois wrote:

> Source: audacious-analog-vumeter-plugin
> Version: 1.0.0~rc1-1
> Severity: serious
> Justification: FTBFS
> 
> Hi,
> 
> your package FTBFS for its +b1 binNMU round:
> | libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ggdb -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 
> -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/libmowgli 
> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include 
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ 
> -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g 
> -O2 -DSKINDIR=\"/usr/share/audacious\" -g -O2 -c plugin_configs.c  -fPIC 
> -DPIC -o .libs/plugin_configs.o
> | plugin_configs.c: In function 'vumeter_save_configuration':
> | plugin_configs.c:28:2: error: 'ConfigDb' undeclared (first use in this 
> function)
> | plugin_configs.c:28:2: note: each undeclared identifier is reported only 
> once for each function it appears in
> | plugin_configs.c:28:12: error: 'db' undeclared (first use in this function)
> | plugin_configs.c: In function 'vumeter_load_configuration':
> | plugin_configs.c:100:2: error: 'ConfigDb' undeclared (first use in this 
> function)
> | plugin_configs.c:100:12: error: 'db' undeclared (first use in this function)
> | make[3]: *** [plugin_configs.lo] Error 1
> 
> Full build logs:
>   
> https://buildd.debian.org/status/package.php?p=audacious-analog-vumeter-plugin
> 
http://vumeterplugin.sourceforge.net/ says 1.0.0 final (from july) is
compatible with audacious 2.4.  If a fix isn't uploaded soon I'll remove
this package from wheezy.

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#624310: [libnss3-1d] Out of date copyright file

2011-04-27 Thread Bastien ROUCARIES
Package: libnss3-1d
Version: 3.12.9.with.ckbi.1.82-1
Severity: wishlist

They are no more 4 close bsd source in libdbm.

Bastien




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



Bug#624311: libtext-table-perl: New upstream version 1.117 available

2011-04-27 Thread Salvatore Bonaccorso
Source: libtext-table-perl
Version: 1.114-1
Severity: wishlist

Hi Zed

There is a new upstream version (1.117) available on CPAN for
libtext-table-perl. Would it be possible to update to this version?

Thanks in advance!

Btw, would you be interested to join the Debian Perl Group and
maintain your Perl modules under the umbrella of the group? [1].

 [1] http://wiki.debian.org/Teams/DebianPerlGroup

Bests
Salvatore

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (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/dash



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



Bug#590105: Buffalo LS-CHL not supported yet

2011-04-27 Thread Antonios Galanopoulos

On Wed, 27 Apr 2011 11:20:27 +0100, Martin Michlmayr wrote:

* Antonios Galanopoulos  [2011-04-27 00:04]:
> Which device are you interested in?  Buffalo Linkstation Live 
(LS-CHL)

> or Buffalo Linkstation Mini (LS-WSGL)?

Its a Linkstation Pro Duo. (LS-WTGL/R1)


Is this different to the normal Pro?  If so, it's not supported by 
the

upstream kernel and your best bet is to start by adding kernel
support.
I am not sure what the differences are. I have successfully booted it 
with foonas (http://foonas.org) via tftp and there it appears as a 
linkstation Pro in the dmesg logs. Same with debian but the Sata drives 
are not recognised.




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



Bug#624204: [Pkg-xfce-devel] Bug#624204: xfce4-session: ktorrent freezes xfce shutdown for about 30 seconds

2011-04-27 Thread Yves-Alexis Perez
On mer., 2011-04-27 at 12:49 +0200, Moritz Strohm wrote:
> > And nothing of that happens when ktorrent is not started?
> >
> > Regards,
> >
> 
> The problem only occurs when I leave ktorrent running.
> When I close ktorrent manually before clicking on shutdown
> the problem will not occur.
> 
> I have to admit that when I closed ktorrent manually
> I waited a little bit before I shutted down the system.

Looks to me like an issue in ktorrent.

Regards,
-- 
Yves-Alexis




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



Bug#624312: apt-cacher-ng: segfault when I use http://mirror.is.co.za/mirror/ftp.debian.org/ftp.us.debian.org as a backend

2011-04-27 Thread Stefano Rivera
Package: apt-cacher-ng
Version: 0.6.1-1
Severity: normal

Hi, a fair chunk of the mirrors in ZA are lagging at the moment because
the biggest one has decided that updates are unnecessary... So I
switched my apt-cacher-ng to an alternate:
http://mirror.is.co.za/mirror/ftp.debian.org/security.debian.org

Now apt-get update causes it to segfault.

I can't see the cause myself, but here's what I've found (with a nostrip
rebuild):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f4f9d068700 (LWP 14887)]
dlcon::WorkLoop (this=0x95b6d0) at 
/build/apt-cacher-ng-JpqKtQ/apt-cacher-ng-0.6.1/source/dlcon.cc:497
497 /build/apt-cacher-ng-JpqKtQ/apt-cacher-ng-0.6.1/source/dlcon.cc: No 
such file or directory.
in /build/apt-cacher-ng-JpqKtQ/apt-cacher-ng-0.6.1/source/dlcon.cc
(gdb) bt
#0  dlcon::WorkLoop (this=0x95b6d0) at 
/build/apt-cacher-ng-JpqKtQ/apt-cacher-ng-0.6.1/source/dlcon.cc:497
#1  0x0043af79 in _StartDownloader (pVoidDler=)
at /build/apt-cacher-ng-JpqKtQ/apt-cacher-ng-0.6.1/source/conn.cc:339
#2  0x7f4f9f9bd8ba in start_thread (arg=) at 
pthread_create.c:300
#3  0x7f4f9ebbd02d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#4  0x in ?? ()


==15410== Thread 5:
==15410== Invalid read of size 8
==15410==at 0x44A848: dlcon::WorkLoop() (dlcon.cc:497)
==15410==by 0x43AF78: _StartDownloader(void*) (conn.cc:339)
==15410==by 0x4E2F8B9: start_thread (pthread_create.c:300)
==15410==by 0x5C7C02C: clone (clone.S:112)
==15410==  Address 0x18 is not stack'd, malloc'd or (recently) free'd
==15410== 
==15410== 
==15410== Process terminating with default action of signal 11 (SIGSEGV)
==15410==  Access not within mapped region at address 0x18
==15410==at 0x44A848: dlcon::WorkLoop() (dlcon.cc:497)
==15410==by 0x43AF78: _StartDownloader(void*) (conn.cc:339)
==15410==by 0x4E2F8B9: start_thread (pthread_create.c:300)
==15410==by 0x5C7C02C: clone (clone.S:112)
==15410==  If you believe this happened as a result of a stack
==15410==  overflow in your program's main thread (unlikely but
==15410==  possible), you can try to increase the size of the
==15410==  main thread stack using the --main-stacksize= flag.
==15410==  The main thread stack size used in this run was 8388608.


SR

-- System Information:
Debian Release: wheezy/sid
Architecture: amd64 (x86_64)

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

Versions of packages apt-cacher-ng depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  debconf [debconf-2.0]   1.5.38   Debian configuration management sy
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libfuse22.8.4-1.3Filesystem in USErspace library
ii  libgcc1 1:4.6.0-2GCC support library
ii  liblzma25.0.0-2  XZ-format compression library
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages apt-cacher-ng recommends:
ii  ed1.4-3  The classic UNIX line editor
ii  perl  5.10.1-19  Larry Wall's Practical Extraction 

Versions of packages apt-cacher-ng suggests:
ii  doc-base  0.10.1 utilities to manage online documen

-- Configuration Files:
/etc/apt-cacher-ng/acng.conf changed:
CacheDir: /var/cache/apt-cacher-ng
LogDir: /var/log/apt-cacher-ng
Port:3142
Remap-debmul: file:mirrors_debmul /debian-multimedia ; 
file:backends_debmul
Remap-debrep: file:mirrors_debrep file:deb_mirror*.gz /debian ;
file:backends_debrep
Remap-debsec: file:mirrors_debsec /debian-security ;   
file:backends_debsec
Remap-debvol: file:mirrors_debvol /debian-volatile ;   
file:backends_debvol
Remap-debbpo: file:mirrors_debbpo /debian-backports ;  
file:backends_debbpo
Remap-medibuntu: file:mirrors_medibuntu   /medibuntu ; 
file:backends_medibuntu
Remap-uburep: file:mirrors_ubuntu file:ubuntu_mirrors /ubuntu ;
file:backends_ubuntu
Remap-ubuports: file:mirrors_ubuports /ubuntu-ports ;  
file:backends_ubuports
Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # 
incomplete, please create this file or specify prefered mirrors here
Remap-sfnet:  file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please 
create this file or specify prefered mirrors here
Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # 
incomplete, please create this file or specify prefered mirrors here
ReportPage: acng-report.html
ExTreshold: 4

/etc/apt-cacher-ng

Bug#624313: Please add an option to print the environment for a new terminal

2011-04-27 Thread Enrico Zini
Package: gnome-terminal
Version: 2.30.2-1
Severity: wishlist

Hello,

thank you for maintaining gnome-terminal.

When I open a new terminal, gnome-terminal exports a number of variables
in its environment: this is useful, for example, for proxy settings
(the variables *_proxy and *_PROXY, for example).

But suppose I change the proxy settings and I want to update those
variables in the terminals that are already open: I cannot really do
that: I'd have to close all existing terminals and reopen them to get
their environment updated.

It would be great if gnome-terminal could be made to print the updated
settings in a way that I can just source in the shell to update the
environment. If I could instead go in a running terminal and run
something like this:

  TEMPFILE=`mktemp`
  gnome-terminal --print-env > $TEMPFILE
  source $TEMPFILE
  rm $TEMPFILE

then I could update the environment of a running terminal with the new
settings, preserving shell history, backscroll and so on.

I reckon this could be tricky, because a cursory look at
gnome-terminal's code shows that it doesn't like to override http_proxy
if it is already set. If that would make something like --print-env a
useless strategy for these kinds of purposes, then maybe a more specific
--print-proxy-env option to print proxy settings from gconf regardless
of existing values of http_proxy would still do the trick.

But maybe there is a way for gnome-terminal to query the env settings
from its running instance, which can just run again the same env setup
code it run at startup, still knowing whether http_proxy was set in its
initial environment.

Besides the strategy that can be adopted, a way to source something to
update the environment of existing terminals would be very useful to me
indeed.


Ciao,

Enrico


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

Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
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 gnome-terminal depends on:
ii  gnome-terminal-data   2.30.2-1   Data files for the GNOME terminal 
ii  libatk1.0-0   2.0.0-1The ATK accessibility toolkit
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libdbus-glib-1-2  0.92-1 simple interprocess messaging syst
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libice6   2:1.0.7-1  X11 Inter-Client Exchange library
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libsm62:1.2.0-1  X11 Session Management library
ii  libvte9   1:0.24.3-2 Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.4.3-1  X11 client-side library

Versions of packages gnome-terminal recommends:
ii  gvfs 1.6.4-3 userspace virtual filesystem - ser
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

gnome-terminal 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#622553: xserver-xorg: Calling XFlush causes a crasch from XNextEvent under 64 bit squeeze

2011-04-27 Thread Julien Cristau
Please always keep the bug report in cc.

On Wed, Apr 27, 2011 at 12:58:36 +0200, Leif Asbrink wrote:

> Hello Julien,
> 
> With some hesitation I changed my /etc/apt/sources.list
> to use sid instead of squeeze for my 64 bit installation.
> That way I got libx11-6=2:1.4.3-1 installed.
> 
> That has eliminated the bug:-) 
> 
> The application that has the problem under squeeze is Linrad:
> http://www.sm5bsz.com/linuxdsp/linrad.htm
> 
> I have a 32 bit sid installation on that same laptop. I made it
> as an upgrade from squeeze exactly as I now did with the 54 
> bit installation, but 32 bit sid does not work. When I try
> startx I just get a black screen with a mouse cursor on it.
> I can move the mouse cursor and CtrlAltF1 brings me back to 
> the terminal. This problem with sid was the reason I hesitated
> to upgrade the 64 bit squeeze to sid.
> 
[...]
> Can you tellme if/when the new libx11 will be introduced in
> squeeze?
> 
It won't.  A targetted fix might, if it can be tracked down and is
obvious enough to not cause regressions.

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#623485: python-apt: please add bindings pkgOrderList

2011-04-27 Thread Julian Andres Klode
On Do, 2011-04-21 at 16:57 +0200, Pietro Abate wrote:
> hello
> 
> On Thu, Apr 21, 2011 at 03:53:39PM +0200, Julian Andres Klode wrote:
> > On Mi, 2011-04-20 at 19:06 +0200, Pietro Abate wrote:
> > > This is a request to add a new binding to the class pkgOrderList of apt.
> > > The idea is to allow to compute and set the pkgOrderList independently
> > > and reason about it.

> > > Provided a bit of guidance (I'm not very familiar with the apt python
> > > bindings), we'll be happy to provide a patch.
> > I'm going to write it next week, the 0.8.0~exp4 release next
> > Tuesday/Wednesday would then include it.
> 
> thank you ! this is fantastic !
Attaching a diff for review. Also see
http://apt.alioth.debian.org/python-apt-doc/library/apt_pkg.html#apt_pkg.OrderList

Note that this only adds a new OrderList class, it does not provide any
integration with PackageManager. If you wish to have integration, please
tell me how you'd like it to be.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

=== modified file 'debian/changelog'
--- debian/changelog	2011-04-21 13:34:01 +
+++ debian/changelog	2011-04-27 10:57:27 +
@@ -1,3 +1,9 @@
+python-apt (0.8.0~exp4) UNRELEASED; urgency=low
+
+  * apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)
+
+ -- Julian Andres Klode   Wed, 27 Apr 2011 12:55:59 +0200
+
 python-apt (0.8.0~exp3) experimental; urgency=low
 
   [ Stéphane Graber ]

=== modified file 'doc/source/c++/api.rst'
--- doc/source/c++/api.rst	2011-04-05 14:11:34 +
+++ doc/source/c++/api.rst	2011-04-27 10:40:10 +
@@ -622,6 +622,34 @@ IndexFile (pkgIndexFile)
 Return the :ctype:`pkgIndexFile` pointer contained in the Python object
 *object*.
 
+OrderList (pkgOrderList)
+---
+.. cvar:: PyTypeObject PyOrderList_Type
+
+The type object for :class:`apt_pkg.OrderList` objects.
+
+.. cfunction:: int PyOrderList_Check(PyObject *object)
+
+Check that the object *object* is an :class:`apt_pkg.OrderList` object, or
+a subclass thereof.
+
+.. cfunction:: int PyOrderList_CheckExact(PyObject *object)
+
+Check that the object *object* is an :class:`apt_pkg.OrderList` object
+and no subclass thereof.
+
+.. cfunction:: PyObject* PyOrderList_FromCpp(pkgOrderList *cpp, bool delete, PyObject *owner)
+
+Create a new :class:`apt_pkg.OrderList` object from the :ctype:`pkgOrderList`
+pointer given by the parameter *cpp*. If the parameter *delete* is
+true, the object pointed to by *cpp* will be deleted when the reference
+count of the returned object reaches 0. The owner must be a
+:class:`apt_pkg.DepCache` object.
+
+.. cfunction:: pkgOrderList* PyOrderList_ToCpp(PyObject *object)
+
+Return the :ctype:`pkgOrderList` pointer contained in the Python object
+*object*.
 
 PackageManager (pkgPackageManager)
 --

=== modified file 'doc/source/library/apt_pkg.rst'
--- doc/source/library/apt_pkg.rst	2011-04-21 12:21:22 +
+++ doc/source/library/apt_pkg.rst	2011-04-27 11:04:30 +
@@ -422,6 +422,99 @@ Installing with :class:`PackageManager`
 
 A constant for checking whether the the result of the call to
 :meth:`do_install` is 'incomplete'.
+
+Installation ordering with :class:`OrderList`
+^
+
+.. class:: OrderList(depcache: DepCache)
+
+	Represent a :ctype:`pkgOrderList`, used for installation
+	ordering. This class provides several methods and attributes,
+	is complicated and should not be used by normal programs.
+	
+	.. versionadded:: 0.8.0
+	
+	This class is a sequence and supports the following operations:
+	
+	.. describe:: list[index]
+	
+		Get the package at the given index in the list. Negative
+		index is supported.
+		
+	.. describe:: len(list)
+	
+		The length of the list.
+		
+	It also supports the append() method from :class:`list`:
+	
+	.. method:: append(pkg: Package)
+	
+		Append a new package to the end of the list. Please note that
+		you may not append a package twice, as only as much packages
+		as in the cache can be added.
+		
+	The class also defines several specific attributes and methods,
+	to be described hereinafter.
+		
+	.. method:: score(pkg: Package)
+	
+		Return the score of the package. Packages are basically
+		ordered by descending score.
+		
+	This class allows flags to be set on packages. Those flags are:
+	
+	.. attribute:: FLAG_ADDED
+	.. attribute:: FLAG_ADD_PENDING
+	.. attribute:: FLAG_IMMEDIATE
+	.. attribute:: FLAG_LOOP
+	.. attribute:: FLAG_UNPACKED
+	.. attribute:: FLAG_CONFIGURED
+	.. attribute:: FLAG_REMOVED
+	.. attribute:: FLAG_STATES_MASK
+	
+		Same as ``FLAG_UNPACKED | FLAG_CONFIGURED | FLAG_REMOVED``
+		
+	.. attribute:: FLAG_IN_LIST
+	.. attribute:: FLAG_AFTER
+	
+	The methods to work with those flags are:
+		
+	.. method:: flag(pkg: Package, flag: int[, unset_flags: int])
+
+		Flag a package. Sets th

Bug#624314: openoffice.org: browser plugin not packaged

2011-04-27 Thread Michal Suchanek
Package: openoffice.org
Version: 1:3.2.1-11+squeeze2
Severity: wishlist


OOo has a browser plugin which I can't find in the available Debian
packages.


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (900, 'stable'), (700, 'oldstable'), (510, 'unstable'), (500, 
'testing'), (200, 'experimental'), (111, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/4 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/bash

Versions of packages openoffice.org depends on:
ii  liblucene2-java  2.9.2+ds1-1 Full-text search engine library fo
ii  openoffice.org-base  1:3.2.1-11+squeeze2 office productivity suite -- datab
ii  openoffice.org-calc  1:3.2.1-11+squeeze2 office productivity suite -- sprea
ii  openoffice.org-core  1:3.2.1-11+squeeze2 office productivity suite -- arch-
ii  openoffice.org-draw  1:3.2.1-11+squeeze2 office productivity suite -- drawi
ii  openoffice.org-filte 1:3.2.1-11+squeeze2 office productivity suite -- mobil
ii  openoffice.org-impre 1:3.2.1-11+squeeze2 office productivity suite -- prese
ii  openoffice.org-java- 1:3.2.1-11+squeeze2 office productivity suite -- arch-
ii  openoffice.org-math  1:3.2.1-11+squeeze2 office productivity suite -- equat
ii  openoffice.org-offic 1:3.2.1-11+squeeze2 office productivity suite -- Java 
ii  openoffice.org-repor 1:3.2.1-11+squeeze2 OpenOffice.org extension for build
ii  openoffice.org-write 1:3.2.1-11+squeeze2 office productivity suite -- word 
ii  ttf-dejavu   2.31-1  Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basi 1.1-2   smart Unicode font families (Basic

Versions of packages openoffice.org recommends:
ii  openoffice.org 1:3.2.1-11+squeeze2   office productivity suite -- legac
ii  ttf-liberation 1.05.2.20091019-4squeeze1 Fonts with the same metrics as Tim

Versions of packages openoffice.org suggests:
ii1.4.4-7Common UNIX Printing System(tm) - 
ii1:1.6-40   Standard Java or Java compatible R
ii6.0~a1~hg20110421r6840 Safe and easy web browser from Moz
ii0.10.10-1  FFmpeg plugin for GStreamer
ii0.10.19-2+b2   GStreamer plugins from the "bad" s
ii0.10.30-1  GStreamer plugins from the "base" 
pn (no description available)
pn (no description available)
pn (no description available)
ii3.6.16-1   Web browser based on Firefox
ii8:6.6.0.4-3image manipulation programs
ii7.10.2-1   A free implementation of the OpenG
ii2.4.23-7   OpenLDAP libraries
ii1.1.24 library for handling paper charact
pn (no description available)
ii1:0.9.6-1  X Rendering Extension client libra
ii2.1.44 generates programs menu for all me
ii1:3.2.1-2  English_american dictionary for my
pn (no description available)
ii6b18-1.8.7-2~squeeze1  OpenJDK Java runtime, using Hotspo
pn (no description available)
pn (no description available)
pn (no description available)
pn (no description available)
pn (no description available)
ii3.50-3+b1  PostScript and PDF files to editab
pn (no description available)

Versions of packages openoffice.org-core depends on:
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libcurl3-gnut 7.21.0-1   Multi-protocol file transfer libra
ii  libdb4.8  4.8.30-2   Berkeley v4.8 Database Libraries [
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgraphite3  1:2.3.1-0.2SILGraphite - a "smart font" rende
ii  libgstreamer- 0.10.30-1  GStreamer libraries from the "base
ii  libgstreamer0 0.10.30-1  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.24.4-3 

Bug#624258: tiger: Tiger cronjob sends warning about unsorted files: /usr/bin/join: file 1 is not in sorted order

2011-04-27 Thread Andreas Grob
Here is the requested log excerpt:

12:34> Beginning security report for illarion.org.
12:34> Starting file systems scans in background...
12:34> Checking password files...
12:34> Checking group files...
12:34> Checking user accounts...
/usr/bin/join: file 1 is not in sorted order
/usr/bin/join: file 2 is not in sorted order
12:35> Checking .rhosts files...
12:35> Checking .netrc files...
12:35> Checking ttytab, securetty, and login configuration files...
12:35> Checking PATH settings...
12:35> Checking anonymous ftp setup...



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



Bug#624058: mutt gnutls deprecated functions

2011-04-27 Thread Antonio Radici
tag 624085 +confirmed pending
tag 624058 +confirmed pending
thanks

The patch for these bugs will be written for 1.5.21-5 and will be
uploaded accordingly.

Cheers
Antonio



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



Bug#619216: mutt: incorrect validation of remote SSL commonname

2011-04-27 Thread Antonio Radici
tag 619216 +confirmed pending
thanks

There is a patch, I've asked Michael Elkins if we can apply it (and if
he can commit it).

Cheers
Antonio



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



Bug#539737: reportbug: RFC-1522-encoded headers for mutt

2011-04-27 Thread Antonio Radici
reassign 539737 reportbug
tag 539737 -moreinfo pending
thanks

Hi,
I'm reassigning this bug to reportbug because I haven't received a reply
after 10 days and I believe that this is not a mutt bug.

Please see my last correspondence for the details; long story short:
mutt supports RFC-1522 encoded headers but -H does not support the
inclusion of the Content-Transfer-Enconding header, therefore
'quoted-printable' cannot be specified.

mutt will *always* transcode your headers to a charset which is
determined by an internal heuristic based on the inspection of your
locale settings, unless you specify 'set charset=x', in that case
the draft passed with -H will be transcoded to that charset.

AFAIK there is no way to pass RFC-1522 encoded headers with a draft.

Cheers
Antonio



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



Bug#549692: Bug still present?

2011-04-27 Thread David Paleino
Hello,
could you please confirm whether this bug is still reproducible with the
current version in sid? (1.3-1)

Thanks,
David

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


signature.asc
Description: PGP signature


Bug#623613: Removing SAN mapping spawn uninterruptible process

2011-04-27 Thread Laurent Bigonville
Le Sat, 23 Apr 2011 22:30:53 +0530,
Ritesh Raj Sarraf  a écrit :

Hi,

> On 04/23/2011 09:41 PM, Ritesh Raj Sarraf wrote:
> > Can you try the
> > rescan-scsi-bus.sh script from Kurt's website? We work a lot on
> > that and it has good results.
> > I'll file an ITP to package and ship that as it is an important
> > tool in the Linux SAN space.
> 
> It is already packaged in scsitools. Can you try that script?

I will probably mix some issue here.

1) in the version in stable, when all patch are deleted, multipath -ll
still list the mapping, with the version from unstable, the mapping is
automatically removed. This create some confusion in my mind as I was
reading that the mapping should be removed automatically when all the
paths are deleted.

2) as soon as the mapping on the san is removed

all the paths get faulty

cc_fleet_otf_test_4_1 (3600a0b8000472512152a4d5cdd9e) dm-0
IBM,1815  FAStT size=500G features='0' hwhandler='1 rdac' wp=rw
|-+- policy='round-robin 0' prio=0 status=active
| |- 0:0:1:1 sdb 8:16 active faulty running
| `- 1:0:1:1 sdd 8:48 active faulty running
`-+- policy='round-robin 0' prio=0 status=enabled
  |- 0:0:0:1 sda 8:0  active faulty running
  `- 1:0:0:1 sdc 8:32 active faulty running

And /var/log/daemon.log gets spammed with:

multipathd: sda: rdac checker reports path is ghost
multipathd: checker failed path 8:0 in map cc_fleet_otf_test_4_1
multipathd: cc_fleet_otf_test_4_1: remaining active paths: 3
multipathd: dm-0: add map (uevent)
multipathd: dm-0: devmap already registered
multipathd: 8:16: mark as failed
multipathd: cc_fleet_otf_test_4_1: remaining active paths: 2
multipathd: 8:48: mark as failed
multipathd: cc_fleet_otf_test_4_1: remaining active paths: 1
multipathd: 8:32: mark as failed
multipathd: cc_fleet_otf_test_4_1: remaining active paths: 0
multipathd: sdc: rdac checker reports path is ghost
multipathd: sdd: rdac checker reports path is up
multipathd: sda: rdac checker reports path is ghost
multipathd: sdb: rdac checker reports path is up
multipathd: sdc: rdac checker reports path is ghost
multipathd: sdd: rdac checker reports path is up
multipathd: sda: rdac checker reports path is ghost
multipathd: sdb: rdac checker reports path is up
multipathd: sdc: rdac checker reports path is ghost
multipathd: sdd: rdac checker reports path is up
multipathd: sda: rdac checker reports path is ghost
multipathd: sdb: rdac checker reports path is up
multipathd: sdc: rdac checker reports path is ghost
multipathd: sdd: rdac checker reports path is up

so it seems that the status is flipping (the up and ghost paths seems
the same as when the LUN was mapped), is this expected?


3) The whole problem I have first described here could be due to the
queue_if_no_path feature and the fact that some udev rules call kpartx
and blkid, because when I issues dmsetup message cc_fleet_otf_test_4_1 0 
fail_if_no_path
the process that were stuck exit and I can then remove the previously
stuck mapping.

Cheers

Laurent Bigonville



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



Bug#624315: ITP: slapos.tool.format -- Prepare a client for deploying a SaaS system with SLAPos

2011-04-27 Thread Arnaud Fontaine
Package: wnpp
Severity: wishlist
Owner: Arnaud Fontaine 


* Package name: slapos.tool.format
  Version : 1.1-dev
  Upstream Author : Vifib SARL 
* URL : http://www.slapos.org
* License : GPL-3
  Programming Lang: Python
  Description : Prepare a client for deploying a SaaS system with SLAPos

SLAPos  provides support for  deploying a  SaaS system.  Slapformat is
supposed  to be  ran  before Slapgrid  in  order to  prepare a  SLAPos
client. At the  end a report is generated and  information are sent to
configured SlapOS server.


I will maintain  it as part of my work.  This  package is required for
slapos.tool.grid and  will be  packaged within the  python-apps Debian
team.



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



Bug#594978: xul-ext-flashgot: flashgot must be compatible with icedove and iceape

2011-04-27 Thread Michael Meskes
On Tue, Aug 31, 2010 at 12:35:13PM +0430, Eliad B wrote:
> Flashgot must be compatible with icedove and iceape and iceweasel.
> It is now only compatible with iceweasel.

Could you please elaborate and explain what exactly is lacking?

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#624316: Updated security fix to make network games work

2011-04-27 Thread debian

Package: widelands
Version: 1:15-3squeeze1
Severity: important

When Widelands was patched in Debian to close a potential security issue 
recently, there was an addition to the patch, 
which from what I can see was not included in Debian. The addition was made, 
since the initial patch made it impossible
to play games over the network. I added a comment to the original bug report 
earlier, but I am not sure if anyone saw it.
(See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617960#18)
I am new to the bug tracker in Debian, so it is possible I should have done 
something differently in my email.

Nevertheless, from what I can see of the patch applied (see the changes for 
src/io/filesystem/filesystem.cc)
(http://svn.debian.org/viewsvn/collab-maint/deb-maint/widelands/branches/squeeze/debian/patches/secfix-617960?revision=18461&view=markup)
it lacks the update which was committed to build15 here: 
http://bazaar.launchpad.net/~widelands-dev/widelands/build-15/revision/5022/

The same commit was also applied to trunk, and is available in build16-rc1 and 
later, but has a bit better description: 
http://bazaar.launchpad.net/~widelands-dev/widelands/trunk/revision/5887

I hope someone will look into this.
Best regards,
Hans Joachim Desserud



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



Bug#624305: config-edit fails when parsing DEP5 copyright with a comma in the License field

2011-04-27 Thread Dominique Dumont
Le mercredi 27 avril 2011 11:46:39, Niko Tyni a écrit :

> Quoting DEP-5:
>  For the most complex cases, the comma is used to disambiguate the
>  priority of ors and ands: and has the priority over or, unless preceded
>  by a comma. For instance:
> 
>  A or B and C means A or (B and C). A or B, and C means (A or B), and C.
> 
> However, the model does not seem to support this:

Ack. I will fix this upstream. I just need to tweak the Parse::RecDescent 
grammar of C::M::Debian::Dependency.

Thanks for the report.

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont -o- http://ddumont.wordpress.com/



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



Bug#624317: uscan: devscripts should Recommend: libio-socket-ssl-perl

2011-04-27 Thread Fladischer Michael
Package: devscripts
Version: 2.10.72
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Without having libio-socket-ssl-perl installed, a uscan run for this
watchfile failed with "Crypt-SSLeay can't verify hostnames":

version=3
http://githubredir.debian.net/github/etianen/django-reversion \
(.*).tar.gz

It seems to be related to the use of the "Subject Alternative Names"
field in the X.509v3 certificate.
Once libio-socket-ssl-perl is installed uscan is again able to download
the source tarballs.

- -- Package-specific info:

- --- /etc/devscripts.conf ---

- --- ~/.devscripts ---
Not present

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

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

Versions of packages devscripts depends on:
ii  dpkg-dev  1.16.0.2   Debian package development tools
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  perl  5.10.1-20  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
pn  at (no description available)
ii  curl  7.21.6-1   Get a file from an HTTP, HTTPS or 
ii  dctrl-tools   2.18   Command-line tools to process Debi
pn  debian-keyring (no description available)
pn  debian-maintainers (no description available)
ii  dput  0.9.6.2Debian package upload tool
ii  dupload   2.7.0  utility to upload Debian packages
pn  equivs (no description available)
ii  fakeroot  1.15.1-1   tool for simulating superuser priv
ii  gnupg 1.4.11-3   GNU privacy guard - a free PGP rep
ii  libcrypt-ssleay-perl  0.57-2+b1  Support for https protocol in LWP
pn  libjson-perl   (no description available)
ii  libparse-debcontrol-perl  2.005-3parser for debian control-like fil
pn  libsoap-lite-perl  (no description available)
ii  liburi-perl   1.58-1 module to manipulate and access UR
ii  libwww-perl   6.01-3 simple and consistent interface to
ii  lintian   2.5.0~rc3  Debian package checker
ii  lsb-release   3.2-27 Linux Standard Base version report
ii  man-db2.6.0.2-1  on-line manual pager
ii  patch 2.6.1-1Apply a diff file to an original
pn  patchutils (no description available)
ii  sensible-utils0.0.6  Utilities for sensible alternative
ii  strace4.5.20-2.3 A system call tracer
ii  unzip 6.0-4  De-archiver for .zip files
pn  wdiff  (no description available)
ii  wget  1.12-3 retrieves files from the web
ii  xz-utils  5.0.0-2XZ-format compression utilities

Versions of packages devscripts suggests:
pn  bsd-mailx | mailx  (no description available)
ii  build-essential   11.5   Informational list of build-essent
pn  cvs-buildpackage   (no description available)
pn  devscripts-el  (no description available)
pn  gnuplot(no description available)
pn  libauthen-sasl-perl(no description available)
pn  libfile-desktopentry-perl  (no description available)
pn  libnet-smtp-ssl-perl   (no description available)
pn  libterm-size-perl  (no description available)
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
pn  libyaml-syck-perl  (no description available)
pn  mutt   (no description available)
ii  openssh-client [ssh-client]   1:5.8p1-4  secure shell (SSH) client, for sec
ii  svn-buildpackage  0.8.3  helper programs to maintain Debian
pn  w3m(no description available)

- -- no debconf information

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

iEYEARECAAYFAk24AqUACgkQeJ3z1zFMUGYlowCcDpoRKjvZJxIOxFjvA9fSPBpZ
D5wAniWRLy51+rGGz+HPk/Gz8VB2Qr3u
=npgd
-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#585409: [pkg-wine-party] Bug#585409: Bug#585409: Bug#585409: "Please package wine1.2 series"

2011-04-27 Thread Jairot Llopis
>
> Ove kindly sponsored my mingw-w64 packages; one of them is already in
> unstable, the other two are waiting in NEW. Once they're all in he will be
> able (at last!) to start working on new versions of wine.


 I just wanted to remind you that, if I am not wrong, all mingw-w64 packages
are already available in unstable:
http://packages.debian.org/search?suite=all§ion=all&arch=any&searchon=names&keywords=mingw-w64


Bug#620176: binutils-gold: gold: internal error in make_view, at ../../gold/fileread.cc:395

2011-04-27 Thread Matthias Klose

tag 620176 + moreinfo
thanks

is this seen with the libphobos provided in Debian too?

On 03/30/2011 08:29 PM, Witold Baryluk wrote:

Package: binutils-gold
Version: 2.21.0.20110322-1
Severity: normal


I was recompiling today my project in D and immiedietly discovered
a problem in linking process.

A smallest test case is:


void main() {}


Then test.o produced using dmd2 -c test.d, with provided simplest possible 
test.d.
For convinience I attach test.o file.

I used dmd version 2.052, but bugs exists in few version i tested,
which previously worked.

libphobos2.a is also from dmd 2.052. (binary provided by upstream)
I do not recompiled it.

Both files available in http://ftp.digitalmars.com/dmd.2.052.zip (13MB)
in zip a linux/bin/dmd is a compilers,
and linux/lib32/libphobos2.a is a precompiled object file.
Please download it directly, because I do not know if I can
redistribute this zip or libphobos2.a alone, and it is big (9MB).

Put test.o and libphobos2.a in single directory, then do

$ gcc -v test.o -o test -m32 -Xlinker -L. -lrt -lphobos2 -pthread
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.5.2/lto-wrapper
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.5.2-7' 
--with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.5 --enable-shared --enable-multiarch 
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib --enable-nls 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold 
--enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic 
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu 
--target=i486-linux-gnu
Thread model: posix
gcc version 4.5.2 (Debian 4.5.2-7)
COMPILER_PATH=/usr/lib/gcc/i486-linux-gnu/4.5.2/:/usr/lib/gcc/i486-linux-gnu/4.5.2/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.5.2/:/usr/lib/gcc/i486-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/i486-linux-gnu/4.5.2/:/usr/lib/gcc/i486-linux-gnu/4.5.2/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/i486-linux-gnu/4.5.2/../../../:/lib/:/usr/lib/:/usr/lib/i486-linux-gnu/
COLLECT_GCC_OPTIONS='-v' '-o' 'test' '-m32' '-pthread' '-mtune=generic' 
'-march=i586'
  /usr/lib/gcc/i486-linux-gnu/4.5.2/collect2 --build-id --no-add-needed 
--eh-frame-hdr -m elf_i386 --hash-style=both -dynamic-linker /lib/ld-linux.so.2 
-o test /usr/lib/gcc/i486-linux-gnu/4.5.2/../../../../lib/crt1.o 
/usr/lib/gcc/i486-linux-gnu/4.5.2/../../../../lib/crti.o 
/usr/lib/gcc/i486-linux-gnu/4.5.2/crtbegin.o 
-L/usr/lib/gcc/i486-linux-gnu/4.5.2 
-L/usr/lib/gcc/i486-linux-gnu/4.5.2/../../../../lib -L/lib/../lib 
-L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.5.2/../../.. 
-L/usr/lib/i486-linux-gnu test.o -L. -lrt -lphobos2 -lgcc --as-needed -lgcc_s 
--no-as-needed -lpthread -lc -lgcc --as-needed -lgcc_s --no-as-needed 
/usr/lib/gcc/i486-linux-gnu/4.5.2/crtend.o 
/usr/lib/gcc/i486-linux-gnu/4.5.2/../../../../lib/crtn.o
/usr/bin/ld: internal error in make_view, at ../../gold/fileread.cc:395
collect2: ld returned 1 exit status



$ gold  test.o -o test -L. -lrt -lphobos2 -lpthread
gold: internal error in make_view, at ../../gold/fileread.cc:395

# ld.bfd works properly.

My architecture is i386, gcc -v gives

gcc version 4.5.2 (Debian 4.5.2-7)


Thanks,
Witek







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



Bug#620210: pu: package samba/2:3.5.6~dfsg3-squeeze3

2011-04-27 Thread Jakob Bohm

Hi,

Sorry for butting in on this bug, but as an affected user I was wondering
when preliminary packages would be available either in 
squeeze-proposed-updates

or somewhere else.

So far, all I can see is talk, talk and a failed upload of 3.5.8 to 
backports,

but nothing that looks like it will likely install on squeeze.

(And no, the loose patch files without context or build instructions don't
really help, as I would be left guessing as to how, where and when to apply
them to build a usable package)

So far I have just had to tell Windows 6.x users that they cannot use 
the new

printer!




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



Bug#620448: binutils: Please make --size-check=warning the default, to avoid widespread breakage

2011-04-27 Thread Matthias Klose

tag 620448 + wontfix
thanks

staying with the upstream behaviour.

On 04/02/2011 12:37 AM, Josh Triplett wrote:

Package: binutils
Version: 2.21.0.20110327-2
Severity: normal

GNU as recently introduced a new check for the .size directive, which
has caught some fairly widespread errors (often caused by typos).
However, this check results in errors, rather than warnings, and since
the check has never existed before and the previous behavior simply
ignored the incorrect directive, this has broken the builds of many
different pieces of software.  In particular, breaks compilation of all
but the most recent Linux kernels, and some code generated by the
current version of ghc, just to mention two I've run into personally.

As an entirely new check, this needs to remain a warning, with the
option of making it an error on request.  Issuing an error by default
results in widespread breakage.

See http://comments.gmane.org/gmane.comp.gnu.binutils/52601 for some
background.

- Josh Triplett







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



Bug#624111: mutt: does not display messages of Mailman archives

2011-04-27 Thread Antonio Radici
reopen 624111
tag 624111 +confirmed upstream
retitle 624111 mutt: should error if the imported mbox is invalid
thanks

After re-reading your message it seems that you're looking for a
different thing, sorry for closing this bug with the wrong reason.

I'm reopening this bug, accept it and set it as a wishlist feature, we
need to forward this upstream and ask the mutt-dev to error if mutt
cannot import the messages, rather than mangle the messages.

Cheers
Antonio



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



Bug#624318: Subject: liblapack.so.3gf: undefined symbol: ATL_dGetNB

2011-04-27 Thread Jerome Robert
Package: liblapack3gf
Version: 3.2.1-8
Severity: normal

Lapack depends on any libblas3gf and libatlas3gf-base but only works with 
libatlas3gf-base.
Here is what happen when running gmsh 2.5.0.dfsg-3:

$ sudo update-alternatives --set libblas.so.3gf /usr/lib/libblas/libblas.so.3gf
$ gmsh -2 /usr/share/doc/gmsh/tutorial/t1.geo 
Info    : Running 'gmsh -2 /usr/share/doc/gmsh/tutorial/t1.geo' [1 node(s), 
max. 8 thread(s)]
Info    : Started on Wed Apr 27 13:02:24 2011
Info    : Reading '/usr/share/doc/gmsh/tutorial/t1.geo'...
gmsh: symbol lookup error: /usr/lib/liblapack.so.3gf: undefined symbol: 
ATL_dGetNB

And also...

$ objdump -T /usr/lib/liblapack.so.3gf | grep ATL_ | wc -l
261

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

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

Versions of packages liblapack3gf depends on:
ii  debconf [debconf-2.0]        1.5.38      Debian configuration management sy
ii  libatlas3gf-base [libblas.so 3.8.3-30    Automatically Tuned Linear Algebra
ii  libblas3gf [libblas.so.3gf]  1.2-8       Basic Linear Algebra Reference imp
ii  libc6                        2.11.2-11   Embedded GNU C Library: Shared lib
ii  libgcc1                      1:4.6.0-2   GCC support library
ii  libgfortran3                 4.6.0-2     Runtime library for GNU Fortran ap
ii  libopenblas-base [libblas.so 0.1alpha1-2 Optimized BLAS (linear algebra) li

liblapack3gf recommends no packages.

liblapack3gf suggests no packages.

-- debconf information excluded



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



Bug#568400: closed by "J.H.M. Dassen (Ray)" (Re: Bug#568400: Fixed)

2011-04-27 Thread Frederic Mothe

It does not work anymore...

By the way, the Alt+Enter key to insert a carriage return into a cell
neither works.

(meanwhile I upgraded to 1.10.8-1squeeze5, but I wonder if it really
depends on the version or if it is a random behaviour)

Frédéric



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



Bug#624208: binutils-gold: internal error in input_sections_begin, at ../../gold/merge.h:269

2011-04-27 Thread Matthias Klose
please attach any library (.so files and compiler object files), best in one 
tarball.  In it's current form, the internal error is not reproducible for me.




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



Bug#623352: Mistake in package description

2011-04-27 Thread Paul Tagliamonte
On Tue, Apr 26, 2011 at 4:40 PM, Dafydd Harries  wrote:
> Ar 19/04/2011 am 21:18, ysgrifennodd Paul Tagliamonte:
>> Howdy,
>>
>> On Tue, Apr 19, 2011 at 10:44 AM, Martin Eberhard Schauer
>>  wrote:
>> > Package: alexandria
>> > Version: 0.6.1-1
>> > Severity: wishlist
>> >
>> > Dear Maintainers,
>> > translating the package description to German I found a mistake.
>> > The "online libraries" sell books, so they aren't libriaries but
>> > bookshops/bookstores.
>> >
>> > Kind regards
>> >      Martin
>> >
>> >
>> >
>> >
>>
>> I'd tend to agree. I've made the change in git since it's so minor.
>>
>> Daf, any input on it?
>
> Hey,
>
> I agree that most of the information sources are bookshops, but not all
> of them. Perhaps "online catalogues" or "online sources" would encompass
> everything?

Done and done.

>
> Daf
>



-- 
All programmers are playwrights, and all computers are lousy actors.

#define sizeof(x) rand()
:wq



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



Bug#609537: /etc/init.d/mysql stop leaves a process but exits with 0 status

2011-04-27 Thread Laurent Bigonville
Hi,

Also as an opposite, the initscript could return 1 even if the daemon
has started successfully.

I see this on one of my server with innodb_buffer_pool_size = 33G and
memlock as the process take some time (more that the 14s allowed in the
init to start).

Should an other bug be opened for that one?

Cheers

Laurent Bigonville



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



Bug#623302: leafnode: excessive logging of old articles causing overload

2011-04-27 Thread Robert Grimm
On Tue, 19 April 2011, you wrote:
> With default logging (debugmode = 0), I ended up with over 100 MiB
> of log file containing lines like:
> 
> Apr 19 00:03:09 victoria fetchnews[3335]: gmane.linux.kernel: killed 79950 
> (<200
> 212181942.gbijgp418...@devserv.devel.redhat.com>), too old (3043 > 15) days
> 
> I had subscribed to gmane.linux.kernel some time ago but leafnode decided
> to attempt re-fetching the group on its own, sending this old machine
> into overload.

I can't say what happened exactly from your description. Maybe it was a
hiccup on news.gmane.org or a problem with the active file for this
server.

> How can leafnode be configured to accept such a group without such a huge
> amount of logging of articles older than what I want?

Please be sure, that maxage is lower or equal to [group]expire,
or clamp_maxage is unset.

The logging of leafnode, resp. fetchnews is (with the exception of debug
logging) not adjustable. You may redirect news.info with your syslog
daemon.

Regards,

Robert Grimm


signature.asc
Description: Digital signature


Bug#574283: samba: Doesn't bind to IPv4

2011-04-27 Thread Adam Aube
Freshly installed Debian Squeeze a few days ago, and was also surprised that
Samba isn't listening on the IPv4 address according to netstat. However, it
doesn't appear to actually be breaking anything.

Minor changes to default smb.conf:

[global]
   security=share
[test]
   path = /srv/samba/test
   read only = no
   guest ok = yes
   force group = sambashare

Baseline netstat after restarting Samba:

$ netstat -ant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN
tcp0  0 127.0.0.1:250.0.0.0:*   LISTEN
tcp0 52 10.0.0.50:2210.0.0.101:49164
ESTABLISHED
tcp6   0  0 :::22   :::*LISTEN
tcp6   0  0 ::1:25  :::*LISTEN
tcp6   0  0 :::445  :::*LISTEN
tcp6   0  0 :::139  :::*LISTEN

Browse from a Windows 7 PC, create a test file, and open it in Notepad:

$ netstat -ant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN
tcp0  0 127.0.0.1:250.0.0.0:*   LISTEN
tcp0  0 10.0.0.50:2210.0.0.101:49164
ESTABLISHED
tcp6   0  0 :::22   :::*LISTEN
tcp6   0  0 ::1:25  :::*LISTEN
tcp6   0  0 :::445  :::*LISTEN
tcp6   0  0 :::139  :::*LISTEN
tcp6   0  0 10.0.0.50:139   10.0.0.101:49213
ESTABLISHED

Browse from a Windows XP PC (no IPv6 support) and open that same test file
in Notepad:

$ netstat -ant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN
tcp0  0 127.0.0.1:250.0.0.0:*   LISTEN
tcp0 52 10.0.0.50:2210.0.0.101:49164
ESTABLISHED
tcp6   0  0 :::22   :::*LISTEN
tcp6   0  0 ::1:25  :::*LISTEN
tcp6   0  0 :::445  :::*LISTEN
tcp6   0  0 :::139  :::*LISTEN
tcp6   0  0 10.0.0.50:139   10.0.0.102:1198
ESTABLISHED

In short, netstat is just deceiving us for some reason - Samba is, indeed,
listening and communicating using IPv4.


Bug#624319: slapd: SASL_CONF_PATH environment variable is not respected

2011-04-27 Thread Frank Meisschaert
Package: slapd
Version: 2.4.23-7
Severity: normal


Using the SASL_CONF_PATH environment variable to use different sasl
parameters (by using different directories containing a slapd.conf file)
for different slapd instances does not work. Same problem
for the SASL_PATH environment variable.

Kind Regards,
Frank Meisschaert

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

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

Versions of packages slapd depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  coreutils 8.5-1  GNU core utilities
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libdb4.8  4.8.30-4   Berkeley v4.8 Database Libraries [
ii  libgnutls26   2.10.5-1+b1the GNU TLS library - runtime libr
ii  libldap-2.4-2 2.4.23-7   OpenLDAP libraries
ii  libltdl7  2.4-2  A system independent dlopen wrappe
ii  libperl5.10   5.10.1-19  shared Perl library
ii  libsasl2-22.1.23.dfsg1-8 Cyrus SASL - authentication abstra
ii  libslp1   1.2.1-7.8  OpenSLP libraries
ii  libwrap0  7.6.q-19   Wietse Venema's TCP wrappers libra
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  perl [libmime-base64-perl 5.10.1-19  Larry Wall's Practical Extraction 
ii  psmisc22.13-1utilities that use the proc file s
ii  unixodbc  2.2.14p2-2 ODBC tools libraries

Versions of packages slapd recommends:
ii  libsasl2-modules  2.1.23.dfsg1-8 Cyrus SASL - pluggable authenticat

Versions of packages slapd suggests:
ii  ldap-utils2.4.23-7   OpenLDAP utilities

-- Configuration Files:
/etc/default/slapd changed [not included]

-- debconf information excluded



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



Bug#594324: network-manager-gnome: nm-connection-editor segfaults on editing wired network

2011-04-27 Thread Kalle Olavi Niemitalo
Package: network-manager-gnome
Version: 0.8.1-2
File: /usr/bin/nm-connection-editor

I think I'm seeing the same segfault, with both wired and
wireless connections; but only after nm-connection-editor has
prompted for the root password.  If I create or modify or delete
a single-user connection, then nm-connection-editor does not
prompt for the root password and does not crash.

To debug the crash, I rebuilt network-manager-applet with
DEB_BUILD_OPTIONS="nostrip noopt debug".  (I suppose the "debug"
had no effect.)  There is a GDB session at the end of this
message.

The crash happens because get_permissions_cb is called on a
CEPolkitButton that has already been finalized.  The g_class
pointer no longer points to a CEPolkitButtonClass, and that makes
CE_POLKIT_BUTTON_GET_PRIVATE (object) print a warning and return
NULL.  Because CEPolkitButtonPrivate *priv thus becomes NULL,
priv->perm_calls then crashes.

It seems this bug has been fixed in the upstream Git repository:
http://git.gnome.org/browse/network-manager-applet/commit/?h=NMA_0_8&id=9737403b155d303cffbd08fe4a84c510ac995c8b
https://bugzilla.redhat.com/show_bug.cgi?id=603566

This fix is included in network-manager-applet 0.8.1.997 =
0.8.2-beta1.  There is a different (perhaps more reliable?)
fix in network-manager-applet 0.8.997 = 0.9.0-beta3.

-- System Information:
Debian Release: 6.0.1
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages network-manager-gnome depends on:
ii  dbus-x11   1.2.24-4  simple interprocess messaging syst
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-bluetooth72.30.0-2  GNOME Bluetooth tools - support li
ii  libgnome-keyring0  2.30.1-1  GNOME keyring services library
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libnm-glib-vpn10.8.1-6+squeeze1  network management framework (GLib
ii  libnm-glib20.8.1-6+squeeze1  network management framework (GLib
ii  libnm-util10.8.1-6+squeeze1  network management framework (shar
ii  libnotify1 [libnotify1 0.5.0-2   sends desktop notifications to a n
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  network-manager0.8.1-6+squeeze1  network management framework daemo
ii  policykit-1-gnome  0.96-3GNOME authentication agent for Pol
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages network-manager-gnome recommends:
ii  gnome-bluetooth   2.30.0-2   GNOME Bluetooth tools
ii  libpam-gnome-keyring [libpam- 2.30.3-5   PAM module to unlock the GNOME key
ii  mobile-broadband-provider-inf 20101106-1 database of mobile broadband servi
ii  notification-daemon   0.5.0-2daemon to displays passive pop-up 

Versions of packages network-manager-gnome suggests:
pn  network-manager-openvpn-gnome  (no description available)
pn  network-manager-pptp-gnome (no description available)
pn  network-manager-vpnc-gnome (no description available)

-- no debconf information

GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from 
/home/Kalle/build/x86_64-unknown-linux-gnu/Debian/network-manager-applet-0.8.1/src/connection-editor/nm-connection-editor...done.
(gdb) set environment LANG=en_US.UTF-8
(gdb) break ce-polkit-button.c:dispose
Breakpoint 1 at 0x434e49: file ce

Bug#566126: Any progress?

2011-04-27 Thread Martin Lucina
Hello,

is there any progress on this? The upstream 2.1.6 release of zeromq now
supports --with-system-pgm, so I would like to get rid of the embedded
OpenPGM library ASAP.

Is there any way I can help?

Cheers,

-mato



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



Bug#624320: minidlna: lots of errors reported by cppcheck

2011-04-27 Thread Rogério Brito
Package: minidlna
Version: 1.0.18-5
Severity: normal

Hi there.

Thank you very much for packaging minidlna, as I am looking towards building
a HTPC.

Unfortunately, the code seems to have some bad coding mistakes that will
probably manifest themselves in the future as plain bugs and/or security
issues, so I am reporting this in advance.

Attached is the gzipped output of "cppcheck -v -s ." in the unpacked
directory of "apt-get source minidlna".

It would be good to let upstream know about these issues.


Regards,
Rogério Brito.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.39-rc4+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.utf-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages minidlna depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  libavformat52 5:0.6.2-0.1ffmpeg file format library
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libexif12 0.6.19-1   library to parse EXIF files
ii  libflac8  1.2.1-3Free Lossless Audio Codec - runtim
ii  libid3tag00.15.1b-10 ID3 tag reading library from the M
ii  libjpeg62 6b1-1  The Independent JPEG Group's JPEG 
ii  libogg0   1.2.0~dfsg-1   Ogg bitstream library
ii  libsqlite3-0  3.7.6.2-1  SQLite 3 shared library
ii  libvorbis0a   1.3.2-1The Vorbis General Audio Compressi
ii  mawk  1.3.3-15   a pattern scanning and text proces

minidlna recommends no packages.

minidlna suggests no packages.

-- no debconf information

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br


minidlna-cppcheck.txt.gz
Description: Binary data


Bug#624321: libconfig-model-perl: Doesn't know about control fields for Python packages

2011-04-27 Thread Stefano Rivera
Package: libconfig-model-perl
Version: 1.241-1
Severity: wishlist

Tried the using config-edit to check for ancient dependencies on a
package with lots of verisoned dependencies, as described in [0]:

$ config-edit -application dpkg -ui none
...
In control source: (function 'element_type') unknown element 'X-Python-Version' 
(configuration class 'Debian::Dpkg::Control::Source')
Expected: 
'Source','Maintainer','Uploaders','Section','Priority','Build-Depends','Build-Depends-Indep','Standards-Version','Vcs-Browser','Vcs-Arch','Vcs-Bzr','Vcs-Cvs','Vcs-Darcs','Vcs-Git','Vcs-Hg','Vcs-Mtn','Vcs-Svn','DM-Upload-Allowed','Homepage'

X-Python-Version is used by pyversions to determine the versions of Python
supported by the package. [1]

[0]: 
http://ddumont.wordpress.com/2011/02/27/how-to-clean-up-dependencies-with-version-in-debian-packages/
[1]: 
http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-specifying_versions

I suppose, if you do support this, it would be nice to migrate
XS-Python-Version / debian/pyversions to X-Python-Version.
X-Python-Version requires a BD on python{,-all}{,-dev,-dbg} (>= 2.6.5-13~)

SR

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

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

Versions of packages libconfig-model-perl depends on:
ii  libany-moose-perl0.13-1  module to use either Moose or Mous
ii  libapt-pkg-perl  0.1.24+b1   Perl interface to libapt-pkg
ii  libcarp-assert-more-perl 1.12-2  Convenience wrappers for libcarp-a
ii  libexception-class-perl  1.31-1  module that allows you to declare 
ii  libfile-homedir-perl 0.97-1  Perl module for finding user direc
ii  libhash-merge-perl   0.12-1  Merges arbitrarily deep hashes int
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libmouse-perl0.91-1  lightweight object framework for P
ii  libmousex-nativetraits-p 1.04-1  Extend your attribute interfaces f
ii  libmousex-strictconstruc 0.02-1  Mouse extension for making object 
ii  libparse-recdescent-perl 1.965001+dfsg-1 Perl module to create and use recu
ii  libpod-pom-perl  0.27-1  module providing a Pod Object Mode
ii  libtext-autoformat-perl  1.669002-1  module for automatic text wrapping
ii  libwww-perl  6.01-3  simple and consistent interface to
ii  libyaml-perl 0.72-1  YAML Ain't Markup Language
ii  perl 5.10.1-19   Larry Wall's Practical Extraction 

Versions of packages libconfig-model-perl recommends:
ii  bash-completion   1:1.3-1programmable completion for the ba
ii  fuse-utils2.8.4-1.3  Filesystem in USErspace (utilities
ii  libfuse-perl  0.09-3 Write filesystems in Perl using FU

Versions of packages libconfig-model-perl suggests:
ii  libconfig-model-tkui-perl 1.323-1Tk GUI to edit config data through
pn  libterm-readline-perl-perl |   (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#624322: /etc/init.d/vz Improvements

2011-04-27 Thread Niall Donegan
Package: vzctl
Version: 3.0.24-12

As per http://wiki.openvz.org/Disable_venet_interface I'm attempting to
rid the system of venet.

As mentioned in the above page, just commenting out the VEDEV= line is
not enough, the init script also has to be editted.

I have attached a patch for the init script that does two things:
1. It adds a check for the VEDEV variable in both the start_net and
stop_net functions
2. It splits out the variables defined in the init script to /etc/default/vz

The contents of /etc/default/vz are as follows:
VZQUOTA=/usr/sbin/vzquota
CONFIG_DIR=/etc/vz/conf
LOCKFILE=$VARLOCK/vz_lock
SUBSYS_VZ=$VARLOCK/vz
VESTAT=/proc/vz/vestat
# VZDEV=venet0
PRELOAD_MODULES=
MODULES=
MODULES_OTHER=
NET_MODULES=
IPT_MODULES=

The reason for splitting out the definition of the variables is so that
the next time vzctl is updated, VENET won't suddenly get re-enabled!

-- 
The virus contained in this message was not detected.

http://niall.donegan.tel
--- vz.orig	2011-04-27 13:37:05.0 +0100
+++ vz	2011-04-27 13:41:44.0 +0100
@@ -40,17 +40,9 @@
 
 . /usr/lib/vzctl/scripts/initd-functions
 
-VZQUOTA=/usr/sbin/vzquota
-CONFIG_DIR=/etc/vz/conf
-LOCKFILE=$VARLOCK/vz_lock
-SUBSYS_VZ=$VARLOCK/vz
-VESTAT=/proc/vz/vestat
-VZDEV=venet0
-PRELOAD_MODULES=
-MODULES=
-MODULES_OTHER=
-NET_MODULES=
-IPT_MODULES=
+if [ -f /etc/default/vz ] ; then
+. /etc/default/vz
+fi
 
 if [ "${MODULES_DISABLED}" != "yes" ]; then
 	PRELOAD_MODULES="af_packet"
@@ -182,14 +174,16 @@
 	if [ -z "$VEINFO" ]; then
 		return 0
 	fi
-	__echo "Bringing up interface $VZDEV: "
-	ip link set $VZDEV up
-	print_result
-	ip addr add 0.0.0.0/0 dev $VZDEV
-	if [ "${IPV6}" = "yes" ]; then
-		ip -6 addr add fe80::1/128 dev $VZDEV
+	if [ -n "$VZDEV" ]; then
+		__echo "Bringing up interface $VZDEV: "
+		ip link set $VZDEV up
+		print_result
+		ip addr add 0.0.0.0/0 dev $VZDEV
+		if [ "${IPV6}" = "yes" ]; then
+			ip -6 addr add fe80::1/128 dev $VZDEV
+		fi
+		sysctl -q -w net.ipv4.conf.$VZDEV.send_redirects=0
 	fi
-	sysctl -q -w net.ipv4.conf.$VZDEV.send_redirects=0
 	if [ "$(sysctl -n -e net.ipv4.ip_forward)" != "1" ]; then
 		print_warning "IP forwarding is not enabled"
 	fi
@@ -198,11 +192,13 @@
 stop_net()
 {
 	local mod
-
-	if ip addr list | grep -q "venet0:.*UP" 2>/dev/null; then
-		__echo "Bringing down interface $VZDEV: "
-		ip link set $VZDEV down
-		print_result
+	
+	if [ -n "$VZDEV" ]; then
+		if ip addr list | grep -q "venet0:.*UP" 2>/dev/null; then
+			__echo "Bringing down interface $VZDEV: "
+			ip link set $VZDEV down
+			print_result
+		fi
 	fi
 	for mod in ${NET_MODULES}; do
 		/sbin/modprobe -r ${mod} > /dev/null 2>&1


Bug#621803: Add support for /run directory

2011-04-27 Thread rleigh
On Tue, Apr 26, 2011 at 06:48:15PM +0200, Marco d'Itri wrote:
> On Apr 26, rleigh  wrote:
> 
> > Testing with initramfs-tools (maks/run) with current unstable shows
> > udev appearing to work correctly with it using /dev/.udev when /run
> > is not present on the host system.  And also with /run present on
> Did you check with LVM and that all its persistent symlinks are still
> there?

I created a new kvm VM this morning which uses LVM, so I'll test
all the combinations later tonight.

> > In a kvm VM, I do see some errors from udev at startup:
> These are unrelated and harmless (the errors are old, only the message
> is new).
> 
> > > Why does /run should not be noexec?
> > If /run/shm is also on /run (not a separate mount), it needs to be
> > executable.
> Why do we need it executable?

From what I've read from past initscripts and other bug reports, it's
required for mmapping shared memory with PROT_EXEC, but I have not
verified this by writing a testcase.

> > > > Marco, have you tested this upgrade path?  That is /run in the
> > > > initramfs and no /run on the rootfs?  Is udev checking for that and
> > > No, but if the database is not copied to the initramfs then LVM will be
> > > annoyed.
> > Which database is this?  Is this something that the LVM scripts need
> > updating to handle?
> It is /dev/.udev/ or /run/udev/. I do not know exactly how LVM interacts
> with it, just that it must be preserved.

OK.  I feel that doing something like this:

if [ -d /run ] && [ ! -d /root/run ]; then
  mv /run/udev /dev/.udev
(or mv /run/udev /root/dev/.udev)
fi

at the point where we "mount --move" in the initramfs would be the
best action to take.  It preserves the udev state from the
initramfs when it would otherwise be lost.  In the case where
/run also exists on the rootfs, no action needs taking.

When I do the testing in my new VM, I'll test this type of change
as well.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#624323: getfem++: unbuildable on kfreebsd and mips

2011-04-27 Thread Julien Cristau
Package: getfem++
Version: 4.1.1-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

getfem++ now build-depends on scilab-include, which is not available on
all archs.  Please fix (or clone to scilab and get that fixed).

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#608867: [bts-link] source package dynamite

2011-04-27 Thread Jon Dowland
On Wed, Apr 27, 2011 at 09:32:47AM +0100, Jon Dowland wrote:
> Upstream have merged the patch that adds this tool, but have not released a
> new version since (it's in their VCS).
> 
> I'm keen to get the wolf3d branch of gdp merged and released, so I plan to
> backport the patch to the Debian package and upload an NMU.

Here's my NMU diff. I had to re-run automake, but I've only included the
necessary hunks in the diff for clarity's sake.

-- 
Jon Dowland
diff --git a/debian/changelog b/debian/changelog
index dffaa5b..55f2e87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dynamite (0.1.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Backport a patch from upstream: introduce binary
+"id-shr-extract"
+
+ -- Jon Dowland   Mon, 25 Apr 2011 22:05:23 +0100
+
 dynamite (0.1.1-1) unstable; urgency=low
 
   * New maintainer. (Closes: #469793)
diff --git a/debian/dynamite.install b/debian/dynamite.install
index 50ccd1c..f9386e6 100644
--- a/debian/dynamite.install
+++ b/debian/dynamite.install
@@ -1,2 +1,2 @@
-debian/tmp/usr/bin/dynamite
+debian/tmp/usr/bin/*
 debian/tmp/usr/share/man/man1/dynamite.1
diff --git a/src/Makefile.am b/src/Makefile.am
index fedf629..ccb40b3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,10 +1,12 @@
 INCLUDES = -I../lib
 LDADD = ../lib/libdynamite.la
 
-bin_PROGRAMS = dynamite
+bin_PROGRAMS = dynamite id-shr-extract
 
 dynamite_SOURCES = dynamite.c
 
+id_shr_extract_SOURCES = id-shr-extract.c
+
 noinst_PROGRAMS = queen_extract
 
 queen_extract_SOURCES = queen_extract.c
diff --git a/src/Makefile.in b/src/Makefile.in
index e9f42ff..deab4ac 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -33,7 +34,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
-bin_PROGRAMS = dynamite$(EXEEXT)
+bin_PROGRAMS = dynamite$(EXEEXT) id-shr-extract$(EXEEXT)
 noinst_PROGRAMS = queen_extract$(EXEEXT)
 subdir = src
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -51,6 +52,10 @@ am_dynamite_OBJECTS = dynamite.$(OBJEXT)
 dynamite_OBJECTS = $(am_dynamite_OBJECTS)
 dynamite_LDADD = $(LDADD)
 dynamite_DEPENDENCIES = ../lib/libdynamite.la
+am_id_shr_extract_OBJECTS = id-shr-extract.$(OBJEXT)
+id_shr_extract_OBJECTS = $(am_id_shr_extract_OBJECTS)
+id_shr_extract_LDADD = $(LDADD)
+id_shr_extract_DEPENDENCIES = ../lib/libdynamite.la
 am_queen_extract_OBJECTS = queen_extract.$(OBJEXT)
 queen_extract_OBJECTS = $(am_queen_extract_OBJECTS)
 queen_extract_LDADD = $(LDADD)
@@ -67,8 +72,10 @@ CCLD = $(CC)
 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 	$(LDFLAGS) -o $@
-SOURCES = $(dynamite_SOURCES) $(queen_extract_SOURCES)
-DIST_SOURCES = $(dynamite_SOURCES) $(queen_extract_SOURCES)
+SOURCES = $(dynamite_SOURCES) $(id_shr_extract_SOURCES) \
+	$(queen_extract_SOURCES)
+DIST_SOURCES = $(dynamite_SOURCES) $(id_shr_extract_SOURCES) \
+	$(queen_extract_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -182,11 +191,13 @@ target_alias = @target_alias@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
+top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 INCLUDES = -I../lib
 LDADD = ../lib/libdynamite.la
 dynamite_SOURCES = dynamite.c
+id_shr_extract_SOURCES = id-shr-extract.c
 queen_extract_SOURCES = queen_extract.c
 all: all-am
 
@@ -259,6 +270,9 @@ clean-noinstPROGRAMS:
 dynamite$(EXEEXT): $(dynamite_OBJECTS) $(dynamite_DEPENDENCIES) 
 	@rm -f dynamite$(EXEEXT)
 	$(LINK) $(dynamite_OBJECTS) $(dynamite_LDADD) $(LIBS)
+id-shr-extract$(EXEEXT): $(id_shr_extract_OBJECTS) $(id_shr_extract_DEPENDENCIES) 
+	@rm -f id-shr-extract$(EXEEXT)
+	$(LINK) $(id_shr_extract_OBJECTS) $(id_shr_extract_LDADD) $(LIBS)
 queen_extract$(EXEEXT): $(queen_extract_OBJECTS) $(queen_extract_DEPENDENCIES) 
 	@rm -f queen_extract$(EXEEXT)
 	$(LINK) $(queen_extract_OBJECTS) $(queen_extract_LDADD) $(LIBS)
@@ -270,6 +284,7 @@ distclean-compile:
 	-rm -f *.tab.c
 
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynamite.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id-shr-extract.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queen_extract.Po@am__quote@
 
 .c.o:
diff --git a/src/id-shr-extract.c b/src/id-shr-extract.c
new file mode 100644
index 000..4194048
--- /dev/null
+++ b/src/id-shr-extract.c
@@ -0,0 +1,158 @@
+/* utility to extract the .SHR installer data files of early ID software
+   shareware games
+   
+Copyright (C) 2007 Hans de Goede  
+*/
+
+#include 
+#include 
+#include 
+#include 
+#include 
+
+struct cookie_s {
+  char *in_buffer;
+  size_t in_buffer_remaining;
+  int in_buffer_index;
+  size_t in_buffer_size;
+  FILE* out_file;
+};   
+
+size_t reader(void* buffer, size_t size, void* cookie)
+{
+  struct cookie_s *c = cookie;
+  if (size > c->in_buffer_remaining)
+

Bug#624324: pithos: Pandora changed to protocol version 30, please update

2011-04-27 Thread Luke Faraone
Package: pithos
Version: 0.3.8-1
Severity: serious
Tags: upstream
Justification: renders package unusable

Reports "Pandora does not support your client version" on start. 

See also https://github.com/PromyLOPh/pianobar/issues/107,
https://bugs.launchpad.net/ubuntu/+source/pithos/+bug/771793, and
https://bugs.launchpad.net/pithos/+bug/655507

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

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

Versions of packages pithos depends on:
ii  gstreamer0.10-plugins- 0.10.21-1ubuntu11 GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins- 0.10.28-0ubuntu7  GStreamer plugins from the "good" 
ii  python 2.7.1-0ubuntu5interactive high-level object-orie
ii  python-dbus0.83.1-1  simple interprocess messaging syst
ii  python-gobject 2.28.3-1ubuntu1   Python bindings for the GObject li
ii  python-gst0.10 0.10.21-1 generic media-playing framework (P
ii  python-gtk22.22.0-0ubuntu1   Python bindings for the GTK+ widge
ii  python-notify  0.1.1-2build4 Python bindings for libnotify
ii  python-xdg 0.19-2ubuntu1 Python library to access freedeskt
ii  python2.6  2.6.6-6ubuntu7An interactive high-level object-o
ii  python2.7  2.7.1-5ubuntu2An interactive high-level object-o

pithos recommends no packages.

pithos 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#624325: jemalloc: FTBFS on armel, hurd-i386, kfreebsd-amd64, kfreebsd-i386, s390, sparc

2011-04-27 Thread Stig Sandbeck Mathisen
Package: jemalloc
Version: 2.2.1-1
Severity: serious
Tags: upstream
Justification: fails to build from source


Jemalloc fails to build from source on some architectures and kernels.
Upstream has been notified.  Will investigate further.

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

Kernel: Linux 2.6.35-28-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#624326: pianobar: Pandora changed to protocol version 30, please update

2011-04-27 Thread Luke Faraone
Package: pianobar
Version: 2010.11.06-1 
Severity: serious
Tags: upstream
Justification: renders package unusable

$ pianobar
Welcome to pianobar (2011.01.24)! Press ? for a list of commands.
(i) Login... Error: Protocol incompatible. Please upgrade libpiano.

See also https://github.com/PromyLOPh/pianobar/issues/107 and
https://bugs.launchpad.net/ubuntu/+source/pianobar/+bug/771793


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

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

Versions of packages pianobar depends on:
ii  libao4  1.0.0-5  Cross Platform Audio Output Librar
ii  libc6   2.13-0ubuntu13   Embedded GNU C Library: Shared lib
ii  libfaad22.7-6ubuntu1 freeware Advanced Audio Decoder - 
ii  libmad0 0.15.1b-5ubuntu1 MPEG audio decoder library

pianobar recommends no packages.

pianobar 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#624327: "dpkg-reconfigure keyboard-configuration" silently dies

2011-04-27 Thread Harald Dunkel
Package: keyboard-configuration
Version: 1.68+squeeze2

Trying to configure several servers over network I noticed that
"dpkg-reconfigure keyboard-configuration" silently dies,
if no keyboard is attached to the PC. Thats pretty painful,
because the servers are supposed to be connected to a KVM only
in case of an emergency.


Regards

Harri



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



Bug#624328: murrine-themes: Right-click in Thunar is broken for some themes

2011-04-27 Thread Sérgio Cipolla
Package: murrine-themes
Version: 0.98.1
Severity: normal

With Murrina Crystal, its derivatives and NOX gtk themes, right-clicking a 
file/folder in Thunar just pops-up the menu but it doesn't stay open. One needs 
to keep the button pressed for that.
This happens only with Thunar (in PCManFM these themes work well in this 
respect).

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

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

Versions of packages murrine-themes depends on:
ii  gtk2-engines-murrine  0.98.1.1-2 cairo-based gtk+-2.0 theme engine

murrine-themes recommends no packages.

murrine-themes 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#590089: closed by Tshepang Lekhonkhobe (Bug#590089: fixed in wajig 2.1)

2011-04-27 Thread Reuben Thomas
On 27 April 2011 14:21, Debian Bug Tracking System
 wrote:

I like the look of the new release, but it looks like something went
wrong here. Compare the bug title:

> #590089: Please make wajig search run "apt-search {r,}depends" too

and, from the Debian changelog:

>   * AUTOREMOVE: add back after more than one request. (Closes: #590089)

These don't look related to me!

-- 
http://rrt.sc3d.org



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



Bug#623280: /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4

2011-04-27 Thread Lorenzo J. Lucchini
I am having the same issue. I have tried downgrading libstdc++ to 
the 'testing' version, but that didn't solve the issue.

Another program, aside from apt-get, that shows the issue is 'smartctl' from 
the 'smartmontools' package, which says:
smartctl: symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol: 
_ZNSt8messagesIcE2idE, version GLIBCXX_3.4

--
by LjL
ljl...@tiscali.it


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


Bug#624329: backuppc: Sometimes generates broken emails

2011-04-27 Thread John Goerzen
Package: backuppc
Version: 3.1.0-9
Severity: important

Recently, I started getting emails like this:

A message that you sent contained no recipient addresses, and therefore no
delivery could be attempted.

-- This is a copy of your message, including all the headers. --

Date: Wed, 27 Apr 2011 01:02:19 -0500
Message-Id: 
From: BackupPC 

The corresponding entry in /var/lib/backuppc/log/LOG is:

2011-04-27 01:02:00 BackupPC_nightly now running BackupPC_sendEmail
2011-04-27 01:02:19  admin : Undefined subroutine &main::encode called at 
/usr/share/backuppc/bin/BackupPC_sendEmail line 405.
2011-04-27 01:02:19 Finished  admin  (BackupPC_nightly -m 128 159)

A bit of Googling turned up this Ubuntu bug report:

https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/430879

which suggests that adding "use Encode;" to BackupPC_sendEmail fixes this.



-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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/dash

Versions of packages backuppc depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  apache2   2.2.16-6+squeeze1  Apache HTTP Server metapackage
ii  apache2-mpm-worke 2.2.16-6+squeeze1  Apache HTTP Server - high speed th
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  debconf [debconf- 1.5.36.1   Debian configuration management sy
ii  dpkg  1.15.8.10  Debian package management system
ii  exim4 4.72-6 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-ligh 4.72-6 lightweight Exim MTA (v4) daemon
ii  iputils-ping  3:20100418-3   Tools to test the reachability of 
ii  libarchive-zip-pe 1.30-3 Perl module for manipulation of ZI
pn  libcompress-zlib-  (no description available)
ii  perl [libdigest-m 5.10.1-17  Larry Wall's Practical Extraction 
ii  perl-suid 5.10.1-17  runs setuid Perl scripts
ii  samba-common-bin  2:3.5.6~dfsg-3squeeze2 common files used by both the Samb
ii  smbclient 2:3.5.6~dfsg-3squeeze2 command-line SMB/CIFS clients for 
ii  tar   1.23-3 GNU version of the tar archiving u
ii  ucf   3.0025+nmu1Update Configuration File: preserv

Versions of packages backuppc recommends:
ii  libfile-rsyncp-perl  0.68-1.1+b1 A perl based implementation of an 
ii  libio-dirent-perl0.04-2+b1   Perl module for accessing dirent s
ii  openssh-client [ssh-client]  1:5.5p1-6   secure shell (SSH) client, for sec
ii  rrdtool  1.4.3-1 time-series data storage and displ
ii  rsync3.0.7-2 fast remote file copy program (lik

Versions of packages backuppc suggests:
ii  par2  0.4-11 Parity Archive Volume Set, for che
ii  w3m [www-browser] 0.5.2-9WWW browsable pager with excellent

-- Configuration Files:
/etc/backuppc/apache.conf changed [not included]
/etc/backuppc/config.pl [Errno 13] Permission denied: u'/etc/backuppc/config.pl'
/etc/backuppc/hosts [Errno 13] Permission denied: u'/etc/backuppc/hosts'
/etc/backuppc/localhost.pl [Errno 13] Permission denied: 
u'/etc/backuppc/localhost.pl'

-- debconf information:
* backuppc/configuration-note:
  backuppc/restart-webserver: true
* backuppc/reconfigure-webserver: apache2



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



Bug#624234: tag 624234 wheezy sid

2011-04-27 Thread Dererk
tags 624234 pending
thanks


Hi Ralf && Matt!


Thanks for filing this bug. It's good to hear it's not affecting squeeze!

Since I consider both package could co-exist perfectly and complement
each other functionality, I'll be producing a renamed deliver.1.gz,
since it's not core funcionality on mailavenger software; It's something
you can use but that's not enabled by default and requires some
configuration research on user's side first.

I'll be preparing this to be upload during this week. Please let me know
if you have any doubt or comment about it.



Cheers,

Dererk

-- 
BOFH excuse #367:
Webmasters kidnapped by evil cult.




signature.asc
Description: OpenPGP digital signature


Bug#624330: pdns-server: new upstream patches to fix unset authoritative bit in replies

2011-04-27 Thread Simon L'nu
Package: pdns-server
Severity: important

http://bert-hubert.blogspot.com/2011/04/powerdns-authoritative-server-30rc1.html

namely:

"Marcus Lauer and the OpenDNSSEC project discovered that outgoing notifications
did not carry the 'aa' flag. Fixed in commit 1746."

which is crucial in setting the ADDITIONAL ANSWERS for authoritative nameservers
to reply properly to requests, otherwise they act as if they aren't 
authoritative for
the domain(s) they are authoritative for.

there's several fixes there that might be interesting to apply to debian's 
packages.

simon

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (995, 'unstable'), (990, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38.2-acahkos
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.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



  1   2   3   4   >