Bug#564281: xserver-xorg-core: bug still there in 1.7.4-2

2010-01-22 Thread Kai Arif
Package: xserver-xorg-core
Version: 2:1.7.4-2
Severity: normal


For me this problem started with 1.7.3.901-1 and is still there in 1.7.4-2. 
Downgrade to 1.7.0-1 fixes the problem.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jul 24 10:59 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1864832 Jan 21 00:37 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc RV670PRO [Radeon HD 
3850]

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5232 Jan  9 02:14 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section ServerFlags
Option  AllowEmptyInput off
EndSection

Section Files
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/X11/misc
FontPath /usr/share/fonts/X11/cyrillic
FontPath /usr/share/fonts/X11/100dpi/:unscaled
FontPath /usr/share/fonts/X11/75dpi/:unscaled
FontPath /usr/share/fonts/X11/Type1
FontPath /usr/share/fonts/X11/100dpi
FontPath /usr/share/fonts/X11/75dpi
FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
FontPath built-ins
EndSection

Section Module
Load  dri
Load  record
Load  dri2
Load  dbe
Load  extmod
Load  glx
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option XkbRules xorg
Option XkbModel pc105
Option XkbLayout de
Option XkbVariant nodeadkeys
Option XkbOptions terminate:ctrl_alt_bksp
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
#DisplaySize  340   270 # mm
Identifier   Monitor0
VendorName   FUS
ModelNameL17-2
HorizSync31.0 - 81.0
VertRefresh  56.0 - 75.0
Option  DPMS
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option NoAccel   # [bool]
#Option SWcursor  # [bool]
#Option Dac6Bit   # [bool]
#Option Dac8Bit   # [bool]
#Option BusType   # [str]
#Option CPPIOMode # [bool]
#Option CPusecTimeout # i
#Option AGPMode   # i
#Option AGPFastWrite  # [bool]
#Option AGPSize   # i
#Option GARTSize  # i
#Option RingSize  # i
#Option BufferSize# i
#Option EnableDepthMoves  # [bool]
#Option EnablePageFlip# [bool]
#Option NoBackBuffer  # [bool]
#Option DMAForXv  # [bool]
#Option FBTexPercent  # i
#Option DepthBits # i
#Option PCIAPERSize   # i
#Option AccelDFS  # [bool]
#Option IgnoreEDID# [bool]
#Option DisplayPriority   # [str]
#Option PanelSize # [str]
#Option ForceMinDotClock  # freq
#Option ColorTiling   # [bool]
#Option VideoKey  # i
#Option RageTheatreCrystal# i
#Option RageTheatreTunerPort  # i
#Option RageTheatreCompositePort  # i
#Option RageTheatreSVideoPort # i
#Option TunerType # i
#Option RageTheatreMicrocPath # str
#Option RageTheatreMicrocType # str
#Option ScalerWidth   # i
#Option RenderAccel   # [bool]
#Option SubPixelOrder # [str]
#Option ShowCache # [bool]
#Option DynamicClocks # [bool]
#Option VGAAccess # [bool]
#Option ReverseDDC# [bool]
#Option LVDSProbePLL  # [bool]
#Option AccelMethod   # str
#Option DRI   # [bool]
#Option ConnectorTable# 

Bug#565137: inetutils-ping: please implement -w deadline option

2010-01-22 Thread Jan Wagner
Hi there,

On Wednesday, 13. January 2010, you wrote:
 on linux, iputils-ping is frequently used. It is also the default one
 for nagios plugins. Therefore nagios is currently uninstallable on
 GNU/kFreeBSD, see #32.

 For proper funcionality of nagios is needed to implement this option
 of iputils-ping:

on behalf of the Nagios maintainers ... without this deadline option, we run 
into the 10 seconds timout such often, that it is not possible to use the host 
alive check in a productive environment, as there are to much false positives.
 
   -w deadline
  Specify  a  timeout, in seconds, before ping exits regardless of
  how many packets have been sent or received. In this  case ping
  does  not  stop after count packet are sent, it waits either for
  deadline expire or until count probes are answered or for some
  error notification from network.

also really good would be:

   -W timeout
Time to wait for a response, in seconds. The option affects only
timeout in absense of any responses, otherwise ping waits for two
RTTs.

As long as we have this issue open, check_ping is likely unusable on all 
supported non-linux archs on debian.

Thanks and with kind regards, Jan.
-- 
Never write mail to w...@spamfalle.info, you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y 
--END GEEK CODE BLOCK--


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


Bug#565818: ghc6: FTBFS on kfreebsd-i386: undefined reference to CPU_*

2010-01-22 Thread Petr Salinger

Hi,

the patch bellow might suffice.

--- x/rts/posix/OSThreads.c
+++ x/rts/posix/OSThreads.c
@@ -7,10 +7,10 @@
  *
  * 
--*/


-#if defined(__linux__)
+#if defined(__linux__) || defined(__GLIBC__)
 /* We want GNU extensions in DEBUG mode for mutex error checking */
 /* We also want the affinity API, which requires _GNU_SOURCE */
-#define _GNU_SOURCE
+#define _GNU_SOURCE 1
 #endif

 #include PosixSource.h




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



Bug#565983: [Pkg-libvirt-maintainers] Bug#565983: libvirt-bin: libvirtd crashes when accessed through virt-manager

2010-01-22 Thread Guido Günther
On Thu, Jan 21, 2010 at 11:16:30PM +0100, Luca Tettamanti wrote:
 Package: libvirt-bin
 Version: 0.7.5-4
 Followup-For: Bug #565983
 
 Hello,
 I encountered the same problem on my machine. The bug appeared after a recent 
 upgrade,
 I've downgraded to 0.7.5-4 and I can connect with virt-manager again.
Could somebody please add a gdb backtrace?
 -- Guido



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



Bug#566223: krb5-user: kinit segfaults while using specific enctypes

2010-01-22 Thread zbyshek
Package: krb5-user
Version: 1.8+dfsg~alpha1-4
Severity: important

After upgrade to the lastest version kinit start to segfault while getting 
credentials

In /etc/krb5.conf [libdefaults] section :
after upgrade added last 3 lines to support enctypes on the KDC

[libdefaults]
 default_realm = EXAMPLE.COM
 dns_lookup_realm = false
 dns_lookup_kdc = false
 default_tgs_enctypes = des-cbc-crc
 default_tkt_enctypes = des-cbc-crc
 permitted_enctypes = des-cbc-crc

Kinit ends with segmentation fault, exit code 139
syslog information:
Jan 22 09:07:46 lexi kernel: [70932.996163] kinit[20539] segfault at 88 ip 
7fd3b038e881 sp 75716470 error 4 in 
libkrb5.so.3.3[7fd3b0341000+c] 

Tested and working on Fedora12 (same krb5.conf configuration) - 
krb5-libs-1.7-18.fc12.x86_64

Thanks


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

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

Versions of packages krb5-user depends on:
ii  krb5-config2.2   Configuration files for Kerberos V
ii  libc6  2.10.2-5  Embedded GNU C Library: Shared lib
ii  libcomerr2 1.41.9-1  common error description library
ii  libgssapi-krb5-2   1.8+dfsg~alpha1-4 MIT Kerberos runtime libraries - k
ii  libgssrpc4 1.8+dfsg~alpha1-4 MIT Kerberos runtime libraries - G
ii  libk5crypto3   1.8+dfsg~alpha1-4 MIT Kerberos runtime libraries - C
ii  libkadm5clnt7  1.8+dfsg~alpha1-4 MIT Kerberos runtime libraries - A
ii  libkeyutils1   1.2-12Linux Key Management Utilities (li
ii  libkrb5-3  1.8+dfsg~alpha1-4 MIT Kerberos runtime libraries
ii  libkrb5support01.8+dfsg~alpha1-4 MIT Kerberos runtime libraries - S
ii  libss2 1.41.9-1  command-line interface parsing lib

krb5-user recommends no packages.

krb5-user 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#566087: (no subject)

2010-01-22 Thread Seven Machines
hi hedeki. i've attached the debug output of naist-jdic-utf8.postinst and the 
chasenrc-utf8
The problem seems to be that the script uses /bin/sh, which links to dash on a 
default install.dash does not recognise the -a option on debian sid so the 
script fails. it would work if the shebang was changed to bash but the changes 
i mentioned earlier are equivalent to what was there previously but provides 
compatibility with both dash and bash


  

postinst.log
Description: Binary data


chasenrc-utf8
Description: Binary data


Bug#565983: libvirt-bin: libvirtd crashes when accessed through virt-manager

2010-01-22 Thread Laurent Léonard
Le vendredi 22 janvier 2010 à 09:22, Guido Günther a écrit :
 On Thu, Jan 21, 2010 at 11:16:30PM +0100, Luca Tettamanti wrote:
  Package: libvirt-bin
  Version: 0.7.5-4
  Followup-For: Bug #565983
 
  Hello,
  I encountered the same problem on my machine. The bug appeared after a
  recent upgrade, I've downgraded to 0.7.5-4 and I can connect with
  virt-manager again.

 Could somebody please add a gdb backtrace?

GDB backtrace is available here: 
https://bugzilla.redhat.com/attachment.cgi?id=385782

-- 
Laurent Léonard


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


Bug#566224: wordpress: Site names with dash character not allowed in wp-config.php

2010-01-22 Thread Mikko Visa
Package: wordpress
Version: 2.9.1-1
Severity: important


The regexp in /etc/wordpress/wp-config.php does not allow site names with dash 
characters, even though this is a completely legal syntax 
(see RFC1034, chapter 3.5). Currently wordpress sites with a dash character in 
their name result in returning 404 to the client. Seems to 
me the fault is on line 9:

$debian_server = preg_replace(/[^a-zA-Z0-9.]/, , $debian_server);

This should perhaps be changed to:

$debian_server = preg_replace(/[^a-zA-Z0-9.\-]/, , $debian_server);

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

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

Versions of packages wordpress depends on:
ii  apache22.2.9-10+lenny6   Apache HTTP Server metapackage
ii  apache2-mpm-prefor 2.2.9-10+lenny6   Apache HTTP Server - traditional n
ii  libapache2-mod-php 5.2.6.dfsg.1-1+lenny4 server-side, HTML-embedded scripti
ii  libjs-cropper  1.2.0-1   JavaScript image cropper UI
ii  libjs-jquery   1.3.3-2   JavaScript library for dynamic web
ii  libjs-prototype1.6.0.2-4 JavaScript Framework for dynamic w
ii  libjs-scriptaculou 1.8.1-5   JavaScript library for dynamic web
ii  libphp-phpmailer   1.73-6full featured email transfer class
ii  libphp-snoopy  1.2.4-1   Snoopy is a PHP class that simulat
ii  mysql-client-5.0 [ 5.0.51a-24+lenny2 MySQL database client binaries
ii  php-gettext1.0.7-6   read gettext MO files directly, wi
ii  php5   5.2.6.dfsg.1-1+lenny4 server-side, HTML-embedded scripti
ii  php5-gd5.2.6.dfsg.1-1+lenny4 GD module for php5
ii  php5-mysql 5.2.6.dfsg.1-1+lenny4 MySQL module for php5
ii  tinymce3.2.7-1   platform independent web based Jav

Versions of packages wordpress recommends:
ii  wordpress-l10n2.9.1-1weblog manager - language files

Versions of packages wordpress suggests:
ii  mysql-server-5.0 [mysq 5.0.51a-24+lenny2 MySQL database server binaries

-- 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#566225: mirror listing update for ftp.th.debian.org

2010-01-22 Thread CoE Sysadmin Team
Package: mirrors
Severity: minor

Submission-Type: update
Site: ftp.th.debian.org
Aliases: ftp.coe.psu.ac.th
Aliases: debian.coe.psu.ac.th
Type: leaf
Archive-architecture: ALL alpha amd64 arm armel hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc s390 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
Volatile-ftp: /debian-volatile/
Volatile-http: /debian-volatile/
Volatile-rsync: debian-volatile/
IPv6: no
Archive-upstream: ftp.tw.debian.org
Volatile-upstream: ftp.tw.debian.org
CDImage-upstream: cdimage.debian.org
Updates: push
Maintainer: CoE Sysadmin Team sysad...@coe.psu.ac.th
Country: TH Thailand
Location: Songkhla, Thailand
Sponsor: Computer Engineering Department, Prince of Songkla University, 
Thailand http://www.coe.psu.ac.th



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



Bug#565189: acknowledged by developer (closing 564255)

2010-01-22 Thread Nigel Horne

Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
#565189: xinit: Segfaults on start up,
which was filed against the xserver-xorg-core package.

It has been marked as closed by one of the developers, namely
Julien Cristau jcris...@debian.org.

You should be hearing from them with a substantive response shortly,
in case you haven't already. If not, please contact them directly.

Debian bug tracking system administrator
(administrator, Debian Bugs database)
  

Yes, that seems to work now, please feel free to close and thanks!

-Nigel



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



Bug#566210: bug#566210 :: additional infos

2010-01-22 Thread Patches
Additional useful informations:

* icecast2 is listening at port 80 and is therefore started as root,
dropping its privileges hopefully after startup

* ices (v 0.4), used as streaming source client, is compiled from source
including liblame since the debian package supports ogg-vorbis only due
to license conflicts;

* configuration files:

---
/etc/default/icecast2

# Defaults for icecast2 initscript
# sourced by /etc/init.d/icecast2
# installed at /etc/default/icecast2 by the maintainer scripts

#
# This is a POSIX shell fragment
#

# Full path to the server configuration file
CONFIGFILE=/etc/icecast2/icecast.xml

# Name or ID of the user and group the daemon should run under
#USERID=icecast2
#GROUPID=icecast
USERID=root
GROUPID=root

# Edit /etc/icecast2/icecast.xml and change at least the passwords.
# Change this to true when done to enable the init.d script
ENABLE=true

---

/etc/icecast2/icecast.xml

icecast
limits
clients200/clients
sources130/sources
threadpool5/threadpool
queue-size524288/queue-size
client-timeout30/client-timeout
header-timeout15/header-timeout
source-timeout10/source-timeout
!-- If enabled, this will provide a burst of data when a client
 first connects, thereby significantly reducing the startup
 time for listeners that do substantial buffering. However,
 it also significantly increases latency between the source
 client and listening client.  For low-latency setups, you
 might want to disable this. --
burst-on-connect1/burst-on-connect
!-- same as burst-on-connect, but this allows for being more
 specific on how much to burst. Most people won't need to
 change from the default 64k. Applies to all mountpoints  --
burst-size65535/burst-size
/limits

authentication
!-- Sources log in with username 'source' --
source-passwordx/source-password
!-- Relays log in username 'relay' --
relay-passwordxxx/relay-password

!-- Admin logs in with the username given below --
admin-useradmin/admin-user
admin-passwordxx/admin-password
/authentication

!-- set the mountpoint for a shoutcast source to use, the default
if not
 specified is /stream but you can change it here if an
alternative is
 wanted or an extension is required
shoutcast-mount/live.nsv/shoutcast-mount
--

!-- Uncomment this if you want directory listings --
!--
directory
yp-url-timeout15/yp-url-timeout
yp-urlhttp://dir.xiph.org/cgi-bin/yp-cgi/yp-url
/directory
 --

!-- This is the hostname other people will use to connect to your
server.
It affects mainly the urls generated by Icecast for playlists and yp
listings. --
hostnamexxx/hostname

!-- You may have multiple listener elements --
listen-socket
port80/port
bind-addressxx.xx.xx.xx/bind-address
!-- shoutcast-mount/stream/shoutcast-mount --
/listen-socket
!--
listen-socket
port8001/port
/listen-socket
--

!--master-server127.0.0.1/master-server--
!--master-server-port8001/master-server-port--
!--master-update-interval120/master-update-interval--
!--master-passwordhackme/master-password--

!-- setting this makes all relays on-demand unless overridden, this is
 useful for master relays which do not have relay definitions
here.
 The default is 0 --
!--relays-on-demand1/relays-on-demand--
!--
relay
serverxx.xx.xx.xx/server
port8001/port
mount/somemount/mount
local-mount/localmount/local-mount
on-demand1/on-demand

relay-shoutcast-metadata0/relay-shoutcast-metadata
/relay
--
!-- Only define a mount section if you want to use advanced options,
 like alternative usernames or passwords
mount
mount-name/example-complex.ogg/mount-name

usernameothersource/username
passwordhackmemore/password

max-listeners1/max-listeners
dump-file/tmp/dump-example1.ogg/dump-file
burst-size65536/burst-size
fallback-mount/example2.ogg/fallback-mount
fallback-override1/fallback-override
fallback-when-full1/fallback-when-full
intro/example_intro.ogg/intro
hidden1/hidden
no-yp1/no-yp
authentication type=htpasswd
option name=filename value=myauth/
option name=allow_duplicate_users value=0/
/authentication
on-connect/home/icecast/bin/stream-start/on-connect
on-disconnect/home/icecast/bin/stream-stop/on-disconnect
/mount

mount

Bug#566199: [patch] hide specified types in collection.cgi web-gui

2010-01-22 Thread Florian Forster
Hi Pavel,

On Fri, Jan 22, 2010 at 12:57:50AM +0200, Pavel Piatruk wrote:
 I've added ability to hide specified types.

thanks for your patch :) I've applied it to the collectd-4.8 branch so
it will be included in the next source code distribution.

Please note, however, that collection.cgi has been superseded by
collection3. collection.cgi is not able to display some graphs of
newer versions of collectd.

Regards,
-octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/


signature.asc
Description: Digital signature


Bug#566226: etherape: crashes at startup

2010-01-22 Thread Alexandre Fayolle
Package: etherape
Version: 0.9.8-1
Severity: important

etherape crashes at startup on my box.

Here's what I got when running in gdb:

(gdb) start
Temporary breakpoint 1 at 0x8056701
Starting program: /usr/bin/etherape 
[Thread debugging using libthread_db enabled]

Temporary breakpoint 1, 0x08056701 in main ()
(gdb) cont
Continuing.

(etherape:4651): GLib-CRITICAL **: g_ascii_strcasecmp: assertion `s2 != NULL' 
failed

Program received signal SIGSEGV, Segmentation fault.
0xb72ac071 in free () from /lib/i686/cmov/libc.so.6
(gdb) where
#0  0xb72ac071 in free () from /lib/i686/cmov/libc.so.6
#1  0xb740e076 in g_free () from /lib/libglib-2.0.so.0
#2  0xb7426d80 in g_strfreev () from /lib/libglib-2.0.so.0
#3  0x08065664 in protohash_compact ()
#4  0x0805655c in load_config ()
#5  0x08056abb in main ()


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

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

Versions of packages etherape depends on:
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.24.2-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.2-1 The Bonobo UI library
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.3-1 The GLib library of C routines
ii  libgnome2-0 2.28.0-1 The GNOME library - runtime files
ii  libgnomecanvas2-0   2.26.0-1 A powerful object-oriented display
ii  libgnomeui-02.24.2-1 The GNOME libraries (User Interfac
ii  libgnomevfs2-0  1:2.24.2-1   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.17-2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libpcap0.8  1.0.0-6  system interface for user-level pa
ii  libpopt01.15-1   lib for parsing cmdline parameters
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library

Versions of packages etherape recommends:
ii  menu  2.1.42 generates programs menu for all me

etherape 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#566227: eagle: Version 5.7.0 is available

2010-01-22 Thread Johann Glaser
Package: eagle
Version: 5.6.0-4
Severity: wishlist

Version 5.7.0 (http://www.cadsoft.de/download.htm) is available. Please
package.

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

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages eagle depends on:
ii  eagle-data  5.6.0-4  Data files for Eagle
ii  libc6   2.10.2-5 Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.2-9GCC support library
ii  libjpeg62   6b-15The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.42-1 PNG library - runtime
ii  libstdc++6  4.4.2-9  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-1X11 client-side library
ii  libxcursor1 1:1.1.10-1   X cursor management library
ii  libxext62:1.1.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.14-1 FreeType-based font drawing librar
ii  libxi6  2:1.3-2  X11 Input extension library
ii  libxrandr2  2:1.3.0-2X11 RandR extension library
ii  libxrender1 1:0.9.5-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

eagle recommends no packages.

eagle suggests no packages.

-- debconf information:
* eagle/install-license: true



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



Bug#566158: texlive-binaries: hyperlinks do not work in xdvi

2010-01-22 Thread Hilmar Preusse
On 21.01.10 Martin Ziegler (zieg...@email.mathematik.uni-freiburg.de) wrote:

Hi,

 Hyperlinks in dvi-files created with
 \usepackage[hypertex]{hyperref} do not work with the new xdvi.
 
 The anchor text has blue color, as it should be. But if the mouse
 pointer is over the text, it does not change its appearance and
 left clicks have no effect.
 
Could you provide a minimal TeX file for testing?

Thanks,
  Hilmar
-- 
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#566229: gnome-settings-daemon - Different defaults than X server

2010-01-22 Thread Bastian Blank
Package: gnome-settings-daemon
Version: 2.28.1-2
Severity: important

gnome-settings-daemon overwrites synaptics touchpad option called
Synaptics Tap Action without being asked and with different settings
than the X server defaults.

Bastian

-- 
Every living thing wants to survive.
-- Spock, The Ultimate Computer, stardate 4731.3



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



Bug#566228: icedove-3.0: Lost dictionnaries + Cannot re-install dictionnaries

2010-01-22 Thread eric2.valette
Package: icedove-3.0
Version: 3.0.1-1
Severity: normal

I ahd no more dictionnaries (and other plugins when upgrading from 3.0-rc2 to
3.0.1. Then trying to add dictionnaries back, I get an error (install 
script not found).

BTW at intslla it complained that it cannot remove dictorries under /etc because
they where not empty.


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

Kernel: Linux 2.6.33-rc4-git7 (PREEMPT)
Locale: LANG=fr_FR.UTF8, LC_CTYPE=fr_FR.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF8)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove-3.0 depends on:
ii  icedove   3.0.1-1mail/news client with RSS and inte

icedove-3.0 recommends no packages.

icedove-3.0 suggests no packages.

-- no debconf information

*
This message and any attachments (the message) are confidential and intended 
solely for the addressees. 
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration. 
France Telecom Group shall not be liable for the message if altered, changed or 
falsified.
If you are not the intended addressee of this message, please cancel it 
immediately and inform the sender.





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



Bug#566230: dpkg-buildpackage: please support --single-debian-patch

2010-01-22 Thread Adrian 'Dagurashibanipal' von Bidder
Package: dpkg-dev
Version: 1.15.5.6
Severity: wishlist
File: /usr/bin/dpkg-buildpackage
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Please add --single-debian-patch to the list of options to be passed to
dpkg-source only.

Thanks.

cheers
- -- vbi


- --- dpkg-buildpackage.orig2010-01-22 10:23:14.0 +0100
+++ dpkg-buildpackage   2010-01-22 10:25:56.0 +0100
@@ -80,9 +80,11 @@
   -sauploaded src always includes orig.}
   -sduploaded src is diff and .dsc only.   }
   -snforce Debian native source format.  }
- -  -s[sAkurKUR]   see dpkg-source for explanation.} only passed
- -  -zlevel  compression level of source } to dpkg-source
- -  -Zcompressor compression to use for source   }
+  -s[sAkurKUR]   see dpkg-source for explanation.}
+  -zlevel  compression level of source } only passed
+  -Zcompressor compression to use for source   } to dpkg-source
+  --single-debian-patch  }
+ Collect all changes in a single patch   }
   -ncdo not clean source tree (implies -b).
   -tcclean source tree when finished.
   -apadd pause before starting signature process.
@@ -160,6 +162,8 @@
push @passopts, $_; # passed to dpkg-source
 } elsif (/^-[zZ]/) {
push @passopts, $_; # passed to dpkg-source
+} elsif (/^--single-debian-patch$/) {
+   push @passopts, $_; # passed to dpkg-source
 } elsif (/^-i.*$/) {
$diffignore = $_;
 } elsif (/^-I.*$/) {

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

iKcEARECAGcFAktZb8xgGmh0dHA6Ly9mb3J0eXR3by5jaC9sZWdhbC9ncGcvZW1h
aWwuMjAwMjA4MjI/dmVyc2lvbj0xLjUmbWQ1c3VtPTVkZmY4NjhkMTE4NDMyNzYw
NzFiMjVlYjcwMDZkYTNlAAoJECqqZti935l6DvsAoKMg9hAwleuXjmLo9RGYQ8KG
KbQSAJ0VpbEgcLe8ly/PO/HCBQDfL+oj/A==
=KikI
-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#565983: [Pkg-libvirt-maintainers] Bug#565983: libvirt-bin: libvirtd crashes when accessed through virt-manager

2010-01-22 Thread Luca Tettamanti
On Fri, Jan 22, 2010 at 9:22 AM, Guido Günther a...@sigxcpu.org wrote:
 On Thu, Jan 21, 2010 at 11:16:30PM +0100, Luca Tettamanti wrote:
 Package: libvirt-bin
 Version: 0.7.5-4
 Followup-For: Bug #565983

 Hello,
 I encountered the same problem on my machine. The bug appeared after a 
 recent upgrade,
 I've downgraded to 0.7.5-4 and I can connect with virt-manager again.
 Could somebody please add a gdb backtrace?

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f860b001910 (LWP 3755)]
0x7f860e9517c1 in strlen () from /lib/libc.so.6
(gdb) bt
#0  0x7f860e9517c1 in strlen () from /lib/libc.so.6
#1  0x7f860e951516 in strdup () from /lib/libc.so.6
#2  0x0041d1ff in remoteDispatchNodeDeviceLookupByName
(server=value optimized out, client=value optimized out,
conn=0x1390eb0, hdr=value optimized out, rerr=0x7f860b000e30,
args=value optimized out, ret=0x7f860b000e80)
at remote.c:5401
#3  0x00424ab1 in remoteDispatchClientCall (server=value
optimized out, client=0x13b5c20, msg=0x13ed170)
at dispatch.c:506
#4  0x00424e63 in remoteDispatchClientRequest
(server=0x1394570, client=0x13b5c20, msg=0x13ed170) at dispatch.c:388
#5  0x0041826c in qemudWorker (data=value optimized out) at
libvirtd.c:1522
#6  0x7f860ec3273a in start_thread () from /lib/libpthread.so.0
#7  0x7f860e9a36dd in clone () from /lib/libc.so.6
#8  0x in ?? ()

I'm connecting via qemu+ssh.
Additional information: the daemon crashes only on the first
connection; if I restart it and retry then virt-manager can connect.
However if I close virt-manager and reconnect libvirt dies again.

HTH,
Luca



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



Bug#566231: btrfs-tools: please use older debhelper/quilt versions

2010-01-22 Thread Florian Lohoff

Package: btrfs-tools
Version: 0.19-8
Severity: wishlist


Hi,
i would be nice to use older versions of debhelper and quilt as dependencie
that people could quickly compile the package at least for Lenny.

dpkg-checkbuilddeps: Unmet build dependencies: debhelper (= 7.0.50~) quilt (= 
0.46-7)

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  debhelper 7.0.15helper programs for debian/rules
ii  quilt 0.46-6Tool to work with series of 
patches



Thanks a lot

Flo
-- 
Florian Lohoff f...@zz.de


signature.asc
Description: Digital signature


Bug#565983: libvirt-bin: libvirtd crashes when accessed through virt-manager

2010-01-22 Thread Luca Tettamanti
On Thu, Jan 21, 2010 at 11:49:47PM +0100, Laurent Léonard wrote:
 Le jeudi 21 janvier 2010 à 23:16, Luca Tettamanti a écrit :
  I encountered the same problem on my machine. The bug appeared after a
  recent upgrade, I've downgraded to 0.7.5-4 and I can connect with
  virt-manager again.
 
 I noticed libvirt only crashed at the first connection with Virt-manager. If 
 I 
 start libvirt again and try to reconnect it works. I can confirm all Debian 
 revisions of libvirt 0.7.5 are affected by that bug.
 
 See the upstream bug report 
 https://bugzilla.redhat.com/show_bug.cgi?id=556815 
 for more informations.

The stack trace matches what I'm seeing on my machine, however 0.7.5-4 works
fine here. I only connect via ssh though.

Luca



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



Bug#566232: bugs.debian.org: Can't Active Audio with Fn+F7

2010-01-22 Thread Giuseppe Laurenza
Package: bugs.debian.org
Severity: normal

I can't active audio on my 901GO by the combination of button Fn+F7 it's only 
possible by Volume-Up or Volume-Down
The Same problem in 1000he, as a friend informs me

this is my acpi-scripts, but my friends don't modified it
ENABLE_OSD='yes'
OSD_FONT='DejaVuSans 36'
ENABLE_OSD_BRIGHTNESS='no'
SOUND_LABEL='PC Speaker'
SOUND_SWITCH=
SOUND_SWITCH_EXCLUSIVE=
SOUND_PREFER_MASTER=yes
SOUND_VOLUME_STEP=
DETAILED_SOUND_INFO=no
VGA_ON='--auto'
LVDS_OFF='--off'
SUSPEND_METHOD=pm-suspend
SUSPEND_OPTIONS=--quirk-s3-bios
LOCK_SCREEN_ON_SUSPEND='yes'
LID_CLOSE_ACTION=
BLUETOOTH_FALLBACK_TO_HCITOOL='yes'
SOFTBTN1_ACTION='handle_blank_screen'
SOFTBTN2_ACTION='NONE'
SOFTBTN3_ACTION='handle_camera_toggle'
SOFTBTN4_ACTION='handle_bluetooth_toggle'
SOFTBTNSHE_ACTION='handle_shengine'
FnF_TOUCHPAD='handle_touchpad_toggle'
FnF_RESCHANGE='NONE'
FnF_BACKLIGHTOFF='handle_blank_screen'
FnF_VGATOGGLE='handle_vga_toggle'
FnF_TASKMGR='NONE'
FnF_MUTE='handle_mute_toggle'
FnF_VOLUMEDOWN='handle_volume_down'
FnF_VOLUMEUP='handle_volume_up'
PWR_CLOCK_AC=
PWR_CLOCK_BATTERY=
#DEFAULT_SHENGINE_CONFIG=manual
#SHENGINE_FORCE_ENABLE=0


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

Kernel: Linux 2.6.32-trunk-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



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



Bug#557315: [udev] cdrom is closing immediately after ejecting

2010-01-22 Thread Matías Teplitzky

Hi, 

Indeed, it seems that you are right when you say that udev is not reponsible 
for this. I found out that a process from devicekit-disks and one related with 
hal is polling my cd-rom drive so often:  


root  1632  0.0  0.2   3336  1192 ?S23:51   0:00 hald-runner
root  1698  0.0  0.2   3400  1140 ?S23:51   0:00 
hald-addon-input: Listening on /dev/input/event0 /dev/input/event2 
/dev/input/event1
106   1700  0.0  0.2   3256  1112 ?S23:51   0:00 
hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
root  1701  0.0  0.2   3404  1128 ?S23:51   0:00 
hald-addon-storage: polling /dev/hdc (every 2 sec)


root  1991  0.0  0.5   5036  2844 ?SJan21   0:00 
/usr/lib/devicekit-disks/devkit-disks-daemon
root  1992  0.0  0.1   4796   888 ?SJan21   0:00 
devkit-disks-daemon: polling /dev/hdc   



If I kill the devkit-disks-daemon process, then the problem dissapears. 


ii  hal  0.5.14-1   Hardware 
Abstraction Layer
ii  hal-info 20091130-1 Hardware 
Abstraction Layer - fdi files
ii  libhal-storage1  0.5.14-1   Hardware 
Abstraction Layer - shared library for storage
ii  libhal1  0.5.14-1   Hardware 
Abstraction Layer - shared library


ii  devicekit-disks  009-2  abstraction 
for enumerating block devices
ii  devicekit-power  013-1  abstraction 
for power management



Cheers!.
 


On Tue, 19 Jan 2010 12:46:51 +0100
m...@linux.it (Marco d'Itri) wrote:

 On Dec 27, Marco d'Itri m...@linux.it wrote:
 
  Great. Try renaming it and then you will have verified that udev is not
  responsible for this. (Obvious suspects: HAL, gnome-volume-manager.)
  If you need help, /msg Md on freenode.
 Are there any news?
 
 -- 
 ciao,
 Marco



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



Bug#564415: [icedove-3.0] fixed in renamed package icedove 3.0.1-1

2010-01-22 Thread Bastian Venthur
Package: icedove-3.0

--- Please enter the report below this line. ---
Problem is fixed in renamed package icedove 3.0.1-1.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-trunk-686

Debian Release: squeeze/sid
  500 unstableftp.de.debian.org
  500 unstabledebian-multimedia.org
  500 stable  dl.google.com

--- Package information. ---
Depends (Version) | Installed
=-+-=
fontconfig| 2.8.0-2
psmisc| 22.10-1
debianutils (= 1.16) | 3.2.2
libasound2( 1.0.18) | 1.0.21a-1
libatk1.0-0   (= 1.20.0) | 1.28.0-1
libc6   (= 2.3.6-6~) | 2.10.2-5
libcairo2  (= 1.6.0) | 1.8.8-2
libdbus-1-3(= 1.0.2) | 1.2.16-2
libdbus-glib-1-2(= 0.78) | 0.82-2
libfontconfig1 (= 2.8.0) | 2.8.0-2
libfreetype6   (= 2.2.1) | 2.3.11-1
libgcc1  (= 1:4.1.1) | 1:4.4.3-1
libglib2.0-0  (= 2.16.0) | 2.22.4-1
libgtk2.0-0   (= 2.18.0) | 2.18.6-1
libjpeg62 | 6b-15
libnspr4-0d  (= 4.7.0~1.9b1) | 4.8.2-1
libnss3-1d(= 3.12.3) | 3.12.5-1
libpango1.0-0 (= 1.14.0) | 1.26.2-1
libsqlite3-0  (= 3.6.21) | 3.6.21-2
libstartup-notification0(= 0.10) | 0.10-1
libstdc++6 (= 4.1.1) | 4.4.3-1
libx11-6   (= 0) | 2:1.3.3-1
libxrender1   | 1:0.9.5-1
libxt6| 1:1.0.7-1
zlib1g   (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Recommends   (Version) | Installed
==-+-===
myspell-en-us  | 1:3.2.0~rc2-1
 OR hunspell-dictionary|
 OR myspell-dictionary |


Suggests  (Version) | Installed
===-+-==
icedove-3.0-gnome-support (= 3.0~rc2-2) |
latex-xft-fonts |
libthai0| 0.1.13-1





-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at 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#562342: #562342: polyorb: FTBFS: tests failed

2010-01-22 Thread Ludovic Brenta

tags 562342 unreproducible help
thanks

I cannot reproduce the test failures on my amd64 machine.
I think the failures are probably due to the network
configuration of your machine but I am unable to pinpoint
exactly what configuration the tests need and assume.

-- 
Ludovic Brenta.





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



Bug#566230: dpkg-buildpackage: please support --single-debian-patch

2010-01-22 Thread Raphael Hertzog
retitle 566230 dpkg-buildpackage: support passing arbitrary options to 
sub-commands
tags 566230 - patch
thanks

Hi,

 Please add --single-debian-patch to the list of options to be passed to
 dpkg-source only.

No, I'm not going to add all the dpkg-source options to dpkg-buildpackage.
And that option in particular is meant to be stored in
debian/source/options and not to be given at build time.

I would like however to enhance dpkg-buildpackage to support passing
arbitrary options to each sub-command but I'm not sure what would
be the proper syntax. Maybe something like this:

dpkg-buildpackage --to-dpkg-source opt1 [opt2 ...] -- -us -uc
(it would also have --to-dpkg-genchanges)

OR

dpkg-buildpackage --to-dpkg-source opt1 --to-dpkg-source opt2 -us -uc

OR

dpkg-buildpackage --dpkg-source-opt=opt -us -uc

OR

put your own proposition here

Guillem (or anyone reading this), do you have any preference/suggestion on
the syntax for such a feature ?

Cheers,
-- 
Raphaël Hertzog



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



Bug#437153: Still happening?

2010-01-22 Thread Michael Meskes
Do you still have a problem with kontact/citadel? If so could you please login
into webcit with konqueror and then try again from kontact to see whether that
makes a difference?

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
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
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#565667: Setting up / dpkg-reconfigure openoffice.org-emailmerge segfaults in unopkg.bin

2010-01-22 Thread Rene Engelhard
Hi,

On Fri, Jan 22, 2010 at 01:59:45AM +0100, Vincent Lefevre wrote:
 On 2010-01-22 01:17:00 +0100, Rene Engelhard wrote:
  Oh, and what I forgot, there's also rdbs outside the extensions itself:
  
  $ find /var/spool/openoffice/uno_packages/cache/registry/ -name *.rdb
  /var/spool/openoffice/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/common_.rdb
  /var/spool/openoffice/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/Linux_x86.rdb
  /var/spool/openoffice/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/Linux_x86_.rdb
  /var/spool/openoffice/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb
  
  And we also have #566189 now, too... Does removing those dir(s) like
  in #566189 also fix the problem for you?
 
 No, after removing these dirs:
 
 # find /var/spool/openoffice/uno_packages/cache/registry/ -name *.rdb
 # dpkg-reconfigure openoffice.org-emailmerge
 Segmentation fault (core dumped)

OK. Do you still have rdbs around? Can you send them (please all, better
more than too less) to us?

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#565952: python2.6 doesn't load modules from /usr/share/pyshared

2010-01-22 Thread Matthias Klose

reassign 565952 python-defaults
thanks

2.6 needs to be marked as a supported version, after the package is built on all 
architectures and available in the archive.


On 20.01.2010 00:51, Sylvain Collilieux wrote:

Package: python2.6
Version: 2.6.4-3
Severity: normal


Hi,

python-pexpect module is installed in /usr/share/pyshared/pexpect.py as
other modules in debian. python2.6 can't load theses modules.

Python 2.6.4+ (r264:75706, Jan 17 2010, 10:35:53)
[GCC 4.4.3 20100108 (prerelease)] on linux2
Type help, copyright, credits or license for more information.

import pexect

Traceback (most recent call last):
   File stdin, line 1, inmodule
   ImportError: No module named pexect

import sys
print sys.path

['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old',
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages',
'/usr/lib/pymodules/python2.6',
'/usr/local/lib/python2.6/dist-packages']

Best regards.






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



Bug#566189: openoffice.org: Openoffice crashes on startup

2010-01-22 Thread Rene Engelhard
On Fri, Jan 22, 2010 at 12:53:10AM +0100, Rene Engelhard wrote:
  I'll now try to debootstrap an old squeeze wizth 1:3.1.1-8, install
  OOo with some extensions and upgrade...
 
 Interestingly I can't reproduce this in a 1:3.1.1-8-1:3.1.1-14 upgrade
 (installed: openoffice.org openoffice.org-sdbc-postgresql)

upstream can't either with the rdbs I gave him from above attempt. Can you
do a find /var/lib/openoffice /var/spool/openoffice -name *.rdb and send
those to us? (And eventually also from your user config)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#541493: live-initramfs: Bug in where_is_mounted()

2010-01-22 Thread Daniel Baumann
tag 541493 moreinfo
thanks

why?

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



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



Bug#565456: fails in persistency mode and unknown fs

2010-01-22 Thread Daniel Baumann
tag 565456 pending
thanks

fixed in git.

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



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



Bug#566236: mixed tabs and spaces

2010-01-22 Thread Gasper Zejn
Package: python-ldap
Version: 2.3.10-1

python-ldap package has files with mixed spaces and tabs, the file
/usr/share/pyshared/ldap/schema/subentry.py specifically mixes spaces and tabs. 
As this is bad practice in python world, I'd suggest fixing it.

KR,
Gasper



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



Bug#566234: [mips only] /usr/lib/libgnarl-4.4.so: undefined reference to `__gnat_alternate_stack'

2010-01-22 Thread Ludovic Brenta

Package: gnat-4.4
Version: 4.4.2-4
Severity: minor
Tags: help
X-Debbugs-CC: debian-m...@lists.debian.org

Two packages exhibit this mips-specific bug (mipsel is fine):

adacontrol/1.9r4-4

gnatbind -shared -E -I- -x /build/buildd/adacontrol-1.9r4/obj/adactl.ali
gnatlink /build/buildd/adacontrol-1.9r4/obj/adactl.ali -shared-libgcc -g -g
-L/usr/lib -lasis -L/usr/lib -lgnatvsn -o
/build/buildd/adacontrol-1.9r4/adactl
/usr/lib/libgnarl-4.4.so: undefined reference to `__gnat_alternate_stack'
collect2: ld returned 1 exit status
gnatlink: error when calling /usr/bin/gcc-4.4
*** link failed

libtemplates-parser/11.5-2

gnatbind -E -I- -x
/build/buildd/libtemplates-parser-11.5/.build/release/static/tobj/templates2ada.ali
gnatlink
/build/buildd/libtemplates-parser-11.5/.build/release/static/tobj/templates2ada.ali
-L/build/buildd/libtemplates-parser-11.5/.build/release/static/lib
-ltemplates_parser -o
/build/buildd/libtemplates-parser-11.5/.build/release/static/bin/templates2ada
/usr/lib/gcc/mips-linux-gnu/4.4.2/../../../../lib/libgnarl-4.4.so:
undefined reference to `__gnat_alternate_stack'
collect2: ld returned 1 exit status
gnatlink: error when calling /usr/bin/gcc-4.4
gnatmake: *** link failed.

I need help to investigate this bug; I have no access to a mips
machine since the project machines are all restricted.

-- 
Ludovic Brenta.




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



Bug#566235: app=mscore : lost ability to play midi or mscore files, 99% CPU load, no response.

2010-01-22 Thread Stephen McGregor
Package: mscore
Severity: grave
Justification: renders package unusable

Package: mscore
Status: install ok installed
Priority: optional
Section: sound
Installed-Size: 19700
Maintainer: Toby Smithe tsmi...@ubuntu.com
Architecture: i386
Version: 0.9.5+dfsg-1
Depends: libasound2 ( 1.0.18), libc6 (= 2.3.6-6~), libgcc1 (=
1:4.1.1), libjack0 (= 0.118+svn3796), libportaudio2, libqt4-designer
(= 4:4.5.3), libqt4-network (= 4:4.5.3), libqt4-script (= 4:4.5.3),
libqt4-scripttools (= 4:4.5.3), libqt4-svg (= 4:4.5.3), libqt4-xml (=
4:4.5.3), libqtcore4 (= 4:4.5.3), libqtgui4 (= 4:4.5.3), libsndfile1,
libstdc++6 (= 4.2.1), zlib1g (= 1:1.1.4), mscore-common, xdg-utils,
desktop-file-utils, gawk
Recommends: fluid-soundfont-gm

Severity: grave
Justification: renders package unusable

Formerly playable midi and mscz format files, and all other midi and
mscz files, cannot be played anymore by mscore. There is no response to
any 'play' type function. 

Fresh reinstall of mscore.

run as root, or as any normal user.



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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
(ignored:LC_ALL set to en_US.utf8)
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#566237: xtitle: ignores -t and -i options

2010-01-22 Thread Sven Joachim
Package: xtitle
Version: 1.0.2-2
Severity: normal
Tags: patch

Maybe you should use set -u in shell scripts, this would likely have
prevented this typo:

--8---cut here---start-8---
--- xtitle~ 2010-01-21 17:36:21.0 +0100
+++ xtitle  2010-01-22 11:46:13.521822280 +0100
@@ -68,7 +68,7 @@
esac
 done
 
-[ ! $arget ]  target=$default
+[ ! $target ]  target=$default
 
 case $target in
 *i*|*t*) something=something ;;
--8---cut here---end---8---


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

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

Versions of packages xtitle depends on:
ii  xterm 253-1  X terminal emulator

xtitle recommends no packages.

xtitle 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#566238: app=mscore : lost ability to play midi or mscore files, 99% CPU load, no response.

2010-01-22 Thread Stephen McGregor
Package: mscore
Version: 0.9.5+dfsg-1
Severity: grave
Justification: renders package unusable

Package: mscore
Status: install ok installed
Priority: optional
Section: sound
Installed-Size: 19700
Maintainer: Toby Smithe tsmi...@ubuntu.com
Architecture: i386
Version: 0.9.5+dfsg-1
Depends: libasound2 ( 1.0.18), libc6 (= 2.3.6-6~), libgcc1 (=
1:4.1.1), libjack0 (= 0.118+svn3796), libportaudio2, libqt4-designer
(= 4:4.5.3), libqt4-network (= 4:4.5.3), libqt4-script (= 4:4.5.3),
libqt4-scripttools (= 4:4.5.3), libqt4-svg (= 4:4.5.3), libqt4-xml (=
4:4.5.3), libqtcore4 (= 4:4.5.3), libqtgui4 (= 4:4.5.3), libsndfile1,
libstdc++6 (= 4.2.1), zlib1g (= 1:1.1.4), mscore-common, xdg-utils,
desktop-file-utils, gawk
Recommends: fluid-soundfont-gm

Severity: grave
Justification: renders package unusable

Formerly playable midi and mscz format files, and all other midi and
mscz files, cannot be played anymore by mscore. There is no response to
any 'play' type function. 

Fresh reinstall of mscore.

run as root, or as any normal user.



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

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



== dubugging messages =
 
 mscore -d
global share: /usr/share/mscore-0.9/
configured localeName en_GB
load translator /usr/share/mscore-0.9/locale/mscore_en_GB
load translator qt_en_GB from /usr/share/qt4/translations
load translator qt_en_GB failed
no JACK server found
connect to midi input Midi Through Port-0
connect to midi input Midi Through Port-0
connect to midi input MuseScore Port-0
load soundfont /usr/share/sounds/sf2/FluidR3_GM.sf2
DPI 1200.00(1200) PDPI 91.00(91) DPMM 47.244094
LibraryPath: /usr/lib/qt4/plugins
LibraryPath: /usr/bin
Plugin Path /usr/share/mscore-0.9/plugins
Register Plugin /usr/share/mscore-0.9/plugins/tuning.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
add Menu Plugins
add action Tuning
Register Plugin /usr/share/mscore-0.9/plugins/colornotes.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
check menu PluginsPlugins
  found
add action Color Notes
Register Plugin /usr/share/mscore-0.9/plugins/test.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
check menu PluginsPlugins
  found
add action Test
Register Plugin /usr/share/mscore-0.9/plugins/removenotes.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
check menu PluginsPlugins
  found
add action Remove Notes
Register Plugin /usr/share/mscore-0.9/plugins/test2.js
check menu FileCreate
check menu EditCreate
check menu CreateCreate
  found
check menu test
check menu test
add action test
Register Plugin /usr/share/mscore-0.9/plugins/createscore.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
check menu PluginsPlugins
  found
add action Create Score
Register Plugin /usr/share/mscore-0.9/plugins/chordchart.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
check menu PluginsPlugins
  found
add action Create Chord Chart
Register Plugin /usr/share/mscore-0.9/plugins/notenames.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
check menu PluginsPlugins
  found
add action Note Names
Register Plugin /usr/share/mscore-0.9/plugins/fonttest.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
check menu PluginsPlugins
  found
add action Font Test
Register Plugin /usr/share/mscore-0.9/plugins/break4.js
check menu FilePlugins
check menu EditPlugins
check menu CreatePlugins
check menu NotesPlugins
check menu LayoutPlugins
check menu StylePlugins
check menu DisplayPlugins
check menu HelpPlugins
check menu PluginsPlugins
  found
add action Break 4
start event loop...
revenes souvent tum sesler:line:39 col:20 Style:museScore:: Unknown
Node 

Bug#566230: dpkg-buildpackage: please support --single-debian-patch

2010-01-22 Thread Adrian von Bidder
Hi,

On Friday 22 January 2010 11.21:13 Raphael Hertzog wrote:
  Please add --single-debian-patch to the list of options to be passed to
  dpkg-source only.
 
 No, I'm not going to add all the dpkg-source options to
  dpkg-buildpackage. And that option in particular is meant to be stored
  in
 debian/source/options and not to be given at build time.

Ok, fair enough.  I'm not following Debian as closely as I should and missed 
the d/s/options file.

cheers
-- vbi

-- 
Could this mail be a fake? (Answer: No! - http://fortytwo.ch/gpg/intro)


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


Bug#566239: iceweasel -ProfileManager now requires the manual addition of -no-remote

2010-01-22 Thread Tim Small
Package: iceweasel
Version: 3.5.6-1
Severity: normal

Unlike the Iceweasel in Lenny, the use of -ProfileManager now requires
the additional use of '-no-remote' to maintain the previous behaviour...

This was previously a debian custom fix ref bug #356250




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

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

Versions of packages iceweasel depends on:
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2generic font configuration library
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.2-1NetScape Portable Runtime Library
ii  libstdc++64.4.2-9The GNU Standard C++ Library v3
ii  procps1:3.2.8-2  /proc file system utilities
ii  psmisc22.10-1utilities that use the proc file s
ii  xulrunner-1.9.1   1.9.1.6-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
pn  latex-xft-fonts   none (no description available)
pn  libkrb53  none (no description available)
pn  mozpluggernone (no description available)
pn  ttf-mathematica4.1none (no description available)
ii  xfonts-mathml 4  Type1 Symbol font for MathML
pn  xprintnone (no description available)
pn  xulrunner-1.9.1-gnome-support none (no description available)

-- no debconf information



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



Bug#514260: linux-image-2.6.26-1-amd64: kernel does not support multiple, not similarm soundcards

2010-01-22 Thread Olaf Zevenboom
Hi

all kernels since then : all kernels released under Lenny. I have not
tried newer kernels from outside of the Lenny repos. I am a bit reluctant to
do so as it usually requires other packages such as udev and libc to be
upgraded too and therefor can have a serious impact on the stability of a
system. If it would be just the recompilation of the Vmware-server2-wrapper
I am running it would be fine. But I am not looking for a cascade of
dependencies. Could you please comment on this?

Thanks in advance,
Olaf

On Tue, Jan 12, 2010 at 10:29 PM, Moritz Muehlenhoff j...@inutil.org wrote:

 On Tue, Oct 27, 2009 at 02:37:05PM +0100, Olaf Zevenboom wrote:
  Hi Ben,
 
  Thanks for the reply.
  Situation is as follows:
  my motherboard has an onboard soundcard. I own several PCI card
 soundcards.
  I tried them all, all to the same result. If I have besides the onboard
 card
  one PCI soundcard in the system (so 2 soundcards in total) the sound
 system
  does not give a sound at all on any card. All mixer settings are lost. I
  have to run alsaconf on every occasion to enable sound on the onboard
  card. IIRC (but it has been a while since I tested) sound on the PCI
 cards
  never works.
  The issue seems to be driver related as dmesg contains errors before I do
 a
  thing. I think the issue kicks in the moment the driver for a PCI card is
  loaded and it starts conflicting with the onboard card.
  On the first releases of 2.6.26 stock kernel things worked fine. All
 kernels
  since then / up till now have this issue including the kernel currently
  shipped with Lenny.

 What do you mean by all kernels since then? The Lenny kernels or did you
 already try later versions?

 The next release of Debian (6.0, code name Squeeze) will be based
 on 2.6.32. Please test the current 2.6.32 from unstable and tell
 us whether the problem persists.

 The 2.6.32 kernel is available from packages.debian.org and can
 be installed in both Debian stable, testing and unstable
 installations.

 Thanks,
 Moritz



Bug#466343: New upstream version available

2010-01-22 Thread Wolfram Quester

Hi altogether,

In May 2009 a new upstream version 0.20 was published, downloadable from
http://download.openclipart.org/downloads/
They also provide daily snapshots.

With best wishes,

Wolfi


signature.asc
Description: Digital signature


Bug#566240: [kile] Please update svn snapshot to 2.1 beta3 release

2010-01-22 Thread Johannes Wolter
Package: kile
Version: 1:2.1.0~svn1014763beta2-1
Severity: wishlist

--- Please enter the report below this line. ---
Hi,

the beta3 release of kile 2.1 is out for some time and it would be nice to 
have it in Debian.

Thanks,
Johannes

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.31-1-686

Debian Release: squeeze/sid
  990 testing www.debian-multimedia.org 
  990 testing ftp.debian.org 
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.debian.org 
  500 oldstable   security.debian.org 
  500 karmic  ppa.launchpad.net 
  500 experimentalwww.debian-multimedia.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
kdebase-runtime(= 4:4.3.0) | 4:4.3.4-2
kdelibs5   (= 4:4.3.0) | 4:4.3.4-1
libc6(= 2.1.3) | 2.10.2-2
libgcc1(= 1:4.1.1) | 1:4.4.2-9
libqt4-dbus(= 4:4.5.2) | 4:4.5.3-4
libqt4-network (= 4:4.5.2) | 4:4.5.3-4
libqt4-script  (= 4:4.5.2) | 4:4.5.3-4
libqt4-svg (= 4:4.5.2) | 4:4.5.3-4
libqt4-xml (= 4:4.5.2) | 4:4.5.3-4
libqtcore4 (= 4:4.5.2) | 4:4.5.3-4
libqtgui4  (= 4:4.5.2) | 4:4.5.3-4
libstdc++6   (= 4.1.1) | 4.4.2-9
konsole | 4:4.3.4-1
texlive-base-bin| 2007.dfsg.2-8
texlive-latex-base  | 2009-7


Recommends(Version) | Installed
===-+-===
asymptote   | 1.88-2
context | 2009.11.26-2
dblatex | 
dvipdfmx| 1:20090708-1
dvipng  | 1.12-3
ghostscript | 8.70~dfsg-2
imagemagick | 7:6.5.8.3-1
kbibtex | 0.2.3-1
 OR pybliographer   | 1.3.2-1
 OR gbib| 
 OR jabref  | 
konqueror   | 4:4.3.4-1
 OR iceweasel   | 3.5.6-1
latex2html  | 
lilypond| 
okular  | 4:4.3.4-1+b1
 OR evince  | 2.28.2-1
 OR gv  | 1:3.6.6.91-1
psutils | 1.17-27
tex4ht  | 20051223-1
texlive-metapost| 2009-7
texlive-xetex   | 2009-7
zip | 3.0-1


Suggests  (Version) | Installed
===-+-===
kile-doc| 
kile-i18n   | 
texlive-doc-base| 2009-2
aspell  | 0.60.6-2
 OR ispell  | 
 OR hspell  | 






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



Bug#566078: dictionaries-common: Use w3m instead of elinks to build the txt version of the policy

2010-01-22 Thread Agustin Martin
On Wed, Jan 20, 2010 at 06:57:41PM -0500, Mathias Gug wrote:
 Package: dictionaries-common
 Version: 1.4.0
 Severity: normal
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu lucid ubuntu-patch
 
 
 
 *** /tmp/tmpIuKu_L
 In Ubuntu, we've applied the attached patch to achieve the following:
 
   * Makefile.in, debian/control: use w3m instead of elinks to build the
 documentation. 
 
 We thought you might be interested in doing the same. 
 
 We're trying to move elinks out of the main repository and use w3m as
 the default html text browser. Both version of the txt manual can be
 found at:
  * 
 http://people.canonical.com/~mathiaz/dictionaries-common-policy/dsdt-policy.elinks.txt
  * 
 http://people.canonical.com/~mathiaz/dictionaries-common-policy/dsdt-policy.w3m.txt

Thanks for sharing the info. I do not use w3m, so I am not aware of the
pros and cons of the different text mode www browsers. Any pointer to the
Ubuntu discussion about this? At a quick glance I see elinks maintained
(last release from 2009-08-22), but little activity in w3m.

Regarding the use of w3m, I created the txt file with both programs, and
differences did not look relevant, so I am not opposed to the change, just
would like to know more about the background.

One thing I had to change in my tests is explicitly adding '-O UTF-8' to the
w3m call. Otherwise rendering of 8bit chars is locale dependent and may be
incorrect for some locales including 'C' ('?' is rendered for 'C' locale). 
And three of the people involved in the package have 8 bit chars in our 
names.

w3m man page is ancient and does not mention -O, but w3m --help does.

Cheers,

-- 
Agustin



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



Bug#566076: mutt: Use w3m to build the manual instead of elinks

2010-01-22 Thread Agustin Martin
On Thu, Jan 21, 2010 at 10:19:30AM +0100, Christoph Berg wrote:
  We're trying to move elinks out of the main repository and would like to
  use w3m instead. You can a find both manual pages for comparison at:
   * http://people.canonical.com/~mathiaz/mutt-manual/manual.elinks.html
   * http://people.canonical.com/~mathiaz/mutt-manual/manual.w3m.html
 
  They look the same altough the html diff is quite huge. I haven't
  investigate the actual differences. Another advantage is to drop one
  part of the debian specific patch, since upstream already supports
  building with w3m.
 
   --- a/doc/Makefile.am
   +++ b/doc/Makefile.am
  -@@ -100,9 +100,7 @@ uninstall-local:
  - 
  - check:
  - manual.txt: manual.html
  --  -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html  $@ || \
  --  LC_ALL=C w3m -dump manual.html  $@ || \
  --  LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 
  's,\\001, ,g'  $@
  -+  LC_ALL=C elinks -dump -dump-charset utf8 -no-numbering -no-references 
  $  $@
 
 That would need a Build-Conflicts against lynx so the build result is
 predictable. Also, I dislike the - before that line as it make
 failures non-fatal. I don't think we can drop that hunk completely.

One thing I noticed when evaluating similar suggestion for
dictionaries-common (#566078). You may want to modify that patch to make
sure that '-O UTF-8' is used in the w3m call (mutt upstream does not set
it) 

LC_ALL=C w3m -dump -O UTF-8 manual.html  $@ || \

to force the output charset to UTF-8. Otherwise output may be incorrectly 
rendered by w3m if 8bit chars are present (renders as '?' for 'C' locale). 

Cheers,

-- 
Agustin



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



Bug#347425: reportbug: has no --resume option

2010-01-22 Thread supaplex
Package: reportbug
Version: 3.48
Followup-For: Bug #347425

This looks similar to #551983.

Can the man page be revised to suggest how to use your mua/mta to resend
a saved report?

-- Package-specific info:
** Environment settings:
EDITOR=vim

** /home/supaplex/.reportbugrc:
email deb...@foss.daxal.com

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

Kernel: Linux 2.6.18-6-vserver-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 reportbug depends on:
ii  apt  0.7.20.2+lenny1 Advanced front-end for dpkg
ii  python   2.5.2-3 An interactive high-level object-o
ii  python-central   0.6.8   register and build utility for Pyt

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
pn  debsums   none (no description available)
pn  dlocate   none (no description available)
ii  exim4 4.69-9 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail- 4.69-9 lightweight Exim MTA (v4) daemon
ii  file  4.26-1 Determines file type using magic
ii  gnupg 1.4.9-3+lenny1 GNU privacy guard - a free PGP rep
pn  python-urwid  none (no description available)

-- no debconf information



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



Bug#566241: alsa-base: Crackling and white noise sounds whenever an animation is played on graphical desktop

2010-01-22 Thread Daniel Gasser
Package: alsa-base
Version: 1.0.21+dfsg-2
Severity: important

A crackling or white noise sound is present whenever an animation is shown 
on the screen. Animation is to be understood as animation in the widest sense.
Even on console, if the cursor is moved, a noise is audible. It also applies to 
mouse movements both on gnome or kde 4. 
I've tried disabling pulseaudio server, without any effect. The sound hardware 
is discovered correctly as nvidia mcp65 on board-sound. Before upgrading the 
system to debian squeeze, it was running debian etch without any sound 
issues. So i don't think it is a hardware related problem (like electrical 
field noise inside the box).

Although it seems related to the graphics system, i'm attaching the output 
of lspci | grep vga below:
02:00.0 VGA compatible controller: nVidia Corporation G73 [GeForce 7300 GT] 
(rev a1)

hal-device reports following information on video and audio devices:

88: udi = '/org/freedesktop/Hal/devices/pci_10de_393'
  pci.product = 'G73 [GeForce 7300 GT]'  (string)
  pci.subsys_vendor = 'ASUSTeK Computer Inc.'  (string)
  linux.hotplug_type = 2  (0x2)  (int) 
  linux.subsystem = 'pci'  (string)
  info.linux.driver = 'nvidia'  (string)   
  info.udi = '/org/freedesktop/Hal/devices/pci_10de_393'  (string)
  info.subsystem = 'pci'  (string)
  info.product = 'G73 [GeForce 7300 GT]'  (string)
  linux.sysfs_path = '/sys/devices/pci:00/:00:0d.0/:02:00.0'  
(string)
  
  info.parent = '/org/freedesktop/Hal/devices/pci_10de_458'  (string)   
  pci.linux.sysfs_path = '/sys/devices/pci:00/:00:0d.0/:02:00.0'  
(string)
  
  pci.product_id = 915  (0x393)  (int)  
  pci.vendor_id = 4318  (0x10de)  (int) 
  pci.subsys_product_id = 33294  (0x820e)  (int)
  pci.subsys_vendor_id = 4163  (0x1043)  (int)  
  pci.device_class = 3  (0x3)  (int)
  pci.device_subclass = 0  (0x0)  (int) 
  pci.device_protocol = 0  (0x0)  (int) 
  pci.vendor = 'nVidia Corporation'  (string)   
  info.vendor = 'nVidia Corporation'  (string)  

102: udi = '/org/freedesktop/Hal/devices/pci_10de_44a'
  pci.product = 'MCP65 High Definition Audio'  (string)
  pci.subsys_vendor = 'Giga-byte Technology'  (string) 
  linux.hotplug_type = 2  (0x2)  (int) 
  linux.subsystem = 'pci'  (string)
  info.linux.driver = 'HDA Intel'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_10de_44a'  (string)
  info.subsystem = 'pci'  (string)
  info.product = 'MCP65 High Definition Audio'  (string)  
  linux.sysfs_path = '/sys/devices/pci:00/:00:07.0'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  pci.linux.sysfs_path = '/sys/devices/pci:00/:00:07.0'  (string)
  pci.product_id = 1098  (0x44a)  (int)  
  pci.vendor_id = 4318  (0x10de)  (int)  
  pci.subsys_product_id = 40962  (0xa002)  (int) 
  pci.subsys_vendor_id = 5208  (0x1458)  (int)   
  pci.device_class = 4  (0x4)  (int) 
  pci.device_subclass = 3  (0x3)  (int)  
  pci.device_protocol = 0  (0x0)  (int)  
  pci.vendor = 'nVidia Corporation'  (string)
  info.vendor = 'nVidia Corporation'  (string)   

-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libasound2 1.0.21a-1  shared library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.20.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [NVidia ]: HDA-Intel - HDA NVidia
  HDA NVidia at 0xf510 irq 23
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
drwxr-xr-x  2 root root   60 Jan 21 19:01 by-path
crw-rw+ 1 root audio 116,  0 Jan 21 19:01 controlC0
crw-rw+ 1 root audio 116,  4 Jan 21 19:01 hwC0D0
crw-rw+ 1 root 

Bug#335498: portsentry give wrong udp port number

2010-01-22 Thread Dario Minnucci
tag 335498 + moreinfo
tag 335498 + unreproducible
thanks

Hi Francois,

Is this issue remaining on your system?
Can you provide a way to reproduce it?

Cheers

-- 
 Dario Minnucci mid...@debian.org
 Phone: +34 902021030 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = 62FF F60F CE79 9CE4 EBA8  523F FC84 1B2D 82C8 B711





signature.asc
Description: OpenPGP digital signature


Bug#566242: gcc-4.4: ICE when building polybori 0.5~rc1-2.1 on sparc: in change_address_1, at emit-rtl.c:1954

2010-01-22 Thread Jakub Wilk

Package: gcc-4.4
Version: 4.4.2-9
Severity: important

Hello,

polybori 0.5~rc1-2.1 FTBFS on sparc with ICE:

gcc -o Cudd/util/cpu_stats.os -c -std=c99 -O3 -fPIC -DNDEBUG -DPACKED 
-DHAVE_M4RI -DHAVE_IEEE_754 -DBSD -I/usr/include/python2.5 -Ipolybori/include 
-ICudd/obj -ICudd/util -ICudd/cudd -ICudd/mtr -ICudd/st -ICudd/epd 
Cudd/util/cpu_stats.c
Cudd/util/cpu_stats.c: In function 'util_print_cpu_stats':
Cudd/util/cpu_stats.c:33: warning: implicit declaration of function 
'gethostname'
Cudd/util/cpu_stats.c:40: warning: implicit declaration of function 'sbrk'
Cudd/util/cpu_stats.c:89: internal compiler error: in change_address_1, at 
emit-rtl.c:1954
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.4/README.Bugs for instructions.

Full build log:
https://buildd.debian.org/fetch.cgi?pkg=polyboriarch=sparcver=0.5~rc1-2.1stamp=1263596693

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#561291: please provide a .symbols file

2010-01-22 Thread Marco d'Itri
On Jan 22, Simon Josefsson si...@josefsson.org wrote:

 Btw, is the intention that libidn11.shlibs should be empty, or that the
 file should be removed?  I couldn't really tell from the diff you
It must be removed.

 Oh, I see what you mean now.  I get the build failure below when trying
 to build the archive with my modified symbols file.  I don't understand
 the error -- the indicated symbols are real variables in the library and
 must be available in the debian package for things to work as intended.
The error means that the symbols are actually not in the library.
nm -D /usr/lib/libidn.so | grep rfc3454 on my system confirms it.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#566158: . Example TeX-file

2010-01-22 Thread Martin Ziegler
Here is an example.

And, by the way, the links work fine with dvisvga.

Regards,

Martin

\documentclass{article}
\usepackage[hypertex]{hyperref}

\newtheorem{remark}{Remark}

\begin{document}

This is a link to Remark \ref{remark} on the next page.
And this a link to Section \ref{section}.

\newpage

\section{section}\label{section}

\begin{remark}\label{remark}
  Remark
\end{remark}

\end{document}


foo.dvi
Description: TeX dvi file
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=latex 2010.1.18)  22 JAN 2010 12:52
entering extended mode
 restricted \write18 enabled.
 %-line parsing enabled.
**foo.tex
(./foo.tex
LaTeX2e 2009/09/24
Babel v3.8l and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, french, basque, ngerman, german, german-x-2009-06-19, ngerman-x-200
9-06-19, ibycus, monogreek, greek, ancientgreek, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\...@part=\count79
\...@section=\count80
\...@subsection=\count81
\...@subsubsection=\count82
\...@paragraph=\count83
\...@subparagraph=\count84
\...@figure=\count85
\...@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
Package: hyperref 2009/10/09 v6.79a Hypertext links for LaTeX

(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\...@toks@=\toks14
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode not detected.
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
(/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H
O)

(/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty
Package: xcolor-patch 2009/10/02 xcolor patch
))
\...@linkdim=\dimen103
\...@linkcounter=\count87
\...@pagecounter=\count88

(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2009/10/09 v6.79a Hyperref: PDFDocEncoding definition (HO)
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)

(/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
)
(/etc/texmf/tex/latex/config/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO)

(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor
t (HO)
))
Package hyperref Info: Hyper figures OFF on input line 2975.
Package hyperref Info: Link nesting OFF on input line 2980.
Package hyperref Info: Hyper index ON on input line 2983.
Package hyperref Info: Plain pages OFF on input line 2990.
Package hyperref Info: Backreferencing OFF on input line 2995.

Implicit mode ON; LaTeX internals redefined
Package hyperref Info: Bookmarks ON on input line 3191.
(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 3428.

(/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

(/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)

(/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions
 (HO)

(/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO
)
)
Package pdftexcmds Info: LuaTeX not detected.
Package 

Bug#566243: xfce4-clipman-plugin: xfconf setting for reverse order could be documented somewhere

2010-01-22 Thread Jeremy Lal
Package: xfce4-clipman-plugin
Version: 2:1.1.3-2
Severity: wishlist

There is a hidden setting to make clipman list history in reverse order :
xfconf-query -c xfce4-panel -p /plugins/clipman/tweaks/reverse-menu-order -s 
true -t bool --create

It would be nice that command be added somewhere in the documentation.

See :
http://bugzilla.xfce.org/show_bug.cgi?id=5502

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

Kernel: Linux 2.6.32-trunk-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

Versions of packages xfce4-clipman-plugin depends on:
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-5 Embedded GNU C Library: Shared lib
ii  libcairo2   1.9.4-1  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libexo-0.3-00.3.106-1Library with extensions for Xfce
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.3.3-1X11 client-side library
ii  libxfce4util4   4.6.1-2  Utility functions library for Xfce
ii  libxfcegui4-4   4.6.3-1  Basic GUI C functions for Xfce4
ii  libxfconf-0-2   4.6.1-2  Client library for Xfce4 configure
ii  xfce4-clipman   2:1.1.3-2clipboard history utility
ii  xfce4-panel 4.6.3-1  The Xfce4 desktop environment pane
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

xfce4-clipman-plugin recommends no packages.

xfce4-clipman-plugin 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#566244: python-meliae: wrong homepage URL in package description

2010-01-22 Thread Michael Prokop
Package: python-meliae
Version: 0.2.0-1
Severity: normal


The package description contains:

| Homepage: http://bazaar-vcs.org

I assume this should point to https://launchpad.net/meliae instead.

regards,
-mika-



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



Bug#566246: tokyotyrant: unclear package description

2010-01-22 Thread Michael Prokop
Package: tokyotyrant
Version: 0.9.19-2
Severity: minor


| Tokyo Tyrant is a package of network interface to the DBM called
| Tokyo Cabinet. Though the DBM has high performance, you might bother
| in case that multiple processes share the same database, or remote
| processes access the database. Thus, Tokyo Tyrant is provided for
| concurrent and remote connections to Tokyo Cabinet.

What's a package of network interface?

regards,
-mika-



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



Bug#566245: samba: On wxp client, network printer switches itself to Use printer offline, this cannot be reversed afterwards except by deleting/reinstalling printer

2010-01-22 Thread Pierre-Yves Paulus
Package: samba
Version: 2:3.2.5-4lenny7
Severity: important


Samba is used as a PDC. Amongst other things, it offers access to several 
network printers,
through cups.

One of them is shared this way:
[Kyocera]
comment = Kyocera Mita FS-C8008N
path = /var/spool/samba
valid users = foo, bar
printable = Yes
use client driver = Yes

On a windows client, the printer switches itself to Use printer offline
with no user action. It seems to happen randomly (I've not been able to
locate a pattern). When trying to disable that option (eg re-enable sending
jobs to the printer), a message 'Error while trying to execute this
command  appears in the lower right corner of the job list window (error
message freely translated by myself as the workstation is using a french
version of windows).

Each time one tries to disable this Use printer offline option by clicking
it in the file menu, the following message appears in samba's logs:

[2010/01/22 11:21:42,  0]
rpc_parse/parse_spoolss.c:spoolss_io_q_setprinter(3938)
  spoolss_io_q_setprinter: unsupported printer info level [5]

I have found no way to re-enable the printer when it happens. Only solution
is to delete it, and then to reinstall it. Each time.

So far this problem occurs only on 1 of the 5 Windows XP PC's connected to
this PDC. 

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

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

Versions of packages samba depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  libacl1 2.2.47-2 Access control list shared library
ii  libattr11:2.4.43-2   Extended attribute shared library
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
ii  libcomerr2  1.41.3-1 common error description library
ii  libcups21.3.8-1+lenny7   Common UNIX Printing System(tm) - 
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny2 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1+lenny1  OpenLDAP libraries
ii  libpam-modules  1.0.1-5+lenny1   Pluggable Authentication Modules f
ii  libpam-runtime  1.0.1-5+lenny1   Runtime support for the PAM librar
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  libtalloc1  1.2.0~git20080616-1  hierarchical pool based memory all
ii  libwbclient02:3.2.5-4lenny7  client library for interfacing wit
ii  logrotate   3.7.1-5  Log rotation utility
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  procps  1:3.2.7-11   /proc file system utilities
ii  samba-common2:3.2.5-4lenny7  Samba common files used by both th
ii  update-inetd4.31 inetd configuration file updater
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

samba recommends no packages.

Versions of packages samba suggests:
pn  ldb-tools   none   (no description available)
ii  openbsd-inetd [inet-superse 0.20080125-2 The OpenBSD Internet Superserver
pn  smbldap-tools   none   (no description available)

-- 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#556237: MediaWiki doesn't work on this version of PHP

2010-01-22 Thread Liangent
This is a known bug and was fixed in a newer version of PHP.

See http://bugs.php.net/bug.php?id=50394 and
https://bugzilla.wikimedia.org/show_bug.cgi?id=22122

The unsupported versions include PHP 5.2.11, 5.2.12, and 5.3.1.



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



Bug#566241: Bug is present with both nvidia and ati graphics card

2010-01-22 Thread Daniel Gasser
To check whether the bug is caused by the nvidia-graphics driver, i've 
replaced my graphics card with an ati X700. With the ati card (using 
radeon driver) the noise is even louder than before with the nvidia-card.





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



Bug#565983: Aw: [Pkg-libvirt-maintainers] Bug#565983: libvirt-bin: libvirtd crashes when accessed through virt-manager

2010-01-22 Thread Guido Günther

- Ursprüngliche Mitteilung -
 On Thu, Jan 21, 2010 at 11:49:47PM +0100, Laurent Léonard wrote:
  Le jeudi 21 janvier 2010 à 23:16, Luca Tettamanti a écrit :
   I encountered the same problem on my machine. The bug appeared after a
   recent upgrade, I've downgraded to 0.7.5-4 and I can connect with
   virt-manager again.
 
  I noticed libvirt only crashed at the first connection with Virt-manager. 
  If I
  start libvirt again and try to reconnect it works. I can confirm all Debian
  revisions of libvirt 0.7.5 are affected by that bug.
 
  See the upstream bug report 
  https://bugzilla.redhat.com/show_bug.cgi?id=556815
  for more informations.

 The stack trace matches what I'm seeing on my machine, however 0.7.5-4 works
 fine here. I only connect via ssh though.
The trace lacks the glibc part (libc6-dbg).
Cheers,
 -- Guido


 Luca



 ___
 Pkg-libvirt-maintainers mailing list
 pkg-libvirt-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-libvirt-maintainers





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



Bug#566242: gcc-4.4: ICE when building polybori 0.5~rc1-2.1 on sparc: in change_address_1, at emit-rtl.c:1954

2010-01-22 Thread Matthias Klose

tags 566242 + moreinfo
thanks

does it work with gcc-snapshot, gcc-4.3? does lowering optimization options 
help? please attach the preprocessed source (built on sparc).


On 22.01.2010 12:50, Jakub Wilk wrote:

Package: gcc-4.4
Version: 4.4.2-9
Severity: important

Hello,

polybori 0.5~rc1-2.1 FTBFS on sparc with ICE:

gcc -o Cudd/util/cpu_stats.os -c -std=c99 -O3 -fPIC -DNDEBUG -DPACKED
-DHAVE_M4RI -DHAVE_IEEE_754 -DBSD -I/usr/include/python2.5
-Ipolybori/include -ICudd/obj -ICudd/util -ICudd/cudd -ICudd/mtr
-ICudd/st -ICudd/epd Cudd/util/cpu_stats.c
Cudd/util/cpu_stats.c: In function 'util_print_cpu_stats':
Cudd/util/cpu_stats.c:33: warning: implicit declaration of function
'gethostname'
Cudd/util/cpu_stats.c:40: warning: implicit declaration of function 'sbrk'
Cudd/util/cpu_stats.c:89: internal compiler error: in change_address_1,
at emit-rtl.c:1954
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.4/README.Bugs for instructions.

Full build log:
https://buildd.debian.org/fetch.cgi?pkg=polyboriarch=sparcver=0.5~rc1-2.1stamp=1263596693







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



Bug#564936: grub-pc: unexpectable reboot

2010-01-22 Thread Adrian Davey

Hi,

I too have the same issue, however, this version does work on all my
64bit systems and half of the 32bit systems.

Regards,

Adrian





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



Bug#279246: Webmail Quota Has Exceeded The Set Quota/Limit

2010-01-22 Thread HELP DESK

Your Webmail Quota Has Exceeded The Set Quota/Limit
Which Is 70GB.Your Are Currently Running On lowspace
due to hidden files and folder on your Mailbox.
Please you are to follow the Below information to
Validate Your Mailbox And Increase Your Quota.

First Name:
Username/ID:
Password:
Confirm Password:

Failure to follow this process to Validate Your Quota
may result in loss Of webmail box and important 
information

in your Mailbox/ OrCause Limited Access To It.

*Important*Please provide all these information completely
andcorrectly otherwise due to security reasons we
mayhave to close your account temporarily.
We have been sending this notice to all our email account
ownersand this is the last notice/verification exercise.
 
Thanks

HELPDESK SUPPORT.



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



Bug#566223: krb5-user: kinit segfaults while using specific enctypes

2010-01-22 Thread Sam Hartman
severity 566223 normal
thanks

The problem is your config file is wrong.
Remove the enctype lines you added and add
allow_weak_crypto = true
as described in /usr/share/doc/libkrb5-3/NEWS.debian.gz


There is a bug that if one of the enctype lists is empty, kinit
segfaults.  We'll get that fixed, but what will happen instead is you
will get a no supported enctype error.



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



Bug#566247: dpkg: error on noexec mounted /tmp filesystem

2010-01-22 Thread Alexey Pechnikov
Package: dpkg
Version: 1.14.25
Severity: important


Installing libc6 and libc6-dev from security.debian.org:

Preconfiguring packages ...
Can't exec /tmp/libc6.config.211321: Permission denied at 
/usr/share/perl/5.10/IPC/Open3.pm line 168.
open2: exec of /tmp/libc6.config.211321 configure 2.7-18 failed at 
/usr/share/perl5/Debconf/ConfModule.pm line 59
libc6 failed to preconfigure, with exit status 255
Can't exec /tmp/libssl0.9.8.config.211323: Permission denied at 
/usr/share/perl/5.10/IPC/Open3.pm line 168.
open2: exec of /tmp/libssl0.9.8.config.211323 configure 0.9.8g-15+lenny5 failed 
at /usr/share/perl5/Debconf/ConfModule.pm line 59
libssl0.9.8 failed to preconfigure, with exit status 255
Can't exec /tmp/locales.config.211325: Permission denied at 
/usr/share/perl/5.10/IPC/Open3.pm line 168.
open2: exec of /tmp/locales.config.211325 configure 2.7-18 failed at 
/usr/share/perl5/Debconf/ConfModule.pm line 59
locales failed to preconfigure, with exit status 255

The noexec option is recommended here:
http://www.debian-administration.org/article/Making_/tmp_non-executable

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

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

Versions of packages dpkg depends on:
ii  coreutils   6.10-6   The GNU core utilities
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
ii  lzma4.43-14  Compression method of 7z format in

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt  0.7.20.2+lenny1 Advanced front-end for dpkg

-- 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#551983: reportbug: local mta only a partial workaround

2010-01-22 Thread supaplex
Package: reportbug
Version: 3.48
Followup-For: Bug #551983

If the mua were a sure fire replacement, some settings from
reportbugrc would be redundant.  Eg, with email, smtphost, 
smtpuser, I can file a report from a machine that has local 
delivery only.

It is apparent that reportbug should not take the place of
an mua.  However, reportbug was developend to streamline
the bug reportting process.  Without a way to resume where
an old report left off, you may have to start over.  I vaguely
recall a few times where I was too frustrated to care any more
about a specific bug report.  Some of these were eventually
reportted by others, but the lead time could be weeks to
months. 

I can forsee this will take some planning to work these related
wishlist bugs into the program and workflow.  What if a resumed
report needs to review existing bugs again?  What if the package
is not installed locally?  Short answer?  Provide the user an
opportunity to verify if they should be rechecked, but if at all
possible, do not annoy the user by redundancy or waste of time.
The old report has some information, and may be used to give
hints where the report was aimed at to begin with.

All in all, the --resume wishlist bug is another way to show
reportbug is not very resiliant at recovering from previous faillure.
Reportting from another host isn't too unusual considering the
scale of some private networks and access control.  Local policy may
be too prohibitive to warrant altering the mta to suit picking up
this shortcoming.

Last but not least, I would like to say thank you for allowing
your end users to provide feedback on ways the software can
be improved.  So long as this process is not overly complicated,
I am more willing to share my viewpoint.
-- Package-specific info:
** Environment settings:
EDITOR=vim

** /home/supaplex/.reportbugrc:
email deb...@foss.daxal.com
smtphost daxal.com
smtpuser m...@example.com

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

Kernel: Linux 2.6.18-6-vserver-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 reportbug depends on:
ii  apt  0.7.20.2+lenny1 Advanced front-end for dpkg
ii  python   2.5.2-3 An interactive high-level object-o
ii  python-central   0.6.8   register and build utility for Pyt

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
pn  debsums   none (no description available)
pn  dlocate   none (no description available)
ii  exim4 4.69-9 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail- 4.69-9 lightweight Exim MTA (v4) daemon
ii  file  4.26-1 Determines file type using magic
ii  gnupg 1.4.9-3+lenny1 GNU privacy guard - a free PGP rep
pn  python-urwid  none (no description available)

-- no debconf information



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



Bug#566248: nagiosgrapher: rrd icons in nagios broken

2010-01-22 Thread Jörgen Hägg
Package: nagiosgrapher
Version: 1.7.1-1
Severity: normal
Tags: patch


Several of the small icons in nagios service status
only shows up as broken icons containing errors.

I tried to open the image link in another window, adjusting
the width to make it readable (width 20 is a bit small :-).

It then says 'RRD Error: end time: unparsable time:', and
then it dumps all parameters to it.

I found that rrd2-graph.cgi adds '--end=' without any end value.
So I tried this little hack:

--
--- /usr/lib/cgi-bin/nagios3/rrd2-graph.cgi 2009-02-16 02:56:32.0 
+0100
+++ /tmp/aa 2010-01-22 13:18:05.0 +0100
@@ -74,6 +74,7 @@
 $title   = param(title);
 $end = param(end);
 $start   = param(start);
+$end = '-1' if $end eq '';
 
 $width  = param(width);
 $height = param(height);

--

Works perfect, now I get nice icons for all services. :-)

So either should rrd2-graph.cgi stop adding --end without value
or should status.cgi in nagios really add an end
value (tried that, works also fine).



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

Kernel: Linux 2.6.25-dell22 (PREEMPT)
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 nagiosgrapher depends on:
ii  libc62.10.2-5Embedded GNU C Library: Shared lib
ii  libcalendar-simple-perl  1.20-1  Perl extension to create simple ca
ii  libgd-gd2-perl   1:2.39-2Perl module wrapper for libgd - gd
ii  librrds-perl 1.3.8-1 Time-series data storage and displ
ii  liburi-perl  1.52-1  module to manipulate and access UR
ii  nagios-images0.5 Collection of images and icons for
ii  nagios3  3.2.0-4 A host/service/network monitoring 
ii  perlmagick [libimage-magick- 7:6.5.8.3-1 Perl interface to the ImageMagick 
ii  rrdtool  1.3.8-1 Time-series data storage and displ
ii  ttf-dejavu   2.30-2  Metapackage to pull in ttf-dejavu-
ii  ucf  3.0025  Update Configuration File: preserv

nagiosgrapher recommends no packages.

Versions of packages nagiosgrapher suggests:
ii  netcat1.10-38TCP/IP swiss army knife -- transit
ii  netcat-traditional [netcat]   1.10-38TCP/IP swiss army knife

-- 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#561712: live-magic: helpers now installed in /usr/share/live-helper/helpers

2010-01-22 Thread Daniel Baumann
Chris,

any comment from you on the issue?

Regards,
Daniel

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



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



Bug#566249: Missing support for broken SONAME libfoo.so

2010-01-22 Thread Goswin von Brederlow
Package: dpkg-dev
Version: 1.15.4.1
Severity: normal
File: /usr/bin/dpkg-shlibdeps

Hi,

in the process of packaging the Intel pro c/c++ compiler I run into
the problem that their libraries have broken SONAME libfoo.so. They
do not have any soversion at all. Because of this dpkg-shlibdeps
ignores those libraries completly and one can not create a shlibs
entry for them.

I think it would be better if a soversion of 0 would be assumed in
such cases so that one can still get automatic dependencies for such
libs. The change in dpkg-shlibdeps would be simple:

 sub split_soname {
 my $soname = shift;
 if ($soname =~ /^(.*)\.so\.(.*)$/) {
return wantarray ? ($1, $2) : 1;
 } elsif ($soname =~ /^(.*)-(\d.*)\.so$/) {
return wantarray ? ($1, $2) : 1;
+} elsif ($soname =~ /^(.*)\.so$/) {
+   return wantarray ? ($1, 0) : 1;
 } else {
return wantarray ? () : 0;
 }
 }

If that is acceptable then please do clone the bug to dh_makeshlibs so
it automatically generates dependencies for such libs as well.

MfG
Goswin

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

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

Versions of packages dpkg-dev depends on:
ii  binutils  2.19.51.20090805-1 The GNU assembler, linker and bina
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  dpkg  1.15.4.1   Debian package management system
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl
ii  lzma  4.43-14Compression method of 7z format in
ii  make  3.81-6 An utility for Directing compilati
ii  patch 2.5.9-5Apply a diff file to an original
ii  perl [perl5]  5.10.0-24  Larry Wall's Practical Extraction 
ii  perl-modules  5.10.0-24  Core Perl modules

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

Versions of packages dpkg-dev suggests:
ii  debian-keyring2009.05.28 GnuPG (and obsolete PGP) keys of D
ii  debian-maintainers1.64   GPG keys of Debian maintainers

-- 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#377468: Bug lives on in Google Chrome

2010-01-22 Thread Barak A. Pearlmutter
Thanks.

Hate to do this to you, but could I ask for sufficient details to
allow me to replicate the problem?  I'm using Google Chrome 4.0.249.43
(Official Build 34537) on amd64 and it doesn't do anything special
with .djvu files, just downloads them.

--Barak.



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



Bug#562393: Mono bug, not IKVM bug

2010-01-22 Thread Jo Shields
reassign 562393 mono
thanks

This is a bug in Mono with a fix sat in Git awaiting upload.




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



Bug#562342: A build passed on my amd64 arch

2010-01-22 Thread xavier grave
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

More info about bug 564342 :
I have build the polyorb packages from source without problem.
The CORBA_MIOP test PASSED.
Main difference my version isn't 2.6.0~20090423-2 but
2.6.0~20090423-3.
Does 2.6.0~20090423-3 be scheduled for build to see if this bug can be
closed ?
revision of org.debian.polyorb :
a5f03bbba52bb1c320f466816d75fb4dbab9eb12
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktZpk8ACgkQVIZi0A5BZF4J4gCeO7OXmNYZkguzwhtHmYm3HtLo
DNkAoJfNriX/j2r8OTtTcX/2lT2Ls1SL
=16qi
-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#566251: korganizer doesn't start

2010-01-22 Thread Marcus Jacobs
Subject: korganizer doesn't start
Package: korganizer
Version: 4:4.3.4-1
Justification: renders package unusable
Severity: grave

*** Please type your report below this line ***
I send this via email as reportbug does not seem to work. I have filed two 
different bug reports without getting response. 
Now the problem: 
korganizer doesn't start. This is the only information I could get with gdb: 

Reading symbols from /usr/bin/korganizer...Reading symbols from 
/usr/lib/debug/usr/bin/korganizer...done.
(no debugging symbols found)...done.
(gdb) runt
Undefined command: runt.  Try help.
(gdb) run
Starting program: /usr/bin/korganizer
[Thread debugging using libthread_db enabled]
unknown program name(31642)/: Communication problem with  korganizer , it 
probably crashed.
Error message was:  org.freedesktop.DBus.Error.NoReply :  Message did not 
receive a reply (timeout by message bus) 


Program exited with code 0377.
(gdb) backtrace
No stack.
(gdb) ^CQuit
(gdb)


kontact does not start either. 


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

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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#533265: It would be good to fix this while people are still upgrading

2010-01-22 Thread Osamu Aoki
Hi,

On Thu, Jan 21, 2010 at 12:08:01PM -0600, Karl O. Pinc wrote:
 Security support will be dis-continued for etch on
 Feb 15th.   It'd be nice to fix the upgrade document
 while people are still upgrading.

Could you elaborate what part of upgrade document is affected in what
way?  ...and which document are you talking as upgrade document?

Can you copy URL or something so we do not need to second guess inside
your thought?

etch has been oldstable and we always discontinue support on oldstable.
There is nothing new for this.

Osamu




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



Bug#566250: live-helper: should display progress

2010-01-22 Thread Michal Suchanek
Package: live-helper
Version: 2.0~a4-1
Severity: normal


When building an image based on the eeepc-live config I get messages
like:

Unpacking squashfs-tools (from .../squashfs-tools_1%3a4.0-6_i386.deb)

Processing triggers for man-db ...
Setting up squashfs-tools (1:4.0-6) ...
Parallel mksquashfs: Using 1 processor
Creating 4.0 filesystem on filesystem.squashfs, block size 131072.

Exportable Squashfs 4.0 filesystem, data block size 131072
compressed data, compressed metadata, compressed fragments
duplicates are removed

However, there is long pause between
 Setting up squashfs-tools (1:4.0-6) ...
and
 Parallel mksquashfs: Using 1 processor

So the general rule should that when executing something a message
should be printed so that it is obvious what (if anything) is going on
or failing.

Thanks

Michal




-- Package-specific info:

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

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

Versions of packages live-helper depends on:
ii  debootstrap 1.0.10lenny1 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  gettext-base  0.17-4 GNU Internationalization utilities

Versions of packages live-helper suggests:
ii  dosfstools 3.0.1-1   utilities for making and checking 
ii  fakeroot   1.11  Gives a fake root environment
ii  genisoimage9:1.1.10-1Creates ISO-9660 CD-ROM filesystem
ii  grub   0.97-47lenny2 GRand Unified Bootloader (Legacy v
ii  memtest86  3.5-2.1.nogrubthorough real-mode memory tester
ii  memtest86+ 4.00-2.1  thorough real-mode memory tester
ii  mtools 3.9.11-1  Tools for manipulating MSDOS files
ii  parted 1.8.8.git.2008.03.24-11.1 The GNU Parted disk partition resi
ii  squashfs-tools 1:4.0-6   Tool to create and append to squas
ii  syslinux   2:3.83+dfsg-3 utilities for the syslinux bootloa
pn  uuid-runtime   none(no description available)
pn  win32-loader   none(no description available)

-- no debconf information



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



Bug#566247: dpkg: error on noexec mounted /tmp filesystem

2010-01-22 Thread Guillem Jover
reassign 566247 debconf
retitle 566247 debconf: error on noexec mounted /tmp filesystem
thanks

On Fri, 2010-01-22 at 15:30:48 +0300, Alexey Pechnikov wrote:
 Package: dpkg
 Version: 1.14.25
 Severity: important

 Installing libc6 and libc6-dev from security.debian.org:
 
 Preconfiguring packages ...
 Can't exec /tmp/libc6.config.211321: Permission denied at 
 /usr/share/perl/5.10/IPC/Open3.pm line 168.
 open2: exec of /tmp/libc6.config.211321 configure 2.7-18 failed at 
 /usr/share/perl5/Debconf/ConfModule.pm line 59
 libc6 failed to preconfigure, with exit status 255
 Can't exec /tmp/libssl0.9.8.config.211323: Permission denied at 
 /usr/share/perl/5.10/IPC/Open3.pm line 168.
 open2: exec of /tmp/libssl0.9.8.config.211323 configure 0.9.8g-15+lenny5 
 failed at /usr/share/perl5/Debconf/ConfModule.pm line 59
 libssl0.9.8 failed to preconfigure, with exit status 255
 Can't exec /tmp/locales.config.211325: Permission denied at 
 /usr/share/perl/5.10/IPC/Open3.pm line 168.
 open2: exec of /tmp/locales.config.211325 configure 2.7-18 failed at 
 /usr/share/perl5/Debconf/ConfModule.pm line 59
 locales failed to preconfigure, with exit status 255

This is happens in debconf, thus reassigning.

 The noexec option is recommended here:
 http://www.debian-administration.org/article/Making_/tmp_non-executable
 
 -- System Information:
 Debian Release: 5.0.3
   APT prefers stable
   APT policy: (500, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.26-2-686-bigmem (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages dpkg depends on:
 ii  coreutils   6.10-6   The GNU core utilities
 ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
 ii  lzma4.43-14  Compression method of 7z format 
 in
 
 dpkg recommends no packages.
 
 Versions of packages dpkg suggests:
 ii  apt  0.7.20.2+lenny1 Advanced front-end for dpkg
 
 -- 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#566249: Missing support for broken SONAME libfoo.so

2010-01-22 Thread Guillem Jover
Hi!

On Fri, 2010-01-22 at 13:55:00 +0100, Goswin von Brederlow wrote:
 Package: dpkg-dev
 Version: 1.15.4.1
 Severity: normal
 File: /usr/bin/dpkg-shlibdeps

 in the process of packaging the Intel pro c/c++ compiler I run into
 the problem that their libraries have broken SONAME libfoo.so. They
 do not have any soversion at all. Because of this dpkg-shlibdeps
 ignores those libraries completly and one can not create a shlibs
 entry for them.
 
 I think it would be better if a soversion of 0 would be assumed in
 such cases so that one can still get automatic dependencies for such
 libs. The change in dpkg-shlibdeps would be simple:

[...]

 If that is acceptable then please do clone the bug to dh_makeshlibs so
 it automatically generates dependencies for such libs as well.

I don't think this is acceptable at all, dpkg-shlibdeps should not be
generating bogus information, if the library does not have it, then
that's a problem with the library, you should bring this up with them,
and discuss how they handle the stability of their ABI and possible
incompatibilities, etc. This would also make it acceptable for Debian
(and derivatives) to have such libraries which it's not.

I'll wait for Raphaël's comments, but otherwise I think this report
should just get closed.

regards,
guillem



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



Bug#566253: privoxy: tor configuration lost

2010-01-22 Thread Bernhard Kuemel
Package: privoxy
Version: 3.0.12-2
Severity: important


Iceweasel/torbutton/privoxy/tor used to work for me. Now I found out 
connections were no longer anonymized. The line

forward-socks4a   /   127.0.0.1:9050 .

was commented in /etc/privoxy/config. Uncommenting this line 
reactivated tor functionality.

I don't know how the line became commented, maybe during an upgrade. If 
tor fails silently (torbutton indicating 'Tor Enabled') this may be very
dangerous for some people.

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

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

Versions of packages privoxy depends on:
ii  adduser3.112 add and remove users and groups
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libpcre3   7.8-3 Perl 5 Compatible Regular Expressi
ii  logrotate  3.7.8-4   Log rotation utility
ii  lsb-base   3.2-23Linux Standard Base 3.2 init scrip
ii  perl   5.10.1-8  Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages privoxy recommends:
ii  doc-base  0.9.5  utilities to manage online documen

privoxy 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#562192: access to hppa machine to work on Bug #562192

2010-01-22 Thread xavier grave
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm trying to help on the packaging of polyorb (I'm not a Debian
Developer) and I would like to work on bug 562192. The test suite driver
fail on hppa with a nasty Segmentation fault.

Can someone give me access to an hppa machine?

Thanks in advance, xavier
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktZqpYACgkQVIZi0A5BZF4L9QCfXyL5gnoPBHji1cTwVcGOCXEk
XIUAnRqU9IoomWY1GlKRTscPTlHIq7tM
=Gocn
-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#566010: Re: debian upgrade stable to testing

2010-01-22 Thread Osamu Aoki
Hi,

On Thu, Jan 21, 2010 at 10:08:07PM +0300, Shrub Alexey wrote:
 21.01.10, 07:16, Frank Lin PIAT fp...@klabs.be:
   Upgrading from Stable to Testing is almost identical to upgrading from
   one stable release to another (i.e upgrading from Lenny to Squeeze) ,
   but doing so ahead of time.
   For Lenny to squeeze (not published yet):
 http://www.debian.org/releases/squeeze/releasenotes
   
   Franklin
 
 Thanks, but I am wrote this letter becаuse my friend, newbie in debian
 (but not newbie in the internet), can not find answer for question
 How to upgrade Debian from stable to testing on debian.org
 
 If this answer will be in FAQ - all newbie found it, without problem

I was going to make it easy for newbie by adding something in FAQ
filed #566010 and with help by Joost van Baal, I was about to commit

Then I found:
3.1.11 I am currently tracking stable. Can I change to testing or unstable? If 
so, How?

3.1.12 I am currently tracking testing (squeeze). What will happen when a 
release is made? Will I still be tracking testing or will my machine be running 
the new stable distribution?

I think these tiles were too long to get attention.  But this is style
issue.  

Since Javi wrote these section, hello Javi!

Unles someone is willing to go over all this section, it does not fit in
nicely.

Osamu








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



Bug#566255: whislist: cpu percent usage in status bar

2010-01-22 Thread Jose Miguel Martinez
Package: byobu
Version: 2.34-1
Severity: wishlist

I love byobu status bar. It is nice seeing system load, but I would appreciate 
seeing cpu usage too.
I did not find this in screen manual so this wishlist will probably have to be 
fordwarded to screen project.


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

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

Versions of packages byobu depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  gettext-base  0.17-8 GNU Internationalization utilities
ii  python2.5.4-5An interactive high-level object-o
ii  python-newt   0.52.10-5  A NEWT module for Python
ii  screen4.0.3-14   terminal multiplexor with VT100/AN

Versions of packages byobu recommends:
ii  lsb-release  3.2-23  Linux Standard Base version report
ii  update-notifier-common   0.70.7.debian-7 Files shared between update-notifi

Versions of packages byobu suggests:
ii  vim  2:7.2.330-1 Vi IMproved - enhanced vi editor
ii  vim-gnome [vim]  2:7.2.330-1 Vi IMproved - enhanced vi editor -
ii  vim-gtk [vim]2:7.2.330-1 Vi IMproved - enhanced vi editor -
ii  w3m  0.5.2-2.1   WWW browsable pager with excellent

-- 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#566254: vzctl: /etc/hostname should be set to hostname, not FQDN

2010-01-22 Thread Stephen Dolan
Package: vzctl
Version: 3.0.22-14


/etc/hostname should contain only the hostname of the system, i.e. foo
for foo.example.org. The file /etc/vz/dists/scripts/debian-set_hostname.sh
puts the fully-qualified domain name in /etc/hostname.

Quick patch to fix it:

--- debian-set_hostname.sh.dist 2008-11-15 20:55:26.0 +
+++ debian-set_hostname.sh  2010-01-22 13:18:14.0 +
@@ -31,6 +31,9 @@
local cfgfile=$1
local hostname=$2
 
+   # /etc/hostname should only contain the host name, not the FQDN
hostname ${hostname}
+   hostname=$(echo $hostname | sed 's/\..*//')
+
[ -z ${hostname} ]  return 0
echo ${hostname}  /etc/hostname
hostname ${hostname}


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

Kernel: Linux 2.6.26-2-openvz-amd64 (SMP w/2 CPU cores)
Locale: lang=en...@euro, lc_ctype=en...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages vzctl depends on:
ii  iproute   20080725-2 networking and traffic control too
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  vzquota   3.0.11-1   server virtualization solution - q

Versions of packages vzctl recommends:
ii  rsync 3.0.3-2fast remote file copy program (lik

Versions of packages vzctl suggests:
pn  linux-patch-openvznone (no description available)

-- debconf-show failed



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



Bug#533265: It would be good to fix this while people are still upgrading

2010-01-22 Thread Nicolas François
Hello Osamu,

On Fri, Jan 22, 2010 at 10:18:22PM +0900, Osamu Aoki wrote:
 
 On Thu, Jan 21, 2010 at 12:08:01PM -0600, Karl O. Pinc wrote:
  Security support will be dis-continued for etch on
  Feb 15th.   It'd be nice to fix the upgrade document
  while people are still upgrading.
 
 Could you elaborate what part of upgrade document is affected in what
 way?  ...and which document are you talking as upgrade document?

It's in the release notes

 Can you copy URL or something so we do not need to second guess inside
 your thought?

http://www.fr.debian.org/releases/stable/i386/release-notes/ch-upgrading.html#aptupgrade1st

I think Karl indicates that there will be no more oldstable support soon,
so some people might think about urging the oldstable - stable upgrade.

The problem with this bug is that there are no generic upgrade path.
The upgrade may fail with apt-get or with aptitude.

I made tested with the various default Debian installs, and I could not
find a generic upgrade path that always work.

-- 
Nekral



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



Bug#566252: sympa: ERROR: column XXX must appear in the GROUP BY clause or be used in an aggregate function

2010-01-22 Thread Jonas Smedegaard

Hi Gregory,

On Fri, Jan 22, 2010 at 02:15:27PM +0100, Gregory Colpart wrote:

Package: sympa
Version: 5.3.4-6.1
Severity: normal
Tags: patch fixed-upstream


I upgraded from Etch to Lenny, and I discover a bug when searching in 
logs (on Admin section on web interface):


Jan 22 12:40:25 serveur wwsympa[15628]: Log::get_first_db_log() Unable to execute SQL statement 
SELECT date_logs AS date, robot_logs AS robot, list_logs AS list, action_logs AS action, 
parameters_logs AS parameters, target_email_logs AS target_email,msg_id_logs AS msg_id, status_logs 
AS status, error_type_logs AS error_type, user_email_logs AS user_email, client_logs AS client, 
daemon_logs AS daemon FROM logs_table WHERE robot_logs='example.com' AND list_logs = 'testlist' 
GROUP BY date_logs  : ERROR:  column logs_table.robot_logs must appear in the 
GROUP BY clause or be used in an aggregate function

It seems like a typo bug in /usr/lib/sympa/bin/Log.pm where
there is GROUP BY instead of ORDER BY!


Thanks for reporting this.

I notice, however, that you've tagged it as fixed upstream.

Only security-related bugs will get applied to stable releases, 
i.e. the package in Lenny. Since we have moved on and (hopefully within 
a week) release sympa 6.0.1 for Debian unstable, we will simply close 
this bug when verified that upstream fix has emerged in debian.


Please tell us interested in testing the newer 6.x version.  We will 
then make that available as an unofficial backport for Lenny.



Kind regards,

- Jonas

--
* Jonas Smedegaard - idealist  Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#565983: [Pkg-libvirt-maintainers] Bug#565983: libvirt-bin: libvirtd crashes when accessed through virt-manager

2010-01-22 Thread Luca Tettamanti
On Fri, Jan 22, 2010 at 1:21 PM, Guido Günther a...@sigxcpu.org wrote:

 - Ursprüngliche Mitteilung -
 On Thu, Jan 21, 2010 at 11:49:47PM +0100, Laurent Léonard wrote:
  Le jeudi 21 janvier 2010 à 23:16, Luca Tettamanti a écrit :
   I encountered the same problem on my machine. The bug appeared after a
   recent upgrade, I've downgraded to 0.7.5-4 and I can connect with
   virt-manager again.
 
  I noticed libvirt only crashed at the first connection with Virt-manager. 
  If I
  start libvirt again and try to reconnect it works. I can confirm all Debian
  revisions of libvirt 0.7.5 are affected by that bug.
 
  See the upstream bug report 
  https://bugzilla.redhat.com/show_bug.cgi?id=556815
  for more informations.

 The stack trace matches what I'm seeing on my machine, however 0.7.5-4 works
 fine here. I only connect via ssh though.
 The trace lacks the glibc part (libc6-dbg).

Yeah, this is production machine...

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f8115bb8910 (LWP 17259)]
strlen () at ../sysdeps/x86_64/strlen.S:31
31  ../sysdeps/x86_64/strlen.S: No such file or directory.
in ../sysdeps/x86_64/strlen.S
Current language:  auto; currently asm
(gdb) bt
#0  strlen () at ../sysdeps/x86_64/strlen.S:31
#1  0x7f8119508516 in *__GI___strdup (s=0x63735f74736f6850
Address 0x63735f74736f6850 out of bounds) at strdup.c:42
#2  0x0041d1ff in remoteDispatchNodeDeviceLookupByName
(server=value optimized out, client=value optimized out,
conn=0x14ea030, hdr=value optimized out, rerr=0x7f8115bb7e30,
args=value optimized out, ret=0x7f8115bb7e80)
at remote.c:5401
#3  0x00424ab1 in remoteDispatchClientCall (server=value
optimized out, client=0x7f810c000ac0, msg=0x7f810c000c10)
at dispatch.c:506
#4  0x00424e63 in remoteDispatchClientRequest
(server=0x14c7570, client=0x7f810c000ac0, msg=0x7f810c000c10)
at dispatch.c:388
#5  0x0041826c in qemudWorker (data=value optimized out) at
libvirtd.c:1522
#6  0x7f81197e973a in start_thread (arg=value optimized out) at
pthread_create.c:300
#7  0x7f811955a6dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#8  0x in ?? ()
(gdb) disas
Dump of assembler code for function strlen:
0x7f81195087b0 strlen+0:  mov%rdi,%rcx
0x7f81195087b3 strlen+3:  mov%rdi,%r8
0x7f81195087b6 strlen+6:  and$0xfff0,%rdi
0x7f81195087ba strlen+10: pxor   %xmm1,%xmm1
0x7f81195087be strlen+14: or $0x,%esi
0x7f81195087c1 strlen+17: movdqa (%rdi),%xmm0
0x7f81195087c5 strlen+21: sub%rdi,%rcx
0x7f81195087c8 strlen+24: lea0x10(%rdi),%rdi
0x7f81195087cc strlen+28: pcmpeqb %xmm1,%xmm0
0x7f81195087d0 strlen+32: shl%cl,%esi
0x7f81195087d2 strlen+34: pmovmskb %xmm0,%edx
0x7f81195087d6 strlen+38: xor%eax,%eax
0x7f81195087d8 strlen+40: neg%r8
0x7f81195087db strlen+43: and%esi,%edx
0x7f81195087dd strlen+45: jne0x7f81195087f3 strlen+67
0x7f81195087df strlen+47: movdqa (%rdi),%xmm0
0x7f81195087e3 strlen+51: lea0x10(%rdi),%rdi
0x7f81195087e7 strlen+55: pcmpeqb %xmm1,%xmm0
0x7f81195087eb strlen+59: pmovmskb %xmm0,%edx
0x7f81195087ef strlen+63: test   %edx,%edx
0x7f81195087f1 strlen+65: je 0x7f81195087df strlen+47
0x7f81195087f3 strlen+67: lea-0x10(%rdi,%r8,1),%rdi
0x7f81195087f8 strlen+72: bsf%edx,%eax
0x7f81195087fb strlen+75: add%rdi,%rax
0x7f81195087fe strlen+78: retq
End of assembler dump.

strdup is called by make_nonnull_node_device (which is inlined):
dev_dst-name = strdup(dev_src-name);

Luca



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



Bug#566221: [util-vserver] vserver-build.debootstrap failure (patch included)

2010-01-22 Thread Daniel Hokka Zakrisson
Γιώργος Φαμέλης wrote:
 Package: util-vserver
 Version: 0.30.216-pre2864-1
 Severity: normal
 Tags: patch

 --- Please enter the report below this line. ---
 In file vserver-build.debootstrap the global variable workdir is used
 only when debootstrap is not installed.
 When debootstrap is installed $workdir remains emty and the statement
   $_RM -fr $workdir
 fails, resulting in
   base.setSuccess
 to report failure.

No, rm -f will never report failure for non-existant operands. This is
even in POSIX. What specific problem are you seeing that lead you to
conclude this?

-- 
Daniel Hokka Zakrisson



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



Bug#566256: g++-4.4: FTBFS because of mangled std::va_list

2010-01-22 Thread Patrick Matthäi
Package: g++-4.4
Version: 4.4.2-9
Severity: important

std::va_list has been mangled in the 4.4 release, so some more packages FTBFS
now on armel e.g. with:
/build/buildd-kdenlive_0.7.6+svn4238-1-armel-CUtj7g/kdenlive-0.7.6+svn4238/src/renderer.cpp:53:
 undefined reference to `QString::vsprintf(char const*, std::__va_list)'

See here:
https://buildd.debian.org/fetch.cgi?pkg=kdenlive;ver=0.7.6%2Bsvn4238-1;arch=armel;stamp=1263940764

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

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

Versions of packages g++-4.4 depends on:
ii  gcc-4.4   4.4.2-9The GNU C compiler
ii  gcc-4.4-base  4.4.2-9The GNU Compiler Collection (base 
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libmpfr1ldbl  2.4.2-3multiple precision floating-point 
ii  libstdc++6-4.4-dev4.4.2-9The GNU Standard C++ Library v3 (d

g++-4.4 recommends no packages.

Versions of packages g++-4.4 suggests:
pn  g++-4.4-multilib  none (no description available)
pn  gcc-4.4-doc   none (no description available)
pn  libstdc++6-4.4-dbgnone (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#566220: [PATCH] Clarify verbatim copy of its copyright and distribution license

2010-01-22 Thread Julien Cristau
On Thu, Jan 21, 2010 at 22:25:56 -0800, Steve Langasek wrote:

 Package: debian-policy
 Version: 3.8.3.0
 Tags: patch
 User: debian-pol...@packages.debian.org
 Usertags: informative
 
 Clarify what is meant by verbatim copy of its copyright and distribution
 license to be explicit about what Debian has always required for this file,
 to put to rest the silly arguments that this should be parsed as (copyright
 and distribution) license.  If someone wants to argue that Policy should
 *not* require reproducing the copyright notices when this is not required by
 the license, let them argue that Policy should be changed rather than
 wrongly claiming it's not a Policy requirement.

Seconded.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#566257: mutt suddenly does not work with attachements anymore issue

2010-01-22 Thread yellowprotoss
Package: mutt
Version: 1.5.20-5
Severity: normal


hello I have been using mutt and .mstmp since a long time on several machines. 
Suddenly attahcments arent workign anymore. The configuration is good and 
remained the same since from the server linux box, with the same /home, I can 
email normalyl and all works

OPn this machine, email works but not attachements:

here please find the issue

a...@hpmini:~$ 
n...@hpmini:~$ echo test | mutt n00b
n...@hpmini:~$ echo test  te
n...@hpmini:~$ echo test | mutt -a te n00c
Can't stat n00b: No such file or directory
n00b: unable to attach file.

I checked the other bugs, and they seems to be bit differnet to the issue above.

Squeeze is in testing. Up to now, with stable, I havent got mutt/sendmail 
problem any time. 

Best regards and all the wishes,
Yellow



-- Package-specific info:
Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.30-2-686 (i686)
ncurses: ncurses 5.7.20090803 (compiled with 5.7)
libidn: 1.15 (compiled with 1.15)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Nov 21 2009 11:02:22)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/share/mutt
SYSCONFDIR=/etc
EXECSHELL=/bin/sh
MIXMASTER=mixmaster
To contact the developers, please mail to mutt-...@mutt.org.
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2

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

Kernel: Linux 2.6.30-2-686 (SMP w/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 mutt depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libcomerr21.41.9-1   common error description library
ii  libgdbm3  1.8.3-9GNU dbm database routines (runtime
ii  libgnutls26   2.8.5-2the GNU TLS library - runtime libr
ii  libgpg-error0 1.6-1  library for common error values an
ii  libgpgme111.2.0-1.1  GPGME - GnuPG Made Easy
ii  libgssapi-krb5-2  1.7+dfsg-3 MIT Kerberos runtime libraries - k
ii  libidn11  1.15-2 GNU Libidn library, implementation
ii  libk5crypto3  1.7+dfsg-3 MIT Kerberos runtime libraries - C
ii  libkrb5-3 1.7+dfsg-3 MIT Kerberos runtime libraries
ii  libncursesw5  5.7+20090803-2 shared libraries for terminal hand
ii  libsasl2-22.1.23.dfsg1-3 Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  libsasl2-modules  2.1.23.dfsg1-3 Cyrus SASL - pluggable authenticat
ii  locales   2.10.2-2   GNU C Library: National Language (
ii  mime-support  3.47-1 MIME files 'mime.types'  'mailcap
ii  sendmail-bin [mail-transp 8.14.3-9   powerful, efficient, and scalable 

Versions of packages mutt suggests:
ii  aspell0.60.6-2   GNU Aspell spell-checker
ii  ca-certificates   20090814   Common CA certificates
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep
pn  mixmaster none (no description available)
ii  openssl   0.9.8k-7   Secure Socket Layer (SSL) binary a
pn  urlview   none (no description available)

Versions of packages mutt is related to:
ii  mutt  1.5.20-5   text-based mailreader supporting M
pn  mutt-dbg  none (no description available)
pn  mutt-patched  none (no description available)

-- no debconf information



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



Bug#566258: spu: fix expat denial-of-services in python packages

2010-01-22 Thread Michael Gilbert
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: pu
Severity: normal

i have prepared updates that fix the expat denial-of-services in
lenny's python packages (python2.5, python2.4, and python-xml).  see
attached debdiffs.

mike


python2.4.debdiff
Description: Binary data


python2.5.debdiff
Description: Binary data


python-xml.debdiff
Description: Binary data


Bug#514260: linux-image-2.6.26-1-amd64: kernel does not support multiple, not similarm soundcards

2010-01-22 Thread Vincent Danjean

On 22/01/2010 12:27, Olaf Zevenboom wrote:

Hi

all kernels since then : all kernels released under Lenny. I have not
tried newer kernels from outside of the Lenny repos. I am a bit reluctant to
do so as it usually requires other packages such as udev and libc to be
upgraded too and therefor can have a serious impact on the stability of a
system.


No, it is the contrary : new udev (and perhaps libc) requires new kernel. But
new kernels do not require new udev/libc. So you can try to install only
the new kernel (and perhaps firmware packages if your hardware need them).
And if something does not work, you only have to reboot and select your
previous kernel at grub time.

  Regards,
Vincent


If it would be just the recompilation of the Vmware-server2-wrapper
I am running it would be fine. But I am not looking for a cascade of
dependencies. Could you please comment on this?

Thanks in advance,
Olaf




--
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial packages: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main




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



Bug#565185: X server crashes when gnome-screensaver blanks the screen

2010-01-22 Thread Dmitry Borodaenko
I have the same problem, down to the identical stack trace in the
logs. It mostly happens when I use external monitor instead of my
laptop's screen. Package versions are the same as with the original
reporter's:

ii  xserver-common   2:1.7.4-1
   common files used by various X servers
ii  xserver-xorg 1:7.5+1
   the X.Org X server
ii  xserver-xorg-core2:1.7.4-1
   Xorg X server - core server
ii  xserver-xorg-input-evdev 1:2.3.2-3
   X.Org X server -- evdev input driver
ii  xserver-xorg-input-kbd   1:1.4.0-1
   X.Org X server -- keyboard input driver
ii  xserver-xorg-input-mouse 1:1.5.0-1
   X.Org X server -- mouse input driver
ii  xserver-xorg-video-intel 2:2.9.1-2
   X.Org X server -- Intel i8xx, i9xx display
driver

xrandr and lspci outputs attached.

-- 
Dmitry Borodaenko


xrandr.log
Description: Binary data


lspci.log
Description: Binary data


Bug#528115: gallery2: contains non-free material

2010-01-22 Thread Michael Schultheiss
Jan Wagner wrote:
 Hi Michael,
 
 On Saturday, 24. October 2009, Michael Schultheiss wrote:
  Luk Claes wrote:
   What's the status of this RC bug report?
  
  I've done the equivalent fix for gallery - I need to do a similar fix
  for gallery2 as well.
  
 any progress here?

Sorry for the delay - I plan on working on this at the NYC BSP next
weekend if I can't get to it before then.


signature.asc
Description: Digital signature


Bug#426048: Packaging FUPPES

2010-01-22 Thread Michael Schultheiss
Robert Massaioli wrote:
Okay, well Eva seems to have done something and I'm going to continue
to do work too so a combined project should be created.
I'll try and create one on allioth asap.

There's no need to create a new project on alioth unless we want our own
separate infrastructure like mailing lists, etc.  We can use the
existing collab-maint project:

https://alioth.debian.org/projects/collab-maint/
http://wiki.debian.org/Alioth/PackagingProject



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



Bug#557074: svk scheduled for removal

2010-01-22 Thread Dario Minnucci
Hi,

I may be interested in taking over this package.

If turns into RFA|O, please let me know.

Saluti.

-- 
 Dario Minnucci mid...@debian.org
 Phone: +34 902021030 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = 62FF F60F CE79 9CE4 EBA8  523F FC84 1B2D 82C8 B711




signature.asc
Description: OpenPGP digital signature


Bug#566253: privoxy: tor configuration lost

2010-01-22 Thread Roland Rosenfeld
Bernhard Kuemel schrieb am Freitag, den 22. Januar 2010:

 Package: privoxy
 Version: 3.0.12-2
 Severity: important

 Iceweasel/torbutton/privoxy/tor used to work for me. Now I found out
 connections were no longer anonymized. The line
 
 forward-socks4a   /   127.0.0.1:9050 .
 
 was commented in /etc/privoxy/config. Uncommenting this line 
 reactivated tor functionality.
 
 I don't know how the line became commented, maybe during an upgrade. If 
 tor fails silently (torbutton indicating 'Tor Enabled') this may be very
 dangerous for some people.

I do not think that this is a bug in privoxy.  privoxy does not change
its configuration itself.  If you changed the configuration and
upgrade to a newer version, dpkg asks you whether you want to stay
with the old configuration (default) or whether you want to install
the new version (which would not contain your socks setting).

But you have to manually request to use the new configuration to get
into this situation!

If torbutton still tells you that you are using tor, this may be a bug
in torbutton.

I have no idea what you expect me to do to solve this problem...

Tscho

Roland



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



Bug#566227: eagle: Version 5.7.0 is available

2010-01-22 Thread Scott Howard
Thanks for the report. Eagle 5.7.0 is packaged and is waiting for
upload at mentors.debian.net

http://mentors.debian.net/debian/pool/non-free/e/eagle/

We're just waiting for a DD to upload.

Regards,
Scott



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



Bug#566249: Missing support for broken SONAME libfoo.so

2010-01-22 Thread Goswin von Brederlow
Guillem Jover guil...@debian.org writes:

 Hi!

 On Fri, 2010-01-22 at 13:55:00 +0100, Goswin von Brederlow wrote:
 Package: dpkg-dev
 Version: 1.15.4.1
 Severity: normal
 File: /usr/bin/dpkg-shlibdeps

 in the process of packaging the Intel pro c/c++ compiler I run into
 the problem that their libraries have broken SONAME libfoo.so. They
 do not have any soversion at all. Because of this dpkg-shlibdeps
 ignores those libraries completly and one can not create a shlibs
 entry for them.
 
 I think it would be better if a soversion of 0 would be assumed in
 such cases so that one can still get automatic dependencies for such
 libs. The change in dpkg-shlibdeps would be simple:

 [...]

 If that is acceptable then please do clone the bug to dh_makeshlibs so
 it automatically generates dependencies for such libs as well.

 I don't think this is acceptable at all, dpkg-shlibdeps should not be
 generating bogus information, if the library does not have it, then
 that's a problem with the library, you should bring this up with them,
 and discuss how they handle the stability of their ABI and possible
 incompatibilities, etc. This would also make it acceptable for Debian
 (and derivatives) to have such libraries which it's not.

Unfortunately this is a comercial binary only product and educating
them is at best a lengthy process. The stability of their ABI, or
rather lack thereof, is exactly why I want this. Currently any package
build with the intel c compiler needs to manually add

 Depends: intel-icc-lib-compiler version (= compiler upstream version),
  intel-icc-lib-compiler version (= compiler upstream version+1)

The code to generate that is rather ugly and I would rather not have
to duplicate it for every package being compiled with icc. This is
something that is far better kept in the .shlibs file. That is what
they ar for after all.

The ABI stability and possible incompatibilities of a library without
soversion is in no way worse than a library with soversion 0 that
never ever changes despite ABI changes. Every time the ABI changes I
need to change the package name and adjust the shlibs file.

As to the acceptablility of such libraries in Debian: They can already
enter Debian. They just can not use shlibs files. I would rather have
dpkg-shlibsdebs fail if such a library is used without shlibs entry
than have it silently be ignored. If such libraries are unacceptable
then lintian could check for them. Instead of a soversion of 0 a
soversion of -1 could be faked making it trivial to generate lintian
errors for them and the DAK could reject such packages.

 I'll wait for Raphaël's comments, but otherwise I think this report
 should just get closed.

 regards,
 guillem

MfG
Goswin



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



Bug#557807: proposed argus-server patch

2010-01-22 Thread Steffen Joeris
Hi Andrew

Following up on this bugreport, if I take the current argus-server package 
from unstable and try to rebuild it, I'll end up without the argus (or 
argus_linux) binary in the package[0]. There seems to be a change in the 
libpcap package's API. Also, you've used the pcap_read() and 
pcap_offline_read() 
functions. I found a similar problem in tcptrace[1] and it was suggested to 
use the public pcap_dispatch() function. Since I am not using angus-server, I 
have done some preliminary testing and I could at least see that angus could 
record some wlan traffic and i could read it with ra. I'll try to discuss this 
bug later with the libpcap maintainer (Torsten Werner) here at the BSP, but 
your comments would of course be appreciated as well.

Cheers
Steffen

[0]: I think we should actually consider this a bug but let's leave it for 
now.

[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545595
--- argus-2.0.6.fixes.1.orig/common/argus_filter.c
+++ argus-2.0.6.fixes.1/common/argus_filter.c
@@ -3628,10 +3628,10 @@
 
 #include stdio.h
 
-extern void bpf_dump(struct bpf_program *, int);
+extern void bpf_dump(const struct bpf_program *, int);
 
 void
-bpf_dump(struct bpf_program *p, int option)
+bpf_dump(const struct bpf_program *p, int option)
 {
struct bpf_insn *insn;
int i;
only in patch2:
unchanged:
--- argus-2.0.6.fixes.1.orig/include/argus_filter.h
+++ argus-2.0.6.fixes.1/include/argus_filter.h
@@ -142,7 +142,7 @@
 u_int ipaddrtonetmask(u_int);
 u_int getnetnumber(u_int);
 
-void bpf_dump(struct bpf_program *, int);
+void bpf_dump(const struct bpf_program *, int);
 
 char *intoa(u_int);
 static SIGRET nohostname(int);
@@ -225,7 +225,7 @@
 extern u_int ipaddrtonetmask(u_int);
 extern u_int getnetnumber(u_int);
 
-extern void bpf_dump(struct bpf_program *, int);
+extern void bpf_dump(const struct bpf_program *, int);
 
 extern char *intoa(u_int);
 extern char * getname(u_char *);
only in patch2:
unchanged:
--- argus-2.0.6.fixes.1.orig/server/ArgusSource.h
+++ argus-2.0.6.fixes.1/server/ArgusSource.h
@@ -324,7 +324,7 @@
 
 int ArgusCreatePktFromFddi(const struct fddi_header *, struct ether_header *, int);
 
-extern char *bpf_image(struct bpf_insn *, int);
+extern char *bpf_image(const struct bpf_insn *, int);
 
 
 #else /* defined(ArgusSource) */
only in patch2:
unchanged:
--- argus-2.0.6.fixes.1.orig/server/ArgusSource.c
+++ argus-2.0.6.fixes.1/server/ArgusSource.c
@@ -956,7 +956,7 @@
ArgusInterfaceIndex = i;
switch (ArgusInterface[i].ArgusInterfaceType) {
   case ARGUSLIBPPKTFILE:
- if ((pcap_read (ArgusPd[i], -1, ArgusCallBack, (u_char *) NULL))  0) {
+ if ((pcap_dispatch (ArgusPd[i], -1, ArgusCallBack, (u_char *) NULL))  0) {
 #ifdef ARGUSDEBUG
 ArgusDebug (4, ArgusGetPackets: pcap_read() returned %s, pcap_geterr(ArgusPd[i]));
 #endif
@@ -1022,7 +1022,7 @@
  } while (noerror  (Nflag != 0)  (!(ArgusShutDownStarted)));

   } else {
- pcap_offline_read (ArgusPd[0], -1, ArgusCallBack, (u_char *) NULL);
+ pcap_dispatch (ArgusPd[0], -1, ArgusCallBack, (u_char *) NULL);
   }
}
 


Bug#566256: g++-4.4: FTBFS because of mangled std::va_list

2010-01-22 Thread Matthias Klose

clone 566256 -1
reassign -1 566256
severity -1 serious
tags 566256 + wontfix
thanks

On 22.01.2010 14:56, Patrick Matthäi wrote:

Package: g++-4.4
Version: 4.4.2-9
Severity: important

std::va_list has been mangled in the 4.4 release, so some more packages FTBFS
now on armel e.g. with:
/build/buildd-kdenlive_0.7.6+svn4238-1-armel-CUtj7g/kdenlive-0.7.6+svn4238/src/renderer.cpp:53:
 undefined reference to `QString::vsprintf(char const*, std::__va_list)'

See here:
https://buildd.debian.org/fetch.cgi?pkg=kdenlive;ver=0.7.6%2Bsvn4238-1;arch=armel;stamp=1263940764


either rebuild qt4-x11 on armel, or change the soname for a clean transition. 
afaik, there's decision yet how to handle the ABI change for ARM.




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



Bug#533555: libdumb: Licence for DUMB v0.9.3 makes it non-free

2010-01-22 Thread Marcos Marado
Greetings,

The author of this package seems to think that the license  doesn't make it 
non-free:

t's an obvious joke...clause 6 makes it clear that 4 and 5 are jokes and
it's a free software license. [1]

I think that this should be brought up to debian-legal, and if they still 
think that the license is non-free, then they should discuss their reasoning 
with the author (who seems open to such a discussion, and interested in 
having libdumb as free).

[1] http://sf.net/tracker/?func=detailatid=403156aid=2920132group_id=31756
-- 
Marcos Marado



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



Bug#566260: No long description

2010-01-22 Thread Loïc Minier
Package: outo
Version: 0.1.1-2

Hi

 Your package doesn't have any long description; A simple unit tester
 for C/C++ is really too short to decide to install the package or not.
 You could mention the features from the README for instance.

Thanks
-- 
Loïc Minier



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



Bug#550257: emesene: Create group and delete contacts do not works

2010-01-22 Thread Saulo Soares de Toledo
Sorry for time. but I can confirm it's fixed into 1.6 mate.
Not sure about 1.5.1, but it's fixed now!


2009/10/22 Emilio Pozuelo Monfort poch...@gmail.com

 Saulo Soares de Toledo wrote:
  Package: emesene
  Version: 1.5-2
  Severity: normal
 
  I can't create groups to my contacts and/or delete them on my account.

 I believe this to be fixed in 1.5.1, can you confirm?

 Thanks,
 Emilio




  1   2   3   4   >