Bug#527872: [Pkg-utopia-maintainers] Bug#527872: upgrading dbus or running the init script kills X

2009-05-09 Thread Michael Biebl
tags 527872 moreinfo unreproducible
thanks

Norbert Preining wrote:
 Package: dbus
 Version: 1.2.14-2
 Severity: important
 
 Just upgraded two times dbus and both times I was kicked out of my
 X (Gnome) session when X restarted.
 
 That is not acceptable behaviour, and I tend to raise the severity to 
 serious for this bug, but start out with important.
 
 That happens not only when upgrading dbus, also a simply restart of the
 dbus service (which unfortunately is sometimes necessary to get some
 hardware working after suspend) triggers a restart of X.
 

Hm, I can not reproduce this problem here, restarting dbus does not kill my X
session.

Could you check/attach your Xorg log file please

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



signature.asc
Description: OpenPGP digital signature


Bug#527874: init.d status support

2009-05-09 Thread Peter Eisentraut
Package: sysklogd
Version: 1.5-5
Severity: wishlist
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

Here is a patch to support the status action in the init scripts.
diff -u sysklogd-1.5/debian/control sysklogd-1.5/debian/control
--- sysklogd-1.5/debian/control
+++ sysklogd-1.5/debian/control
@@ -8,7 +8,7 @@
 Package: sysklogd
 Architecture: any
 Section: admin
-Depends: ${shlibs:Depends}, klogd | linux-kernel-log-daemon
+Depends: ${shlibs:Depends}, klogd | linux-kernel-log-daemon, lsb-base (= 3.2-13)
 Conflicts: syslogd
 Provides: syslogd, system-log-daemon
 Replaces: syslogd
@@ -21,7 +21,7 @@
 Package: klogd
 Architecture: any
 Section: admin
-Depends: ${shlibs:Depends}, sysklogd | system-log-daemon
+Depends: ${shlibs:Depends}, sysklogd | system-log-daemon, lsb-base (= 3.2-13)
 Conflicts: sysklogd (= 1.3-33)
 Provides: linux-kernel-log-daemon
 Replaces: sysklogd
diff -u sysklogd-1.5/debian/rc sysklogd-1.5/debian/rc
--- sysklogd-1.5/debian/rc
+++ sysklogd-1.5/debian/rc
@@ -109,8 +109,12 @@
 	$0 start
 fi
 ;;
+  status)
+status_of_proc $binpath syslogd
+exit $?
+;;
   *)
-log_success_msg Usage: /etc/init.d/sysklogd {start|stop|reload|restart|force-reload|reload-or-restart}
+log_success_msg Usage: /etc/init.d/sysklogd {start|stop|reload|restart|force-reload|reload-or-restart|status}
 exit 1
 esac
 
diff -u sysklogd-1.5/debian/rc.klogd sysklogd-1.5/debian/rc.klogd
--- sysklogd-1.5/debian/rc.klogd
+++ sysklogd-1.5/debian/rc.klogd
@@ -41,8 +41,12 @@
 start-stop-daemon --start --quiet --pidfile $pidfile --name klogd --startas $binpath -- $KLOGD
 log_end_msg $?
 ;;
+  status)
+status_of_proc $binpath klogd
+exit $?
+;;
   *)
-log_success_msg Usage: /etc/init.d/klogd {start|stop|restart|force-reload}
+log_success_msg Usage: /etc/init.d/klogd {start|stop|restart|force-reload|status}
 exit 1
 esac
 


Bug#527876: init.d status support

2009-05-09 Thread Peter Eisentraut
Package: dhcdbd
Version: 3.0-5
Severity: wishlist
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

Here is a patch to support the status action in the init.d script.
diff -u dhcdbd-3.0/debian/dhcdbd.init dhcdbd-3.0/debian/dhcdbd.init
--- dhcdbd-3.0/debian/dhcdbd.init
+++ dhcdbd-3.0/debian/dhcdbd.init
@@ -66,6 +66,9 @@
 	d_start
 	log_end_msg $?
 	;;
+  status)
+	status_of_proc $DAEMON $NAME
+	;;
   *)
 	echo Usage: $SCRIPTNAME {start|stop|restart|force-reload} 2
 	exit 1
diff -u dhcdbd-3.0/debian/control dhcdbd-3.0/debian/control
--- dhcdbd-3.0/debian/control
+++ dhcdbd-3.0/debian/control
@@ -10,7 +10,7 @@
 
 Package: dhcdbd
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, dhcp3-client, dbus (= 0.60), lsb-base (= 3.0-6)
+Depends: ${misc:Depends}, ${shlibs:Depends}, dhcp3-client, dbus (= 0.60), lsb-base (= 3.2-13)
 Description: D-Bus interface to the ISC DHCP client
  dhcdbd provides a D-Bus interface to dhclient, the DHCP client from ISC,
  so applications such as NetworkManager can query and control dhclient.


Bug#527746: RFP: dirac -- advanced royalty-free video compression format

2009-05-09 Thread Reinhard Tartler
Andres Mejia mcita...@gmail.com writes:

 Package: wnpp
 Severity: wishlist

 * Package name: dirac
   Version : 1.0.2
   Upstream Author : Thomas Davies diraci...@rd.bbc.co.uk
 * URL : http://diracvideo.org/
 * License : MPL 1.1, LGPL, GPL, MIT
   Programming Lang: C
   Description : advanced royalty-free video compression format

 Dirac is an advanced royalty-free video compression format designed for a wide
 range of uses, from delivering low-resolution web content to broadcasting HD 
 and
 beyond, to near-lossless studio editing.

Ubuntu already has this packaged, here the latest few changelog entires:

dirac (1.0.2-0ubuntu1) jaunty; urgency=low

  * New upstream release
  * debian/watch: Remove debian uupdate 
  * debian/control: Add ${misc:Depends} to all packages 
  * debian/{control,rules,patches/*}: Drop patchsys and patch as applied
upstream.

 -- Iain Lane la...@ubuntu.com  Wed, 18 Feb 2009 23:29:52 +

dirac (1.0.0-0ubuntu1) jaunty; urgency=low

  * New upstream release 1.0.0 (LP: #302954)
  * debian/dirac.manpages, debian/dirac.links: Move manpage and symlink
names out into separate files. Add missing manpage links.
  * debian/BMPtoRGB.1: Update with missing manpages. 

 -- Iain Lane la...@ubuntu.com  Fri, 28 Nov 2008 00:03:56 +

dirac (0.10.0-0ubuntu1) intrepid; urgency=low

  * New upstream release (LP: #259495)
  * debian/patches/warn_unused_result.patch: Patch some fwrite calls to take
results, fixing FTBFS. Also b-d on quilt for this.

 -- Iain Lane i...@orangesquash.org.uk  Tue, 19 Aug 2008 20:27:46 +0100

dirac (0.9.1-0ubuntu2) hardy; urgency=low

  * debian/control: Added missing build-dependencies for documentation.

 -- Matvey Kozhev si...@lucidfox.org  Thu, 14 Feb 2008 01:31:42 +0600


http://packages.ubuntu.com/karmic/dirac

I'd suggest to just import that package into our git repository and use
that as basis for the debian packaging.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#527875: does not remove PID file on stop

2009-05-09 Thread Peter Eisentraut
Package: dhcdbd
Version: 3.0-5
Severity: normal

After /etc/init.d/dhcdbd stop, the PID file /var/run/dhcdbd.pid is still 
there.  It appears that the daemon doesn't remove it by itself, so you will 
have to remove it yourself in the init script.  (Or the daemon is buggy.)

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

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

Versions of packages dhcdbd depends on:
ii  dbus  1.2.12-1   simple interprocess messaging syst
ii  dhcp3-client  3.1.1-6DHCP client
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.12-1   simple interprocess messaging syst
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip

dhcdbd recommends no packages.

dhcdbd 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#527876: [Pkg-utopia-maintainers] Bug#527876: init.d status support

2009-05-09 Thread Michael Biebl
Peter Eisentraut wrote:
 Package: dhcdbd
 Version: 3.0-5
 Severity: wishlist
 Tags: patch
 User: pet...@debian.org
 Usertags: initd-status-support
 
 Here is a patch to support the status action in the init.d script.
 

Hi Peter,

thanks a lot for the patch. Unfortunately I don't plan any further upload of
dhcdbd, see [1].

Cheers,
Michael

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527849
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#527761: ffmpeg-debian: FTBFS for unstripped ffmpeg build, static libraries missing

2009-05-09 Thread Reinhard Tartler
Andres Mejia mcita...@gmail.com writes:

 Package: ffmpeg-debian
 Version: 4:0.5+svn20090420-2
 Severity: normal
 Tags: patch

where is the patch? Did you forget to attach it?

 Building the unstripped ffmpeg library fails because the static libraries are
 not built. Simple fix is to edit debian/confflags and have 'FLAVORS' always
 include 'static'.

where will the .a files be installed then? If they are not (which I
suppose), then I don't think this is the correct solution.

 What's the reason to not include the static libraries in the unstripped ffmpeg
 library?

the static libraries are installed in the -dev packages, and there is
not really a point in adding them

 Those static libraries can be useful and are probably more beneficial
 to those that don't want to depend on the stripped Debian system or static
 libraries.

please provide me a specific use case and preferably a user that would
actually benefit from this. the package is already pretty complicated
and I'd rather like make it easier than more complicated.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#527811: ffmpeg: Please enable libopenjpeg support

2009-05-09 Thread Reinhard Tartler
Andres Mejia mcita...@gmail.com writes:

 Package: ffmpeg
 Version: 4:0.5+svn20090420-2
 Severity: wishlist

 ffmpeg should be built with libopenjpeg support.

good catch!

Have you tested if it works with the libopenjpeg in debian? If it works
for you, please add the build dependency and the necessary configure
line and push it to our repository.


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#527879: init.d status exit codes

2009-05-09 Thread Peter Eisentraut
Package: proftpd-basic
Version: 1.3.2-3
Severity: normal
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

The init script in this package supports a status action, which works well, 
but does not return a correct exit code in accordance with the LSB 
specification.  Please consider the small attached patch to fix this.
diff -u proftpd-dfsg-1.3.2/debian/proftpd-basic.init proftpd-dfsg-1.3.2/debian/proftpd-basic.init
--- proftpd-dfsg-1.3.2/debian/proftpd-basic.init
+++ proftpd-dfsg-1.3.2/debian/proftpd-basic.init
@@ -194,6 +194,7 @@
 status)
 	if [ x$INETD = xyes ] ; then
 	echo ProFTPd is started from inetd/xinetd.
+	exit 0
 	else 
 	if [ -f $PIDFILE ]; then
 		pid=$(cat $PIDFILE)
@@ -202,8 +203,10 @@
 	fi
 	if [ `pidof proftpd|grep $pid|wc -l` -ne 0 ] ; then
 		echo ProFTPd is started in standalone mode, currently running.
+	exit 0
 	else
 		echo ProFTPd is started in standalone mode, currently not running.
+	exit 3
 	fi
 	fi
 	;;


Bug#527844: ffmpeg-debian: Please add bzlib support

2009-05-09 Thread Reinhard Tartler
Andres Mejia mcita...@gmail.com writes:

 ffmpeg should include bzlib support.

 I've noticed that I've been using ffmpeg with bzlib support
 unintentionally whenever I would build the unstripped ffmpeg
 libraries. I haven't had any problems so maybe ffmpeg should
 build-depend on libbz2-dev.

 Also, this would add bz2 commpressed track support for matroska. More info is 
 at
 http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-May/047255.html.

again as with the previous bug, if it works for you, just add the
necessary changes it to our branch!

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#527878: pdebuild.1: Stating that `the first option is always the operation to be done' is wrong.

2009-05-09 Thread gL2n30Y06arv2 gL2n30Y06arv2

Package: pbuilder
Version: 0.187
Severity: normal
Tags: patch

The following omits a wrong assertion:
1. It is misleading.
2. The example at the end does not use any option.
3. pdebuild-user-mode-linux.1

--- ../pdebuild.1.orig  2009-05-09 09:12:54.0 +0300
+++ ../pdebuild.1.mod   2009-05-09 09:15:19.0 +0300
@@ -18,8 +18,7 @@

 .SH PDEBUILD OPTIONS

-The first option is always the operation to be done.
-It is followed by options of the form
+The options has the form
 .BI \-\- option name
 which modify the semantics as explained below.
 They are applied from left to right, and when


_
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/


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



Bug#527877: FTBFS: undefined reference to `db_create' and similar

2009-05-09 Thread Peter Eisentraut
Package: bind9
Version: 1:9.6.0.dfsg.P1-2
Severity: serious
Justification: no longer builds from source

This package fails to build like this:

gcc -fno-strict-aliasing -DDIG_SIGCHASE -O2 -I/usr/include/libxml2 -o 
.libs/named .libs/builtin.o .libs/client.o .libs/config.o .libs/control.o 
.libs/controlconf.o .libs/interfacemgr.o .libs/listenlist.o .libs/log.o 
.libs/logconf.o .libs/main.o .libs/notify.o .libs/query.o .libs/server.o 
.libs/sortlist.o .libs/statschannel.o .libs/tkeyconf.o .libs/tsigconf.o 
.libs/update.o .libs/xfrout.o .libs/zoneconf.o .libs/lwaddr.o .libs/lwresd.o 
.libs/lwdclient.o .libs/lwderror.o .libs/lwdgabn.o .libs/lwdgnba.o 
.libs/lwdgrbn.o .libs/lwdnoop.o.libs/lwsearch.o .libs/dlz_drivers.o 
.libs/sdlz_helper.o .libs/dlz_bdb_driver.o .libs/dlz_bdbhpt_driver.o 
.libs/dlz_filesystem_driver.o .libs/dlz_ldap_driver.o .libs/dlz_stub_driver.o 
unix/.libs/os.o  ../../lib/lwres/.libs/liblwres.so 
../../lib/dns/.libs/libdns.so -L/usr/lib -lgssapi_krb5 -lcrypto 
../../lib/bind9/.libs/libbind9.so ../../lib/isccfg/.libs/libisccfg.so 
../../lib/isccc/.libs/libisccc.so ../../lib/isc/.libs/libisc.so -ldb-4.2 -lldap 
-llbe
 r -lcap -lnsl -lpthread /usr/lib/libxml2.so
.libs/dlz_bdb_driver.o: In function `bdb_opendb':
dlz_bdb_driver.c:(.text+0x39f): undefined reference to `db_create'
dlz_bdb_driver.c:(.text+0x3ab): undefined reference to `db_strerror'
dlz_bdb_driver.c:(.text+0x42a): undefined reference to `db_strerror'
dlz_bdb_driver.c:(.text+0x48d): undefined reference to `db_strerror'
.libs/dlz_bdb_driver.o: In function `bdb_create':
dlz_bdb_driver.c:(.text+0x5ca): undefined reference to `db_env_create'
dlz_bdb_driver.c:(.text+0x5db): undefined reference to `db_strerror'
dlz_bdb_driver.c:(.text+0x77d): undefined reference to `db_strerror'
dlz_bdb_driver.c:(.text+0x7e1): undefined reference to `db_strerror'
dlz_bdb_driver.c:(.text+0x8c2): undefined reference to `db_strerror'
.libs/dlz_bdbhpt_driver.o: In function `bdbhpt_opendb':
dlz_bdbhpt_driver.c:(.text+0x38f): undefined reference to `db_create'
dlz_bdbhpt_driver.c:(.text+0x39b): undefined reference to `db_strerror'
dlz_bdbhpt_driver.c:(.text+0x41a): undefined reference to `db_strerror'
dlz_bdbhpt_driver.c:(.text+0x47d): undefined reference to `db_strerror'
.libs/dlz_bdbhpt_driver.o: In function `.L37':
dlz_bdbhpt_driver.c:(.text+0x67d): undefined reference to `db_env_create'
dlz_bdbhpt_driver.c:(.text+0x692): undefined reference to `db_strerror'
.libs/dlz_bdbhpt_driver.o: In function `.L35':
dlz_bdbhpt_driver.c:(.text+0x7c1): undefined reference to `db_strerror'
collect2: ld returned 1 exit status
make[3]: *** [named] Error 1
make[3]: Leaving directory 
`/home/peter/devel/debian/status-support/bind9-9.6.0.dfsg.P1/bin/named'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory 
`/home/peter/devel/debian/status-support/bind9-9.6.0.dfsg.P1/bin'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory 
`/home/peter/devel/debian/status-support/bind9-9.6.0.dfsg.P1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

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

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

Versions of packages bind9 depends on:
ii  adduser  3.110   add and remove users and groups
ii  bind9utils   1:9.5.1.dfsg.P2-1   Utilities for BIND
ii  debconf [debconf-2.0 1.5.26  Debian configuration management sy
ii  libbind9-40  1:9.5.1.dfsg.P2-1   BIND9 Shared Library used by BIND
ii  libc62.9-4   GNU C Library: Shared libraries
ii  libcap2  1:2.16-5support for getting/setting POSIX.
ii  libdb4.7 4.7.25-6Berkeley v4.7 Database Libraries [
ii  libdns45 1:9.5.1.dfsg.P2-1   DNS Shared Library used by BIND
ii  libgssapi-krb5-2 1.6.dfsg.4~beta1-13 MIT Kerberos runtime libraries - k
ii  libisc45 1:9.5.1.dfsg.P2-1   ISC Shared Library used by BIND
ii  libisccc40   1:9.5.1.dfsg.P2-1   Command Channel Library used by BI
ii  libisccfg40  1:9.5.1.dfsg.P2-1   Config File Handling Library used 
ii  libldap-2.4-22.4.11-1OpenLDAP libraries
ii  liblwres40   1:9.5.1.dfsg.P2-1   Lightweight Resolver Library used 
ii  libssl0.9.8  0.9.8g-16   SSL shared libraries
ii  libxml2  2.7.3.dfsg-1GNOME XML library
ii  lsb-base 3.2-22  Linux Standard Base 3.2 init scrip
ii  net-tools1.60-23 The NET-3 networking toolkit
ii  netbase  4.34Basic TCP/IP networking system

bind9 recommends no packages.

Versions of packages bind9 suggests:
pn  bind9-doc  none(no 

Bug#527881: init.d status support

2009-05-09 Thread Peter Eisentraut
Package: vsftpd
Version: 2.1.1~pre1-2
Severity: wishlist
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

Here is a patch to support the status action in the init.d script.

I changed the [ -r ] to [ -e ] at the top to allow the status action to run as 
non-root user.  I think the change doesn't make a difference in practice.
diff -u vsftpd-2.1.1~pre1/debian/vsftpd.init vsftpd-2.1.1~pre1/debian/vsftpd.init
--- vsftpd-2.1.1~pre1/debian/vsftpd.init
+++ vsftpd-2.1.1~pre1/debian/vsftpd.init
@@ -28,7 +28,7 @@
 
 test -x $DAEMON || exit 0
 
-if [ ! -r $LOGFILE ]
+if [ ! -e $LOGFILE ]
 then
   touch $LOGFILE
   chmod 640 $LOGFILE
@@ -60,8 +60,22 @@
 start-stop-daemon --stop --pidfile /var/run/vsftpd/vsftpd.pid --signal 1 --exec $DAEMON
 echo .
 ;;
+  status)
+pid=`cat /var/run/vsftpd/vsftpd.pid 2/dev/null` || true
+if test ! -f /var/run/vsftpd/vsftpd.pid -o -z $pid; then
+  echo vsftpd is not running
+  exit 3
+fi
+if ps $pid /dev/null 21; then
+  echo vsftpd is running
+  exit 0
+else
+  echo vsftpd is not running
+  exit 1
+fi
+;;
   *)
-echo Usage: /etc/init.d/$NAME {start|stop|restart|reload}
+echo Usage: /etc/init.d/$NAME {start|stop|restart|reload|status}
 exit 1
 ;;
 esac
diff -u vsftpd-2.1.1~pre1/debian/changelog vsftpd-2.1.1~pre1/debian/changelog
--- vsftpd-2.1.1~pre1/debian/changelog
+++ vsftpd-2.1.1~pre1/debian/changelog
@@ -1,3 +1,10 @@
+vsftpd (2.1.1~pre1-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * status support
+
+ -- Peter Eisentraut pet...@debian.org  Sat, 09 May 2009 09:37:27 +0300
+
 vsftpd (2.1.1~pre1-2) unstable; urgency=medium
 
   * Correcting wrong charset definition in Galizian debconf translations


Bug#527612: installation-reports

2009-05-09 Thread Christian Perrier
Quoting hideo ohnuki (zawai...@gmail.com):

 Comments/Problems:
 I appreciate your job. Excellent!


Given that your installation was a complete success, I do as
usual with reports for successful installations: I close the bug..:-)

This does not of course mean you weren't right to report. Knowing the
installations are correct is important for the d-i team.

Many thanks for your time testing the Debian Installer and reporting
your results. Have fun with your new Debian system!




signature.asc
Description: Digital signature


Bug#523750: autoconf false error

2009-05-09 Thread Ralf Wildenhues
* Amos Jeffries wrote on Thu, May 07, 2009 at 04:42:08PM CEST:
 Ralf Wildenhues wrote:
 * Amos Jeffries wrote on Mon, May 04, 2009 at 03:16:50AM CEST:
 The linkage problem is then displayed by:
 mkdir test  cd test  ../configure --silent  make check

 What problem is this?  Can you post the libtool --mode=link command that
 fails, plus all of its output?

 I don't get as far as running make check: make all already fails on
[...]

 Ah no sorry that was our fault. We had a small fubar of the dist files.  
 Now fixed and should be in the next snapshot.

Thanks.  I get further now, 'make all' succeeds and 'make check' fails
like this:

make[3]: Entering directory `/tmp/squid/squid-3.HEAD-20090508/build/src/ip'
g++ -DHAVE_CONFIG_H  -I../../.. -I../../../include -I../../../src 
-I../../include   -I/usr/include/libxml2  -Werror -Wall -Wpointer-arith 
-Wwrite-strings -Wcomments  -g -O2 -MT testIpAddress.o -MD -MP -MF 
.deps/testIpAddress.Tpo -c -o testIpAddress.o ../../../src/ip/testIpAddress.cc
In file included from ../../../src/ip/testIpAddress.cc:2:
../../../src/ip/testIpAddress.h:4:45: error: cppunit/extensions/HelperMacros.h: 
No such file or directory
In file included from ../../../src/ip/testIpAddress.cc:2:
../../../src/ip/testIpAddress.h:10: error: 'CPPUNIT_NS' has not been declared
../../../src/ip/testIpAddress.h:10: error: expected `{' before 'TestFixture'
../../../src/ip/testIpAddress.h:10: error: function definition does not declare 
parameters

 Meanwhile the requested info is:

 bin/bash ../libtool --tag=CXX --mode=link g++ -Werror -Wall  
 -Wpointer-arith -Wwrite-strings -Wcomments  -g -O2  -g -o squid  
 -export-dynamic -dlopen force AclRegs.o AuthReg.o access_log.o asn.o  
[...]
 DiskIO/DiskIOModules_gen.o repl_modules.o globals.o string_arrays.o  
 libsquid.la auth/libacls.la acl/libacls.la acl/libstate.la  
 auth/libauth.la acl/libapi.la base/libbase.la ip/libip.la fs/libfs.la  
 icmp/libicmp.la icmp/libicmp-core.la -L../lib  
 DiskIO/Blocking/BlockingDiskIOModule.o repl/liblru.a libBlocking.a  
 -lcrypt  ../snmplib/libsnmp.a   -lmiscutil -lm -lresolv -lnsl -ldl  
 lib/libLtdl/libltdlc.la

 libtool: link: cannot find the library `lib/libLtdl/libltdlc.la' or  
 unhandled argument `lib/libLtdl/libltdlc.la'

 Thats the lot of the visible error.
 Thats built from src/Makefile so it actually exists at  
 ../lib/libLtdl/libltdlc.la

Interesting.  Before I started the build, I rebootstrapped with mostly
git master versions of autotools, and for me, src/squid builds fine and
in src/Makefile,
  top_build_prefix = ../

Now, presumably this is some issue with the specific autotools versions
you have.  Can you state the exact package versions of Autoconf,
Automake, and Libtool that you have (not sure if there have been uploads
since then)?

Thanks,
Ralf



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



Bug#525341: gsynaptics: Broke tapping for good after first run

2009-05-09 Thread Dinesh Shanbhag
On Mon, Apr 27, 2009 at 06:26:44PM +0200, Michal Čihař wrote:
 Hi
 
 Dne Thu, 23 Apr 2009 22:52:05 +0200
 Alex Dănilă nuor...@gmail.com napsal(a):
 
  Hi, I ran GSynaptics wanting to reduce the size of the scroll area, and 
  ever since tapping no longer works after an Xorg/computer restart. Also, 
  before running this program I had middle click and right click tapping 
  in the right corners of the touchpad, now they cannot be enabled anymore.
  
  After an Xorg restart, in order to re-enable tapping I need to run 
  GSynaptics again.

Seems like gsynaptics does not save the 'enable tapping' setting in
%gconf.xml. Attached is a patch to address only this problem (to save
and use the 'enable tapping' setting).

  
  It doesn't really make sense, but I cannot relate loosing taping to any 
other event, so I assume it was broken by running GSynaptics.
 
 Well GSynaptics is going to die soon. There is better replacement
 gpointer-device-settings, which is waiting in new. As all other
 components in your system are pretty new, Gsynaptics might show up some
 compatibility problem. I assume you to try gpointer-device-settings.
 
 -- 
   Michal Čihař | http://cihar.com | http://blog.cihar.com


Index: debian/patches/enable-tapping-button-for-tap.patch
===
--- debian/patches/enable-tapping-button-for-tap.patch	(revision 0)
+++ debian/patches/enable-tapping-button-for-tap.patch	(revision 0)
@@ -0,0 +1,35 @@
+Index: gsynaptics-0.9.16/src/init.c
+===
+--- gsynaptics-0.9.16.orig/src/init.c	2009-05-02 18:21:54.0 +0530
 gsynaptics-0.9.16/src/init.c	2009-05-02 18:22:09.0 +0530
+@@ -109,6 +109,18 @@
+ 		gconf_value_free(gval);
+ 	}
+ 	
++	/* enable tapping */
++	gval = gconf_client_get (gconf, BUTTONFORTAP_KEY, NULL);
++	if (gval != NULL) {
++		if (gval-type == GCONF_VALUE_BOOL) {
++			b_value = gconf_value_get_bool(gval);
++			g_synaptics_set_button_for_tap(synaptics, OneFinger, b_value ? 1 : 0);
++			g_synaptics_set_button_for_tap(synaptics, TwoFingers, b_value ? 3 : 0);
++			g_synaptics_set_button_for_tap(synaptics, ThreeFingers, b_value ? 2 : 0);
++		}
++		gconf_value_free(gval);
++	}
++	
+ 	/* fast taps */
+ 	gval = gconf_client_get (gconf, FASTTAPS_KEY, NULL);
+ 	if (gval != NULL) {
+Index: gsynaptics-0.9.16/src/main.c
+===
+--- gsynaptics-0.9.16.orig/src/main.c	2009-05-02 18:21:57.0 +0530
 gsynaptics-0.9.16/src/main.c	2009-05-02 18:22:13.0 +0530
+@@ -226,6 +226,7 @@
+ 	g_synaptics_set_button_for_tap(synaptics, OneFinger, check ? 1 : 0);
+ 	g_synaptics_set_button_for_tap(synaptics, TwoFingers, check ? 3 : 0);
+ 	g_synaptics_set_button_for_tap(synaptics, ThreeFingers, check ? 2 : 0);
++	gconf_client_set_bool (gconf, BUTTONFORTAP_KEY, check, NULL);
+ 	gconf_client_set_int (gconf, MAXTAPTIME_KEY, time, NULL);
+ }
+ 
Index: debian/patches/series
===
--- debian/patches/series	(revision 76)
+++ debian/patches/series	(working copy)
@@ -3,4 +3,5 @@
 do-not-set-zero.patch
 fix-docbook.patch
 sv.po.patch
+enable-tapping-button-for-tap.patch
 ignore-quilt-pc.patch 
Index: debian/patches/ignore-quilt-pc.patch
===
--- debian/patches/ignore-quilt-pc.patch	(revision 76)
+++ debian/patches/ignore-quilt-pc.patch	(working copy)
@@ -9,3 +9,5 @@
 +.pc/do-not-set-zero.patch/src/init.c
 +.pc/fix-desktop-file.patch/data/gsynaptics-init.desktop.in.in
 +.pc/fix-desktop-file.patch/data/gsynaptics.desktop.in.in
++.pc/enable-tapping-button-for-tap.patch/src/main.c
++.pc/enable-tapping-button-for-tap.patch/src/init.c


Bug#527880: libtorrent11: Incorrent version numbers or incorrect package?

2009-05-09 Thread Victor Song
Package: libtorrent11
Version: 0.12.4-2
Severity: normal


Version number do not seem to match in:
1) aptitude: libtorrent11 0.12.4
Is it supposed to be libtorrent12?
2) The banner on starting rtorrent says rTorrent 0.8.3/0.12.3
Is 0.12.4 or 0.12.3? Wrong package?

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

Kernel: Linux 2.6.29-1-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 libtorrent11 depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.0-4  GCC support library
ii  libsigc++-2.0-0c2a2.0.18-2   type-safe Signal Framework for C++
ii  libssl0.9.8   0.9.8g-16  SSL shared libraries
ii  libstdc++64.4.0-4The GNU Standard C++ Library v3

Versions of packages libtorrent11 recommends:
ii  rtorrent  0.8.4-3ncurses BitTorrent client based on

libtorrent11 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#520285: installation-reports: The squeeze netinst dosn't configure DHCP

2009-05-09 Thread Christian Perrier
Quoting Matt H (hayden...@gmail.com):
 I can reproduce this error on the testing iso for may 4th.
 
 debian-testing-amd64-CD-1.iso
 http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-CD-1.iso
   04-May-2009 09:44  645M
 
 My NIC is an onboard nvidia card, on a p5n-d motherboard. I've tried
 installing by burning to a CD, and using a USB stick with the latest
 debian installer files.
 If I choose to manually configure the IP address I still get an error
 message saying that network configuration failed. Furthermore, if I
 countinue the install, I end up having no network connection when I
 log in once installation is finished.

In the original bug report, it was said that the IP was indeed setup
and thus the problem was apparently some timeout problem.

Could you retry and, when you get the DHCP failure message, swith to
console 2 and check whether the IP address is indeed assigned to your
NIC card or not?

-- 




signature.asc
Description: Digital signature


Bug#527705: kobodeluxe failing to build in Debian: enemies.h:75: error: 'const enemy_kind pipe2' redeclared as different kind of symbol

2009-05-09 Thread Damyan Ivanov
Hello David,

Below is a bugreport I got about the Debian package of kobodeluxe. As 
far as I can tell (with my limitted C++ knowledge), the pipe2 symbol 
declaration in enemies.h collides with the one in unistd.h.

This was built OK before, but since then Debian has new GCC and libc 
so I suspect they may have become more strict (or buggy?).

The patch attached seems to work around the problem by renaming pipe2 
to pipe2_kbdl, but I guess usage of namespaces or something like that 
should be the proper fix. Or, I may be completely off-track.


The bug log is available at http://bugs.debian.org/527705
It would e nice if you keep 527...@bugs.debian.org in Cc.

Thanks for looking into this.

Damyan


-=| Lucas Nussbaum, Fri, May 08, 2009 at 07:25:16PM +0200 |=-
 Package: kobodeluxe
 Version: 0.5.1-3
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20090508 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
  if g++ -DHAVE_CONFIG_H -I. -I. -I. 
  -DKOBO_DATA_DIR=\/usr/share/kobo-deluxe\ 
  -DKOBO_SCORE_DIR=\/var/games/kobo-deluxe/scores\ 
  -DKOBO_CONFIG_DIR=\HOME\ -DKOBO_CONFIG_FILE=\.kobodlrc\ 
  -DSYSCONF_DIR=\/etc\ -Isound -Igraphics -Ieel -Idata/sfx -g -O2 
  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_OPENGL -MT manage.o 
  -MD -MP -MF .deps/manage.Tpo \
-c -o manage.o `test -f 'manage.cpp' || echo './'`manage.cpp; \
  then mv -f .deps/manage.Tpo .deps/manage.Po; \
  else rm -f .deps/manage.Tpo; exit 1; \
  fi
  In file included from scenes.h:28,
   from manage.cpp:44:
  enemies.h:75: error: 'const enemy_kind pipe2' redeclared as different kind 
  of symbol
  /usr/include/unistd.h:389: error: previous declaration of 'int pipe2(int*, 
  int)'
  enemies.h: In member function 'int _enemy::is_pipe()':
  enemies.h:433: error: comparison between distinct pointer types 'const 
  enemy_kind*' and 'int (*)(int*, int)throw ()' lacks a cast
  make[3]: *** [manage.o] Error 1
 
 The full build log is available from:

 http://people.debian.org/~lucas/logs/2009/05/08/kobodeluxe_0.5.1-3_lsid64.buildlog

-- 
dam
--- a/enemies.h
+++ b/enemies.h
@@ -72,7 +72,7 @@ extern const enemy_kind bombdeto;
 extern const enemy_kind cannon;
 extern const enemy_kind pipe1;
 extern const enemy_kind core;
-extern const enemy_kind pipe2;
+extern const enemy_kind pipe2_kbdl;
 extern const enemy_kind rock;
 extern const enemy_kind ring;
 extern const enemy_kind enemy_m1;
@@ -430,7 +430,7 @@ inline int _enemy::realize()
 
 inline int _enemy::is_pipe()
 {
-	return ((_state != notuse)  ((ek == pipe1) || (ek == pipe2)));
+	return ((_state != notuse)  ((ek == pipe1) || (ek == pipe2_kbdl)));
 }
 
 
--- a/enemy.cpp
+++ b/enemy.cpp
@@ -755,10 +755,10 @@ void _enemy::move_core()
 
 void _enemy::kill_core()
 {
-	enemies.make(pipe2, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 3);
-	enemies.make(pipe2, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 7);
-	enemies.make(pipe2, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 1);
-	enemies.make(pipe2, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 5);
+	enemies.make(pipe2_kbdl, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 3);
+	enemies.make(pipe2_kbdl, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 7);
+	enemies.make(pipe2_kbdl, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 1);
+	enemies.make(pipe2_kbdl, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 5);
 	enemies.make(explosion4, CS2PIXEL(x), CS2PIXEL(y));
 	sound.g_base_core_explo(x, y);
 	release();
@@ -978,19 +978,19 @@ void _enemy::move_pipe2()
 	}
 	p ^= a;
 	if(p  U_MASK)
-		enemies.make(pipe2, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 1);
+		enemies.make(pipe2_kbdl, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 1);
 	if(p  R_MASK)
-		enemies.make(pipe2, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 3);
+		enemies.make(pipe2_kbdl, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 3);
 	if(p  D_MASK)
-		enemies.make(pipe2, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 5);
+		enemies.make(pipe2_kbdl, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 5);
 	if(p  L_MASK)
-		enemies.make(pipe2, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 7);
+		enemies.make(pipe2_kbdl, CS2PIXEL(x), CS2PIXEL(y), 0, 0, 7);
 	manage.add_score(10);
 	release();
 }
 
 
-const enemy_kind pipe2 = {
+const enemy_kind pipe2_kbdl = {
 	0,
 	_enemy::make_pipe2,
 	_enemy::move_pipe2,


signature.asc
Description: Digital signature


Bug#527882: rtorrent: Wrong package or wrong version?

2009-05-09 Thread Victor Song
Package: rtorrent
Version: 0.8.4-3
Severity: normal

Version number do not seem to match.
The banner on starting rtorrent says rTorrent 0.8.3/0.12.3
In aptitude the version is shown as 0.8.4-3. Wrong package?

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

Kernel: Linux 2.6.29-1-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 rtorrent depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libcurl3  7.19.4-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.4.0-4  GCC support library
ii  libncursesw5  5.7+20090502-1 shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.18-2   type-safe Signal Framework for C++
ii  libssl0.9.8   0.9.8g-16  SSL shared libraries
ii  libstdc++64.4.0-4The GNU Standard C++ Library v3
ii  libtorrent11  0.12.4-2   a C++ BitTorrent library by Raksha
ii  libxmlrpc-c3  1.06.27-1  A lightweight RPC library based on

rtorrent recommends no packages.

Versions of packages rtorrent suggests:
ii  screen4.0.3-13   terminal multiplexor with VT100/AN

-- 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#527883: init.d status wrong exit code

2009-05-09 Thread Peter Eisentraut
Package: nscd
Version: 2.9-4
Severity: minor
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

/etc/init.d/nscd status returns 1 when the service is not running, but per LSB 
(and practice in most other Debian packages), the exit code for not running is 
3.



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



Bug#524384: glide: General update after the debconf review process

2009-05-09 Thread Christian Perrier
Dear Debian maintainer,

On Tuesday, March 24, 2009, I sent you a notification about the beginning of a 
review
action on debconf templates for glide.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/templates with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Tuesday, March 24, 2009. If your package was 
updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: Binary data
--- glide.old/debian/libglide2.templates2009-02-14 12:18:12.951869029 
+0100
+++ glide/debian/libglide2.templates2009-04-16 18:57:52.224384212 +0200
@@ -1,43 +1,49 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: libglide2/no_card
 Type: boolean
 Default: false
-_Description: No 3Dfx card supported by glide2 found! Manually select driver?
- ERROR: No 3Dfx card supported by glide2 found!
- .
- This package is for cards based on the following 3Dfx chipsets: Voodoo 2,
+_Description: Manually select driver for 3Dfx card?
+ No 3Dfx card that is supported by glide2 was found. This package
+ supports cards based on the following 3Dfx chipsets: Voodoo 2,
  Voodoo Banshee, and Voodoo 3.
  .
- If you do not have a card based on one of the listed chipsets, and you are
- not compiling programs against glide, you should not have this package
- installed.
+ If the graphics card in this computer does not use one of these
+ chipsets, and you are not compiling programs against glide,
+ this package will not be useful.
+ .
+ If the graphics card is based on one of these chipsets, you
+ should file a bug report against this package, including the output from the
+ lspci -vm command.
  .
- If you do have a card based on one of the listed chipsets please file a
- bug on this package, including the output from the command 'lspci -vm' in
- the bug report.
- .
- Would you like to manually select the driver to use for now? (If not, a
- default sane value for compiling against will be selected.)
+ Please choose whether you want to manually select the driver to use for now.
 
 Template: libglide2/driver
 Type: select
 Choices: cvg, h3
 Default: ${default}
-_Description: Please select a driver.
- Please select the driver you would like to use.
- .
-  cvg  - Voodoo 2.
-  h3   - Voodoo Banshee and Voodoo 3.
+_Description: Driver for 3D acceleration:
+ Please select the driver you would like to use for 3D acceleration:
+  * cvg: Voodoo 2;
+  * h3 : Voodoo Banshee and Voodoo 3.
 
 Template: libglide2/card
 Type: select
 Choices: ${choices}
-_Description: Please select a card.
- We have detected more then one video card based on the following 3Dfx
- chipsets: Voodoo 2, Voodoo Banshee, and Voodoo 3.
+_Description: Card to use for 3D acceleration:
+ Multiple 3Dfx-based cards were detected based on one of the
+ following 3Dfx chipsets: Voodoo 2, Voodoo Banshee, and Voodoo 3.
  .
  Please select the card you would like to use for 3D acceleration.
 
 Template: libglide2/error
 Type: note
-_Description: ${e1}
+Description: ${e1}
  ${e2}
--- glide.old/debian/libglide3.templates2009-02-14 12:18:12.955870218 
+0100
+++ glide/debian/libglide3.templates2009-04-16 18:57:57.664383261 +0200
@@ -1,43 +1,49 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require 

Bug#521918: RFS: eprover 1.0.004-2 - Theorem prover for first-order logic with equality

2009-05-09 Thread Petr Pudlak
Hi,

I'm looking for a sponsor to upload an updated version 1.0.004-2 of the
package. There are just minor changes from version 1.0.004-1:
- Fixed FTBFS when calling pbuilder with --binary-arch (see bug #521918).
- Removed unnecessary dependencies from debian/control.

The package should be lintian clean and build under pbuilder.

The package is available at
http://git.debian.org/?p=debian-science/packages/eprover.git


The long description of the package:

 E is a fully automatic theorem prover for full first-order logic with
 equality. It accepts a mathematical specification and, optionally, a
 hypothesis, and tries to prove the hypothesis and/or find a
 saturation representing a (counter-)model for the specification.
 .
 E is based on a purely equational problem representation and
 implements a variant of the superposition calculus. Proof search can
 be guided with a multitude of options or a powerful automatic
 configuration mode. The system can process input in a number of
 different formats, including the standard TPTP-2 and TPTP-3
 formats. It can generate proof objects in PCL2 or TPTP-3/TSTP
 format.
 .
 E is considered one of the most powerful and friendly automated
 theorem provers for first-order logic. It has consistently been among
 the top system in the major categories of the CASC system competition,
 and usually been the strongest free software system.


Thanks in advance,
  Petr



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



Bug#527691: pyqwt: FTBFS: size_t_check.cpp:3: error: prototype for 'void a::f(unsigned int)' does not match any in class 'a'

2009-05-09 Thread Gudjon I. Gudjonsson
Hi
This package is obsolete, I will try to take it out of the distribution 
since it won't compile with the upstream qwt library.

Cheers
Gudjon



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



Bug#527884: init.d status support

2009-05-09 Thread Peter Eisentraut
Package: timidity
Version: 2.13.2-22
Severity: wishlist
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

Here is a patch to support the status action in the init.d script.
diff -u timidity-2.13.2/debian/control timidity-2.13.2/debian/control
--- timidity-2.13.2/debian/control
+++ timidity-2.13.2/debian/control
@@ -8,7 +8,7 @@
 
 Package: timidity
 Architecture: any
-Depends: ${shlibs:Depends}, lsb-base (= 3.0-6), freepats
+Depends: ${shlibs:Depends}, lsb-base (= 3.2-13), freepats
 Suggests: pmidi, fluid-soundfont-gm, fluid-soundfont-gs
 Description: Software sound renderer (MIDI sequencer, MOD player)
  TiMidity++ is a very high quality software-only MIDI sequencer and MOD player.
diff -u timidity-2.13.2/debian/timidity.init timidity-2.13.2/debian/timidity.init
--- timidity-2.13.2/debian/timidity.init
+++ timidity-2.13.2/debian/timidity.init
@@ -90,8 +90,11 @@
   	$0 stop
 	exec $0 start
   	;;
+  status)
+	status_of_proc $DAEMON $NAME
+	;;
   *)
-echo Usage: $0 {start|stop|restart|force-reload} 2
+echo Usage: $0 {start|stop|restart|force-reload|status} 2
 exit 1
 esac
  


Bug#524640: [reportbug/master] - skip to show the ack message if fails to send the email to all the

2009-05-09 Thread Sandro Tosi
tag 524640 pending
thanks

Date:   Sat May 9 09:01:38 2009 +0200
Author: Sandro Tosi mo...@debian.org
Commit ID: 772ee47fcb35a8e76ca8cc77e4081f8344271e6e
Commit URL: 
http://git.debian.org/?p=reportbug/reportbug.git;a=commitdiff;h=772ee47fcb35a8e76ca8cc77e4081f8344271e6e
Patch URL: 
http://git.debian.org/?p=reportbug/reportbug.git;a=commitdiff_plain;h=772ee47fcb35a8e76ca8cc77e4081f8344271e6e

- skip to show the ack message if fails to send the email to all the
recipients; thanks to Cyril Brulebois for the report and to Carl Chenet
for the patch; Closes: #524640
  



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



Bug#527746: RFP: dirac -- advanced royalty-free video compression format

2009-05-09 Thread Andres Mejia
On Saturday 09 May 2009 02:15:47 Reinhard Tartler wrote:
 Andres Mejia mcita...@gmail.com writes:
  Package: wnpp
  Severity: wishlist
 
  * Package name: dirac
Version : 1.0.2
Upstream Author : Thomas Davies diraci...@rd.bbc.co.uk
  * URL : http://diracvideo.org/
  * License : MPL 1.1, LGPL, GPL, MIT
Programming Lang: C
Description : advanced royalty-free video compression format
 
  Dirac is an advanced royalty-free video compression format designed for a
  wide range of uses, from delivering low-resolution web content to
  broadcasting HD and beyond, to near-lossless studio editing.

 Ubuntu already has this packaged, here the latest few changelog entires:

 dirac (1.0.2-0ubuntu1) jaunty; urgency=low

   * New upstream release
   * debian/watch: Remove debian uupdate
   * debian/control: Add ${misc:Depends} to all packages
   * debian/{control,rules,patches/*}: Drop patchsys and patch as applied
 upstream.

  -- Iain Lane la...@ubuntu.com  Wed, 18 Feb 2009 23:29:52 +

 dirac (1.0.0-0ubuntu1) jaunty; urgency=low

   * New upstream release 1.0.0 (LP: #302954)
   * debian/dirac.manpages, debian/dirac.links: Move manpage and symlink
 names out into separate files. Add missing manpage links.
   * debian/BMPtoRGB.1: Update with missing manpages.

  -- Iain Lane la...@ubuntu.com  Fri, 28 Nov 2008 00:03:56 +

 dirac (0.10.0-0ubuntu1) intrepid; urgency=low

   * New upstream release (LP: #259495)
   * debian/patches/warn_unused_result.patch: Patch some fwrite calls to
 take results, fixing FTBFS. Also b-d on quilt for this.

  -- Iain Lane i...@orangesquash.org.uk  Tue, 19 Aug 2008 20:27:46 +0100

 dirac (0.9.1-0ubuntu2) hardy; urgency=low

   * debian/control: Added missing build-dependencies for documentation.

  -- Matvey Kozhev si...@lucidfox.org  Thu, 14 Feb 2008 01:31:42 +0600


 http://packages.ubuntu.com/karmic/dirac

 I'd suggest to just import that package into our git repository and use
 that as basis for the debian packaging.

Alright, will do.

-- 
Regards,
Andres


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


Bug#527885: init.d reload action should be successful

2009-05-09 Thread Peter Eisentraut
Package: anacron
Version: 2.3-13.1
Severity: minor
Tags: patch

Per LSB, If a service reloads its configuration automatically (as in the case 
of cron, for example), the reload action of the init script shall behave as if 
the configuration was reloaded successfully.

I propose the following patch to fix that.

diff -u anacron-2.3/debian/init.d anacron-2.3/debian/init.d
--- anacron-2.3/debian/init.d
+++ anacron-2.3/debian/init.d
@@ -35,7 +35,7 @@
 start-stop-daemon --start --exec /usr/sbin/anacron -- -s
 log_end_msg 0
 ;;
-  restart|force-reload)
+  restart|force-reload|reload)
# nothing to do
 :
 ;;
@@ -48,7 +48,7 @@
 exit 4
 ;;
   *)
-echo Usage: /etc/init.d/anacron {start|stop}
+echo Usage: /etc/init.d/anacron {start|stop|restart|force-reload|reload}
 exit 2
 ;;
 esac



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



Bug#527229: The system time is NOT set correctly!

2009-05-09 Thread Dr. Markus Waldeck
 Looks like there is a problem in the versions. The first one in the
 experimental repository, 

correct

 This looks like you don't have /dev/rtc. What does ls /dev/rtc* returns?

nothing

 On what architecture do you have the problem, what kind of machine?

i686

I wrote as a work around 

hwlock --directisa --hctosys

in my /etc/rc.local.


-- 
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
für nur 17,95 Euro/mtl.!* 
http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a



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



Bug#527886: missing dependency on lsb-base

2009-05-09 Thread Peter Eisentraut
Package: xinetd
Version: 1:2.3.14-7
Severity: normal
Tags: patch

The init script in this package uses /lib/lsb/init-functions, but the package 
does not depend on lsb-base.



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



Bug#527887: init.d status support

2009-05-09 Thread Peter Eisentraut
Package: xinetd
Version: 1:2.3.14-7
Severity: wishlist
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

Here is a patch to support the status action in the init.d script.
diff -u xinetd-2.3.14/debian/xinetd.init xinetd-2.3.14/debian/xinetd.init
--- xinetd-2.3.14/debian/xinetd.init
+++ xinetd-2.3.14/debian/xinetd.init
@@ -65,6 +65,10 @@
 $0 stop
 $0 start
 ;;
+status)
+status_of_proc $DAEMON $NAME
+exit $?
+;;
 *)
 echo Usage: /etc/init.d/xinetd {start|stop|reload|force-reload|restart}
 exit 1
diff -u xinetd-2.3.14/debian/control xinetd-2.3.14/debian/control
--- xinetd-2.3.14/debian/control
+++ xinetd-2.3.14/debian/control
@@ -10,7 +10,7 @@
 
 Package: xinetd
 Architecture: any
-Depends: ${shlibs:Depends}, netbase, update-inetd
+Depends: ${shlibs:Depends}, netbase, update-inetd, lsb-base (= 3.2-13)
 Provides: inet-superserver
 Conflicts: inet-superserver
 Recommends: sysklogd | system-log-daemon, logrotate


Bug#527761: ffmpeg-debian: FTBFS for unstripped ffmpeg build, static libraries missing

2009-05-09 Thread Andres Mejia
On Saturday 09 May 2009 02:24:01 Reinhard Tartler wrote:
 Andres Mejia mcita...@gmail.com writes:
  Package: ffmpeg-debian
  Version: 4:0.5+svn20090420-2
  Severity: normal
  Tags: patch

 where is the patch? Did you forget to attach it?

Sorry, I was just mentioned how to fix it in the first paragraph.

  Building the unstripped ffmpeg library fails because the static libraries
  are not built. Simple fix is to edit debian/confflags and have 'FLAVORS'
  always include 'static'.

It's a one line fix. in debian/confflags. I'll just make a commit in git.

 where will the .a files be installed then? If they are not (which I
 suppose), then I don't think this is the correct solution.

They're installed as normal, with the various -dev packages.

  What's the reason to not include the static libraries in the unstripped
  ffmpeg library?

 the static libraries are installed in the -dev packages, and there is
 not really a point in adding them

  Those static libraries can be useful and are probably more beneficial
  to those that don't want to depend on the stripped Debian system or
  static libraries.

 please provide me a specific use case and preferably a user that would
 actually benefit from this. the package is already pretty complicated
 and I'd rather like make it easier than more complicated.

They're for anyone who may wish not to depend on system libs and instead link 
to 
static libraries. This won't complicate the package, for us or for users.

-- 
Regards,
Andres


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


Bug#527811: ffmpeg: Please enable libopenjpeg support

2009-05-09 Thread Andres Mejia
On Saturday 09 May 2009 02:28:29 Reinhard Tartler wrote:
 Andres Mejia mcita...@gmail.com writes:
  Package: ffmpeg
  Version: 4:0.5+svn20090420-2
  Severity: wishlist
 
  ffmpeg should be built with libopenjpeg support.

 good catch!

 Have you tested if it works with the libopenjpeg in debian? If it works
 for you, please add the build dependency and the necessary configure
 line and push it to our repository.

Alright, I'll test this and (if it works) push it to our repo.

-- 
Regards,
Andres


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


Bug#527844: ffmpeg-debian: Please add bzlib support

2009-05-09 Thread Andres Mejia
On Saturday 09 May 2009 02:30:01 Reinhard Tartler wrote:
 Andres Mejia mcita...@gmail.com writes:
  ffmpeg should include bzlib support.
 
  I've noticed that I've been using ffmpeg with bzlib support
  unintentionally whenever I would build the unstripped ffmpeg
  libraries. I haven't had any problems so maybe ffmpeg should
  build-depend on libbz2-dev.
 
  Also, this would add bz2 commpressed track support for matroska. More
  info is at
  http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-May/047255.html.

 again as with the previous bug, if it works for you, just add the
 necessary changes it to our branch!

Great! Can I also add myself to the Uploaders field? I'm very interested in 
maintaining this package.

I'm also a Debian Maintainer. I could do uploads if you or no one else objects.

-- 
Regards,
Andres


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


Bug#508699: Is this bug still being seen?

2009-05-09 Thread Rogério Brito

Hi,

I am triaging some bugs of usbmount to see if they are still  
reproducible (some still seem to be, but others do not---or, at  
least, I can't).


Could you please let me know if you still see the problem that you've  
reported with the latest package (version 0.0.17) from unstable (soon  
to be migrated to testing)?


Please, if you find any new bugs, don't hesitate to file another one  
against usbmount.


If you submitted a patch, can you see if it is still needed? I would  
like to kill as many bugs as possible with an upcoming version.



Thanks, Rogério Brito.




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



Bug#527273: Snapshot

2009-05-09 Thread newbeewan

Hi,

I don't know why, but I upgrade some testing package (not directly 
linked to XSane) and it works again in normal way !


So you can close that issue, I will contact you if it happen again !

Thanks for your reactivity

Mourad

Le 07/05/2009 20:03, newbeewan a écrit :

I send you a screenshot of the trouble.

Regards

Mourad








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



Bug#527738: fails to read properties from callout script

2009-05-09 Thread martin f krafft
also sprach Michael Biebl bi...@debian.org [2009.05.08.2258 +0200]:
 What are you trying to do, why do you need such a --direct option for
 hal-get-property?
 Could you please describe in more detail what your problem is.

#524098 -- I was trying to implement your suggestion in that bug
report: remove properties and only assign defaults to ones that were
empty by the time the callout is invoked. For that, I need
hal-get-property, right?

I don't care about --direct or not, but if hal-set-property works in
the same script where hal-get-property does not, and --direct is the
most obvious difference between them, I am lead to believe that
--direct for hal-get-property would let me get on with things.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
seen on an advertising for an elaborate swiss men's watch:
  almost as complicated as a woman. except it's on time


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#526525: a problem with mptbase or bnx2 (was: Bug#526525: Kernel linux-image-2.6.26-2-amd64 does not see) root RAID device /dev/md0

2009-05-09 Thread martin f krafft
retitle 526525 amd64 kernel cannot find bnx2 PCI device base address
thanks

also sprach Tony Godshall t...@of.net [2009.05.09.0117 +0200]:
  If you cannot boot, append break=mount to the kernel line, and at
  the initramfs prompt, type
 
   rm /etc/mdadm/mdadm.conf
   /scripts/local-top/mdadm
   ctrl-d
 
  and then fix the initramfs.
 
 I'm not interested in deleting mdadm.conf or taking any other steps
 that might break the existing functionality.

I considered it a necessary step in my analysis, but if you prefer
to do things your way, it's your system. Note that I would have
never proposed anything that made permanent changes without adequate
warning.

 I'm not reporting this bug because I must have an amd64 kernel-
 like I said, the 686 and 686bigmem kernels are working.
 I initiated this bug to help get the amd64 version of the kernel
 (or mdadm?) fixed.  I'm interested in steps that will help fix the
 packages, not manually work around its flaws.

Then please provide all the necessary infos. mdadm works perfectly
fine with amd64 kernels. I think your problem is that the kernel
doesn't initialise the drives you're using properly, so mdadm
doesn't find them when trying to assemble.

You will have to make sure the kernel sees your drives. From what
you've allowed me to see, I can conclude that this is not a RAID
problem.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
fashions have done more harm than revolutions.
-- victor hugo


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#527566: mediatomb-daemon: Installation error due to postinst script

2009-05-09 Thread Eric Valette
Andres Mejia wrote:
 On Friday 08 May 2009 03:38:01 Eric Valette wrote:
 Package: mediatomb-daemon
 Version: 0.12.0~svn2018-2
 Severity: important

 update-rc.d: /etc/init.d/mediatomb exists during rc.d purge (use -f to
 force)

 So the update-rc.d fails and then the postinstall script due to || exit $?
 after the command. adding || /bin/true makes the script behave correctly
 
 The '|| exit $?' happens during 'configure', not 'purge'. Were you trying to 
 'purge' the package?
 

Sorry I mean configure instead of purge.

--eric




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



Bug#527889: init.d status support

2009-05-09 Thread Peter Eisentraut
Package: lpr
Version: 1:2008.05.17
Severity: wishlist
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

Here is a patch to support the status action in the init.d script.  (If you 
ever want to switch to using the lsb-base functions, the patch becomes much 
easier.)
diff -Nru lpr-2008.05.17/debian/lpd.init lpr-2008.05.18/debian/lpd.init
--- lpr-2008.05.17/debian/lpd.init	2006-08-04 01:54:16.0 +0300
+++ lpr-2008.05.18/debian/lpd.init	2009-05-09 10:35:37.0 +0300
@@ -48,8 +48,22 @@
 	sleep 1
 	$0 start
 	;;
+  status)
+	pid=`cat /var/run/lpd.pid 2/dev/null` || true
+	if test ! -f /var/run/lpd.pid -o -z $pid; then
+		echo lpd is not running
+		exit 3
+	fi
+	if ps $pid /dev/null 21; then
+		echo lpd is running
+		exit 0
+	else
+		echo lpd is not running
+		exit 1
+	fi
+	;;
   *)
-	echo Usage: /etc/init.d/lpd {start|stop|restart|force-reload}
+	echo Usage: /etc/init.d/lpd {start|stop|restart|force-reload|status}
 	exit 1
 esac
 


Bug#527888: localepurge: does not correctly santize locale

2009-05-09 Thread Jakub Wilk

Package: localepurge
Version: 0.5.9-0.2
Severity: normal

localepurge tries to sanitize locale settings by exporting LANG=C. This 
is incorrect, as LC_* variables take precedence over LANG. The correct 
way to do this is to export LC_ALL=C.


Reference:

$ man -e posix locale | grep -A1 -B9 'override the values' | cut -c 8-
The  following  environment  variables  shall  affect  the execution of
locale:

LANG   Provide a default value for the  internationalization  variables
   that  are  unset  or  null.  (See the Base Definitions volume of
   IEEE Std 1003.1-2001, Section  8.2,  Internationalization  Vari‐
   ables  for the precedence of internationalization variables used
   to determine the values of locale categories.)

LC_ALL If set to a non-empty string value, override the values  of  all
   the other internationalization variables.


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

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

Versions of packages localepurge depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  locales   2.9-12 GNU C Library: National Language (
ii  procps1:3.2.7-11 /proc file system utilities
ii  ucf   3.0018 Update Configuration File: preserv

localepurge recommends no packages.

Versions of packages localepurge suggests:
pn  debfoster none (no description available)
ii  deborphan 1.7.28 program that can find unused packa

-- debconf information excluded

--
Jakub Wilk



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



Bug#527696: ayttm: FTBFS: log_window.C:238: error: 'gtk_toolbar_set_orientation' was not declared in this scope

2009-05-09 Thread Siddhesh Poyarekar
On Fri, May 8, 2009 at 10:25 PM, Lucas Nussbaum
lu...@lucas-nussbaum.net wrote:
 log_window.C:238: error: 'gtk_toolbar_set_orientation' was not declared in 
 this scope

This seems to be one of the recently deprecated functions in gtk2
(2.16). Thanks for pointing this out. I'll try to put out a release
with all the small fixes in the next week. Till then you could remove
-DGTK_DISABLE_DEPRECATED from configure.ac and get it to build.


-- 
Siddhesh Poyarekar
http://siddhesh.in



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



Bug#527890: pidofproc has incorrect failure mode when PID file has no read permission

2009-05-09 Thread Peter Eisentraut
Package: lsb-base
Version: 3.2-22
Severity: normal
User: pet...@debian.org
Usertags: initd-status-support

The end user manifestation of this problem is for example in hal, when you run

/etc/init.d/hal status

as non-root user.  (I think supporting running status as non-root is desirable 
or should at least behave sanely.)  Because the PID file in in 
/var/run/hald/hald.pid (for better or worse), it cannot be read and one cannot 
even find out whether it exists.  So the answer is:

hald is not running failed! (exit 3)

while hal is running fine.

I think a better behavior here would be to do something like

could not access PID file /var/run/hald/hald.pid (exit 4)

or something along those lines.



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



Bug#527891: Should depend on erlang-os-mon

2009-05-09 Thread Seo Sanghyeon
Package: rabbitmq-server
Version: 1.5.4-3

Recent split of erlang package broke RabbitMQ.

$ sudo /etc/init.d/rabbitmq-server start
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_log, _err
rabbitmq-server.

$ cat /var/log/rabbitmq/startup_log
Starting all nodes...
Starting node rab...@debian...
{init terminating in 
do_boot,{{nocatch,{error,{cannot_start_application,os_mon,{no such file or 
directory,os_mon.app,[{init,start_it,1},{init,start_em,1}]}}

$ apt-file search os_mon.app
erlang-os-mon: /usr/lib/erlang/lib/os_mon-2.2.1/ebin/os_mon.app
erlang-os-mon: /usr/lib/erlang/lib/os_mon-2.2.1/ebin/os_mon.appup

It used to be part of erlang-nox, but it is no more.

Seo Sanghyeon



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



Bug#527273: Snapshot

2009-05-09 Thread Julien BLACHE
newbeewan newbee...@nativobject.com wrote:

Hi,

 I don't know why, but I upgrade some testing package (not directly
 linked to XSane) and it works again in normal way !

Do you know what you've upgraded? Because your screenshot really looks
like a bug somewhere in the GTK/KDE/X stack. Very weird. Any ATI or
nVidia drivers involved?

 So you can close that issue, I will contact you if it happen again !

OK.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#527892: network-manager: WARN new_modem_device(): couldn't find HSO modem network device.

2009-05-09 Thread Paul Menzel
Subject: network-manager: WARN  new_modem_device(): couldn't find HSO modem 
network device.
Package: network-manager
Version: 0.7.1-1
Severity: important

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

Dear Debian folks,


trying to use mobile broadband after a while it did not work anymore. In
between the last success I think network-manager was upgraded to
0.7.1-1.

The following can be seen in /var/log/daemon.log.

[…]
xxx nm-system-settings:SCPlugin-Ifupdown: devices added (udi: 
/org/freedesktop/Hal/devices/usb_device_af0_6971_Serial_Number_if0_serial_unknown_0,
 iface: (null))
xxx NetworkManager: info  (ttyHS0): found serial port (udev:GSM  hal:GSM) 
xxx NetworkManager: WARN  new_modem_device(): couldn't find HSO modem network 
device.
[…]

It looks like this issue was brought to the NetworkManager mailing list
[1]. But besides the cause a patch or commit is not given. Could you
provide those compatibility rules?

Some breakage with 0.7.1-1 has already been reported to the Debian BTS,
but 525638 [2] seems to be something different.


Thanks,

Paul


[1] http://www.mail-archive.com/networkmanager-l...@gnome.org/msg12548.html
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525638

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

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

Versions of packages network-manager depends on:
ii  adduser  3.110   add and remove users and groups
ii  dbus 1.2.12-1simple interprocess messaging syst
ii  dhcp3-client 3.1.2-1 DHCP client
ii  hal  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer
ii  ifupdown 0.6.8+nmu1  high level tools to configure netw
ii  libc62.9-10  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.12-1simple interprocess messaging syst
ii  libdbus-glib 0.80-4  simple interprocess messaging syst
ii  libgcrypt11  1.4.4-2 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgnutls26  2.6.6-1 the GNU TLS library - runtime libr
ii  libgpg-error 1.6-1   library for common error values an
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libnl1   1.1-5   library for dealing with netlink s
ii  libnm-glib0  0.7.1-1 network management framework (GLib
ii  libnm-util1  0.7.1-1 network management framework (shar
ii  libpolkit-db 0.9-3   library for accessing PolicyKit vi
ii  libpolkit2   0.9-3   library for accessing PolicyKit
ii  libtasn1-3   1.8-1   Manage ASN.1 structures (runtime)
ii  libuuid1 1.41.5-1universally unique id library
ii  lsb-base 3.2-22  Linux Standard Base 3.2 init scrip
ii  wpasupplican 0.6.9-2 client support for WPA and WPA2 (I
ii  zlib1g   1:1.2.3.3.dfsg-13   compression library - runtime

Versions of packages network-manager recommends:
ii  dnsmasq-base   2.47-3A small caching DNS proxy and DHCP
ii  iptables   1.4.3.2-2 administration tools for packet fi
ii  network-manager-gnome  0.7.1-1   network management framework (GNOM
ii  policykit  0.9-3 framework for managing administrat
ii  ppp2.4.4rel-10.1 Point-to-Point Protocol (PPP) - da

Versions of packages network-manager suggests:
pn  avahi-autoipd none (no description available)

-- no debconf information


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#527893: AMQP for /etc/services

2009-05-09 Thread Seo Sanghyeon
Package: netbase
Version: 4.34
Severity: wishlist

amqp5672/tcpAMQP
amqp5672/udpAMQP
amqp5672/sctp   AMQP

AMQP port numbers have been assigned by IANA, and rabbitmq-server package
is now in Debian.

Seo Sanghyeon



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



Bug#524745: give back drivel on mips and mipsel ?

2009-05-09 Thread Rafael Laboissiere
* Philipp Kern pk...@debian.org [2009-05-08 11:13]:

 On Fri, May 08, 2009 at 09:51:05AM +0200, Adeodato Simó wrote:
  + Rafael Laboissiere (Fri, 08 May 2009 08:51:05 +0200):
That's caused by a kernel bug on the mipsen buildds. It's not fixed, but
a workaround has been introduced in glibc 2.9-9 or so that enables 
popen()
et al. to work again. :-)
   Is there any chance that this problem is also causing Bug#524745?
  No, I don't think so, since IIRC it also happened in (at least) powerpc
  and armel. Hopefully somebody can confirm that (Phil CC'ed for that).
 
 At that time I happened almost everywhere, so it's certainly not a kernel
 bug on mipsen only.  (I raised that to the bug report.)
 
 I didn't see it again since then, though.  Don't know if nothing octave-ish
 has been retried or if there was a  fix somewhere.

To the best of my knowledge, no buildd of the octave-* packages has been
attempted on mipsel since a while.  I did send a give-back request to
debian-wb-t...@l.d.o, but nothing seems to happen.

I am really frustrated with this bug and I have the impression we
are going nowhere.  I cannot believe that there is something wrong with
the packages, since some of them had successful buildds against
octave3.0, version 1:3.0.5-2:

https://buildd.debian.org/fetch.cgi?pkg=octave-adver=1.0.4-2arch=mipselstamp=1239700431file=log
https://buildd.debian.org/fetch.cgi?pkg=octave-audiover=1.1.2-2arch=mipselstamp=1239700600file=log
https://buildd.debian.org/fetch.cgi?pkg=octave-bioinfover=0.1.1-2arch=mipselstamp=1239700701file=log
https://buildd.debian.org/fetch.cgi?pkg=octave-combinatoricsver=1.0.7-2arch=mipselstamp=1239700838file=log
https://buildd.debian.org/fetch.cgi?pkg=octave-data-smoothingver=1.1.1-2arch=mipselstamp=1239721086file=log

Curiously enough, the builds above were done on April 14, 2009.  The
failed builds due to the hanging octave3.0 postinst script seem to have
happened after that date.  Did anything change on the mipsel autobuilders
around that date? 

-- 
Rafael



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



Bug#527746: RFP: dirac -- advanced royalty-free video compression format

2009-05-09 Thread Sebastian Dröge
Am Freitag, den 08.05.2009, 15:39 -0400 schrieb Andres Mejia:
 Package: wnpp
 Severity: wishlist
 
 * Package name: dirac
   Version : 1.0.2
   Upstream Author : Thomas Davies diraci...@rd.bbc.co.uk
 * URL : http://diracvideo.org/
 * License : MPL 1.1, LGPL, GPL, MIT
   Programming Lang: C
   Description : advanced royalty-free video compression format
 
 Dirac is an advanced royalty-free video compression format designed for a wide
 range of uses, from delivering low-resolution web content to broadcasting HD 
 and
 beyond, to near-lossless studio editing.

We already have a package for schroedinger, another free Dirac
implementation that is faster but has currently a bit lower quality when
encoding.

It'd still be great to have a package of Dirac too, IIRC Ubuntu already
has one and I'd be interested in sponsoring/co-maintainership if someone
wants to maintain it in Debian.


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#527894: CVE-2008-6800: Race condition in the winbind daemon (aka winbindd) in Samba before 3.0.32

2009-05-09 Thread Giuseppe Iuculano
Package: samba
Version: 3.0.24-6etch10
Severity: serious
Tags: security etch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for samba.

CVE-2008-6800[0]:
| Race condition in the winbind daemon (aka winbindd) in Samba before
| 3.0.32 allows attackers to cause a denial of service (crash) via
| unspecified vectors related to an unresponsive child process.

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

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6800
http://security-tracker.debian.net/tracker/CVE-2008-6800


Cheers,
Giuseppe.

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

iEYEARECAAYFAkoFPDIACgkQNxpp46476apo+wCfT5V/l/VdW36gaUXyHV59WZIf
I30An1DbtApNktLwaj3gaa2MsXxtAXnv
=8f0N
-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#516799: problem found

2009-05-09 Thread Paul van Tilburg
On Fri, May 08, 2009 at 09:15:02PM +0200, Andreas Henriksson wrote:
 On fre, 2009-05-08 at 20:53 +0200, Paul van Tilburg wrote:
  Can you confirm that if you do the following, it works fine?
 
 Sorry, I can't since I already have the experimental version installed
 since a long time and have done manual fixes to get it to work already.
 
 I can't say that I care much about this issue, feel free to just close
 it if you can't reproduce it.

I can!  Namely by accidently installing the one from unstable and then
moving to the experimental one.  I was just wondering if this was the
problem you had or coincedentally something with the same result.

Kind regards,
Paul

-- 
PhD Student @ Eindhoven | email: pau...@debian.org
University of Technology, The Netherlands   | JID: p...@luon.net
 Using the Power of Debian GNU/Linux  | GnuPG key ID: 0x50064181



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



Bug#527457: maint-guide: Chapter 5.8, proper location for manpages isn't specified

2009-05-09 Thread Tapio Salonsaari

Osamu Aoki wrote:

did you placed argument for dh_installman in debian/rules?


No, I didn't. I left debian/rules as it was, since the package I created 
is a really simple autotools -supported package, so I assumed everything 
was correct. Specially since there's no mention on maint-guide about any 
arguments needed. Dh_installman tried to do something, and after I 
created 'debian/manpages' -file where I listed myapp.1 it worked smoothly.


So, I really got the impression that manpages should be at debian/ 
-directory, since dh_make made those example files there. Now after I've 
read your replies and some other documentation it's quite obvious that 
man -pages for package should be in upstream source, not in debian/.




I agree it is confusing ... but adding all the detail is not objective
of this document. This should be figured out by reading manpage for
dh_installman.


I really do understand this, dealing with every detail isn't something a 
beginners guide should hanle. I suppose the main reason I got confused 
is the example files created by dh_make.


Since there's no advice on maint-guide where to actually put those files 
and how to include them (debian/manpages -file, if that even is the 
proper way) in package I feel that there's a place for improvement. I'd 
say that something like the chapter 5.5 included in chapter 5.8 would 
help a lot.


--
Take



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



Bug#527895: unowned files after purge (policy 6.8)

2009-05-09 Thread Holger Levsen
Package: python2.5-dbg
Version: 2.5.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi Matthias, 

during a test with piuparts I noticed your package left unowned files on the 
system after purge, which is a violation of policy 6.8:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

From the attached log (scroll to the bottom...):

0m32.0s ERROR: FAIL: Package purging left files on system:
  /usr/local/lib/python2.5   not owned


regards,
Holger

P.S.: Not sure if python2.4 is still relevant, but 
http://piuparts.debian.org/sid/fail/python2.4-dbg_2.4.6-2.log shows exactly 
the same problem.
Start: 2009-04-07 23:35:05 UTC

Package: python2.5-dbg
Priority: extra
Section: debug
Installed-Size: 26172
Maintainer: Matthias Klose d...@debian.org
Architecture: amd64
Source: python2.5
Version: 2.5.4-1
Depends: python2.5 (= 2.5.4-1), libbz2-1.0, libc6 (= 2.7-1), libdb4.5 (= 4.5.20-3), libncursesw5 (= 5.6+20071006-3), libreadline5 (= 5.2), libsqlite3-0 (= 3.5.9), libssl0.9.8 (= 0.9.8f-5), zlib1g (= 1:1.2.0)
Suggests: python-gdbm-dbg, python-tk-dbg
Filename: pool/main/p/python2.5/python2.5-dbg_2.5.4-1_amd64.deb
Size: 8067846
MD5sum: cbf916d3d87a0e99c3bc2eb0b210fe59
SHA1: b4720aac07ff37d1ca667a1140e096d275349222
SHA256: 09de3a4c643453a1b2cf1fc7de09c607af166fc8b99d7c55dd4b2a97d969fc13
Description: Debug Build of the Python Interpreter (version 2.5)
 Python interpreter configured with --pydebug. Dynamically loaded modules are
 searched in /usr/lib/python2.5/lib-dynload/debug first.
Homepage: http://python.org/
Tag: devel::{debugger,interpreter,lang:python}, role::program, uitoolkit::ncurses

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz python2.5-dbg
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.36~20090407 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz python2.5-dbg
0m0.0s INFO: Running on: Linux piatti 2.6.29.1-dsa-amd64 #2 SMP Sun Apr 5 00:16:11 CEST 2009 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpROzcBt
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpROzcBt
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpROzcBt', '-zxf', 'sid.tar.gz']
0m3.8s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpROzcBt', '-zxf', 'sid.tar.gz']
0m3.8s DEBUG: Created policy-rc.d and chmodded it.
0m3.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpROzcBt', 'apt-get', 'update']
0m9.8s DUMP: 
  Get:1 http://ftp.fi.debian.org sid Release.gpg [197B]
  Get:2 http://ftp.fi.debian.org sid Release [93.2kB]
  Get:3 http://ftp.fi.debian.org sid/main Packages/DiffIndex [2038B]
  Get:4 http://ftp.fi.debian.org sid/main Packages [7566kB]
  Fetched 7662kB in 1s (5305kB/s)
  Reading package lists...
0m9.8s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpROzcBt', 'apt-get', 'update']
0m9.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpROzcBt', 'mount', '-t', 'proc', 'proc', '/proc']
0m9.8s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpROzcBt', 'mount', '-t', 'proc', 'proc', '/proc']
0m9.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpROzcBt', 'apt-get', '-yf', 'upgrade']
0m16.2s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages have been kept back:
debianutils
  The following packages will be upgraded:
base-passwd grep libc6 libncurses5 libpam-modules libpam-runtime libpam0g
libslang2 lsb-base mktemp ncurses-base ncurses-bin tar tzdata
  14 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  Need to get 8900kB of archives.
  After this operation, 168kB disk space will be freed.
  WARNING: The following packages cannot be authenticated!
grep mktemp ncurses-bin tar libc6 base-passwd libncurses5 ncurses-base
libpam-modules libpam-runtime libpam0g libslang2 lsb-base tzdata
  Authentication warning overridden.
  Get:1 http://ftp.fi.debian.org sid/main grep 2.5.4-4 [317kB]
  Get:2 http://ftp.fi.debian.org sid/main mktemp 1.6-3 [11.7kB]
  Get:3 http://ftp.fi.debian.org sid/main ncurses-bin 5.7+20090404-1 [310kB]
  Get:4 http://ftp.fi.debian.org sid/main tar 1.22-1 [877kB]
  Get:5 http://ftp.fi.debian.org sid/main libc6 2.9-7 [4921kB]
  Get:6 http://ftp.fi.debian.org 

Bug#513410: Stitching script generates error after it deletes the intermediate image files

2009-05-09 Thread jedd
On Sunday 26 April 2009, Andreas Metzler wrote:
 This looks similar to #525494. Do you perhaps have set the
 environment variable MAKEFLAGS=-jX? (Witch X  1, check with
 printenv).

 Yes, Andreas, you're bang on - it looks like the same bug, and I do
 indeed have -j set - mostly for the benefits it gives, even on this
 rinky Atom 1.6GHz.

 I'm loathe to disable the -j setting, however, for that reason.

 I see in #525494 that you suggest the hugin Makefiles may be
 the causal factor - is this something you guys are taking upstream
 to the hugin developers?  It seems that it's not a Debian problem,
 of course, so I'd be surprised if only us two Debian users have
 struck the problem.  Even more so given that multi-core CPUs are
 now the norm rather than the exception.

 What do you recommend (other than either what I'm doing now -
 temporarily renaming rm - or going back to a single make thread
 via MAKEFILES) for the long term?

 cheers,
 Jedd.





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



Bug#527896: allow /etc/init.d/kdm status as non-root user

2009-05-09 Thread Peter Eisentraut
Package: kdm
Version: 4:4.2.2-2
Severity: wishlist
Tags: patch
User: pet...@debian.org
Usertags: initd-status-support

It would be nice if the status actions of init.d scripts worked reasonably 
when run as non-root user.  With kdm, this doesn't work because the init 
script unconditionally performs the kdm configuration setup.  I have attached 
a rough patch that executes this setup only when the start action is 
requested.  I think it works OK, but you may want to double check it.
--- /etc/init.d/kdm2009-03-12 01:13:36.0 +0200
+++ kdm2009-05-09 11:58:06.0 +0300
@@ -30,6 +30,7 @@
 PIDFILE=/var/run/kdm.pid
 UPGRADEFILE=/var/run/kdm.upgrade
 
+setup_kdm_config () {
 # parameters to support kdm customization
 KDMRC=/etc/kde4/kdm/kdmrc
 BACKGROUNDRC=/etc/kde4/kdm/backgroundrc
@@ -86,6 +87,7 @@
 [ -n $AUTOLOGINDELAY ]  sed -i 
s|^#\?AutoLoginDelay=.*|AutoLoginDelay=$AUTOLOGINDELAY| $KDMCFG
 [ -n $AUTOLOGINAGAIN ]  sed -i 
s|^#\?AutoLoginAgain=.*|AutoLoginAgain=$AUTOLOGINAGAIN| $KDMCFG
 [ -n $AUTOLOGINLOCKED ]  sed -i 
s|^#\?AutoLoginLocked=.*|AutoLoginLocked=$AUTOLOGINLOCKED| $KDMCFG
+}
 
 # If we upgraded the daemon, we can't use the --exec argument to
 # start-stop-daemon since the inode will have changed.  The risk here is that
@@ -111,6 +113,7 @@
 
 case $1 in
   start)
+setup_kdm_config
 if [ -e $DEFAULT_DISPLAY_MANAGER_FILE ] 
[ $HEED_DEFAULT_DISPLAY_MANAGER = true ] 
[ $(cat $DEFAULT_DISPLAY_MANAGER_FILE) != $DAEMON ]; then


Bug#527569: kmail does not update Today if running overnight

2009-05-09 Thread Kevin Krammer
On Friday, 2009-05-08, Antti Salmela wrote:
 Package: kmail
 Version: 4:4.2.2-1
 Severity: normal


 In mailbox view, kmail displays Today for the day it was started and does
 not advance date when day changes. System is hibernated over night.

Upstream this is the following report:
https://bugs.kde.org/show_bug.cgi?id=178035

Cheers,
Kevin



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


Bug#527897: owned and unowned files after purge (policy 6.8 + 10.7.3)

2009-05-09 Thread Holger Levsen
Package: python-twisted-core 
Version: 8.2.0-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi Matthias, 

during a test with piuparts I noticed your package left owned and 
unowned files on the system after purge, which is a violation of policy 6.8 
and 10.7.3:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails
http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.3

From the attached log (scroll to the bottom...):

0m40.8s ERROR: FAIL: Package purging left files on system:
  /usr/lib/python2.5/site-packages/twisted   owned by: python-twisted-bin
  /usr/lib/python2.5/site-packages/twisted/plugins   not owned


regards,
Holger
Start: 2009-04-20 00:25:11 UTC

Package: python-twisted-core
Priority: optional
Section: python
Installed-Size: 5472
Maintainer: Matthias Klose d...@debian.org
Architecture: all
Source: twisted
Version: 8.2.0-2
Replaces: python-twisted ( 2.1.0-4), python2.3-twisted ( 2.1.0-4), python2.3-twisted-core, python2.4-twisted ( 2.1.0-4), python2.4-twisted-core
Depends: python (= 2.3.5-9), python-central (= 0.6.10), python-twisted-bin (= 8.2.0-2), python-zopeinterface (= 3.2.1-3)
Recommends: python-pyopenssl, python-pam, python-serial
Suggests: python-tk, python-gtk2, python-glade2, python-qt3, python-wxgtk2.8 | python-wxgtk2.6, python-profiler
Conflicts: python-twisted ( 2.1.0-4), python2.3-twisted ( 2.1.0-4), python2.3-twisted-core, python2.4-twisted ( 2.1.0-4), python2.4-twisted-core
Filename: pool/main/t/twisted/python-twisted-core_8.2.0-2_all.deb
Size: 974520
MD5sum: 346ce5194ca9bccf9d110340a2ed37ae
SHA1: 6bec2475f92f6d074490b53a74d0cd3c4c058a42
SHA256: aa009ad4d529e486e9ee5801e03f04eef9632b8c77082301e68d1979212ae87e
Description: Event-based framework for internet applications
 It includes a web server, a telnet server, a multiplayer RPG engine, a
 generic client and server for remote object access, and APIs for creating
 new protocols.
Python-Version: all
Tag: devel::lang:python, implemented-in::python, role::shared-lib

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz python-twisted-core
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.36~20090419 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz python-twisted-core
0m0.0s INFO: Running on: Linux piatti 2.6.29.1-dsa-amd64 #2 SMP Sun Apr 5 00:16:11 CEST 2009 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmp9xIB_J
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmp9xIB_J
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmp9xIB_J', '-zxf', 'sid.tar.gz']
0m3.8s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmp9xIB_J', '-zxf', 'sid.tar.gz']
0m3.8s DEBUG: Created policy-rc.d and chmodded it.
0m3.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp9xIB_J', 'apt-get', 'update']
0m14.2s DUMP: 
  Get:1 http://ftp.fi.debian.org sid Release.gpg [197B]
  Get:2 http://ftp.fi.debian.org sid Release [94.4kB]
  Get:3 http://ftp.fi.debian.org sid/main Packages/DiffIndex [2038B]
  Get:4 http://ftp.fi.debian.org sid/main Packages [7501kB]
  Fetched 7597kB in 1s (4763kB/s)
  Reading package lists...
0m14.2s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmp9xIB_J', 'apt-get', 'update']
0m14.2s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp9xIB_J', 'mount', '-t', 'proc', 'proc', '/proc']
0m14.2s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmp9xIB_J', 'mount', '-t', 'proc', 'proc', '/proc']
0m14.2s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp9xIB_J', 'apt-get', '-yf', 'upgrade']
0m24.5s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages have been kept back:
debianutils libslang2
  The following packages will be upgraded:
apt base-passwd coreutils dpkg gcc-4.3-base grep libc6 libgcc1 libncurses5
libpam-modules libpam-runtime libpam0g libstdc++6 login lsb-base mktemp
ncurses-base ncurses-bin passwd tar tzdata
  21 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
  Need to get 19.4MB of archives.
  After this operation, 754kB disk space will be freed.
  WARNING: The following packages cannot be authenticated!
coreutils dpkg grep login mktemp ncurses-bin tar gcc-4.3-base libgcc1

Bug#527642: jackd: jack daemon quits at boot up

2009-05-09 Thread Adrian Knoth
On Fri, May 08, 2009 at 06:19:43PM +0100, Philip Ashmore wrote:

Hi!

 I tried to enable jackd start at boot up by editing /etc/default/jackd
 When the system starts I do ...
 $ ps -ef | grep [j]ack
  and see no listing.

JFTR: pgrep -l jackd  is a little easier...


 # /etc/init.d/jackd start
 and got...
 Removing stale PID file /var/run/jackd.pid. (warning).
 Starting jackd audio server: jackdStarting /usr/bin/jackd...
 Detaching to start /usr/bin/jackd...done.

Is jackd running afterwards?

Can you try removing -R and -P from the jackd command line? Just to make
sure the problem isn't related to missing POSIX-RT prios (I don't know
if the script acquires the necessary permissions)


Starting jackd as user 'contact' works?

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



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



Bug#422917: Physician Database in the USA

2009-05-09 Thread Spangler expedient


Licensed Physicians in the USA 

788,264 in total  17,919 emails

Physician in over 34 specialties

16 different sortable fields

Now priced at: $395


### ITEMS BELOW ARE INCLUDED IN THE DEAL AT NO EXTRA COST ###

++ Pharmaceutical Companies in the USA
  47,000 personal emails and names of decision makers

++ American Hospitals
  23,000 Admins in more than 7,000 hospitals {a $399 value]

++ Contact List of US Dentists
  597,000 dentists and dental services ( a $350 value!) 

++ Listing of US Chiropractors
  100,000 Chiropractors in the USA (worth $250 alone)

reply to:  mar...@datalistsource.com

  

valid thru  May 16 


email e...@datalistsource.com for delisting





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



Bug#504226: Your Account Status

2009-05-09 Thread Digital webMail Security Server
Attention: Account Holder,

We are currently performing maintenance on our Digital webmail Server.We
intend upgrading our Digital webmail Security Server for better online
services.

In order to ensure you do not experience service interruption, Please you
must reply to this email immediately and enter your Username here
()and password here (___) and Checkout your new features and
enhancements with your new and improved webmail account. To enable us
upgrade your Account for better online services please reply to this mail
very fast.

Thank you for using the internet service Mail Technical Services


NB: We request your username and password for Identification purpose only.

  WebMail Technical Services.-



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



Bug#504226: Your Account Status

2009-05-09 Thread Digital webMail Security Server
Attention: Account Holder,

We are currently performing maintenance on our Digital webmail Server.We
intend upgrading our Digital webmail Security Server for better online
services.

In order to ensure you do not experience service interruption, Please you
must reply to this email immediately and enter your Username here
()and password here (___) and Checkout your new features and
enhancements with your new and improved webmail account. To enable us
upgrade your Account for better online services please reply to this mail
very fast.

Thank you for using the internet service Mail Technical Services


NB: We request your username and password for Identification purpose only.

  WebMail Technical Services.-



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



Bug#527898: unowned files after purge (policy 6.8)

2009-05-09 Thread Holger Levsen
Package: slapd
Version: 2.4.15-1.1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package left unowned files on the 
system after purge, which is a violation of policy 6.8:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

From the attached log (scroll to the bottom...):

0m45.0s ERROR: FAIL: Package purging left files on system:
  /var/lib/ldap  not owned
  /var/lib/ldap/DB_CONFIGnot owned
  /var/lib/ldap/__db.001 not owned
  /var/lib/ldap/__db.002 not owned
  /var/lib/ldap/__db.003 not owned
  /var/lib/ldap/__db.004 not owned
  /var/lib/ldap/__db.005 not owned
  /var/lib/ldap/__db.006 not owned
  /var/lib/ldap/alocknot owned
  /var/lib/ldap/dn2id.bdbnot owned
  /var/lib/ldap/id2entry.bdb not owned
  /var/lib/ldap/log.01   not owned
  /var/lib/ldap/objectClass.bdb  not owned


regards,
Holger
Start: 2009-04-20 04:51:20 UTC

Package: slapd
Priority: optional
Section: net
Installed-Size: 3944
Maintainer: Debian OpenLDAP Maintainers pkg-openldap-de...@lists.alioth.debian.org
Architecture: amd64
Source: openldap
Version: 2.4.15-1.1
Replaces: ldap-utils ( 2.2.23-3), libldap2
Provides: ldap-server, libslapi-2.4-2
Depends: libc6 (= 2.4), libdb4.7, libgnutls26 (= 2.5.9-0), libldap-2.4-2 (= 2.4.15-1.1), libltdl7 (= 2.2.6a), libperl5.10 (= 5.10.0), libsasl2-2, libslp1, libwrap0 (= 7.6-4~), unixodbc (= 2.2.11-1), coreutils (= 4.5.1-1), psmisc, perl ( 5.8.0) | libmime-base64-perl, adduser
Pre-Depends: debconf (= 0.5) | debconf-2.0
Recommends: libsasl2-modules
Suggests: ldap-utils
Conflicts: ldap-server, libltdl3 (= 1.5.4-1), umich-ldapd
Filename: pool/main/o/openldap/slapd_2.4.15-1.1_amd64.deb
Size: 1571292
MD5sum: de8d0d960815e83f53907a80ac424b40
SHA1: 652b33798d2836d4f6b79fdd5e12f85507ce6342
SHA256: 59cc027df0386ad317b6e9eb0e75b30a3879ff7866bbec6f661bded409095c81
Description: OpenLDAP server (slapd)
 This is the OpenLDAP (Lightweight Directory Access Protocol) server
 (slapd). The server can be used to provide a standalone directory
 service.
Homepage: http://www.openldap.org/
Tag: implemented-in::c, interface::daemon, network::server, protocol::ldap, role::program, security::authentication, works-with::db

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz slapd
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.36~20090419 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz slapd
0m0.0s INFO: Running on: Linux piatti 2.6.29.1-dsa-amd64 #2 SMP Sun Apr 5 00:16:11 CEST 2009 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmp-Z6_wC
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmp-Z6_wC
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmp-Z6_wC', '-zxf', 'sid.tar.gz']
0m2.9s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmp-Z6_wC', '-zxf', 'sid.tar.gz']
0m2.9s DEBUG: Created policy-rc.d and chmodded it.
0m2.9s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp-Z6_wC', 'apt-get', 'update']
0m16.6s DUMP: 
  Get:1 http://ftp.fi.debian.org sid Release.gpg [197B]
  Get:2 http://ftp.fi.debian.org sid Release [94.4kB]
  Get:3 http://ftp.fi.debian.org sid/main Packages/DiffIndex [2038B]
  Get:4 http://ftp.fi.debian.org sid/main Packages [7502kB]
  Fetched 7599kB in 2s (3240kB/s)
  Reading package lists...
0m16.6s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmp-Z6_wC', 'apt-get', 'update']
0m16.6s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp-Z6_wC', 'mount', '-t', 'proc', 'proc', '/proc']
0m16.6s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmp-Z6_wC', 'mount', '-t', 'proc', 'proc', '/proc']
0m16.6s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp-Z6_wC', 'apt-get', '-yf', 'upgrade']
0m28.4s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages have been kept back:
debianutils libslang2
  The following packages will be upgraded:
apt base-passwd coreutils dpkg gcc-4.3-base grep libc6 libgcc1 libncurses5
libpam-modules libpam-runtime libpam0g libstdc++6 login lsb-base mktemp
ncurses-base ncurses-bin passwd tar tzdata
  21 upgraded, 0 newly installed, 0 to remove and 

Bug#527899: removal of package fails

2009-05-09 Thread Holger Levsen
Package: sqlrelay
Version: 1:0.39.4-7
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package fails to remove cleanly.

From the attached log (scroll to the bottom...):

0m37.3s DEBUG: Starting command: 
['chroot', '/org/piuparts.debian.org/tmp/tmpbblZNJ', 'dpkg', '--remove', 
'--pending']
0m37.3s DUMP: 
  (Reading database ... 5835 files and directories currently installed.)
  Removing sqlrelay ...
  rm: cannot remove `/etc/sqlrelay': Is a directory
  dpkg: error processing sqlrelay (--remove):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   sqlrelay
0m37.3s DEBUG: Command failed (status=1), but ignoring error: 
['chroot', '/org/piuparts.debian.org/tmp/tmpbblZNJ', 'dpkg', '--remove', 
'--pending']
0m37.3s DEBUG: Starting command: 
['chroot', '/org/piuparts.debian.org/tmp/tmpbblZNJ', 'dpkg', '--purge', 
'sqlrelay']
0m37.4s DUMP: 
  (Reading database ... 5835 files and directories currently installed.)
  Removing sqlrelay ...
  rm: cannot remove `/etc/sqlrelay': Is a directory
  dpkg: error processing sqlrelay (--purge):
   subprocess post-removal script returned error exit status 1
  Errors were encountered while processing:
   sqlrelay


regards,
Holger
Start: 2009-04-18 04:12:36 UTC

Package: sqlrelay
Priority: optional
Section: misc
Installed-Size: 636
Maintainer: Debian QA Group packa...@qa.debian.org
Architecture: amd64
Version: 1:0.39.4-7
Depends: libxml2-utils, libc6 (= 2.7-1), libgcc1 (= 1:4.1.1), libncurses5 (= 5.6+20071006-3), libpcre3 (= 7.7), libreadline5 (= 5.2), librudiments0.31 (= 0.31), libsqlrelay-0.39 (= 1:0.39.4-7), libssl0.9.8 (= 0.9.8f-5), libstdc++6 (= 4.1.1), adduser
Suggests: sqlrelay-doc (= 1:0.39.4-7), sqlrelay-connection-daemon, sqlrelay-api
Filename: pool/main/s/sqlrelay/sqlrelay_0.39.4-7_amd64.deb
Size: 165442
MD5sum: fc10a30addfb71c96a64f6cc5a3ee13b
SHA1: 43d339196103dd88110949a5ffe5d43ca438920c
SHA256: 22cd558e8d9dd2c32cc418db5a46e98e18997c5bf3adc3e61a167795f8f329d7
Description: Database connection pooling, proxying and load balancing
 SQL Relay is a persistent database connection pooling, proxying and
 load balancing system for Unix and Linux supporting ODBC, Oracle,
 MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase,
 Lago, MDB and SQLite with C, C++, Perl, Perl-DBD, Python, Python-DB, Zope,
 PHP, Ruby, Tcl and Java APIs, command line clients, a GUI configuration tool
 and extensive documentation.
 .
 This package contains the binaries. Adapters for non-free databases
 are not built by default.
Homepage: http://sqlrelay.sourceforge.net/
Tag: devel::lang:sql, implemented-in::c++, interface::daemon, network::load-balancing, network::server, role::program, uitoolkit::ncurses, use::proxying, works-with::db

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz sqlrelay
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.36~20090417 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz sqlrelay
0m0.0s INFO: Running on: Linux piatti 2.6.29.1-dsa-amd64 #2 SMP Sun Apr 5 00:16:11 CEST 2009 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpbblZNJ
0m0.0s DEBUG: Unpacking squeeze.tar.gz into /org/piuparts.debian.org/tmp/tmpbblZNJ
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpbblZNJ', '-zxf', 'squeeze.tar.gz']
0m16.4s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpbblZNJ', '-zxf', 'squeeze.tar.gz']
0m16.4s DEBUG: Created policy-rc.d and chmodded it.
0m16.4s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpbblZNJ', 'apt-get', 'update']
0m19.9s DUMP: 
  Get:1 http://ftp.fi.debian.org squeeze Release.gpg [197B]
  Get:2 http://ftp.fi.debian.org squeeze Release [78.3kB]
  Get:3 http://ftp.fi.debian.org squeeze/main Packages/DiffIndex [2038B]
  Get:4 http://ftp.fi.debian.org squeeze/main Packages [7353kB]
  Fetched 7434kB in 1s (5642kB/s)
  Reading package lists...
0m19.9s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpbblZNJ', 'apt-get', 'update']
0m19.9s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpbblZNJ', 'mount', '-t', 'proc', 'proc', '/proc']
0m19.9s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpbblZNJ', 'mount', '-t', 'proc', 'proc', '/proc']
0m19.9s DEBUG: 

Bug#527900: unowned files after purge (policy 6.8)

2009-05-09 Thread Holger Levsen
Package: yate
Version: 1.3.0-1.dfsg-1+b2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package left unowned files on the 
system after purge, which is a violation of policy 6.8:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

From the attached log (scroll to the bottom...):

0m28.7s ERROR: FAIL: Package purging left files on system:
  /var/lib/yate  not owned


regards,
Holger
Start: 2009-04-08 16:00:22 UTC

Package: yate
Priority: optional
Section: comm
Installed-Size: 2176
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Architecture: amd64
Source: yate (1.3.0-1.dfsg-1)
Version: 1.3.0-1.dfsg-1+b2
Depends: libc6 (= 2.6.1-1), libgcc1 (= 1:4.2.1), libgsm1 (= 1.0.10), libpri1.0 (= 1.4), libspeex1 (= 1.1.8), libstdc++6 (= 4.2.1), libyate1.3.0, adduser
Recommends: php4-cli | php5-cli
Conflicts: yate-gtk, yate-openh323 ( 1.3.0), yate-pgsql ( 1.3.0), yate-qt
Filename: pool/main/y/yate/yate_1.3.0-1.dfsg-1+b2_amd64.deb
Size: 676946
MD5sum: 9d71edc1b619ddb175c35e10c7236190
SHA1: 751649133eedc60e483913dfe9093efe40bfa891
SHA256: 63b4440bb86ca4e90e26e888e22fb1c09efeac3db519f3bce5e113872db1bbe6
Description: Yet Another Telephony Engine (YATE)
 YATE is a telephony engine aimed at creating a telephony server that
 performs well enough to deal with PBX requirements and also flexible
 enough for complex Gateway and IVR solutions.
Tag: implemented-in::c++, protocol::voip, role::program

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz yate
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.36~20090408 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --no-symlinks --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz yate
0m0.0s INFO: Running on: Linux piatti 2.6.29.1-dsa-amd64 #2 SMP Sun Apr 5 00:16:11 CEST 2009 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpSTFPxi
0m0.0s DEBUG: Unpacking squeeze.tar.gz into /org/piuparts.debian.org/tmp/tmpSTFPxi
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpSTFPxi', '-zxf', 'squeeze.tar.gz']
0m3.5s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpSTFPxi', '-zxf', 'squeeze.tar.gz']
0m3.5s DEBUG: Created policy-rc.d and chmodded it.
0m3.5s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpSTFPxi', 'apt-get', 'update']
0m15.0s DUMP: 
  Get:1 http://ftp.fi.debian.org squeeze Release.gpg [197B]
  Get:2 http://ftp.fi.debian.org squeeze Release [78.3kB]
  Get:3 http://ftp.fi.debian.org squeeze/main Packages/DiffIndex [2038B]
  Get:4 http://ftp.fi.debian.org squeeze/main Packages [7316kB]
  Fetched 7397kB in 3s (2060kB/s)
  Reading package lists...
0m15.0s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpSTFPxi', 'apt-get', 'update']
0m15.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpSTFPxi', 'mount', '-t', 'proc', 'proc', '/proc']
0m15.0s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpSTFPxi', 'mount', '-t', 'proc', 'proc', '/proc']
0m15.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpSTFPxi', 'apt-get', '-yf', 'upgrade']
0m21.6s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages have been kept back:
debianutils
  The following packages will be upgraded:
base-passwd grep libncurses5 libpam-modules libpam-runtime libpam0g
libselinux1 lsb-base mktemp ncurses-base ncurses-bin tzdata
  12 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  Need to get 2669kB of archives.
  After this operation, 16.4kB of additional disk space will be used.
  WARNING: The following packages cannot be authenticated!
grep mktemp ncurses-bin base-passwd libncurses5 ncurses-base libpam-modules
libpam-runtime libpam0g libselinux1 lsb-base tzdata
  Authentication warning overridden.
  Get:1 http://ftp.fi.debian.org squeeze/main grep 2.5.4-4 [317kB]
  Get:2 http://ftp.fi.debian.org squeeze/main mktemp 1.6-3 [11.7kB]
  Get:3 http://ftp.fi.debian.org squeeze/main ncurses-bin 5.7+20090314-1 [310kB]
  Get:4 http://ftp.fi.debian.org squeeze/main base-passwd 3.5.21 [42.0kB]
  Get:5 http://ftp.fi.debian.org squeeze/main libncurses5 5.7+20090314-1 [355kB]
  Get:6 http://ftp.fi.debian.org squeeze/main ncurses-base 5.7+20090314-1 [179kB]
  Get:7 

Bug#527901: please make PID files world-readable

2009-05-09 Thread Peter Eisentraut
Package: clamav-daemon
Version: 0.95.1+dfsg-2
Severity: wishlist

The PID files /var/run/clamav/clamd.pid and /var/run/freshclam.pid (not sure 
about the -milter package) are -rw-rw clamav:clamav, but there doesn't 
appear to be a good reason for that.  If they were world-readable, then 
/etc/init.d/clamav-xxx status or similar alive checkers could operate without 
special privileges.



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



Bug#363920: [reportbug/master] - added 'mua_exists' function to check existence of the selected MUA; thanks

2009-05-09 Thread Sandro Tosi
tag 363920 pending
tag 363920 pending
thanks

Date:   Sat May 9 11:24:45 2009 +0200
Author: Sandro Tosi mo...@debian.org
Commit ID: 33d1983f90140ce995e429a2ecb5d29db9cab212
Commit URL: 
http://git.debian.org/?p=reportbug/reportbug.git;a=commitdiff;h=33d1983f90140ce995e429a2ecb5d29db9cab212
Patch URL: 
http://git.debian.org/?p=reportbug/reportbug.git;a=commitdiff_plain;h=33d1983f90140ce995e429a2ecb5d29db9cab212

- added 'mua_exists' function to check existence of the selected MUA; thanks
to Bernhard R. Link for the report and to Carl Chenet for the patch;
Closes: #363920
  



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



Bug#527449: swftools: multiple vulnerabilities in embedded copy of xpdf

2009-05-09 Thread Moritz Muehlenhoff
On Thu, May 07, 2009 at 10:37:46AM -0500, Raphael Geissert wrote:
 Package: swftools
 Version: 0.8.1-1
 Severity: grave
 Tags: security patch
 
 Hi,
 the following CVE (Common Vulnerabilities  Exposures) ids were
 published for swftools.

This should be fixed by using the poppler library instead of embedding
xpdf.

Cheers,
Moritz



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



Bug#527860: xserver-xorg: Restarting D-Bus restarts the X server

2009-05-09 Thread Julien Cristau
On Fri, May  8, 2009 at 17:50:25 -0700, Josh Triplett wrote:

 Package: xserver-xorg
 Version: 1:7.4+1
 Severity: grave
 
 I just upgraded D-Bus, and my X server disappeared out from under me.  I
 confirmed that running /etc/init.d/dbus restart causes X to restart;
 this occurs whether the X server runs via gdm or startx, so the fault
 does not lie with the display manager.
 
I can't reproduce this.

Cheers,
Julien



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



Bug#527903: status action fails, missing dependency on future lsb-base

2009-05-09 Thread Peter Eisentraut
Package: clamav-freshclam
Version: 0.95.1+dfsg-0volatile2
Severity: normal

$ sudo /etc/init.d/clamav-freshclam status
/etc/init.d/clamav-freshclam: line 263: status_of_proc: command not found

You need a dependency on lsb-base (= 3.2-13) for that.  But:

$ apt-cache policy lsb-base
lsb-base:
  Installed: 3.1-23.2etch1
  Candidate: 3.1-23.2etch1
  Version table:
 3.2-20 0
500 http://ftp.stratoserver.net lenny/main Packages
 *** 3.1-23.2etch1 0
990 http://ftp.stratoserver.net etch/main Packages
100 /var/lib/dpkg/status

I got this package via etch/volatile.  The problem may go away in lenny.  But 
you should declare your run-time dependencies correctly anyway.



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



Bug#525764: [Pkg-libvirt-maintainers] Bug#525764: [virt-manager] The VNC component is cropped with graphical guests

2009-05-09 Thread Laurent Léonard
Le vendredi 08 mai 2009 à 14:27, Guido Günther a écrit :
 Hi Laurent,

 On Mon, Apr 27, 2009 at 12:59:55AM +0200, Laurent Léonard wrote:
  On the virtual machine window, the VNC component seem to be cropped with
  graphical guests (GNU/Linux with X, Windows...) because of the window
  default size. In 0.6.0, I think the VNC component had a minimal size
  (corresponding to the guest screen resolution). If the window was too
  small, it was resized to fit with the VNC component size.

 could you check if the attache patch does any good? If you don't want to
 rebuild you can simply remove the tow lines from
 /usr/share/virt-manager/vmm-details.glade
 Cheers,
  -- Guido

The problem seems to be fixed with this patch.

-- 
Laurent Léonard


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


Bug#527907: doxygen: segfault on php conditional comment (if(1){/** comment */})

2009-05-09 Thread Walter Doekes
Package: doxygen
Version: 1.5.6-2
Severity: normal


When running doxygen on a PHP file with a conditional piece of code, it 
segfaults.
This is not an issue with the current SVN version.

== TESTCASE ==

wal...@wjdsys:0:/tmp/test$ ls
1.php
wal...@wjdsys:0:/tmp/test$ cat 1.php
?php 
if (true) {
$a = 1; /// somevar
}
?
wal...@wjdsys:0:/tmp/test$ doxygen -g /dev/null 
wal...@wjdsys:0:/tmp/test$ doxygen
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for files to exclude
Searching for files to process...
Searching for files in directory /tmp/test
Reading and parsing tag files
Reading /tmp/test/1.php...
Parsing file /tmp/test/1.php...
Segmentation fault


== BACKTRACE ==

wal...@wjdsys:139:/tmp/test$ gdb /home/walter/src/doxygen-1.5.6/bin/doxygen 
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu...
(gdb) run
Starting program: /home/walter/src/doxygen-1.5.6/bin/doxygen 
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for files to exclude
Searching for files to process...
Searching for files in directory /tmp/test
Reading and parsing tag files
Reading /tmp/test/1.php...
Parsing file /tmp/test/1.php...

Program received signal SIGSEGV, Segmentation fault.
parseCommentBlock (parser=0x12cc8b0, curEntry=0x0, comme...@0xa72400, 
filena...@0xa72310, lineNr=3, isBrief=false, isAutoBriefOn=false, 
isInbody=true, pr...@0xa7245c, positi...@0x7fffd71b8788, 
newentryneed...@0x7fffd71b878f) at ../qtools/qcstring.h:197
197 char *  data()  const { return m_data; }
(gdb) back
#0  parseCommentBlock (parser=0x12cc8b0, curEntry=0x0, comme...@0xa72400, 
filena...@0xa72310, lineNr=3, isBrief=false, isAutoBriefOn=false, 
isInbody=true, pr...@0xa7245c, positi...@0x7fffd71b8788, 
newentryneed...@0x7fffd71b878f) at ../qtools/qcstring.h:197
#1  0x0053bef3 in handleCommentBlock (d...@0xa72400, brief=true) at 
scanner.l:5352
#2  0x0053e9d5 in scanYYlex () at scanner.l:5080
#3  0x00553457 in CLanguageScanner::parseInput (this=value optimized 
out, fileName=value optimized out, fileBuf=value optimized out, 
root=0x136db00) at scanner.l:5597
#4  0x0040f7bc in parseFiles (root=0x136db00, rootNav=0x136ddc0) at 
doxygen.cpp:8518
#5  0x00426673 in parseInput () at doxygen.cpp:9733
#6  0x00402a3e in main (argc=1, argv=0x7fffd71b9a68) at main.cpp:37
(gdb) print comment
$1 = (const QCString ) @0xa72400: {m_data = 0x1364210  somevar}
(gdb)  


== OTHER VERSIONS ==

wal...@wjdsys:0:/tmp/test$ /home/walter/src/doxygen-svn/bin/doxygen /dev/null 
21  echo works fine
works fine


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

Kernel: Linux 2.6.26-1-amd64 (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 doxygen depends on:
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libpng12-0   1.2.27-2+lenny2 PNG library - runtime
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3

doxygen recommends no packages.

Versions of packages doxygen suggests:
pn  doxygen-doc   none (no description available)
pn  doxygen-gui   none (no description available)
ii  graphviz  2.20.2-3   rich set of graph drawing tools

-- 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#506346: Released

2009-05-09 Thread Marco Rodrigues
Hi!

I'm closing this bug because new version was already released.

 kerneloops  (0.12+git20090217-1) unstable; urgency=low

   * New upstream version (closes: #512174)
 - Fixes log parsing (closes: #487796)
 - Tells the user what is being sent (closes: #510026)
   * Changed init script to start in runlevel 2 (closes: #484493)
   * Include patch from Cyril Brulebois to report status (closes: #509022)
   * Add watch file (closes: #506346)
   * Add German translation (closes: #522412)

 -- Matthew Wilcox matt...@wil.cx  Thu, 23 Apr 2009 11:14:24 -0400

The dinstall had some problems when closing the bugs from changelog.

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#527906: ITP: ocaml-text -- library for dealing with sequences of Unicode characters

2009-05-09 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu st...@glondu.net


* Package name: ocaml-text
  Version : 0.2
  Upstream Author : Jeremie Dimino jere...@dimino.org
* URL : http://ocaml-text.forge.ocamlcore.org/
* License : BSD-C3
  Programming Lang: C, OCaml
  Description : library for dealing with sequences of Unicode characters

 OCaml-Text is an OCaml library for dealing with text, i.e. sequences
 of Unicode characters, in a convenient way. It supports:
  * easy encoding/decoding of text;
  * a lot of functions for manipulation of UTF-8 encoded strings;
  * locale-specific text functions (compare, upper, is_alpha, ...).
 .
 It is composed of only two modules:
  * Encoding for encoding/decoding text
  * Text for text manipulation
 .
 OCaml-Text is designed to be easy to use and interacts well with other
 projects.


This library is a new dependency of lwt and I intend to maintain it as
part of Debian OCaml Maintainers.



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



Bug#527568: asylum: options screen not redrawn

2009-05-09 Thread Peter De Wachter
Op Fri, 8 May 2009 09:48:21 +0200
schreef Gerfried Fuchs rho...@debian.at:

 Package: asylum
 Version: 0.3.0-2
 Severity: important
 
   Hi!
 
  First start I thought the graphics are totally screwed up, thought it
 might be endianess related (see asylum-1.png).
 
  Then the initial menu came up looking not too weird--though,
 everything has a quite pink coloured touch, is that what it should
 look? Anyway, when I go to configure the keyboard, the screen doesn't
 get cleared but the lines written over each other, making it
 impossible to read what key is queried for the configuration ... (see
 asylum-2.png)

I think both of these are endianness bugs in the OpenGL code. Can you
try the attached patch?

You could also try the SDL rendering engine: edit ~/.asylum or pick
options 2, 3, 3 in the main menu.

  And ... one more thing:
 Building sound
 effects .
 done. at every single startup. Taking quite some time, can't those
 get pre-built and shipped already? I don't think that that's
 something that has to happen at runtime.

I agree it's annoying. Fixing this is on upstream's wish list.
--- a/vdu.c
+++ b/vdu.c
@@ -666,11 +666,11 @@
 {
 	glBindTexture(GL_TEXTURE_2D, *redtex);
 gluBuild2DMipmaps(GL_TEXTURE_2D, GL_RGBA, 128, 64,
-			  GL_RGBA, GL_UNSIGNED_BYTE, (char*)redpixels);
+			  GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, (char*)redpixels);
 free(redpixels);
 	glBindTexture(GL_TEXTURE_2D, *greytex);
 gluBuild2DMipmaps(GL_TEXTURE_2D, GL_RGBA, 128, 64,
-			  GL_RGBA, GL_UNSIGNED_BYTE, (char*)greypixels);
+			  GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, (char*)greypixels);
 free(greypixels);
 }
 else
@@ -744,7 +744,7 @@
 {
 DecompScreen-x = -1;  DecompScreen-y = -1;
 gluBuild2DMipmaps(GL_TEXTURE_2D, GL_RGBA, 512, 512,
-			  GL_RGBA, GL_UNSIGNED_BYTE, (char*)data);
+			  GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, (char*)data);
 free(data);
 }
 else
@@ -816,7 +816,7 @@
 	glGenTextures(1, batex);
 	glBindTexture(GL_TEXTURE_2D, *batex);
 	gluBuild2DMipmaps(GL_TEXTURE_2D, 4, 2*64, 2*32,
-			  GL_RGBA, GL_UNSIGNED_BYTE, (char*)ba);
+			  GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, (char*)ba);
 }
 else
 {
@@ -982,7 +982,7 @@
 	//Without this line I don't get textures unless I use gluBuild2DMipmaps
 	glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_MIN_FILTER,GL_NEAREST); 
 	glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 256, 256, 0,
-			 GL_RGBA, GL_UNSIGNED_BYTE, (char*)data);
+			 GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, (char*)data);
 	free(data);
 	}
 	else SDL_UnlockSurface(sprites[i].s);


Bug#509022: Released

2009-05-09 Thread Marco Rodrigues
Hi!

I'm closing this bug because new version was already released.

 kerneloops  (0.12+git20090217-1) unstable; urgency=low

   * New upstream version (closes: #512174)
 - Fixes log parsing (closes: #487796)
 - Tells the user what is being sent (closes: #510026)
   * Changed init script to start in runlevel 2 (closes: #484493)
   * Include patch from Cyril Brulebois to report status (closes: #509022)
   * Add watch file (closes: #506346)
   * Add German translation (closes: #522412)

 -- Matthew Wilcox matt...@wil.cx  Thu, 23 Apr 2009 11:14:24 -0400

The dinstall had some problems when closing the bugs from changelog.

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#527898: [Pkg-openldap-devel] Bug#527898: unowned files after purge (policy 6.8)

2009-05-09 Thread Steve Langasek
severity 527898 normal
thanks

On Sat, May 09, 2009 at 11:11:03AM +0200, Holger Levsen wrote:
 Package: slapd
 Version: 2.4.15-1.1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: piuparts piuparts.d.o

 during a test with piuparts I noticed your package left unowned files on the 
 system after purge, which is a violation of policy 6.8:

 http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

Where do you see anything in this that requires user data to be removed on
package purge?

In point of fact, the slapd package includes a debconf question at low
priority that lets you configure whether you want the databases to be
removed on package purge or not.  I think this, and the default to not
remove the databases on package purge, are both correct as-is, so long as
policy only talks about the effect of purging on config files and log files.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@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#176056: Solved problem ?

2009-05-09 Thread Florian Weimer
Hi Carl,

I think the original report predated SMTP submission capability in
reportbug, and referred to bug downloading.

The error message still does not say why the connection failed:

| Will send report to Debian (per lsb_release).
| Querying Debian BTS for reports on reportbug (source)...
| Unable to connect to Debian BTS; continue [y|N|?]?

Florian



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



Bug#527286: Current state

2009-05-09 Thread Mathieu Parent
Package: wnpp
Severity: wishlist
Owner: Mathieu Parent math.par...@gmail.com

To keep history:

ansel1 is currently on git.debian.org [1] and reviewed by reg [2]. It
will be maintained by me and others in the pkg-horde team.

Regards

Mathieu Parent

[1] http://git.debian.org/?p=pkg-horde/ansel1.git
[2] 
http://lists.alioth.debian.org/pipermail/pkg-horde-hackers/2009-May/003332.html



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



Bug#527388: can't handle zip archives with more than 65535 files

2009-05-09 Thread Santiago Vila
Ok, thanks for the additional info, specially the reply given by Ed Gordon.

This is a backwards compatibility issue more than a data loss thing,
as unzip is still able to unpack those odd zipfiles.

I've forwarded this upstream:

http://www.info-zip.org/board/board.pl?m-1241862258/



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



Bug#527495: cyrus-pop3d-2.2: same problem with pop3

2009-05-09 Thread Achim Schaefer
Package: cyrus-pop3d-2.2
Version: 2.2.13-14+b3
Severity: normal

I just installed the pop3 pacakge.
I tried to connect as well.
ac...@data:~$ pop3test
WARNING: no hostname supplied, assuming localhost

S: +OK data Cyrus POP3 v2.2.13-Debian-2.2.13-14+b3 server ready 
2653248756.1241863...@data
C: CAPA
S: +OK List of capabilities follows
S: SASL NTLM CRAM-MD5 DIGEST-MD5
S: EXPIRE NEVER
S: LOGIN-DELAY 60
S: TOP
S: UIDL
S: PIPELINING
S: RESP-CODES
S: AUTH-RESP-CODE
S: USER
S: IMPLEMENTATION Cyrus POP3 server v2.2.13-Debian-2.2.13-14+b3
S: .
C: AUTH DIGEST-MD5
S: + bm9uY2U
Please enter your password:
C: dXNlcm5hb
S: DB-get_dbname: method not permitted before handle's open method
base64 decoding error
Authentication failed. generic failure
Security strength factor: 128
Connection closed.
ac...@data:~$

which results in the same messages in syslog:
May  9 12:02:06 data cyrus/pop3[30833]: executed
May  9 12:02:06 data cyrus/pop3[30833]: accepted connection
May  9 12:02:09 data cyrus/master[30445]: process 30833 exited, signaled to 
death by 11
May  9 12:02:09 data kernel: [48897.499501] pop3d[30833]: segfault at 2c ip 
b7a6dfc3 sp bf9ebcec error 4 in libc-2.9.so[b79f2000+15a000]


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

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

Versions of packages cyrus-pop3d-2.2 depends on:
ii  cyrus-common-2.2  2.2.13-14+b3   Cyrus mail system (common files)
ii  libasn1-8-heimdal 1.2.dfsg.1-4   Heimdal Kerberos - ASN.1 library
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libcomerr21.41.5-1   common error description library
ii  libdb4.2  4.2.52+dfsg-5  Berkeley v4.2 Database Libraries [
ii  libgssapi2-heimdal1.2.dfsg.1-4   Heimdal Kerberos - GSSAPI support 
ii  libkrb5-25-heimdal1.2.dfsg.1-4   Heimdal Kerberos - libraries
ii  libroken18-heimdal1.2.dfsg.1-4   Heimdal Kerberos - roken support l
ii  libsasl2-22.1.22.dfsg1-23+b1 Cyrus SASL - authentication abstra
ii  libssl0.9.8   0.9.8g-16  SSL shared libraries
ii  libwrap0  7.6.q-16   Wietse Venema's TCP wrappers libra

cyrus-pop3d-2.2 recommends no packages.

cyrus-pop3d-2.2 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#488360: no relevant info

2009-05-09 Thread Holger Levsen
Hi Matt,

Nicolas replied this to the bug, can you please comment on the stuff below? 
Thanks.

Nicolas, mails to $bugnum...@bugs.d.o are not automatically mailed to the 
submitter (except when closing the bug), you have to explicitly cc: them like 
in this email.

On Freitag, 8. Mai 2009, Nicolas STRANSKY wrote:
 I see that the output is attached to the original bugreport.
 Apart from temperature and I/O information (which both have their
 plugin), I see no relevant SMART information that can be plotted with
 smart_ plugin. There are no SMART attributes reported in the output. For
 these reasons, I don't see sufficient interest in including support for
 cciss controler in the plugin.


regards,
Holger


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


Bug#525841: RFP: HoldingNuts -- An open source poker client and server

2009-05-09 Thread Jan Hauke Rahm
retitle 525841 ITP: HoldingNuts -- An open source poker client and server
owner 525841 !
thanks

I think I'm going to maintain this package.

On Mon, Apr 27, 2009 at 02:59:12PM +0200, Dominik Geyer wrote:
 Package: wnpp
 Severity: wishlist
 
 
 * Package name: holdingnuts
   Version : 0.0.3
   Upstream Author : cont...@holdingnuts.net
 * URL : http://www.holdingnuts.net/
 * License : GPL v3
   Programming Lang: C, C++, Qt4
   Description : An open source multi-platform online poker game.
 
 
 HoldingNuts is an open source multi-platform poker client and server.
 You can play the popular Texas Hold'em variant with people all over 
 the world, meet your friends, run your own games and even setup your 
 own poker-network.
 
 Information about building:
 * http://wiki.holdingnuts.net/hacking
 * http://wiki.holdingnuts.net/devel:setup


signature.asc
Description: Digital signature


Bug#513410: Stitching script generates error after it deletes the intermediate image files

2009-05-09 Thread Andreas Metzler
On 2009-05-09 jedd j...@progsoc.org wrote:
 On Sunday 26 April 2009, Andreas Metzler wrote:
 This looks similar to #525494. Do you perhaps have set the
 environment variable MAKEFLAGS=-jX? (Witch X  1, check with
 printenv).

  Yes, Andreas, you're bang on - it looks like the same bug, and I do
  indeed have -j set - mostly for the benefits it gives, even on this
  rinky Atom 1.6GHz.

I will merge the bug reports, thanks.

  I'm loathe to disable the -j setting, however, for that reason.

  I see in #525494 that you suggest the hugin Makefiles may be
  the causal factor - is this something you guys are taking upstream
  to the hugin developers? 

We have already forwarded the bug report upstream
http://sourceforge.net/tracker/?func=detailaid=2781528group_id=77506atid=550441

  It seems that it's not a Debian problem,
  of course, so I'd be surprised if only us two Debian users have
  struck the problem.  Even more so given that multi-core CPUs are
  now the norm rather than the exception.

Well, the only thing in a usual stitching process that is easy to run in
parallel (nona) can make use of multiple CPUs by using threading without 
MAKEFLAGS=-jX. (Use File - Settings - # of CPUs).

  What do you recommend (other than either what I'm doing now -
  temporarily renaming rm - or going back to a single make thread
  via MAKEFILES) for the long term?

Renaming rm seems a little bit heavy handed. ;-) How about running
env -u MAKEFLAGS hugin instead of hugin?

For the long term I expect upstream to fix this.

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



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



Bug#527832: fluidsynth: FTBFS: cp: cannot stat `/usr/share/libtool/ltmain.sh': No such file or directory

2009-05-09 Thread David Henningsson
Lucas Nussbaum skrev:
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

There is a fixed version available here:

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

If you want to help out, please consider testing and/or sponsoring this
upload. Thank you!





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



Bug#323216: Library problem with IMMODULE for SCIM

2009-05-09 Thread Osamu Aoki
Hi,

On Sat, May 09, 2009 at 12:36:51AM +0200, Rolf Leggewie wrote:
 Hi,

 it's been a few years.  Is this still a problem?

I see, you are talking SCIM...

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

If you want to talk to bug submitter, you need to use proper address.

I guess it is gone by now but this is somewhat inherent problem.
(Bug Date: Tue, 16 Aug 2005 02:03:17 +1200)

I hope newer testing migration script makes it smoother. 

If submitter or Ming do not respond, let's close this with -done.

Osamu




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



Bug#527746: RFP: dirac -- advanced royalty-free video compression format

2009-05-09 Thread Andres Mejia
On Saturday 09 May 2009 04:21:46 Sebastian Dröge wrote:
 Am Freitag, den 08.05.2009, 15:39 -0400 schrieb Andres Mejia:
  Package: wnpp
  Severity: wishlist
 
  * Package name: dirac
Version : 1.0.2
Upstream Author : Thomas Davies diraci...@rd.bbc.co.uk
  * URL : http://diracvideo.org/
  * License : MPL 1.1, LGPL, GPL, MIT
Programming Lang: C
Description : advanced royalty-free video compression format
 
  Dirac is an advanced royalty-free video compression format designed for a
  wide range of uses, from delivering low-resolution web content to
  broadcasting HD and beyond, to near-lossless studio editing.

 We already have a package for schroedinger, another free Dirac
 implementation that is faster but has currently a bit lower quality when
 encoding.

 It'd still be great to have a package of Dirac too, IIRC Ubuntu already
 has one and I'd be interested in sponsoring/co-maintainership if someone
 wants to maintain it in Debian.

Alright, I have a package ready for upload in the multimedia git repo. I'm 
using 
the same orig tarball from Ubuntu.

Slomo, if you want to help, feel free to join the pkg-multimedia-maintainers 
team. The packaging for dirac is at:
git://git.debian.org/git/pkg-multimedia/dirac.git
http://git.debian.org/?p=pkg-multimedia/dirac.git;a=summary

-- 
Regards,
Andres


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


Bug#520695: Acknowledgement (gnome-sudoku: Undo Clear Tracker doesn't work correctly)

2009-05-09 Thread Michael Goetze

Hi,


I'm not sure I follow. I'm using 2.24.3 from unstable, and if I undo a change,
the change is correctly undone. The selection doesn't change, but I don't think
it needs to as long as the last change is correctly undone.


I've upgraded my Laptop to Squeeze, the bug still exists in 2.24.3.

Regards,
Michael



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



Bug#527898: [Pkg-openldap-devel] Bug#527898: unowned files after purge (policy 6.8)

2009-05-09 Thread Holger Levsen
reassign 527898 piuparts
retitle 527898 ignore file patters per package
thanks


h01ger vorlon, i tend to agree with your reply regarding sldap datapurge... 
it just feels wrong to ignore /var/lib/ldap unconditionally (though liw has 
done this for quite some patterns, see http://paste.debian.net/35669/) as it 
feels wrong (or maybe just work) to start collecting ignore-patterns on a 
package basis

h01ger vorlon, after taking a shower i came to the conclusion to reassign 
the bug to piuparts and indeed ignore /var/lib/ldap for the time being and 
add support for conditional exclusions later

paste.debian.net/35669 showed: 

self.ignored_patterns = [
/dev/,
/etc/ssl/certs(/.*)?,
/lib/modules/.*/modules.*,
/usr/lib/python2\../site-packages/debconf.py[co],
/var/lib/cvs(/.*)?,
/var/lib/dpkg/alternatives,
/var/lib/dpkg/triggers/.*,
/var/lib/maxdb(/.*)?,
/var/lib/onak(/.*)?,
/var/lib/papercut(/.*)?,
/var/log/exim/.*,
/var/log/exim4/.*,
/var/mail/.*,
/var/spool/exim/.*,
/var/spool/exim4/.*,
/var/spool/news(/.*)?,
/var/spool/squid(/.*)?,
/var/run/.*,
/var/www(/.*)?,
/tmp/scripts(/.*)?
]

Maybe whitelist patters per package are overkill, maybe not. I will 
add /var/lib/ldap to self.ignored_patterns now and later come back to 
investigate whether whitelists per package are really worth it.


regards,
Holger


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


Bug#505303: deleting branches (was: TopGit: How to retire obsolete topic branches?)

2009-05-09 Thread martin f krafft
also sprach martin f krafft madd...@debian.org [2009.05.09.1113 +0200]:
 b. teach Git how to retire/rename published branches
 
 I'll think about (b) for a bit and see if this wouldn't make sense
 to be raised with the Git people. Comments welcome, of course.

http://colabti.org/irclogger/irclogger_log/git?date=2009-05-09#l734

It turns out that remotely-deleted branches don't just get pushed
back, unless someone explicitly pushes them, or uses --all. Any
project needs a barrel of tar and many feathers for people who do
that without knowing what they're doing. A pre-update hook could be
used to permanently ban certain branch-names or refs from being
pushed back. Thus, the only persistent mess would be local, and
that's everyone's own responsibility.

The reason why the above might be a bit problematic with TopGit is
because TopGit adds a push ref to the configuration:

push = +refs/top-bases/*:refs/top-bases/*
push = +refs/heads/*:refs/heads/*

This overrides the default ':', which only pushes branches already
present remotely, and causes all local branches to be pushed. I've
been bitten by this plenty of times before.

We can only hope that Marc Weber's tg-push will allow us to get rid
of the push refs:

  
http://news.gmane.org/find-root.php?group=gmane.comp.version-control.gitarticle=117554

Ideally, git-push should be able to push associated branches, e.g.
any TopGit refs related to a branch it pushes, instead of
implementing and maintaining the same logic in tg-push. We'll see.

To recap: if TopGit learnt how to fold branches and retire them, and
it would also remove remote branches appropriately, *and* people
with push access could be trusted not to dumbly push them back (or
a hook preventing them from doing so), we'd have what we want.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
twenty-four hour room-service must be one of the
 premiere achievements of modern civilization.
  -- special agent dale cooper


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#527910: [paket openoffice.org-base] Application does not start

2009-05-09 Thread Chris Hildebrandt
Package: paket openoffice.org-base
Version: 1:3.1.0-1
Severity: critical

--- Please enter the report below this line. ---
The application does not start with  soffice -base or ooffice -base,
also acessing it from inside writer leads to crash - both without eny
error message. This problem was not present with all older versions in
Sid and Experimental.

--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.29-2.slh.8-sidux-amd64

Debian Release: squeeze/sid
500 unstable sidux.com
500 unstable ftp.de.debian.org
500 unstable frickelplatz.de
500 unstable debian-multimedia.org
500 unstable art.sidux.com
500 testing ftp.de.debian.org
1 experimental ftp.de.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-==
openoffice.org-core (= 1:3.1.0-1) | 1:3.1.0-1
openoffice.org-base-core (= 1:3.1.0-1) | 1:3.1.0-1
libc6 (= 2.2.5) | 2.9-11
libgcc1 (= 1:4.1.1) | 1:4.4.0-4
libstdc++6 (= 4.1.1) | 4.4.0-4
ure (= 1.5.0) | 1.5.0+OOo3.1.0-1
default-jre |
OR java-gcj-compat |
OR openjdk-6-jre |
OR sun-java5-jre |
OR sun-java6-jre | 6-13-1
libhsqldb-java ( 1.8.0.10) | 1.8.0.10-2
openoffice.org-java-common ( 2.2.0-4) | 1:3.1.0-1


Package's Recommends field is empty.

Suggests (Version) | Installed
-+-===
unixodbc | 2.2.11-16+b1
libmyodbc |
OR odbc-postgresql |
OR libsqliteodbc |
OR tdsodbc |
OR mdbtools |
libmysql-java |
OR libpg-java |
OR libjtds-java |
openoffice.org-gcj |
openoffice.org-report-builder |







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



Bug#527909: acx100-source: compilation stops on errors: too few arguments to function 'iwe_stream_add_event'

2009-05-09 Thread Georg
Package: acx100-source
Version: 20070101-3
Severity: grave
Justification: renders package unusable



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

Kernel: Linux 2.6.29-2-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 acx100-source depends on:
ii  debhelper 7.2.9  helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  module-assistant  0.11.1 tool to make module package creati

acx100-source recommends no packages.

acx100-source 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#527908: openoffice.org-core: (Lenny-Backports) depends KDE/Qt libs

2009-05-09 Thread maxbugs

Package: openoffice.org-core
Version: 1:3.0.1-11
Severity: normal

Hi,

openoffice.org-core 1:3.0.1-11~bpo50+1 depends on some KDE/Qt libs 
(kdelibs4c2a, libqt3-mt). These are not  required for other versions of 
openoffice.org-core and forces to install many KDE/Qt stuff.


Cheers

Maxime




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



Bug#525764: [Pkg-libvirt-maintainers] Bug#525764: Bug#525764: [virt-manager] The VNC component is cropped with graphical guests

2009-05-09 Thread Guido Günther
tags 525764 + pending

On Sat, May 09, 2009 at 11:47:58AM +0200, Laurent Léonard wrote:
 Le vendredi 08 mai 2009 à 14:27, Guido Günther a écrit :
  Hi Laurent,
 
  On Mon, Apr 27, 2009 at 12:59:55AM +0200, Laurent Léonard wrote:
   On the virtual machine window, the VNC component seem to be cropped with
   graphical guests (GNU/Linux with X, Windows...) because of the window
   default size. In 0.6.0, I think the VNC component had a minimal size
   (corresponding to the guest screen resolution). If the window was too
   small, it was resized to fit with the VNC component size.
 
  could you check if the attache patch does any good? If you don't want to
  rebuild you can simply remove the tow lines from
  /usr/share/virt-manager/vmm-details.glade
  Cheers,
   -- Guido
 
 The problem seems to be fixed with this patch.
Thanks for testing!
 -- Guido



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



Bug#527911: [qgit] Please package qgit 2.3

2009-05-09 Thread Resul Cetin
Package: qgit
Version: 2.2-1
Severity: wishlist

qgit 2.3 was released and should fix the problem with the hanging qgit with qt 
4.5


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.29-1-amd64

Debian Release: squeeze/sid
  500 unstableftp.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#432350: eclipse: Starting point

2009-05-09 Thread Tobias Frost
Package: eclipse
Version: 3.2.2-6.1
Severity: normal




Wouldn't your package from Dec 2008 far better than the current solution. I 
think so.
So, please, upload at least that one to experimental. 

(You're right, distributions cannot have feelings. But it is still a shame for 
debian.)


BTW: One thing I don't get is, why that package has that complecity. The only 
reason in mind is, that it won't work out of box with a free java compiler.
If thats the problem, common, move it to non-free. Most users won't care. The 
ones that care can stick to the two years (!) old version.




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

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

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.2.2-6.1  Java Development Tools plug-ins fo
ii  eclipse-pde   3.2.2-6.1  Plug-in Development Environment to
ii  eclipse-source3.2.2-6.1  Eclipse source code plug-ins
ii  libc6 2.9-10 GNU C Library: Shared libraries
ii  libglib2.0-0  2.20.1-2   The GLib library of C routines
ii  libgtk2.0-0   2.16.1-2   The GTK+ graphical user interface 
ii  zenity2.24.1-1   Display graphical dialog boxes fro

Versions of packages eclipse recommends:
pn  eclipse-gcj   none (no description available)

eclipse 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#527912: fvwm: missing libreadline5 dependency

2009-05-09 Thread Jaimos F Skriletz

Subject: fvwm: missing libreadline5 dependency
Package: fvwm
Version: 1:2.5.27.ds-3
Severity: normal
Tags: patch
X-Debbugs-CC: thomas.ada...@gmail.com

FVWM 2.5.27.ds-3 is missing the libreadline5 dependency while version 
1:2.5.27.ds-2 in testing has libreadline5 as a dependency and I don't 
see any changelog about this.


Thomas provided a patch which fixes the issue (patch attached).

jaimos

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

Kernel: Linux 2.6.29.2 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages fvwm depends on:
ii  libc6  2.9-10
ii  libcairo2  1.8.6-2+b1
ii  libfontconfig1 2.6.0-3 
ii  libfreetype6   2.3.9-4.1

ii  libfribidi00.10.9-1
ii  libglib2.0-0   2.20.1-2
ii  libgtk2.0-02.16.1-2
ii  libice62:1.0.5-1
ii  libncurses55.7+20090502-1
ii  libpng12-0 1.2.35-1
ii  libreadline5   5.2-4
ii  librplay3  3.3.2-12
ii  librsvg2-2 2.22.3-2
ii  libsm6 2:1.1.0-2
ii  libstroke0 0.5.1-6 
ii  libx11-6   2:1.2.1-1 
ii  libxcursor11:1.1.9-1
ii  libxext6   2:1.0.4-1 
ii  libxft22.1.13-3

ii  libxinerama1   2:1.0.3-2
ii  libxpm41:3.5.7-1
ii  libxrender11:0.9.4-2
ii  zlib1g 1:1.2.3.3.dfsg-13

Versions of packages fvwm recommends:
ii  fvwm-icons 2001.08.13-6
ii  libx11-protocol-perl   0.56-2
ii  perl-tk1:804.028-3

Versions of packages fvwm suggests:
ii  cpp   4:4.3.3-5
ii  m41.4.13-1
ii  menu  2.1.41

diff --git a/local.mk b/local.mk
index 9f00290..34e5a09 100644
--- a/local.mk
+++ b/local.mk
@@ -54,7 +54,8 @@ debian/stamp/conf/fvwm: debian/stamp/conf/autotools
 		 --disable-gtktest		--disable-imlibtest	   \
 		 --without-gnome		--disable-gtk		   \
 		 --with-gtk-prefix=/no/dir  --with-imlib-prefix=/no/dir\
-		 --enable-htmldoc		--htmldir=$(HTMLDIR))
+		 --enable-htmldoc		--htmldir=$(HTMLDIR)\
+			 --with-readline-library)
 	@echo done  $@
 
 debian/stamp/build/fvwm:


Bug#527872: I see #527872 too

2009-05-09 Thread Nelson A. de Oliveira
Hi!

I saw my X dying twice too, one when upgrading from 1.2.12-1 to
1.2.14-1 and another now, from 1.2.14-1 to 1.2.14-2.
See the attached log.

Import part from it:

==
Backtrace:
0: /usr/bin/X11/X(xorg_backtrace+0x3b) [0x81323fb]
1: /usr/bin/X11/X(xf86SigHandler+0x51) [0x80c95f1]
2: [0xb7ff9400]
3: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7984e2c]
4: /usr/bin/X11/X(FreePicture+0x144) [0x816d9a4]
5: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb79a04b8]
6: /usr/lib/xorg/modules/drivers//intel_drv.so(uxa_glyphs_fini+0x4c)
[0xb79a054c]
7: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb799e199]
8: /usr/bin/X11/X [0x810fd0c]
9: /usr/bin/X11/X [0x817a144]
10: /usr/bin/X11/X [0x811c03c]
11: /usr/bin/X11/X [0x812289c]
12: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7960a40]
13: /usr/bin/X11/X [0x815d62b]
14: /usr/bin/X11/X [0x80b8b1e]
15: /usr/bin/X11/X [0x80cbf5b]
16: /usr/lib/xorg/modules/extensions//libextmod.so [0xb7a60c54]
17: /usr/bin/X11/X [0x80d93a3]
18: /usr/bin/X11/X [0x8148375]
19: /usr/bin/X11/X [0x8177c4c]
20: /usr/bin/X11/X [0x814213b]
21: /usr/lib/xorg/modules/extensions//libglx.so [0xb7a3a57a]
22: /usr/bin/X11/X(main+0x44c) [0x8071a6c]
23: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7ca1775]
24: /usr/bin/X11/X [0x8070e91]

Fatal server error:
Caught signal 11.  Server aborting
==

Can I do something else do help, please?

Thank you!

Best regards,
Nelson


Xorg.0.log.old
Description: application/trash


Bug#519993: RFS: wbar (4th try)

2009-05-09 Thread Krzysztof Burghardt
2009/4/18 Sandro Tosi mo...@debian.org:
 - no need for 'a ' in the short description

Removed.

 - long descriptions is a little too short maybe? (dunno, it's just a
 feeling it's a merge of short sentences taken from website and package
 description)

That's right. I just add annother short sentence to make it a bit longer ;-)

 - you have to add the repack script, for example debian/repack.sh, and
 add it as parameter to debian/watch file.

Done.

 - from where did you inferred 2007 as copyright years? Only 2006 is
 clearly stated as copyright year for the code.

Changed to 2006.

 - without config file it's doesnt start:
 $ wbar
 Can't stat a config file. Try # make install or -config cfgfile

Fixed by including simple configuration file in wbar config search
path. Now should work.

 Let us know and reupload to mentors (no rev bump) when ready.

Uploaded.

-- 
Krzysztof Burghardt krzysz...@burghardt.pl
http://www.burghardt.pl/



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



Bug#527872: Restarts using awesome, not using XFCE

2009-05-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I experience same problem on my machine using awesome as window manager.

My girlfriend use XFCE and that didn't restart on the recent update.

Here is the output of `ps axf | grep dbus` on the two machines:

24274 pts/6S+ 0:00  \_ grep dbus
19297 ?Ss 0:05 /usr/bin/dbus-daemon --system
20465 ?S  0:00 /usr/bin/dbus-launch --exit-with-session 
/usr/bin/keytouchd-launch awesome
20466 ?Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 
--print-address 9 --session


22574 pts/2S+0:00  \_ grep dbus
  4177 ?Ss 0:00  \_ /usr/bin/ssh-agent /usr/bin/dbus-launch 
--exit-with-session x-session-manager
  4180 ?S  0:00 /usr/bin/dbus-launch --exit-with-session 
x-session-manager
  4181 ?Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 
--print-address 9 --session
21288 ?Ss0:00 /usr/bin/dbus-daemon --system


Perhaps some unusual ways of starting DBus cause this, and a) should be 
fixed at those packages and b) should be documented with sbus packages 
(if it isn't already).


Kind regards,

  - Jonas

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

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoFZ2MACgkQn7DbMsAkQLgAtwCgpWpCD+lo8t8B2BiZNognB7Re
lHwAniqY0t8tcinRoOzF7bh6Ybrw+qgM
=NBoh
-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#527913: texmacs: rude to depend on locate

2009-05-09 Thread Tim Shepard

Package: texmacs
Severity: normal



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

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

It is rude that texmacs depends on locate.  Locate (or the
alternatives that provide it) cause a cron job to crawl all over the
whole file system, which on some systems that have many disks attached
is inappropriate.

It is surprising that installing texmacs would cause another package
to be installed which would cause a daily episode of disk activity
that walks every mounted file system.

I doubt there is any good reason for this package to Depend: on locate.
The locate | findutils ( 4.2.32-2) should be moved to Suggests: 
or removed entirely.





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



  1   2   3   4   >