Bug#598168: tre-agrep fails to match strings in ISO-8859 files containing accented characters

2010-09-27 Thread Douglas A. Augusto
Package: tre-agrep
Version: 0.8.0-2

Suppose we have an ISO-8859 file, lets call it iso-8859.txt, containing those
three lines below:

first line
something here á something else
last line

Notice that there is an accented letter (á, a acute) in the second line. The
command

   % tre-agrep first iso-8859.txt

returns 'first line' (exit code = 0), which is correct. But both of the
following commands

   % tre-agrep something iso-8859.txt
   % tre-agrep last iso-8859.txt

return nothing (exit code = 1). For the sake of comparison, the standard
'grep' matches correctly all of those three commands above.

The file iso-8859.txt is just a minimal working example to demonstrate this
wrong behaviour of tre-agrep. The reported issue was found when I was running
something like 'find . | tre-agrep string' on a directory (ext4 filesystem)
containing file names with accented characters and I realized that something
was wrong, i.e, some files having string in their names were never shown
through tre-agrep.


Related packages information:

ii  grep  2.6.3-3   GNU grep, egrep 
and fgrep
ii  findutils 4.4.2-1   utilities for 
finding files--find, xargs

Shell:

ii  zsh   4.3.10-15 A shell with 
lots of features

System information:

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

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

Versions of packages tre-agrep depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libtre5   0.8.0-2regexp matching library with appro

-- 
Douglas A. Augusto



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



Bug#598150: [Pkg-utopia-maintainers] Bug#598150: Bug#598150: consolekit: ck-launch-session doesn't set an active/local session anymore

2010-09-27 Thread Yves-Alexis Perez
On lun., 2010-09-27 at 00:42 +0200, Michael Biebl wrote:
 Please also test the following:
 
 Add the following the line to
 /etc/pam.d/common-session
 session optionalpam_loginuid.so
 
 logout and login again and then start your x session. 

This one alone is not sufficient, I'll try with the rebuild without
4f88228f31a63c026c424a92827f26ad7535275c

Thanks for your help.

Cheers,
-- 
Yves-Alexis


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


Bug#598168: It works with utf-8 encoding

2010-09-27 Thread Douglas A. Augusto
I forgot to say that tre-agrep works as expected if the presented 3-line
example file is encoded in utf-8.

-- 
Douglas A. Augusto



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



Bug#598150: [Pkg-utopia-maintainers] Bug#598150: Bug#598150: consolekit: ck-launch-session doesn't set an active/local session anymore

2010-09-27 Thread Yves-Alexis Perez
On lun., 2010-09-27 at 00:42 +0200, Michael Biebl wrote:
  Might be related to
 
 http://cgit.freedesktop.org/ConsoleKit/commit/?id=4f88228f31a63c026c424a92827f26ad7535275c
  
  Would you mind testing it with this patch reversed.
 
 Please also test the following:
 
 Add the following the line to
 /etc/pam.d/common-session
 session optionalpam_loginuid.so
 
 logout and login again and then start your x session. 

Reverting the patch makes CK session active/local even without the
common-session stuff (which I guess is expected).

Cheers,
-- 
Yves-Alexis


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


Bug#598169: trying to overwrite '/usr/lib/pkgconfig/TAO_ETCL.pc', which is also in package libtao-orbsvcs-dev 5.6.3-6

2010-09-27 Thread Tommi Vainikainen
Package: libtao-dev
Version: 5.6.3-6
Severity: normal

Hi,

it seems that some pkg-config files are now in wrong packages.

E.g. TAO_IFR_Client.pc should be in libtao-dev instead of
libtao-orbsvcs-dev (to be in same package as the .so):
  libtao-dev.install:usr/lib/libTAO_IFR_Client.so
but
  libtao-orbsvcs-dev.install:usr/lib/pkgconfig/TAO_IFR_Client.pc

I didn't investigate if TAO_ETCL.pc should be as is now or not, as it
also gives errors. Now I'm getting installation errors like this:

dpkg: error processing 
/var/cache/apt/archives/libtao-orbsvcs-dev_5.7.7-3_i386.deb (--unpack):
 trying to overwrite '/usr/lib/pkgconfig/TAO_IFR_Client.pc', which is also in 
package libtao-dev 5.6.3-6
configured to not write apport reports
  dpkg-deb: subprocess paste killed by 
signal (Katkennut putki)
Preparing to replace libtao-dev 5.6.3-6 (using .../libtao-dev_5.7.7-3_i386.deb) 
...
Unpacking replacement libtao-dev ...
dpkg: error processing /var/cache/apt/archives/libtao-dev_5.7.7-3_i386.deb 
(--unpack):
 trying to overwrite '/usr/lib/pkgconfig/TAO_ETCL.pc', which is also in package 
libtao-orbsvcs-dev 5.6.3-6
configured to not write apport reports
  dpkg-deb: subprocess paste killed by 
signal (Katkennut putki)


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

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

Versions of packages libtao-dev depends on:
ii  libace-dev5.7.7-3C++ network programming framework 
ii  libtao-1.6.3  5.6.3-6ACE based CORBA ORB core libraries

libtao-dev recommends no packages.

Versions of packages libtao-dev suggests:
pn  libtao-docnone (no description available)
ii  libtao-orbsvcs-dev5.6.3-6TAO CORBA services development fil

-- 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#598170: unblock: live-build/2.0.1-1

2010-09-27 Thread Daniel Baumann
Package: release.debian.org
Submitter: debian-l...@lists.debian.org

live-build (2.0.0-1) unstable; urgency=medium

  [ Daniel Baumann ]
  * Using short boot parameter 'config' to enable live-config, requires
live-config 2.0.7.
  * Making rmdir calls on cleanups more robust.
  * Also supportin local global lists in config/lists, thanks to Mark
Schneider m...@it-infrastrukturen.org.
  * Updating debian-live list for squeeze.
  * Renaming debian-live list to debian-live-devel.
  * Adding debian-live-pxe-server packages list.
  * Updating packages list for squeeze and wheezy.
  * Also only respecting packages lists with .list suffix in
binary_local-packageslists for consistency.
  * Adding consle-setup and keyboard-configuration manually to package
pool for debian-installer in order to workaround a flawed debian-
installer change in squeeze.
  * Updating keyboard related packages to be in consistency with debian-
installer.
  * Also handling console related packages in debian-installer when
live-installer is used.
  * Also adding kbd to debian-installer packages.

  [ Hector Oron ]
  * Fixing bpo debian-maintainers.org typo (Closes: #597715).

  [ Daniel Baumann ]
  * Adding warning about using minimal directly in minimal packages
list.
  * Adding initramfs related defaults for wheezy.
  * Using the same path for win32-loader in squeeze as in sid as it has
finally migrated some time ago.
  * Not fail if /dev/random is not available in chroot, newer
debootstrap seems not to create it anymore.

 -- Daniel Baumann dan...@debian.org  Sun, 26 Sep 2010 12:14:46 +0200

live-build (2.0.1-1) unstable; urgency=medium

  [ Daniel Baumann ]
  * Adding squeeze-backports as valid distribution codename in
lb_config.
  * Correcting wrong stage file in lb_chroot_interactive.
  * Removing d-i hacks, should be fixed with newer live-installer.

  [ Otavio Salvador ]
  * Fixing debian-installer index generation.
  * Fixing debian-installer Release file generation.

  [ Daniel Baumann ]
  * Also correcting version number in debian-installer release file.
  * Avoid using bashism when handling codename/suite mapping for debian-
installer release file.

 -- Daniel Baumann dan...@debian.org  Mon, 27 Sep 2010 07:41:45 +0200

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



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



Bug#521737: current state of sid (unstable)

2010-09-27 Thread Michael Cree

On 20/09/10 22:18, Michael Cree wrote:

On 04/08/10 09:35, Michael Cree wrote:

On 4/08/2010, at 1:48 AM, Bob Tracy wrote:

(5) Some long-standing compiler and libc issues have been fixed
upstream and in Debian, but recently, a build of libc in Debian
Unstable failed.


I see the memchr seg fault bug (521737) is still open. I have a hunch
that it may be a false-positive,


Darn, it's a true-positive.


A new version of memchr is now upstream in the glibc ports repository 
(many thanks to RTH). In addition to fixing the seg fault it is more 
than twice as fast as the old version when searching through large 
memory buffers.


Cheers
Michael.



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



Bug#598069: udav crashes on start up

2010-09-27 Thread Salvatore Bonaccorso
tag 598069 + moreinfo unreproducible
thanks

Hi Dimitrios

On Sun, Sep 26, 2010 at 09:41:38AM +0300, Dimitrios Eftaxiopoulos wrote:
 Package: udav
 Version: 0.6.3-1
 Severity: important
 
 Hello,
 Trying to launch udav from the command line I get the following error log
 
 
 eftax...@filippos:~$ udav
 (8965) KSharedDataCache::Private::mapSharedMemory: Opening cache 
 /var/tmp/kdecache-eftaxiop/icon-cache.kcache page size is 4096
 (8965) KSharedDataCache::Private::mapSharedMemory: Attached to cache, 
 determining if it must be initialized
 (8965) KSharedDataCache::Private::mapSharedMemory: Cache fully initialized -- 
 attached to memory mapping
 (8965) KSharedDataCache::Private::mapSharedMemory: 4419584 bytes available 
 out of 10485760
 QWidget::setMinimumSize: (/QMdi::ControlLabel) Negative sizes (-1,-1) are not 
 possible
 QWidget::setMinimumSize: (/QMdi::ControlLabel) Negative sizes (-1,-1) are not 
 possible
 QWidget::setMinimumSize: (/QMdi::ControlLabel) Negative sizes (-1,-1) are not 
 possible
 *** glibc detected *** udav: malloc(): memory corruption: 0x01672610 
 ***
 === Backtrace: =
 /lib/libc.so.6(+0x71ad6)[0x7f5aac708ad6]
 /lib/libc.so.6(+0x74b6d)[0x7f5aac70bb6d]
 /lib/libc.so.6(__libc_malloc+0x70)[0x7f5aac70d930]
 /usr/lib/libQtCore.so.4(_ZN7QString17fromLatin1_helperEPKci+0x33)[0x7f5aad491913]
 /usr/lib/libQtCore.so.4(_ZN7QString16fromAscii_helperEPKci+0xcd)[0x7f5aad49758d]
 udav[0x4327cf]
 udav[0x432a0a]
 udav[0x433ec5]
 /usr/lib/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0x604)[0x7f5aada9f244]
 /usr/lib/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xac)[0x7f5aada4932c]
 /usr/lib/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x14b)[0x7f5aada4f80b]
 /usr/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8c)[0x7f5aad5390bc]
 /usr/lib/libQtGui.so.4(_ZN14QWidgetPrivate30sendPendingMoveAndResizeEventsEbb+0x19b)[0x7f5aada9e24b]
 /usr/lib/libQtGui.so.4(_ZN14QWidgetPrivate30sendPendingMoveAndResizeEventsEbb+0x10b)[0x7f5aada9e1bb]
 === Memory map: 
 0040-004a9000 r-xp  08:05 1171503
 /usr/bin/udav
 006a8000-006ac000 rw-p 000a8000 08:05 1171503
 /usr/bin/udav
 006ac000-006b2000 rw-p  00:00 0 
 00922000-036b7000 rw-p  00:00 0  
 [heap]
 7f5a9000-7f5a90021000 rw-p  00:00 0 
 7f5a90021000-7f5a9400 ---p  00:00 0 
 7f5a96959000-7f5a9695a000 ---p  00:00 0 
 7f5a9695a000-7f5a9715a000 rwxp  00:00 0 
 7f5a98467000-7f5a984e8000 r--p  08:05 7226751
 /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Oblique.ttf
 7f5a984e8000-7f5a98532000 r--p  08:05 6168662
 /usr/share/fonts/truetype/msttcorefonts/Courier_New.ttf
 7f5a98532000-7f5a98536000 r-xp  08:05 7325145
 /usr/lib/kde4/plugins/imageformats/kimg_xview.so
 7f5a98536000-7f5a98735000 ---p 4000 08:05 7325145
 /usr/lib/kde4/plugins/imageformats/kimg_xview.so
 7f5a98735000-7f5a98736000 rw-p 3000 08:05 7325145
 /usr/lib/kde4/plugins/imageformats/kimg_xview.so
 7f5a98736000-7f5a98745000 r-xp  08:05 7325196
 /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
 7f5a98745000-7f5a98945000 ---p f000 08:05 7325196
 /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
 7f5a98945000-7f5a98946000 rw-p f000 08:05 7325196
 /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
 7f5a98946000-7f5a9894a000 rw-p  00:00 0 
 7f5a9894a000-7f5a9894f000 r-xp  08:05 7325186
 /usr/lib/kde4/plugins/imageformats/kimg_tga.so
 7f5a9894f000-7f5a98b4e000 ---p 5000 08:05 7325186
 /usr/lib/kde4/plugins/imageformats/kimg_tga.so
 7f5a98b4e000-7f5a98b4f000 rw-p 4000 08:05 7325186
 /usr/lib/kde4/plugins/imageformats/kimg_tga.so
 7f5a98b4f000-7f5a98b58000 r-xp  08:05 7325190
 /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
 7f5a98b58000-7f5a98d58000 ---p 9000 08:05 7325190
 /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
 7f5a98d58000-7f5a98d59000 rw-p 9000 08:05 7325190
 /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
 7f5a98d59000-7f5a98d5e000 r-xp  08:05 7325143
 /usr/lib/kde4/plugins/imageformats/kimg_ras.so
 7f5a98d5e000-7f5a98f5d000 ---p 5000 08:05 7325143
 /usr/lib/kde4/plugins/imageformats/kimg_ras.so
 7f5a98f5d000-7f5a98f5e000 rw-p 4000 08:05 7325143
 /usr/lib/kde4/plugins/imageformats/kimg_ras.so
 7f5a98f5e000-7f5a98f62000 r-xp  08:05 7325192
 /usr/lib/kde4/plugins/imageformats/kimg_psd.so
 7f5a98f62000-7f5a99162000 ---p 4000 08:05 7325192
 

Bug#579155: tasksel: installs *two* entire office suites

2010-09-27 Thread Josselin Mouette
Le samedi 25 septembre 2010 à 10:25 -0400, Lennart Sorensen a écrit : 
 On Sat, Sep 25, 2010 at 09:57:30AM +0200, Fabian Greffrath wrote:
  No joke, it has been yesterday that somebody told me Debian is weird,
  because it installs two word processors by default.
  
  Am Montag, den 26.04.2010, 11:02 +0200 schrieb Josselin Mouette:
   That’s not a good solution either, since there are lots of features OOo
   has that abiword/gnumeric don’t.
  
  I'd say that people who know they will use the advanced features of
  Abiword (e.g. collaborative writing) will also know how to install it.
  And, installing Abiword is less a burden than installing OOo-writer
  because of the smaller package size.
 
 Isn't abiword part of the gnome desktop task?
 
 I have also encountered many word documents that opened correctly
 in abiword but were a mess in openoffice, so I sure don't bother with
 openoffice for word documents anymore.  Openoffice is handy for powerpoint
 files though to view them.

I’ve seen that (with both abiword and gnumeric), and I’ve seen the
opposite too: documents that display fine in OOo but have everything
messed up in abiword.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#597158: dependency problem (?)

2010-09-27 Thread Guido Günther
On Sun, Sep 26, 2010 at 09:15:16PM -0400, Michael Swierczek wrote:
 I had the same problem as
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597158#5
 
  apt-get install qemu-kvm virt-manager finished without errors, but
 when I attempted to use virt-manager I received the same error.
 
 To fix it, I had to do apt-get install libvirt-bin.
 
 I do not know if this is normal behavior, and the bug should be
 closed, or if it means virt-manager (or qemu-kvm) requires libvirt-bin
 as a dependency.
libvirt-bin is a Recommends since you can use virt-manager fine to
connect to remote machines without having libvirt-bin installed locally.

So I think we should keep it this way, especially since Recommends are
installed automatically.
Cheers,
 -- Guido



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



Bug#598149: [Pkg-libvirt-maintainers] Bug#598149: libvirt-bin: autostart fails on reboot

2010-09-27 Thread Guido Günther
Hi Jean,
On Sun, Sep 26, 2010 at 11:25:48PM +0200, Jean-Louis Dupond wrote:
 Subject: libvirt-bin: autostart fails on reboot
 Package: libvirt-bin
 Version: 0.8.3-1
 Severity: normal
 
 I have a routed setup of kvm (with libvirt).
 
 My tun devices are created in /etc/network/interfaces.
 
 auto tap0
 iface tap0 inet static
   address xxx.xxx.xxx.xxx
   netmask 255.255.255.255
   tunctl_user libvirt-qemu
   up route add xxx.xxx.xxx.xxx/32 dev tap0
 
 But when I reboot my host server, and libvirt starts, it can't start
 the guests.
 I get the following error:
 Sep 21 21:28:51 cloud libvirtd: 21:28:51.046: error :
 qemudReadLogOutput:2118 : internal error Process exited while
 reading console log output: char device redirected to
 /dev/pts/1#012could not open /dev/net/tun: Permission denied#012
 Sep 21 21:28:51 cloud libvirtd: 21:28:51.047: error :
 qemuAutostartDomain:827 : Failed to autostart VM 'dupondje':
 internal error Process exited while reading console log output: char
 device redirected to /dev/pts/1#012could not open /dev/net/tun:
 Permission denied#012
 
 
 It seems to fail because the tap0 doesn't exist yet, and libvirt
 tries to make it.
 
 If I restart libvirt-bin after like 30 seconds, the devices get
 started without any issue.
 So it seems like there is some race condition, that makes
 libvirt-bin start before the network is initialized.
Are you using dependency based booting? Please check if the network is
fully up when libvirt-bin starts (e.g. by dumping the output of
ifconfing in the init script). It should be since we have a dependency
on $network in the init script.
Cheers,
 -- Guido



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



Bug#596852: possible to upload esmtp/1.2-4squeeze1 to t-p-u?

2010-09-27 Thread Salvatore Bonaccorso
Hi Julien

On Fri, Sep 24, 2010 at 09:32:08PM +0200, Julien Cristau wrote:
 On Tue, Sep 14, 2010 at 19:01:48 +0200, Salvatore Bonaccorso wrote:
 
  Hi Julien
  
  On Tue, Sep 14, 2010 at 05:38:52PM +0200, Julien Cristau wrote:
   On Tue, Sep 14, 2010 at 17:23:09 +0200, Salvatore Bonaccorso wrote:
   
Would libesmtp-dev be unblocked? The debdiff for it is big. I Cc'ed
the Maintainer Jeremy T. Bouse for libesmtp for comments on this, if
you find it reasonable to have this updated version of libesmtp in
squeeze.
   
   No, it's not reasonable.
  
  Indeed, and I now saw an earlier discussion on this, sorry about that,
  for doubling this.
  
  But what is about:
  
   Thus, else and probably way to go: Would an upload to t-p-u be
   accepted?
  
  The debdiff from versions in unstable is in case attached, the
  changelog is:
  
  esmtp (1.2-5) unstable; urgency=low
  
* Debconf translation: Add Danish translation by Joe Dalton
  (Closes: #596613).
* Bump Standards-Version to 3.9.1.
* debian/copyright: Refer to Debian systems instead of Debian
  GNU/Linux systems.
  
   -- Salvatore Bonaccorso salvatore.bonacco...@gmail.com  Mon, 13 Sep 2010 
  07:49:52 +0200
  
 I'd rather see the libesmtp bump reverted, but if that doesn't happen
 then I guess the esmtp translation update can go in through tpu.

Ok thanks for your answer! Attached is the current debdiff for the
upload to t-p-u. I will wait for your ok in any case to upload there! 

If the libesmtp to unstable would be reverted, then esmtp in unstable
and at least gnunet needs again a rebuild. I have not checked if this
is needed too for peacemaker, collecd, balsa.

Bests and thanks for your work in the RT
Salvatore
diff -Nru esmtp-1.2/debian/changelog esmtp-1.2/debian/changelog
--- esmtp-1.2/debian/changelog	2010-05-03 11:00:59.0 +0200
+++ esmtp-1.2/debian/changelog	2010-09-23 09:05:39.0 +0200
@@ -1,3 +1,13 @@
+esmtp (1.2-4squeeze1) testing; urgency=low
+
+  * Debconf translation: Add Danish translation by Joe Dalton
+(Closes: #596613).
+  * Bump Standards-Version to 3.9.1.
+  * debian/copyright: Refer to Debian systems instead of Debian
+GNU/Linux systems.
+
+ -- Salvatore Bonaccorso salvatore.bonacco...@gmail.com  Mon, 13 Sep 2010 07:49:52 +0200
+
 esmtp (1.2-4) unstable; urgency=low
 
   * Move esmtp-run to Suggests, as it may be legitimate to only install esmtp
diff -Nru esmtp-1.2/debian/control esmtp-1.2/debian/control
--- esmtp-1.2/debian/control	2010-05-03 11:00:59.0 +0200
+++ esmtp-1.2/debian/control	2010-09-23 09:05:39.0 +0200
@@ -4,7 +4,7 @@
 Maintainer: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (= 7.0.50), bison, flex, libesmtp-dev, po-debconf
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://esmtp.sourceforge.net/
 
 Package: esmtp
diff -Nru esmtp-1.2/debian/copyright esmtp-1.2/debian/copyright
--- esmtp-1.2/debian/copyright	2010-05-03 11:00:59.0 +0200
+++ esmtp-1.2/debian/copyright	2010-09-23 09:05:39.0 +0200
@@ -40,8 +40,8 @@
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-2'.
 
 License: GPL-2+
  This program is free software; you can redistribute it and/or modify
@@ -54,5 +54,5 @@
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-2'
diff -Nru esmtp-1.2/debian/po/cs.po esmtp-1.2/debian/po/cs.po
--- esmtp-1.2/debian/po/cs.po	2010-05-03 11:00:59.0 +0200
+++ esmtp-1.2/debian/po/cs.po	2010-09-23 09:05:39.0 +0200
@@ -19,6 +19,7 @@
 PO-Revision-Date: 2009-12-29 03:45+0100\n
 Last-Translator: Martin Sin martin@zshk.cz\n
 Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
+Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
diff -Nru esmtp-1.2/debian/po/da.po esmtp-1.2/debian/po/da.po
--- esmtp-1.2/debian/po/da.po	1970-01-01 01:00:00.0 +0100
+++ esmtp-1.2/debian/po/da.po	2010-09-23 09:05:39.0 +0200
@@ -0,0 +1,168 @@
+# Danish translation esmtp.
+# Copyright (C) esmtp  nedenstående oversættere.
+# This file is distributed under the same license as the esmtp package.
+# Joe Hansen joedalt...@yahoo.dk, 2010.
+#
+msgid 
+msgstr 
+Project-Id-Version: esmtp\n
+Report-Msgid-Bugs-To: es...@packages.debian.org\n
+POT-Creation-Date: 2010-01-08 

Bug#597914: perdition: type mismatch in call to vanessa_socket_pipe_func

2010-09-27 Thread Sergio Gelato
* Simon Horman [2010-09-26 22:37:57 +0900]:
 In any case, can I confirm that we agree that the io.c and perditiondb_odbc.c
 portions of the change below should go into squeeze?

Yes.

 And for Lenny, I'll look into adding 695 + the io.c and perditiondb_odbc.c
 portions of the change below. Does that sounds good to you?

Quite. Thanks.



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



Bug#598171: eagle: appears in wrong menu under Gnome (Programming)

2010-09-27 Thread Arthur Magill
Package: eagle
Version: 5.10.0-1
Severity: minor

Subject says it all. This is a very minor bug. Under Gnome, Eagle appears in
the Programming menu, which seems like the wrong place. It also appears,
correctly, under the electronics menu.



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

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

Versions of packages eagle depends on:
ii  eagle-data  5.10.0-1 Data files for Eagle
ii  fontconfig-config   2.8.0-2.1generic font configuration library
ii  ia32-libs   20090808 ia32 shared libraries for use on a
ii  lib32gcc1   1:4.4.4-8GCC support library (32 bit Versio
ii  lib32stdc++64.4.4-8  The GNU Standard C++ Library v3 (3
ii  lib32z1 1:1.2.3.4.dfsg-3 compression library - 32 bit runti
ii  libc6-i386  2.11.2-6 Embedded GNU C Library: 32-bit sha

Versions of packages eagle recommends:
ii  extra-xdg-menus   1.0-4  Extra menu categories for applicat

eagle 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#596852: possible to upload esmtp/1.2-4squeeze1 to t-p-u?

2010-09-27 Thread Julien Cristau
On Mon, Sep 27, 2010 at 09:20:57 +0200, Salvatore Bonaccorso wrote:

 Ok thanks for your answer! Attached is the current debdiff for the
 upload to t-p-u. I will wait for your ok in any case to upload there! 
 
ACK, please go ahead.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#598150: [Pkg-utopia-maintainers] Bug#598150: Bug#598150: Bug#598150: consolekit: ck-launch-session doesn't set an active/local session anymore

2010-09-27 Thread Michael Biebl
On 27.09.2010 08:04, Yves-Alexis Perez wrote:
 On lun., 2010-09-27 at 00:42 +0200, Michael Biebl wrote:
 Please also test the following:

 Add the following the line to
 /etc/pam.d/common-session
 session optionalpam_loginuid.so

 logout and login again and then start your x session. 
 
 This one alone is not sufficient, I'll try with the rebuild without
 4f88228f31a63c026c424a92827f26ad7535275c

Just to be sure: the case that does not work is:
You login on the console, then run startx, right?

Have you checked with ck-list-sessions, if login-session-id is not empty, after
login?

My guess is, that the order in /etc/pam.d/common-session is important. Try to
load pam_loginuid.so *before* pam_ck_connector.so.

Gruss,
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#588812: [DebianGIS] Bug#588812: [DebianGIS-dev] Debian GIS metapackages available [Was: debian-gis_0.0.1_i386.changes ACCEPTED]

2010-09-27 Thread Hamish
Andreas:
 So what do you think about my suggestions to make Debian GIS more
 popular than it currently is?

come on now, we are all intelligent people worthy of mutual respect. please
let's have a reasonable discussions without reverting to lame rhetorical
devices and trolling.

So what are the suggestion(s) we are talking about??  I take it you just
mean to rename pkg-grass-gene...@lists.alioth.d.o to debian...@lists.d.o
and pkg-grass-de...@lists.alioth.d.o to debiangis-com...@lists.d.o?

anything else?


 I think it is a shame that Debian GIS is quite unknown to potentially
 interested persons and please trust me:  I asked a lot of people when I
 did talks about Blends and mentioned Debian GIS as a
 potential Blend - there was nobody aware of this project whereever I
 asked.  And there where people around which are working with GIS
 software.

any interested person looking at the apt-cache info of any of our packages
will clearly see who the maintainer is.. I would not think that renaming
the mailing lists would harm our exposure, but I think it's somewhat
optimistic to think that that it will bring us too many new committers.

i.e. people heavily using the packages are the best dev pool, and they
already know about us since looking at a package status or filing a bug.


 I also continue to think that we should try to involve OSM into
 the Debian GIS project.

the door is always open to anyone who wants to show up.. all are welcome.

In my experience working with both sides, there exists a slightly
different community between the DebianGIS/OSGeo crowd and the OSM crowd.
Not that it is good or bad, and many of us know people from both so it
is easy to cc an email when needed, but just my 2c observation.


 This all makes IMHO a lot of sense to discuss on a mailing list and

of course, ... (isn't that what we're doing?)

 especially if we are in the process of a release mentioning such a
 mailing list in the release notes would give the project a lot of
 attention and probably new supporters.

anywhere the -k12/-edu, -med, etc. projects are mentioned it makes sense
to mention DebianGIS too, with the wiki page as the primary point of
contact. I'm not sure how that is not already covered and how any mailing
list changes would alter that..?



For my part, I do not object to renaming the mailing list to something
more relevant, but with 3 conditions:


*** the mailing list history is preserved

Alexander Wirt wrote:
  Its no problem to import old mails if the come in a common format like
  mbox.

(I assume the Alioth admins are willing and able to provide the mbox file?)



*** Right now this list sends me _zero_ spam. I would be rather unhappy
if that were no longer the case and I was forced to set up a local
spamassassin instance to deal with it, and have to dig through spam when
searching through the archives.



*** the pkg-grass-devel list be renamed debiangis-commit (i.e. what it is)
to stop the confusion there of humans posting to that list.



thanks,
Hamish



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



Bug#598172: gnome-system-tools: FTBFS: Unable to locate package cracklib2-dev

2010-09-27 Thread Lucas Nussbaum
Source: gnome-system-tools
Version: 2.30.2-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: cdbs (= 0.4.41), autotools-dev, intltool (= 0.35.0), 
 debhelper (= 5), liboobs-1-dev (= 2.29.91), libgtk2.0-dev (= 2.16), 
 cracklib2-dev, libglib2.0-dev (= 2.15.2), libgconf2-dev (= 2.2.0), 
 libdbus-1-dev (= 0.32), libpolkit-gtk-1-dev (= 0.92), 
 system-tools-backends-dev (= 2.9.4), gettext, libxml-parser-perl, 
 gnome-pkg-tools, scrollkeeper, gnome-doc-utils (= 0.3.2), pkg-config
 N: Can't select versions from package 'libc-dev' as it purely virtual
 N: Can't select versions from package 'awk' as it purely virtual
 N: Can't select versions from package 'debconf-2.0' as it purely virtual
 N: Can't select versions from package 'perlapi-5.10.0' as it purely virtual
 N: No packages found
 
 ┌──┐
 │ Install build dependencies (internal resolver)  
  │
 └──┘
 
 Checking for already installed source dependencies...
 N: Unable to locate package cracklib2-dev
 cdbs: missing
 Using default version 0.4.88
 autotools-dev: missing
 intltool: missing
 Using default version 0.41.1-1
 debhelper: missing
 Using default version 8.0.0
 liboobs-1-dev: missing
 Using default version 2.30.1-1
 libgtk2.0-dev: missing
 Using default version 2.20.1-1+b1
 cracklib2-dev: missing
 libglib2.0-dev: missing
 Using default version 2.24.2-1
 libgconf2-dev: missing
 Using default version 2.28.1-3
 libdbus-1-dev: missing
 Using default version 1.2.24-3
 libpolkit-gtk-1-dev: missing
 Using default version 0.96-2
 system-tools-backends-dev: missing
 Using default version 2.10.0-2
 gettext: missing
 libxml-parser-perl: missing
 gnome-pkg-tools: missing
 scrollkeeper: missing
 gnome-doc-utils: missing
 Using default version 0.20.1-1
 pkg-config: missing
 Checking for source dependency conflicts...
 E: Unable to locate package cracklib2-dev
 Installing positive dependencies: cdbs autotools-dev intltool debhelper 
 liboobs-1-dev libgtk2.0-dev cracklib2-dev libglib2.0-dev libgconf2-dev 
 libdbus-1-dev libpolkit-gtk-1-dev system-tools-backends-dev gettext 
 libxml-parser-perl gnome-pkg-tools scrollkeeper gnome-doc-utils pkg-config
 Reading package lists...
 Building dependency tree...
 Reading state information...
 E: Unable to locate package cracklib2-dev
 apt-get failed.
 Package installation failed
 Not removing build depends: cloned chroot in use
 Source-dependencies not satisfied; skipping gnome-system-tools

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/09/26/gnome-system-tools_2.30.2-1_lsqueeze64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#598173: cpu: FTBFS: Unable to locate package cracklib2-dev

2010-09-27 Thread Lucas Nussbaum
Source: cpu
Version: 1.4.3-11.1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.1.6), dpatch, libldap2-dev, cracklib2-dev
 N: Can't select versions from package 'libc-dev' as it purely virtual
 N: Can't select versions from package 'awk' as it purely virtual
 N: Can't select versions from package 'debconf-2.0' as it purely virtual
 N: Can't select versions from package 'perlapi-5.10.0' as it purely virtual
 N: No packages found
 
 ┌──┐
 │ Install build dependencies (internal resolver)  
  │
 └──┘
 
 Checking for already installed source dependencies...
 N: Unable to locate package cracklib2-dev
 debhelper: missing
 Using default version 8.0.0
 dpatch: missing
 libldap2-dev: missing
 cracklib2-dev: missing
 Checking for source dependency conflicts...
 E: Unable to locate package cracklib2-dev
 Installing positive dependencies: debhelper dpatch libldap2-dev cracklib2-dev
 Reading package lists...
 Building dependency tree...
 Reading state information...
 E: Unable to locate package cracklib2-dev
 apt-get failed.
 Package installation failed
 Not removing build depends: cloned chroot in use
 Source-dependencies not satisfied; skipping cpu

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/09/26/cpu_1.4.3-11.1_lsqueeze64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#598174: helium: FTBFS: Unable to locate package uuagc

2010-09-27 Thread Lucas Nussbaum
Source: helium
Version: 1.6-6
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: autotools-dev, debhelper (= 7), ghc6 (= 6.8.2), haddock, 
 libghc6-mtl-dev, libghc6-parsec-dev, uuagc, libghc6-editline-dev
 N: Can't select versions from package 'libc-dev' as it purely virtual
 N: Can't select versions from package 'awk' as it purely virtual
 N: Can't select versions from package 'debconf-2.0' as it purely virtual
 N: Can't select versions from package 'perlapi-5.10.0' as it purely virtual
 N: No packages found
 
 ┌──┐
 │ Install build dependencies (internal resolver)  
  │
 └──┘
 
 Checking for already installed source dependencies...
 N: Unable to locate package uuagc
 autotools-dev: missing
 debhelper: missing
 Using default version 8.0.0
 ghc6: missing
 Using default version 6.12.1-13
 haddock: missing
 libghc6-mtl-dev: missing
 libghc6-parsec-dev: missing
 uuagc: missing
 libghc6-editline-dev: missing
 Checking for source dependency conflicts...
 E: Unable to locate package uuagc
 Installing positive dependencies: autotools-dev debhelper ghc6 haddock 
 libghc6-mtl-dev libghc6-parsec-dev uuagc libghc6-editline-dev
 Reading package lists...
 Building dependency tree...
 Reading state information...
 E: Unable to locate package uuagc
 apt-get failed.
 Package installation failed
 Not removing build depends: cloned chroot in use
 Source-dependencies not satisfied; skipping helium

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/09/26/helium_1.6-6_lsqueeze64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#598176: gnome-do-docklets: FTBFS: ./src/WeatherController.cs(53,71): error CS1057: `WeatherDocklet.WeatherController.Weather.set': Static classes cannot contain protected members

2010-09-27 Thread Lucas Nussbaum
Source: gnome-do-docklets
Version: 0.8.2-2
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[2]: Entering directory 
 `/build/user-gnome-do-docklets_0.8.2-2-amd64-FF96HE/gnome-do-docklets-0.8.2/WeatherDocklet'
 Compiling WeatherDocklet.dll...
 ./src/WeatherController.cs(48,71): error CS1057: 
 `WeatherDocklet.WeatherController.Service.set': Static classes cannot contain 
 protected members
 ./src/WeatherController.cs(53,71): error CS1057: 
 `WeatherDocklet.WeatherController.Weather.set': Static classes cannot contain 
 protected members
 Compilation failed: 2 error(s), 0 warnings
 make[2]: *** [../build/WeatherDocklet.dll] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/09/26/gnome-do-docklets_0.8.2-2_lsqueeze64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#598175: gdata-sharp: FTBFS: mdoc: No assemblies specified.

2010-09-27 Thread Lucas Nussbaum
Source: gdata-sharp
Version: 1.4.0.2-3
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[2]: Entering directory 
 `/build/user-gdata-sharp_1.4.0.2-3-amd64-z0vGLt/gdata-sharp-1.4.0.2'
 /usr/bin/mono-csc /d:TRACE -target:library -out:Google.GData.Client.dll 
 src/core/AssemblyInfo.cs src/core/HttpUtility.cs src/core/abstractentry.cs 
 src/core/abstractfeed.cs src/core/appcontrol.cs src/core/asyncservice.cs 
 src/core/atomFeedgenerator.cs src/core/atomId.cs src/core/atombase.cs 
 src/core/atombaselink.cs src/core/atomcategory.cs src/core/atomcontent.cs 
 src/core/atomfeed.cs src/core/atomfeedentry.cs src/core/atomfeedparser.cs 
 src/core/atomicon.cs src/core/atomlink.cs src/core/atomlogo.cs 
 src/core/atomnametable.cs src/core/atomperson.cs src/core/atomsource.cs 
 src/core/atomtextconstruct.cs src/core/atomuri.cs src/core/authexceptions.cs 
 src/core/authsubutil.cs src/core/basefeedparser.cs src/core/basenametable.cs 
 src/core/collections.cs src/core/documentquery.cs src/core/exceptions.cs 
 src/core/extensionbase.cs src/core/feedconstants.cs src/core/feedmodel.cs 
 src/core/feedquery.cs src/core/gauthrequest.cs src/core/gauthsubrequest.cs 
 src/core/gdatabatch.cs src/core/goauthrequest.cs src/core/gzipstream.cs 
 src/core/logrequest.cs src/core/mediaservice.cs src/core/mediasource.cs 
 src/core/oauthbase.cs src/core/oauthuri.cs src/core/oauthutil.cs 
 src/core/request.cs src/core/rssfeedparser.cs src/core/service.cs 
 src/core/serviceinterface.cs src/core/simplecontainer.cs 
 src/core/simpleelement.cs src/core/tracing.cs src/core/utilities.cs 
 src/core/versioninterface.cs src/core/xmlextension.cs 
 version/AssemblyVersion.cs -r:System.dll -r:System.Xml.dll -r:System.Web.dll 
 -r:System.Configuration.dll -keyfile:src/core/clientkey.sn
 /usr/bin/mono-csc /d:TRACE -target:library -out:Google.GData.Extensions.dll 
 -r:Google.GData.Client.dll src/extensions/AssemblyInfo.cs 
 src/extensions/apps.cs src/extensions/comments.cs src/extensions/contacts.cs 
 src/extensions/entrylink.cs src/extensions/enumconstruct.cs 
 src/extensions/exif.cs src/extensions/extcollections.cs 
 src/extensions/extended.cs src/extensions/feedlink.cs 
 src/extensions/gdatanametable.cs src/extensions/georsswhere.cs 
 src/extensions/labelcollection.cs 
 src/extensions/mailitempropertycollection.cs src/extensions/mediarss.cs 
 src/extensions/originalevent.cs src/extensions/ratings.cs 
 src/extensions/recurexception.cs src/extensions/recurrence.cs 
 src/extensions/reminder.cs src/extensions/when.cs src/extensions/where.cs 
 src/extensions/who.cs version/AssemblyVersion.cs -r:System.dll 
 -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll 
 -keyfile:src/extensions/extensionkey.sn
 /usr/bin/mono-csc -target:library -out:Google.GData.AccessControl.dll 
 -r:Google.GData.Client.dll -r:Google.GData.Extensions.dll -r:System.dll 
 -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll  
 src/gacl/AssemblyInfo.cs src/gacl/aclentry.cs src/gacl/aclfeed.cs 
 src/gacl/aclnamespace.cs src/gacl/aclrole.cs src/gacl/aclscope.cs 
 version/AssemblyVersion.cs -keyfile:src/gacl/gacl.sn
 /usr/bin/mono-csc -target:library -out:Google.GData.Calendar.dll 
 -r:Google.GData.Client.dll -r:Google.GData.Extensions.dll 
 -r:Google.GData.AccessControl.dll -r:System.dll -r:System.Xml.dll 
 -r:System.Web.dll -r:System.Configuration.dll src/gcalendar/AssemblyInfo.cs 
 src/gcalendar/calendarentry.cs src/gcalendar/calendarfeed.cs 
 src/gcalendar/calendarquery.cs src/gcalendar/calendarservice.cs 
 src/gcalendar/evententry.cs src/gcalendar/eventfeed.cs 
 src/gcalendar/eventquery.cs src/gcalendar/webcontent.cs 
 src/gcalendar/webcontentlink.cs version/AssemblyVersion.cs 
 -keyfile:src/gcalendar/calendarkey.sn
 /usr/bin/mono-csc -target:library -out:Google.GData.CodeSearch.dll 
 -r:Google.GData.Client.dll -r:Google.GData.Extensions.dll -r:System.dll 
 -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll  
 src/gcodesearch/AssemblyInfo.cs src/gcodesearch/codesearchentry.cs 
 src/gcodesearch/codesearchfeed.cs src/gcodesearch/codesearchnametable.cs 
 src/gcodesearch/file.cs src/gcodesearch/gcodesearchservice.cs 
 src/gcodesearch/match.cs src/gcodesearch/package.cs 
 version/AssemblyVersion.cs -keyfile:src/gcodesearch/codesearch.sn
 /usr/bin/mono-csc -target:library -out:Google.GData.GoogleBase.dll 
 -r:Google.GData.Client.dll -r:Google.GData.Extensions.dll -r:System.dll 
 -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll  
 src/gbase/AssemblyInfo.cs src/gbase/attributehistogram.cs 
 src/gbase/datetimerange.cs src/gbase/gbaseattribute.cs 
 src/gbase/gbaseattributecollection.cs 
 src/gbase/gbaseattributecollectionwithtypeconversion.cs 
 src/gbase/gbaseattributes.cs src/gbase/gbaseentry.cs src/gbase/gbasefeed.cs 
 src/gbase/gbasenametable.cs 

Bug#598178: libpassword-ruby: FTBFS: Unable to locate package cracklib2-dev

2010-09-27 Thread Lucas Nussbaum
Source: libpassword-ruby
Version: 0.5.3-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: cdbs, debhelper (= 5), ruby-pkg-tools (= 0.8), ruby1.8, 
 cracklib-runtime, cracklib2-dev, wamerican | wordlist, quilt, ruby1.8-dev, 
 graphviz
 N: Can't select versions from package 'libc-dev' as it purely virtual
 N: Can't select versions from package 'awk' as it purely virtual
 N: Can't select versions from package 'debconf-2.0' as it purely virtual
 N: Can't select versions from package 'perlapi-5.10.0' as it purely virtual
 N: No packages found
 
 ┌──┐
 │ Install build dependencies (internal resolver)  
  │
 └──┘
 
 Checking for already installed source dependencies...
 N: Unable to locate package cracklib2-dev
 cdbs: missing
 debhelper: missing
 Using default version 8.0.0
 ruby-pkg-tools: missing
 Using default version 0.17
 ruby1.8: missing
 cracklib-runtime: missing
 cracklib2-dev: missing
 wamerican: missing
 wordlist: missing
 quilt: missing
 ruby1.8-dev: missing
 graphviz: missing
 Checking for source dependency conflicts...
 E: Unable to locate package cracklib2-dev
 Installing positive dependencies: cdbs debhelper ruby-pkg-tools ruby1.8 
 cracklib-runtime cracklib2-dev wamerican quilt ruby1.8-dev graphviz
 Reading package lists...
 Building dependency tree...
 Reading state information...
 E: Unable to locate package cracklib2-dev
 apt-get failed.
 Package installation failed
 Not removing build depends: cloned chroot in use
 Source-dependencies not satisfied; skipping libpassword-ruby

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/09/26/libpassword-ruby_0.5.3-1_lsqueeze64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#598179: python3-stdlib-extensions: FTBFS: sed: can't read debian/*.substvars: No such file or directory

2010-09-27 Thread Lucas Nussbaum
Source: python3-stdlib-extensions
Version: 3.1.2-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules binary
 dh_testdir
 ln -sf /usr/lib/libBLT.2.4.so.8.5 3.1/libBLT85.so
 ln -sf /usr/lib/libBLT.2.4.so.8.5 3.1/libBLT85.so.8.5
 cd 3.1  python3.1 setup.py build
 running build
 running build_ext
 XXX  ['/usr/include/tcl8.5']
 XXX  ['/usr/include/tcl8.5']
 touch build3.1-stamp
 dh_testdir
 ln -sf /usr/lib/libBLT.2.4.so.8.5 3.1/libBLT85.so
 ln -sf /usr/lib/libBLT.2.4.so.8.5 3.1/libBLT85.so.8.5
 cd 3.1  python3.1-dbg setup.py build
 running build
 running build_ext
 XXX  ['/usr/include/tcl8.5']
 XXX  ['/usr/include/tcl8.5']
 [59405 refs]
 touch dbg-build3.1-stamp
 touch build-stamp
 dh_testdir
 dh_testroot
 dh_clean -k 
 dh_clean: dh_clean -k is deprecated; use dh_prep instead
 cd 3.1  python3.1 setup.py install \
   
 --root=/build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk
  --install-layout=deb
 running install
 running build
 running build_ext
 XXX  ['/usr/include/tcl8.5']
 XXX  ['/usr/include/tcl8.5']
 running install_lib
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib/python3.1
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib/python3.1/dist-packages
 copying build/lib.linux-x86_64-3.1/_tkinter.so - 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib/python3.1/dist-packages
 copying build/lib.linux-x86_64-3.1/_gdbm.so - 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib/python3.1/dist-packages
 changing mode of 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib/python3.1/dist-packages/_tkinter.so
  to 755
 changing mode of 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib/python3.1/dist-packages/_gdbm.so
  to 755
 changing mode of 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib/python3.1/dist-packages/
  to 755
 running install_egg_info
 Writing 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk/usr/lib/python3.1/dist-packages/Python-3.1.2.egg-info
 mkdir -p debian/python3-tk/usr/lib/python3.1/lib-dynload
 mv debian/python3-tk/usr/lib/python3.1/*-packages/_tkinter.so \
   debian/python3-tk/usr/lib/python3.1/lib-dynload/
 mkdir -p debian/python3-gdbm/usr/lib/python3.1/lib-dynload
 mv debian/python3-tk/usr/lib/python3.1/*-packages/_gdbm.so \
   debian/python3-gdbm/usr/lib/python3.1/lib-dynload/
 rm -rf debian/python3-tk/usr/lib/python3.1/*-packages
 cd 3.1  python3.1-dbg setup.py install \
   
 --root=/build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk-dbg
  --install-layout=deb
 running install
 running build
 running build_ext
 XXX  ['/usr/include/tcl8.5']
 XXX  ['/usr/include/tcl8.5']
 running install_lib
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk-dbg
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk-dbg/usr
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk-dbg/usr/lib
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk-dbg/usr/lib/python3.1
 creating 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk-dbg/usr/lib/python3.1/dist-packages
 copying build/lib.linux-x86_64-3.1-pydebug/_tkinter_d.so - 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk-dbg/usr/lib/python3.1/dist-packages
 copying build/lib.linux-x86_64-3.1-pydebug/_gdbm_d.so - 
 /build/user-python3-stdlib-extensions_3.1.2-1-amd64-NuU6yV/python3-stdlib-extensions-3.1.2/debian/python3-tk-dbg/usr/lib/python3.1/dist-packages
 changing mode of 
 

Bug#573076: claws-mail: does not show/download bodies of some message (filtering related issue)

2010-09-27 Thread Ricardo Mones
  Hi Denis,

  First, thanks for finding the bug in the Claws Mail bugzilla.

On Fri, Sep 10, 2010 at 09:54:47AM -0400, Denis Laxalde wrote:
 forwarded 573076 
 http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2257
 thanks
 
 Denis Laxalde a écrit :
  Package: claws-mail
  Version: 3.7.5-1
  Severity: important
  
  I have an IMAP account for which Claws-mail don't download message
  bodies when they are quite small (typically a few KB).
  This seems to be related to whether there is or no a filter on the
  inbox.
  Typically, I have a custom spam filter (based on a header from my
  provider) and when it is NOT activated, Claws-mail succesfully
  download messages bodies (whatever their size).
  I then have to choose between seeing spam or not being able to read
  small e-mail...
  
  Please let me know if you need more information.
 
 The account for which this happens is actually an Exchange 2007 / IMAP
 one, as in the aforementioned upstream bug.

  And does the workaround proposed by the OP of the upstream bug work for you?

  Anyway the network log has been requested by upstream but no one has been
  given. Maybe you can attach yours (removing sensitive information), as it's
  probably the only way upstream has to really fix this bug.

  thanks in advance,
-- 
  Ricardo Mones 
  ~
  You have the capacity to learn from mistakes. You'll learn a lot 
  today.   /usr/games/fortune



signature.asc
Description: Digital signature


Bug#596962: [buildd-tools-devel] Bug#596962: Bug#596962: schroot: French debconf templates translation

2010-09-27 Thread Thomas Blein

Quoting Roger Leigh rle...@codelibre.net:

I found a small problem with the fr.po translation.  A couple of the
Boost format strings (%1%) were changed to %1 in the translation.
I've corrected these, and the updated po file is attached for the
record.


Thanks for the feedback, I will take care for the next time.

Best regards,

Thomas



pgpUhjbgfS5BS.pgp
Description: Signature numérique PGP


Bug#596678: closed by Sam Hartman hartm...@debian.org (Bug#596678: fixed in krb5 1.8.3+dfsg-1)

2010-09-27 Thread Martin Pitt
Hello Sam,

Debian Bug Tracking System [2010-09-26 13:33 +]:
 #596678: libkrb5-3: Not co-installable with libkrb53, thus breaking upgrades 
 from Lenny

Much appreciated, thank you!

Martin

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


signature.asc
Description: Digital signature


Bug#578358: gnupg-agent: mangles passphrases should be grave (data loss, fixed upstream)

2010-09-27 Thread Eric Dorland
fixed 578358 2.0.14-2
thanks

* Simon McVittie (s...@debian.org) wrote:
 On Tue, 07 Sep 2010 at 04:12:15 +0200, Lionel Elie Mamane wrote:
  On Mon, Apr 19, 2010 at 09:18:57AM +, Sascha Silbe wrote:
   Keys created / imported / having passphrase changed with gpg-agent
   2.0.14 cannot be decrypted (and thus used), preventing all gpg
   operations. This has been fixed upstream in 2.0.15:
  
   Keys that are already mangled are unreadable even by 2.0.15
 
 This seems to be a duplicate of Bug #567926. According to Werner's 
 announcement
 in http://marc.info/?l=gnupg-usersm=126451730710129w=2 this can affect
 X.509 and SSH keys, but not OpenPGP.
 
 The patch whose ChangeLog entry Sascha quoted seems to be identical to
 encode-s2k.patch, which was applied in 2.0.14-1.1 to fix #567926, then
 re-applied by the maintainer in 2.0.14-2.

Indeed, this is fixed in 2.0.14-2.

 Sascha, were you basing your bug report on a bug you have experienced 
 yourself,
 or just on the upstream announcement? If you have experienced the bug yourself
 and know how to reproduce it, could you please try to do so with 2.0.14-2
 and confirm whether it's already been fixed?
 
 Relatedly, the BTS still thinks #567926 affects 2.0.14-2 (because the 
 changelog
 for that version neither includes the NMU entry nor re-closes the bug), but
 for some reason it has archived that bug anyway. Fixing that now...
 
 Regards,
 Simon
 
 

-- 
Eric Dorland e...@kuroneko.ca
ICQ: #61138586, Jabber: ho...@jabber.com



signature.asc
Description: Digital signature


Bug#598150: [Pkg-utopia-maintainers] Bug#598150: Bug#598150: Bug#598150: consolekit: ck-launch-session doesn't set an active/local session anymore

2010-09-27 Thread Yves-Alexis Perez
On 27/09/2010 09:32, Michael Biebl wrote:
 On 27.09.2010 08:04, Yves-Alexis Perez wrote:
 On lun., 2010-09-27 at 00:42 +0200, Michael Biebl wrote:
 Please also test the following:

 Add the following the line to
 /etc/pam.d/common-session
 session optionalpam_loginuid.so

 logout and login again and then start your x session. 

 This one alone is not sufficient, I'll try with the rebuild without
 4f88228f31a63c026c424a92827f26ad7535275c
 
 Just to be sure: the case that does not work is:
 You login on the console, then run startx, right?

This one and the slim one (slim doesn't support consolekit directly so
it relies on ck-launch-session from 90consolekit).
 
 Have you checked with ck-list-sessions, if login-session-id is not empty, 
 after
 login?

With ck-pam-connector it /does/ work fine (see first mail), however ck
connector is only used when logged in from console and run startx, not
using slim/xdm/...
 
 My guess is, that the order in /etc/pam.d/common-session is important. Try to
 load pam_loginuid.so *before* pam_ck_connector.so.

In my tests, I had removed pam_ck_connector. I'll retry with the connector:

- from console and using startx (was already working)
- from slim

Cheers,
-- 
Yves-Alexis



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



Bug#598008: Circular build dependency between tiles and libspring-2.5-java

2010-09-27 Thread Torsten Werner
Hi,

On Sat, Sep 25, 2010 at 11:50 AM, Felix Geyer debfx-...@fobos.de wrote:
 There is a circular build dependency between tiles and libspring-2.5-java.

 a) tiles build-depends on libspring-core-2.5-java and
 libspring-web-2.5-java.
 b) libspring-2.5-java build-depends on libtiles-java (= 2.2.1).

 As a result both packages fail to build on Ubuntu.

this in not an issue for Debian because both Build-Depends can be
satisfied. You probably have to submit a solution / patch if you want
to get it fixed through uploads to Debian.

Regards,
Torsten



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



Bug#570637: Still some bitmap corruption

2010-09-27 Thread Cui, Hunk
Hi, Sam,

As you said it seems that there is still some issue with
compositing bitmaps in the geode driver 2.11.9-3, then run the
evolution, but in my platform (the display resolution is 1280x1024,
Graphic memory is 24Mb, using the latest geode-driver), it seems OK as
in the screenshot (http://imagebin.ca/view/tQkE5TH.html).
So I hope you can tell me the reproduce steps more detail, we
can trace this issue and follow it.

Thanks,
Hunk Cui




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



Bug#597859: Fullscreen fails in a multi monitor setup.

2010-09-27 Thread Andrea Gasparini
Joachim Breitner spiffera, alle Saturday 25 September 2010 circa:
 could you maybe test if the fullscreen code of geeqie (successor of
 gqview) works correctly in your setup? It seems that this code is well
 tested against various setups and it might just be easiest to use that.

It works great ;) 
Jokes apart, it permits you to setup a lot of different fullscreen type in 
the preferences dialog.

Its default behavior is determined by window manager, that should behave 
like sm with my single_screen patch.

Moreover, it recognize also how many monitors I have, and let me choos e 
between screen 0:0 - full size, screen 0:0 - Monitor 0 and monitor 1.

The former option (full size) behave exatcly like my multi_screen patch 
(probably there's not really a way to go fullscreen-fullsized), i.e.: you 
still see the panels of gnome.

let me know if you'd need some other infos.

hope this helps.
bye!
-- 
-gaspa-
---
 https://launchpad.net/~gaspa -
- HomePage: http://gaspa.yattaweb.it --



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



Bug#597863: [l10n:cs] Initial Czech translation of PO debconf template for package tomcat6 6.0.28-6

2010-09-27 Thread Michal Simunek
OK.

Thanks for advance

tony mancill píše v So 25. 09. 2010 v 08:32 -1000:
 On 09/23/2010 06:51 AM, Michal Simunek wrote:
  Package: tomcat6
  Version: 6.0.28-6
  Severity: wishlist
  Tags: l10n, patch
  
  In attachment there is initial Czech translation of PO debconf template
  (cs.po) for package tomcat6, please include it.
 
 Hello Michal,
 
 Thank you for submitting the translation - I believe that completes all
 of the release goal debconf translations for tomcat6.
 
 I am on holiday until October 1st and won't have access to my SSH RSA
 key until then, so I can't commit your translation to the packaging
 archive right away.  If another member of the Java team hasn't done so
 by then, I'll take care of it next weekend.
 
 Thank you,
 Tony
 

-- 
Michal Šimůnek




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



Bug#598164: awesome: notifications broken since 3.4.7 upgrade

2010-09-27 Thread Julien Danjou
tags 598164 +unreproducible
thanks

#secure method=pgpmime mode=sign
On Mon, Sep 27 2010, The Anarcat wrote:

 notify-send test test

Works fine here.

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info



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



Bug#596852: possible to upload esmtp/1.2-4squeeze1 to t-p-u?

2010-09-27 Thread Salvatore Bonaccorso
Hi Julien

On Mon, Sep 27, 2010 at 09:26:50AM +0200, Julien Cristau wrote:
 On Mon, Sep 27, 2010 at 09:20:57 +0200, Salvatore Bonaccorso wrote:
 
  Ok thanks for your answer! Attached is the current debdiff for the
  upload to t-p-u. I will wait for your ok in any case to upload there! 
  
 ACK, please go ahead.

Thanks! Done and accepted in testing-proposed-updates!

Bests
Salvatore
-- 
  .-.  Salvatore Bonaccorso  Email: salvatore.bonacco...@gmail.com 
  oo|  Jabber: car...@swissjabber.ch -
 /`'\  GPG key ID: 0x7FD863FE -- http://arda.homelinux.org/~salvi/
(\_;/) Fingerprint: 04A4 407C B914 2C23 030C  17AE 789D 6F05 7FD8 63FE


signature.asc
Description: Digital signature


Bug#597812: Re : pcmanfm: pop up message Not Autorized

2010-09-27 Thread BOURDOISEAU
This bug is related to #597937.




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



Bug#598060: Reported upstream

2010-09-27 Thread Matthijs Kooijman
package openttd
forwarded 598060 http://bugs.openttd.org/task/4141
thanks

Hi George,

thanks for reporting this bug, I've reproduced it and sent it to the
upstream developers: http://bugs.openttd.org/task/4141

Gr.

Matthijs


signature.asc
Description: Digital signature


Bug#598180: ITP: python-ethtool -- Ethernet settings python bindings

2010-09-27 Thread Miroslav Suchý

Package: wnpp
Severity: wishlist
Owner: Miroslav Suchý miros...@suchy.cz


* Package name: python-ethtool
  Version : 0.5
  Upstream Author : David Sommerseth dav...@redhat.com
* URL : 
http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary

* License : GPLv2+
  Programming Lang: Python
  Description : Ethernet settings python bindings

 Python bindings for the ethtool kernel interface, that allows querying 
and changing of ethernet card settings, such as speed, port, 
autonegotiation, and PCI locations.


Best regards,

Miroslav Suchy



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



Bug#598149: [Pkg-libvirt-maintainers] Bug#598149: libvirt-bin: autostart fails on reboot

2010-09-27 Thread Jean-Louis Dupond

On Mon, 27 Sep 2010 09:06:22 +0200, Guido Günther a...@sigxcpu.org wrote:
 Hi Jean,
 Are you using dependency based booting? Please check if the network is
 fully up when libvirt-bin starts (e.g. by dumping the output of
 ifconfing in the init script). It should be since we have a dependency
 on $network in the init script.
 Cheers,
  -- Guido

Hi Guido,

I am using squeeze with dependency based booting.

So I modified the libvirt-bin in init.d:
  start)
if check_start_libvirtd_option; then
log_daemon_msg Starting $DESC $NAME
if running ;  then
log_progress_msg already running
log_end_msg 0
exit 0
fi
rm -f /var/run/libvirtd.pid
/sbin/ifconfig  /root/if-boot
start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON -- $libvirtd_opts
if running; then
log_end_msg 0
else
log_end_msg 1
fi
fi
;;


After a reboot I checked /root/if-boot.
All the tap devices were created successfully, but still I got the
following error:

Sep 27 10:21:22 cloud libvirtd: 10:21:22.407: error :
qemudReadLogOutput:2118 : internal error Process exited while reading
console log output: char device redirected to /dev/pts/1#012could not open
/dev/net/tun: Permission denied#012
Sep 27 10:21:22 cloud libvirtd: 10:21:22.407: error :
qemuAutostartDomain:827 : Failed to autostart VM 'dupondje': internal error
Process exited while reading console log output: char device redirected to
/dev/pts/1#012could not open /dev/net/tun: Permission denied#012


What I also see in the libvirt logs:

On reboot it starts with:
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
HOME=/ QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 1024
-smp 2,sockets=2,cores=1,threads=1 -name dupondje -uuid
28e9972d-c3ef-dfff-792e-5f80cd51a68a -nodefaults -chardev
socket,id=monitor,path=/var/lib/libvirt/qemu/dupondje.monitor,server,nowait
-mon chardev=monitor,mode=readline -rtc base=utc -boot dc -drive
if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device
ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive
file=/var/lib/libvirt/images/dupondje,if=none,id=drive-virtio-disk0,boot=on,format=raw
-device
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0
-device
virtio-net-pci,vlan=0,id=net0,mac=52:54:00:xxx:xx:xx,bus=pci.0,addr=0x6
-net tap,ifname=tap2,script=no,vlan=0,name=hostnet0 -chardev pty,id=serial0
-device isa-serial,chardev=serial0 -usb -vnc 127.0.0.1:0 -vga cirrus
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
char device redirected to /dev/pts/1
could not open /dev/net/tun: Permission denied

When I manually do /etc/init.d/libvirt-bin restart it does: (see the
HOME=/root USER=root LOGNAME=root). But that should make any difference?
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
HOME=/root USER=root LOGNAME=root QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M
pc-0.12 -enable-kvm -m 1024 -smp 2,sockets=2,cores=1,threads=1 -name
dupondje -uuid 28e9972d-c3ef-dfff-792e-5f80cd51a68a -nodefaults -chardev
socket,id=monitor,path=/var/lib/libvirt/qemu/dupondje.monitor,server,nowait
-mon chardev=monitor,mode=readline -rtc base=utc -boot dc -drive
if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device
ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -drive
file=/var/lib/libvirt/images/dupondje,if=none,id=drive-virtio-disk0,boot=on,format=raw
-device
virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0
-device
virtio-net-pci,vlan=0,id=net0,mac=52:54:00:xx:xx:xx,bus=pci.0,addr=0x6 -net
tap,ifname=tap2,script=no,vlan=0,name=hostnet0 -chardev pty,id=serial0
-device isa-serial,chardev=serial0 -usb -vnc 127.0.0.1:0 -vga cirrus
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3

Thanks for the follow up!




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



Bug#567849: lilypond: Annoying warnings

2010-09-27 Thread r.ductor
Package: lilypond
Version: 2.12.2-1+b1
Severity: normal

Since at least 1 year 80% of my warnings are from Lilypond:
please stop spamming our log reports.

TYPICAL EGREPPED LOG OUTPUT
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-program.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond.info-images-dir-dep.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-learning.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-snippets.info-images-dir-dep.gz'
warning, in file '/var/lib/dpkg/updates/0150' near line 5 package 'libxapian22':
warning, in file '/var/lib/dpkg/updates/0150' near line 5 package 'libxapian22':
W: gs is already removed. It is recommended to run defoma-app purge gs.
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-program.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond.info-images-dir-dep.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-learning.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-snippets.info-images-dir-dep.gz'
Installation finished. No error reported.
update-initramfs: deferring update (trigger activated)
WARNING: DEFGENERIC: redefining function SYSTEM-SOURCE-FILE in 
/var/cache/common-lisp-controller/0/clisp/cl-asdf/asdf.fas, was
W: gs is already removed. It is recommended to run defoma-app purge gs.
update-rc.d: warning: unattended-upgrades start runlevel arguments (none) do 
not match LSB Default-Start values (0 6)
update-rc.d: warning: unattended-upgrades stop runlevel arguments (0 6) do not 
match LSB Default-Stop values (none)
insserv: warning: current start runlevel(s) (empty) of script 
`unattended-upgrades' overwrites defaults (0 6).
insserv: warning: current stop runlevel(s) (0 6) of script 
`unattended-upgrades' overwrites defaults (empty).
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-program.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond.info-images-dir-dep.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-learning.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-snippets.info-images-dir-dep.gz'
update-initramfs: deferring update (trigger activated)


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

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

Versions of packages lilypond depends on:
ii  guile-1.8 1.8.7+1-3  The GNU extension language and Sch
ii  guile-1.8-libs1.8.7+1-3  Main Guile libraries
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-1FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.4-8  GCC support library
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libltdl7  2.2.6b-2   A system independent dlopen wrappe
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libstdc++64.4.4-8The GNU Standard C++ Library v3
ii  lilypond-data 2.12.2-1   LilyPond music typesetter (data fi
ii  python2.6.5-13   interactive high-level object-orie

Versions of packages lilypond recommends:
ii  lilypond-doc  2.12.2-1   LilyPond Documentation in HTML, PS

lilypond 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#597386: [PATCH 00/14] tdb: Update pytdb API to match what is provided by libtdb

2010-09-27 Thread Kirill Smelkov
On Mon, Sep 20, 2010 at 01:16:49PM +0400, Kirill Smelkov wrote:
 Hi Jelmer,
 
 On Sun, Sep 19, 2010 at 10:16:18AM -0700, Jelmer Vernooij wrote:
  Hi Kirill,
  
  On Sun, 2010-09-19 at 13:53 +0400, Kirill Smelkov wrote: 
   Rusty, Jelmer,
   
   The subject says it all. Not 100% complete, but near.
  Thanks for the patches. I've applied most of the Python ones. I'm not at
  all convinced we should match the C API in the Python API though, I
  rather think we should let the needs of our Python users drive what we
  expose. Some of the worst Python bindings I've seen were created by
  simply mapping every C function one on one to Python.
  
  Is there any particular reason why some of these functions should be
  exposed? Why do you need low-level locking?
 
 Thanks for applying some patches and sorry I've not described my context
 initially...
 
 In this case I myself is tdb python user - I use tdb in embedded system
 for internal database to which many programms connect simultaneously
 to read/write it.
 
 That's why I need locking, and better, to avoid lock contention, the
 chainlock_* family variants.
 
 Also, sometimes it is not important to write data to db immediately, so
 to minize latencies, apps keep to-be-written queue internally until they
 know they can write to some chain, or start transaction - that's why I
 need *_nonblock variants.
 
 Same for reading - once initially read, it's not that important to get
 up-to-date values immediately, that's why I'd also use
 tdb_chainlock_read_nonblock().
 
 And to make life a bit more interesting, db is stored on compact flash
 -- various types, from various vendors, so with various types of flash
 translation layers (FTL) -- so inevitably with bugs in FTL with respect
 to sudden power failures, so I'm preparing to have corrupt tdb one day 
 
 http://ozlabs.org/~rusty/index.cgi/tech/2009-10-20.html
 http://lwn.net/Articles/349970/
 
 That's why I'd also like to have debugging routines (dump_all,
 print_freelist, etc..,), and tdb_check (not yet done, should I?), and
 also tdb_fd and tdb_repack come for completness (doesn't tdb_repack
 complement tdb_wipe_all() which has python bindings?).
 
 And we don't have shutdown sequence - normal shutdown is poweroff...
 
 
 Hope this clarifies my rationale about why we should expose more
 functionality in pytdb.

Silence...

Jelmer, others, what I'm maybe doing wrong here? I just wanted to use
tdb from python without major constraints compared to C version.


Thanks,
Kirill



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



Bug#598164: awesome: notifications broken since 3.4.7 upgrade

2010-09-27 Thread gregor herrmann
On Mon, 27 Sep 2010 10:01:50 +0200, Julien Danjou wrote:

 On Mon, Sep 27 2010, The Anarcat wrote:
  notify-send test test
 Works fine here.

Doesn't work for me either since the upgrade.

What would be helpful for debugging?

Cheers,
gregor 
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-Hailing frequencies open, Captain. 



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



Bug#591364: fixed in Geode 2.11.9-1

2010-09-27 Thread Cui, Hunk
Hi, Thomas,
About Debian BTS #591364, for the present state with the latest
geode-driver 2.11.9-4, we were wondering if this fixes the issue or not?
I hope you can tell me more about this, what does remain of the problem?

If there have new issue, please tell me the reproduce steps, we
will follow it.

Thanks,
Hunk Cui




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



Bug#598181: support btrfs

2010-09-27 Thread Daniel Baumann
Package: live-installer
Severity: wishlist

should have support for btrfs.

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



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



Bug#598182: disabling live-installer doesn't work

2010-09-27 Thread Daniel Baumann
Package: live-installer

disabling live-installer (and falling back to bootstrap-installer) with
live-installer/enable=false doesn't work.

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



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



Bug#598183: clamav: restart afterr update fails (functionality level 55 required)

2010-09-27 Thread Wolfgang Schulze-Zachau
Package: clamav
Version: 0.96.3+dfsg-1~volatile1
Severity: normal

After a normal package upgrade we end with the following:
apt-get upgrade -y

Reading package lists... Done
Building dependency tree  
Reading state information... Done
The following packages will be upgraded:
  clamav clamav-base clamav-daemon clamav-freshclam libclamav6
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/31.0MB of archives.
After this operation, 1507kB of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 32391 files and directories currently installed.)
Preparing to replace libclamav6 0.96.1+dfsg-1~volatile1 (using 
.../libclamav6_0.96.3+dfsg-1~volatile1_i386.deb) ...
Unpacking replacement libclamav6 ...
Preparing to replace clamav-daemon 0.96.1+dfsg-1~volatile1 (using 
.../clamav-daemon_0.96.3+dfsg-1~volatile1_i386.deb) ...
Stopping ClamAV daemon: clamd.
Unpacking replacement clamav-daemon ...
Preparing to replace clamav-base 0.96.1+dfsg-1~volatile1 (using 
.../clamav-base_0.96.3+dfsg-1~volatile1_all.deb) ...
Unpacking replacement clamav-base ...
Preparing to replace clamav-freshclam 0.96.1+dfsg-1~volatile1 (using 
.../clamav-freshclam_0.96.3+dfsg-1~volatile1_i386.deb) ...
Stopping ClamAV virus database updater: freshclam.
Unpacking replacement clamav-freshclam ...
Preparing to replace clamav 0.96.1+dfsg-1~volatile1 (using 
.../clamav_0.96.3+dfsg-1~volatile1_i386.deb) ...
Unpacking replacement clamav ...
Processing triggers for man-db ...
Setting up libclamav6 (0.96.3+dfsg-1~volatile1) ...
Setting up clamav-base (0.96.3+dfsg-1~volatile1) ...
Replacing config file /etc/clamav/clamd.conf with new version
Setting up clamav-freshclam (0.96.3+dfsg-1~volatile1) ...
Installing new version of config file /etc/init.d/clamav-freshclam ...
Starting ClamAV virus database updater: freshclamERROR: This tool requires 
libclamav with functionality level 55 or higher (current f-level: 53)
failed!
Setting up clamav-daemon (0.96.3+dfsg-1~volatile1) ...
Installing new version of config file /etc/init.d/clamav-daemon ...
Starting ClamAV daemon: clamd ERROR: This tool requires libclamav with 
functionality level 55 or higher (current f-level: 53)
failed!
Setting up clamav (0.96.3+dfsg-1~volatile1) ...

Obviously, we are at the moment running without clamav protection. The upstream 
offers no explanation or help. 
We need this fixed ASAP. At the moment we are holding back on any upgrades of 
other servers.

-- Package-specific info:
--- configuration ---
Checking configuration files in /usr/local/etc

Config file: clamd.conf
---

Config file: freshclam.conf
---

clamav-milter.conf not found

Software settings
-
Version: 0.96.1
Optional features supported: MEMPOOL IPv6 CLAMUKO AUTOIT_EA06 RAR JIT
Database directory: /usr/local/share/clamav
WARNING: freshclam.conf and clamd.conf point to different database directories
main.cvd: version 52, sigs: 704727, built on Mon Feb 15 14:54:51 2010
daily.cvd: version 11043, sigs: 70858, built on Wed May 19 03:32:53 2010

Platform information

uname: Linux 2.6.32-trunk-686 #1 SMP Thu Dec 24 05:52:30 UTC 2009 i686
OS: linux-gnu, ARCH: i386, CPU: i686
zlib version: 1.2.3.3 (1.2.3.3), compile flags: 55

Build information
-
GNU C: 4.3.2 (4.3.2)
GNU C++: 4.3.2 (4.3.2)
CPPFLAGS: 
CFLAGS: -g -O2 -fno-strict-aliasing
CXXFLAGS: 
LDFLAGS: 
Configure: --enable-ltdl-convenience

--- data dir ---
total 63796
-rw-r--r-- 1 clamav clamav   311808 2010-09-25 12:26 bytecode.cld
drwxr-xr-x 2 clamav clamav 4096 2010-07-23 15:37 
clamav-62879d5d27b26912c98eacdc96cc4164
-rw-r--r-- 1 clamav clamav  8251392 2010-09-27 00:25 daily.cld
-rw-r--r-- 1 clamav clamav 56671744 2010-07-23 16:04 main.cld
-rw--- 1 clamav clamav  260 2010-09-27 08:25 mirrors.dat

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

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

Versions of packages clamav depends on:
ii  clamav-freshclam 0.96.3+dfsg-1~volatile1 anti-virus utility for Unix - viru
ii  libc62.7-18lenny4GNU C Library: Shared libraries
ii  libclamav6   0.96.3+dfsg-1~volatile1 anti-virus utility for Unix - libr
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

Versions of packages clamav recommends:
ii  clamav-base  0.96.3+dfsg-1~volatile1 anti-virus utility for Unix - base

Versions of packages clamav suggests:
pn  clamav-docs   none (no description available)

-- no debconf information



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



Bug#583252: not responsive at logon. Replug needed.

2010-09-27 Thread Zachary Kline
Package: gdm3
Severity: normal

Similar problems here, though they are apparently less noticeable.
When I switch from runlevel 3 to 5, wich I've configured for graphical login,
only the text console I used to make the switch remains at all useable.
The others lock hard, no keyboard input accepted.  
Gnome itself gets keyboard input fine.

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

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

Versions of packages gdm3 depends on:
ii  adduser 3.112add and remove users and groups
ii  debconf [debconf-2.0]   1.5.35   Debian configuration management sy
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gnome-session [x-sessio 2.30.2-1 The GNOME Session Manager - GNOME 
ii  gnome-session-bin   2.30.2-1 The GNOME Session Manager - Minima
ii  gnome-terminal [x-termi 2.30.2-1 The GNOME terminal emulator applic
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libattr11:2.4.44-2   Extended attribute shared library
ii  libaudit0   1.7.13-1+b2  Dynamic library for security audit
ii  libbonobo2-02.24.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.3-1 The Bonobo UI library
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libdevkit-power-gobject 1:0.9.5-1+b1 abstraction for power management -
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  liborbit2   1:2.14.18-0.1libraries for ORBit2 - a CORBA ORB
ii  libpam-modules  1.1.1-6  Pluggable Authentication Modules f
ii  libpam-runtime  1.1.1-6  Runtime support for the PAM librar
ii  libpam0g1.1.1-6  Pluggable Authentication Modules l
ii  libpanel-applet2-0  2.30.2-1 library for GNOME Panel applets
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpolkit-gobject-1-0   0.96-3   PolicyKit Authorization API
ii  libpolkit-gtk-1-0   0.96-2   PolicyKit GTK+ API
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxau6 1:1.0.6-1X11 authorisation library
ii  libxdmcp6   1:1.0.3-2X11 Display Manager Control Protoc
ii  libxklavier16   5.0-2X Keyboard Extension high-level AP
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  lsb-base3.2-23.1 Linux Standard Base 3.2 init scrip
ii  metacity [x-window-mana 1:2.30.1-2   lightweight GTK+ window manager
ii  policykit-1-gnome   0.96-2   GNOME authentication agent for Pol
ii  upower  0.9.5-1+b1   abstraction for power management
ii  xterm [x-terminal-emula 261-1X terminal emulator
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gdm3 recommends:
ii  at-spi1.30.1-2   Assistive Technology Service Provi
ii  gnome-icon-theme  2.30.3-1   GNOME Desktop icon theme
ii  gnome-power-manager   2.30.1-1   power management tool for the GNOM
ii  gnome-settings-daemon 2.30.2-1   daemon handling the GNOME session 
ii  xserver-xephyr2:1.7.7-6  nested X server
ii  xserver-xorg  1:7.5+7the X.Org X server
ii  zenity2.30.0-1   Display graphical 

Bug#598184: pcscd: excessive debug logs again

2010-09-27 Thread Meelis Roos
Package: pcscd
Version: 1.5.5-3
Severity: normal

Sep 27 11:52:35 koiott pcscd: commands.c:1010:CmdGetSlotStatus Cardabsent or 
mute
Sep 27 11:53:06 koiott last message repeated 77 times
Sep 27 11:54:07 koiott last message repeated 151 times


This is similar to fixed bug #385072.
libccid is latest in unstable - 1.3.11-1.

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

Kernel: Linux 2.6.36-rc5-00151-g32163f4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=et_EE.UTF-8, LC_CTYPE=et_EE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pcscd depends on:
ii  hal   0.5.14-3   Hardware Abstraction Layer
hi  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libccid [pcsc-ifd-handler]1.3.11-1   PC/SC driver for USB CCID smart ca
ii  libdbus-1-3   1.2.24-3   simple interprocess messaging syst
ii  libhal1   0.5.14-3   Hardware Abstraction Layer - share
ii  lsb-base  3.2-24 Linux Standard Base 3.2 init scrip

pcscd recommends no packages.

pcscd 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#598164: awesome: notifications broken since 3.4.7 upgrade

2010-09-27 Thread Julien Danjou
On Mon, Sep 27 2010, gregor herrmann wrote:

 Doesn't work for me either since the upgrade.

 What would be helpful for debugging?

dbus-monitor, version of libnotify-bin may help.

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info


pgpwujEWXvam1.pgp
Description: PGP signature


Bug#598183: clamav: restart afterr update fails (functionality level 55 required)

2010-09-27 Thread Michael Tautschnig
Hi!

[...]

 Preparing to replace libclamav6 0.96.1+dfsg-1~volatile1 (using 
 .../libclamav6_0.96.3+dfsg-1~volatile1_i386.deb) ...
 Unpacking replacement libclamav6 ...
 Preparing to replace clamav-daemon 0.96.1+dfsg-1~volatile1 (using 
 .../clamav-daemon_0.96.3+dfsg-1~volatile1_i386.deb) ...
 Stopping ClamAV daemon: clamd.
 Unpacking replacement clamav-daemon ...
 Preparing to replace clamav-base 0.96.1+dfsg-1~volatile1 (using 
 .../clamav-base_0.96.3+dfsg-1~volatile1_all.deb) ...
 Unpacking replacement clamav-base ...
 Preparing to replace clamav-freshclam 0.96.1+dfsg-1~volatile1 (using 
 .../clamav-freshclam_0.96.3+dfsg-1~volatile1_i386.deb) ...
 Stopping ClamAV virus database updater: freshclam.
 Unpacking replacement clamav-freshclam ...
 Preparing to replace clamav 0.96.1+dfsg-1~volatile1 (using 
 .../clamav_0.96.3+dfsg-1~volatile1_i386.deb) ...
 Unpacking replacement clamav ...
 Processing triggers for man-db ...
 Setting up libclamav6 (0.96.3+dfsg-1~volatile1) ...
 Setting up clamav-base (0.96.3+dfsg-1~volatile1) ...
 Replacing config file /etc/clamav/clamd.conf with new version
 Setting up clamav-freshclam (0.96.3+dfsg-1~volatile1) ...
 Installing new version of config file /etc/init.d/clamav-freshclam ...
 Starting ClamAV virus database updater: freshclamERROR: This tool requires 
 libclamav with functionality level 55 or higher (current f-level: 53)
 failed!
 Setting up clamav-daemon (0.96.3+dfsg-1~volatile1) ...
 Installing new version of config file /etc/init.d/clamav-daemon ...
 Starting ClamAV daemon: clamd ERROR: This tool requires libclamav with 
 functionality level 55 or higher (current f-level: 53)
 failed!
 Setting up clamav (0.96.3+dfsg-1~volatile1) ...
 
 Obviously, we are at the moment running without clamav protection. The 
 upstream offers no explanation or help. 
 We need this fixed ASAP. At the moment we are holding back on any upgrades of 
 other servers.
 

The above looks ok up to the error message, but looking at the follwing info it
seem as if you (also) have a version of clamav sitting in /usr/local !?

 -- Package-specific info:
 --- configuration ---
 Checking configuration files in /usr/local/etc
 
 Config file: clamd.conf
 ---
 
 Config file: freshclam.conf
 ---
 
 clamav-milter.conf not found
 
 Software settings
 -
 Version: 0.96.1
 Optional features supported: MEMPOOL IPv6 CLAMUKO AUTOIT_EA06 RAR JIT
 Database directory: /usr/local/share/clamav
 WARNING: freshclam.conf and clamd.conf point to different database directories
 main.cvd: version 52, sigs: 704727, built on Mon Feb 15 14:54:51 2010
 daily.cvd: version 11043, sigs: 70858, built on Wed May 19 03:32:53 2010
 

[...]

Please make sure you only have one instance of clamav installed on your system.
It would be nice if you could report back whether removing one of the versions
fixes your problem.

Thanks a lot,
Michael



pgpAbRL1Wf1nY.pgp
Description: PGP signature


Bug#598185: irqbalance: init script tells that startup fails but it actually works

2010-09-27 Thread Meelis Roos
Package: irqbalance
Version: 0.56-1
Severity: normal

# /etc/init.d/irqbalance start
Starting SMP IRQ Balancer: irqbalance failed!
# /etc/init.d/irqbalance start
Starting SMP IRQ Balancer: irqbalance. Already running.
# pidof irqbalance
5028
# /etc/init.d/irqbalance stop
Stopping SMP IRQ Balancer: irqbalance.
# /etc/init.d/irqbalance start
Starting SMP IRQ Balancer: irqbalance failed!

So the init script tells that startup failed but in practice irqbalance
is started and runs. Looking at strace tells it actually starts doing
the work too. No obvious failure points there at first glance.

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

Kernel: Linux 2.6.36-rc5-00151-g32163f4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=et_EE.UTF-8, LC_CTYPE=et_EE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages irqbalance depends on:
ii  debconf [debconf-2.0] 1.5.35 Debian configuration management sy
hi  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  lsb-base  3.2-24 Linux Standard Base 3.2 init scrip

irqbalance recommends no packages.

irqbalance suggests no packages.

-- debconf information:
* irqbalance/oneshot: ONESHOT
  irqbalance/enable: ENABLE



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



Bug#598149: [Pkg-libvirt-maintainers] Bug#598149: libvirt-bin: autostart fails on reboot

2010-09-27 Thread Guido Günther
On Mon, Sep 27, 2010 at 10:26:43AM +0200, Jean-Louis Dupond wrote:
 
 On Mon, 27 Sep 2010 09:06:22 +0200, Guido Günther a...@sigxcpu.org wrote:
  Hi Jean,
  Are you using dependency based booting? Please check if the network is
  fully up when libvirt-bin starts (e.g. by dumping the output of
  ifconfing in the init script). It should be since we have a dependency
  on $network in the init script.
  Cheers,
   -- Guido
 
 Hi Guido,
 
 I am using squeeze with dependency based booting.
 
 So I modified the libvirt-bin in init.d:
   start)
 if check_start_libvirtd_option; then
 log_daemon_msg Starting $DESC $NAME
 if running ;  then
 log_progress_msg already running
 log_end_msg 0
 exit 0
 fi
 rm -f /var/run/libvirtd.pid
 /sbin/ifconfig  /root/if-boot
 start-stop-daemon --start --quiet --pidfile $PIDFILE \
 --exec $DAEMON -- $libvirtd_opts
 if running; then
 log_end_msg 0
 else
 log_end_msg 1
 fi
 fi
 ;;
 
 
 After a reboot I checked /root/if-boot.
 All the tap devices were created successfully, but still I got the
 following error:
 
 Sep 27 10:21:22 cloud libvirtd: 10:21:22.407: error :
 qemudReadLogOutput:2118 : internal error Process exited while reading
 console log output: char device redirected to /dev/pts/1#012could not open
 /dev/net/tun: Permission denied#012
 Sep 27 10:21:22 cloud libvirtd: 10:21:22.407: error :
 qemuAutostartDomain:827 : Failed to autostart VM 'dupondje': internal error
 Process exited while reading console log output: char device redirected to
 /dev/pts/1#012could not open /dev/net/tun: Permission denied#012

Could you check the permissions of /dev/net/tun the same way please?

Also please check if setting user=root/group=root in
/etc/libvirt/qemu.conf changes anything.

Please attache the domain xml of the domain that fails to start.
Cheers,
 -- Guido



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



Bug#598186: RFP: extundelete -- ext3 and ext4 file undeletion utility

2010-09-27 Thread ilf

Package: wnpp
Severity: wishlist

extundelete is a utility that can recover deleted files from an ext3 or 
ext4 partition. The ext3 file system is the most common file system when 
using Linux, and ext4 is its successor. extundelete uses the information 
stored in the partition's journal to attempt to recover a file that has 
been deleted from the partition. There is no guarantee that any 
particular file will be able to be undeleted, so always try to have a 
good backup system in place, or at least put one in place after 
recovering your files!


http://extundelete.sourceforge.net/

License: GNU General Public License (GPL)

--
ilf   @jabber.ccc.de

Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg!
-- Eine Initiative des Bundesamtes für Tastaturbenutzung


signature.asc
Description: Digital signature


Bug#598149: [Pkg-libvirt-maintainers] Bug#598149: libvirt-bin: autostart fails on reboot

2010-09-27 Thread Jean-Louis Dupond

On Mon, 27 Sep 2010 11:16:35 +0200, Guido Günther a...@sigxcpu.org wrote:
 
 Could you check the permissions of /dev/net/tun the same way please?
 
 Also please check if setting user=root/group=root in
 /etc/libvirt/qemu.conf changes anything.
 
 Please attache the domain xml of the domain that fails to start.
 Cheers,
  -- Guido

Permissions of /dev/net/tun:
crw-rw 1 root uml-net 10, 200 Sep 27 10:21 /dev/net/tun


The guests are running under the user: libvirt-qemu
Thats why I make the tap devices in /etc/network/interfaces with the
correct user.

Changing the group/user to root should fix it, but thats not what I want.
It should be able to use the created tap's.

The XML:
domain type='kvm'
  namedupondje/name
  uuid28e9972d-c3ef-dfff-792e-5f80cd51a68a/uuid
  memory1048576/memory
  currentMemory524288/currentMemory
  vcpu2/vcpu
  os
type arch='x86_64' machine='pc-0.12'hvm/type
boot dev='cdrom'/
boot dev='hd'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='cdrom'
  target dev='hdc' bus='ide'/
  readonly/
  address type='drive' controller='0' bus='1' unit='0'/
/disk
disk type='file' device='disk'
  source file='/var/lib/libvirt/images/dupondje'/
  target dev='vda' bus='virtio'/
  address type='pci' domain='0x' bus='0x00' slot='0x04'
function='0x0'/
/disk
controller type='ide' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01'
function='0x1'/
/controller
interface type='ethernet'
  mac address='52:54:00:xx:xx:xx'/
  script path='no'/
  target dev='tap2'/
  model type='virtio'/
  address type='pci' domain='0x' bus='0x00' slot='0x06'
function='0x0'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target port='0'/
/console
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes'/
video
  model type='cirrus' vram='9216' heads='1'/
  address type='pci' domain='0x' bus='0x00' slot='0x02'
function='0x0'/
/video
  /devices
/domain


In the /etc/network/interfaces:
auto tap2
iface tap2 inet static
  address xxx.xx.xx.xx
  netmask 255.255.255.255
  tunctl_user libvirt-qemu
  up route add xx.xx.xx.xx/32 dev tap2



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



Bug#579155: tasksel: installs *two* entire office suites

2010-09-27 Thread Fabian Greffrath

Am 27.09.2010 09:04, schrieb Josselin Mouette:

I’ve seen that (with both abiword and gnumeric), and I’ve seen the
opposite too: documents that display fine in OOo but have everything
messed up in abiword.


Right, but is this really a good reason to keep both of them (i.e. 
that they fail *differently* when attempting to open documents saved 
in proprietary file formats)?


I'd say, OOo is generally more complete than Abiword+Gnumeric. 
People who know they want Abiword (e.g. because they want to use one 
of its more advanced features that has no equivalent in OOo) also know 
how to install it via apt.


 - Fabian



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



Bug#598187: ocsinventory-reports: There are some configuration variables in wrong place

2010-09-27 Thread Yauhen Kharuzhy
Package: ocsinventory-reports
Version: 1.02.2-1
Severity: serious
Justification: Policy 10.7.2


File /usr/share/ocsinventory-server/ocsreports/preferences.php contains
few configuration variables (UTF8_DEGREE for instance) which cannot be
changed by editing of configuration files in /etc.

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

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

Versions of packages ocsinventory-reports depends on:
ii  apache2   2.2.16-2   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [apache2] 2.2.16-2   Apache HTTP Server - traditional n
ii  dbconfig-common   1.8.46 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.35 Debian configuration management sy
ii  libapache2-mod-php5   5.3.2-2server-side, HTML-embedded scripti
ii  php5  5.3.2-2server-side, HTML-embedded scripti
ii  php5-mysql5.3.2-2MySQL module for php5
ii  ucf   3.0025 Update Configuration File: preserv

Versions of packages ocsinventory-reports recommends:
ii  libdbd-mysql-perl 4.016-1Perl5 database interface to the My
ii  libdbi-perl   1.612-1Perl Database Interface (DBI)
ii  libnet-ip-perl1.25-2 Perl extension for manipulating IP
ii  libxml-simple-perl2.18-3 Perl module for reading and writin
ii  nmap  5.00-3 The Network Mapper
ii  ocsinventory-server   1.02.2-1   Hardware and software inventory to
ii  php5-gd   5.3.2-2GD module for php5
ii  samba-common  2:3.4.8~dfsg-2 common files used by both the Samb

ocsinventory-reports suggests no packages.

-- debconf information excluded



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



Bug#594822: epiphany-browser: gmail makes epiphany crash

2010-09-27 Thread Jeremy Guitton
I uninstalled mozilla-plugin-gnash from my system and without it, I can't
reproduce the problem. But I don't know if it's an epiphany or gnash
issue...


Bug#534884: (no subject)

2010-09-27 Thread ilf

On 04-09 11:11, Andrey Rahmatullin wrote:
So, should we continue waiting or should I try to build the package myself 
(my ALT Linux package is at 
http://git.altlinux.org/people/wrar/packages/kismet.git)?


It seems to me this package is quite abandoned. The last update was 
almost a year ago. Should this be orphaned?


There's again been a new upstream release 2010-07-R1 on Tue Jul 13 2010:

Re-architected and bug-fixed IPC subsystem, hidedata option to prevent 
any processing of data frames, general internal bugfixes and 
improvements, ruby API and examples, zero-priv drone-only options.


http://www.kismetwireless.net/download.shtml

--
ilf   @jabber.ccc.de

Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg!
-- Eine Initiative des Bundesamtes für Tastaturbenutzung


signature.asc
Description: Digital signature


Bug#598149: [Pkg-libvirt-maintainers] Bug#598149: libvirt-bin: autostart fails on reboot

2010-09-27 Thread Guido Günther
On Mon, Sep 27, 2010 at 11:22:10AM +0200, Jean-Louis Dupond wrote:
 
 On Mon, 27 Sep 2010 11:16:35 +0200, Guido Günther a...@sigxcpu.org wrote:
  
  Could you check the permissions of /dev/net/tun the same way please?
  
  Also please check if setting user=root/group=root in
  /etc/libvirt/qemu.conf changes anything.
  
  Please attache the domain xml of the domain that fails to start.
  Cheers,
   -- Guido
 
 Permissions of /dev/net/tun:
 crw-rw 1 root uml-net 10, 200 Sep 27 10:21 /dev/net/tun
So the permissions stay the same when checked from within the init
script and after the boot completed?

Does setting /dev/net/tun to 0666 in the init script before libvirt
starts change anything?

Cheers,
 -- Guido



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



Bug#598188: [INTL:kk] Kazakh translation

2010-09-27 Thread Timur Birsh
Package: grub2
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Kazakh translation of the grub2 package.

Timur
# Kazakh translation for geany.
# Copyright (C) 2010 The Stardict team
# This file is distributed under the same license as the PACKAGE package.
# Baurzhan Muftakhidinov baurthefi...@gmail.com, 2010.
#
msgid 
msgstr 
Project-Id-Version: master\n
Report-Msgid-Bugs-To: gr...@packages.debian.org\n
POT-Creation-Date: 2010-07-02 12:55+0100\n
PO-Revision-Date: 2010-09-27 15:51+0600\n
Last-Translator: Baurzhan Muftakhidinov baurthefi...@gmail.com\n
Language-Team: Kazakh kk...@googlegroups.com\n
Language: kk\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=1; plural=0;\n
X-Poedit-Language: Kazakh\n
X-Poedit-Country: KAZAKHSTAN\n

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid Chainload from menu.lst?
msgstr menu.lst ішінен тізбектей жүктелу керек пе?

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub.
msgstr GRUB жаңарту скриптері /boot/grub ішінен орнатылған GRUB Legacy тапты.

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid In order to replace the Legacy version of GRUB in your system, it is recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from your existing GRUB Legacy setup.  This step may be automaticaly performed now.
msgstr GRUB Legacy нұсқасын алмастыру үшін, сіздің бар болып тұрған GRUB Legacy орнатудың /boot/grub/menu.lst файлынан GRUB 2 жүктеушісін тізбектей жүктеуге баптауға ұсынылады. Бұл қадам қазір автоматты түрде жасалуы мүмкін.

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid It's recommended that you accept chainloading GRUB 2 from menu.lst, and verify that your new GRUB 2 setup is functional for you, before you install it directly to your MBR (Master Boot Record).
msgstr GRUB 2 алдымен menu.lst ішінен тізбектей жүктеле алатынына көз жеткізіңіз, содан кейін ғана оны MBR (Басты жүктелу жазбасына) орнату ұсынылады.

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:2001
msgid In either case, whenever you want GRUB 2 to be loaded directly from MBR, you can do so by issuing (as root) the following command:
msgstr Қалай болса да, GRUB 2 тура MBR ішінен жүктелуді қалайтын болсаңыз, сол кезде root атынан келесі команданы орындаңыз:

#. Type: text
#. Description
#. Disk sizes are in decimal megabytes, to match how disk manufacturers
#. usually describe them.
#: ../grub-pc.templates.in:5001
msgid ${DEVICE} (${SIZE} MB, ${MODEL})
msgstr ${DEVICE} (${SIZE} МБ, ${MODEL})

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:7001
msgid GRUB installation failed.  Continue?
msgstr GRUB орнату сәтсіз. Жалғастыру керек пе?

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../grub-pc.templates.in:7001
#: ../grub-pc.templates.in:8001
msgid GRUB failed to install to the following devices:
msgstr GRUB келесі құрылғыларға орнату сәтсіз аяқталды:

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:7001
msgid Do you want to continue anyway?  If you do, your computer may not start up properly.
msgstr Бәрібір жалғастыруды қалайсыз ба? Нәтижесінде компьютеріңіз дұрыс жүктелмеуі мүмкін.

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:8001
msgid GRUB installation failed.  Try again?
msgstr GRUB орнату сәтсіз. Қайталау керек пе?

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:8001
msgid You may be able to install GRUB to some other device, although you should check that your system will boot from that device.  Otherwise, the upgrade from GRUB Legacy will be cancelled.
msgstr Сіз оған қоса GRUB-ты басқа да құрылғыларға орната аласыз, бірақ жүйеңіз ол кезде жүктеле алатынына көз жеткізіңіз. Болмаса, GRUB Legacy нұсқасынан жаңартудан бас тартылады.

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:9001
msgid Continue without installing GRUB?
msgstr GRUB орнатпай-ақ жалғастыру керек пе?

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:9001
msgid You chose not to install GRUB to any devices.  If you continue, the boot loader may not be properly configured, and when your computer next starts up it will use whatever was previously in the boot sector.  If there is an earlier version of GRUB 2 in the boot sector, it may be unable to load modules or handle the current configuration file.
msgstr Сіз GRUB-ты ешбір құрылғыға орнатпауды қалағансыз. Жалғастырсаңыз, жүктеуші дұрыс бапталмауы мүмкін, және компьютеріңіз келесі рет жүктелген кезде, жүктелу жазбасында оған дейін болған нәрсені қолданады. Егер ол жүктелу жазбасында GRUB 2 ертерек шыққан нұсқасы болса, ол модульдерді жүктей алмай, не ағымдағы баптаулар файлын талдай алмайтын болуы әдбен мүмкін.

#. Type: boolean
#. Description
#: ../grub-pc.templates.in:9001
msgid If you are already running a different boot loader 

Bug#598189: initramfs-tools: should not ask me to uninstall in-use packages

2010-09-27 Thread Marc Lehmann
Package: initramfs-tools
Version: 0.98.3
Severity: normal


I just got this:

   WARNING: grub and lilo installed.
   Please deinstall unused bootloader.

There is nothing wrong with having both grub and lilo installed, and I
happily use both. Please do not enforce the you can only install packages
while you actively use them rule, that road down lies insanity (please
don't install xfsprogs and reiserfsprogs at the same time etc.).

If the problem is that it cannot decide which bootloader to run, maybe the
message could be reworded to that effect instead of asking me to uninstall
programs I depend on.

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 8.8M Sep 27 12:00 /boot/initrd.img-2.6.26-2-amd64
-rw--- 1 root root 8.1M Sep 13 17:00 /boot/initrd.img-2.6.26-2-amd64.bak
-rw--- 1 root root  11M Sep 27 12:03 /boot/initrd.img-2.6.32-5-amd64
-rw--- 1 root root 9.0M Sep 13 09:52 /boot/initrd.img-2.6.32-5-amd64.bak
-- /proc/cmdline
auto BOOT_IMAGE=debian ro root=/dev/vg_cerebro/root rootfstype=ext4 rootdelay=5 
relatime ide_core.trim=1

-- /proc/filesystems
reiserfs
ext3
xfs
vfat
ext4
fuseblk

-- lsmod
Module  Size  Used by
fuse   49998  1 
binfmt_misc 6399  1 
ppdev   5030  0 
parport_pc 18855  0 
lp  7462  0 
parport27954  3 ppdev,parport_pc,lp
loop   53446  6 
nvidia  10670090  28 
rfcomm 29533  0 
l2cap  24736  5 rfcomm
bluetooth  41763  4 rfcomm,l2cap
rfkill 12964  1 bluetooth
firewire_net   10889  0 
nfsd  253286  3 
nfs   240218  0 
lockd  57475  2 nfsd,nfs
fscache29594  1 nfs
nfs_acl 2031  2 nfsd,nfs
auth_rpcgss33396  2 nfsd,nfs
sunrpc160837  6 nfsd,nfs,lockd,nfs_acl,auth_rpcgss
coretemp4325  0 
hwmon_vid   1828  0 
eeprom  3337  0 
autofs420693  1 
ac  2192  0 
video  17445  0 
output  1692  1 video
battery 4998  0 
nls_utf81208  1 
nls_cp437   5817  1 
joydev  8411  0 
ac97_bus1086  0 
snd_util_mem2064  0 
wacom  17784  0 
emu10k1_gp  1734  0 
processor  30239  0 
asus_atk01107686  0 
soundcore   4598  0 
gameport7384  2 emu10k1_gp
button  4650  0 
i2c_i8017830  0 
evdev   7352  4 
snd_page_alloc  6169  0 
i2c_core   15680  3 nvidia,eeprom,i2c_i801
x38_edac2739  0 
edac_core  29261  2 x38_edac
pcspkr  1699  0 
ext4  288969  2 
jbd2   67015  1 ext4
crc16   1319  2 l2cap,ext4
dm_mirror  10923  0 
dm_region_hash  6680  1 dm_mirror
dm_log  7381  2 dm_mirror,dm_region_hash
dm_snapshot18481  0 
dm_mod 53770  31 dm_mirror,dm_log,dm_snapshot
fan 3346  0 
vfat7884  1 
fat40038  1 vfat
xfs   436813  4 
exportfs3170  2 nfsd,xfs
ext3  106518  0 
mbcache 5050  2 ext4,ext3
jbd37085  1 ext3
reiserfs  194156  0 
ide_generic 1121  0 [permanent]
ide_core   71722  1 ide_generic
usb_storage39561  1 
sd_mod 29777  10 
crc_t10dif  1276  1 sd_mod
usbhid 33276  0 
hid62857  1 usbhid
pata_jmicron2280  0 
ata_piix   21124  3 
ata_generic 2983  0 
firewire_ohci  19468  0 
firewire_core  36800  2 firewire_net,firewire_ohci
crc_itu_t   1307  1 firewire_core
ehci_hcd   31135  0 
thermal11674  0 
thermal_sys11942  4 video,processor,fan,thermal
uhci_hcd   18521  0 
3w_9xxx28684  2 
floppy 49087  0 
libata133584  3 pata_jmicron,ata_piix,ata_generic
sky2   39278  0 
scsi_mod  122117  4 usb_storage,sd_mod,3w_9xxx,libata
usbcore   121938  6 wacom,usb_storage,usbhid,ehci_hcd,uhci_hcd
nls_base6377  5 nls_utf8,nls_cp437,vfat,fat,usbcore

-- /etc/kernel-img.conf
# Kernel Image management overrides
# See kernel-img.cnf(5) for details
do_symlinks = No
do_initrd = Yes

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
BOOT=local
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- /etc/crypttab
# target 

Bug#597859: Fullscreen fails in a multi monitor setup.

2010-09-27 Thread Joachim Breitner
Hi,

Am Montag, den 27.09.2010, 09:55 +0200 schrieb Andrea Gasparini:
 Joachim Breitner spiffera, alle Saturday 25 September 2010 circa:
  could you maybe test if the fullscreen code of geeqie (successor of
  gqview) works correctly in your setup? It seems that this code is well
  tested against various setups and it might just be easiest to use that.
 
 It works great ;) 
 Jokes apart, it permits you to setup a lot of different fullscreen type in 
 the preferences dialog.
 
 Its default behavior is determined by window manager, that should behave 
 like sm with my single_screen patch.
 
 Moreover, it recognize also how many monitors I have, and let me choos e 
 between screen 0:0 - full size, screen 0:0 - Monitor 0 and monitor 1.
 
 The former option (full size) behave exatcly like my multi_screen patch 
 (probably there's not really a way to go fullscreen-fullsized), i.e.: you 
 still see the panels of gnome.
 
 let me know if you'd need some other infos.
 
 hope this helps.

yes, it does. Thanks for your research.

I think such configurability is overkill over sm, but the default should
be good. I’ll implement that in the near future.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#579155: tasksel: installs *two* entire office suites

2010-09-27 Thread Josselin Mouette
Le lundi 27 septembre 2010 à 11:25 +0200, Fabian Greffrath a écrit : 
 Am 27.09.2010 09:04, schrieb Josselin Mouette:
  I’ve seen that (with both abiword and gnumeric), and I’ve seen the
  opposite too: documents that display fine in OOo but have everything
  messed up in abiword.
 
 Right, but is this really a good reason to keep both of them (i.e. 
 that they fail *differently* when attempting to open documents saved 
 in proprietary file formats)?
 
 I'd say, OOo is generally more complete than Abiword+Gnumeric. 
 People who know they want Abiword (e.g. because they want to use one 
 of its more advanced features that has no equivalent in OOo) also know 
 how to install it via apt.

As I already explained a the beginning of the bug report, OOo
integration with GNOME is a bad joke. The question is more: do we want
an office suite that can open this or that document, or an office suite
that is consistent and integrated correctly with the desktop?

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#579155: tasksel: installs *two* entire office suites

2010-09-27 Thread Fabian Greffrath

Am 27.09.2010 12:19, schrieb Josselin Mouette:

As I already explained a the beginning of the bug report, OOo
integration with GNOME is a bad joke. The question is more: do we want


Yes, sorry, I forgot this part of the issue.


an office suite that can open this or that document, or an office suite
that is consistent and integrated correctly with the desktop?


All I want to achive with this bug report is a reasonable package list 
for the default Debian installation. I don't know what is wring or 
right, either.


 - Fabian



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



Bug#598190: python2.5: test_getstatus fails if SELinux is enabled

2010-09-27 Thread Julien Cristau
Package: python2.5
Version: 2.5.5-8
Severity: normal

Hi,

I'm seeing test_commands:test_getstatus fail because it doesn't expect
the following from ls:

$ ls -ld /.
drwxr-xr-x. 21 root root 4096 Nov 23  2009 /.

python2.6 seems to have the same test afaict.

Cheers,
Julien

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

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

Versions of packages python2.5 depends on:
ii  libbz2-1.01.0.5-6high-quality block-sorting file co
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libdb4.5  4.5.20-13.1Berkeley v4.5 Database Libraries [
ii  libncursesw5  5.7+20100313-3 shared libraries for terminal hand
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libsqlite3-0  3.7.2-1SQLite 3 shared library
ii  libssl0.9.8   0.9.8o-2   SSL shared libraries
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap
ii  python2.5-minimal 2.5.5-8A minimal subset of the Python lan

python2.5 recommends no packages.

Versions of packages python2.5 suggests:
pn  python-profiler   none (no description available)
pn  python2.5-doc none (no description available)

-- no debconf information


signature.asc
Description: Digital signature


Bug#579155: tasksel: installs *two* entire office suites

2010-09-27 Thread Julien Cristau
On Mon, Sep 27, 2010 at 12:19:58 +0200, Josselin Mouette wrote:

 As I already explained a the beginning of the bug report, OOo
 integration with GNOME is a bad joke. The question is more: do we want
 an office suite that can open this or that document, or an office suite
 that is consistent and integrated correctly with the desktop?
 
As far as I'm concerned, the former (for what that's worth, which is
probably not much).

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#598174: [Pkg-haskell-maintainers] Bug#598174: helium: FTBFS: Unable to locate package uuagc

2010-09-27 Thread Joachim Breitner
Hi Lucas,

I’m a bit surprised by this erorr:

Am Montag, den 27.09.2010, 09:36 +0200 schrieb Lucas Nussbaum:
  Checking for source dependency conflicts...
  E: Unable to locate package uuagc
  Installing positive dependencies: autotools-dev debhelper ghc6 haddock 
  libghc6-mtl-dev libghc6-parsec-dev uuagc libghc6-editline-dev
  Reading package lists...
  Building dependency tree...
  Reading state information...
  E: Unable to locate package uuagc
  apt-get failed.
  Package installation failed
  Not removing build depends: cloned chroot in use

uuagc is present in sid:
$ rmadison uuagc
 uuagc | 0.9.1-3| etch  | source, alpha, amd64, arm, hppa, i386, ia64, 
mips, mipsel, powerpc, s390, sparc
 uuagc | 0.9.6-1| lenny | source, arm, armel, hppa, i386, mips, mipsel, 
powerpc, s390, sparc
 uuagc | 0.9.6-1| sid   | source, armel, hppa, hurd-i386, i386, mips, 
mipsel, powerpc, s390, sparc
 uuagc | 0.9.6-1+b1 | lenny | alpha, amd64, ia64
 uuagc | 0.9.6-1+b1 | sid   | alpha, amd64


 The full build log is available from:

 http://people.debian.org/~lucas/logs/2010/09/26/helium_1.6-6_lsqueeze64.buildlog

I get a 404 here...

Maybe the chroot is broken in some way? 

Greetings,
Joachim

BTW: Thanks for your work on the grid, I appreciate that very much.

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#598191: xfce4-utils: Comment character is ! not # in xrdb resources files.

2010-09-27 Thread Christian Marillat
Package: xfce4-utils
Version: 4.6.2-1
Severity: normal

Hi,

In /etc/xdg/xfce4/Xft.xrdb 4 lines are commented with the # character
when the ! character should be used.

These characters return uneeded errors in the ~/.xsession-errors file.

From the xrdb manpage.

Lines that begin with an exclamation mark (!) are ignored and may be used as
comments.

Christian

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

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

Versions of packages xfce4-utils depends on:
ii  exo-utils0.3.107-1   Utility files for libexo
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libxfce4util44.6.2-1 Utility functions library for Xfce
ii  libxfcegui4-44.6.4-1 Basic GUI C functions for Xfce4
ii  libxml-parser-perl   2.36-1.1+b1 Perl module for parsing XML files
ii  rxvt-unicode [x-terminal-emu 9.07-2+b1   RXVT-like terminal emulator with U
ii  x11-xserver-utils7.5+2   X server utilities
ii  xinit1.2.0-2 X server initialisation tool

Versions of packages xfce4-utils recommends:
ii  dbus-x11  1.2.24-3   simple interprocess messaging syst
ii  thunar1.0.2-1+b2 File Manager for Xfce
pn  xdg-user-dirs none (no description available)
ii  xfce4-panel   4.6.4-1The Xfce4 desktop environment pane
ii  xfwm4 4.6.2-1window manager of the Xfce project
pn  xinputnone (no description available)
pn  xscreensaver | xlockmore | xl none (no description available)

Versions of packages xfce4-utils suggests:
ii  xfce4-session 4.6.2-2Xfce4 Session Manager

-- 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#598149: [Pkg-libvirt-maintainers] Bug#598149: libvirt-bin: autostart fails on reboot

2010-09-27 Thread Jean-Louis Dupond

On Mon, 27 Sep 2010 11:56:15 +0200, Guido Günther a...@sigxcpu.org wrote:
 So the permissions stay the same when checked from within the init
 script and after the boot completed?
 
 Does setting /dev/net/tun to 0666 in the init script before libvirt
 starts change anything?
 
 Cheers,
  -- Guido

Did some more testing now:
/bin/ls -la /dev/net/tun  /root/boot
/sbin/ifconfig  /root/boot
/bin/chmod 0666 /dev/net/tun
/bin/ls -la /dev/net/tun  /root/boot
start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON -- $libvirtd_opts


On reboot, the permissions:
crw-rw 1 root uml-net 10, 200 Sep 27 12:48 /dev/net/tun

Afterwards it lists all the tap devices correctly.
They are up.

Then I chmod /dev/net/tun:
crw-rw-rw- 1 root uml-net 10, 200 Sep 27 12:48 /dev/net/tun


And what do I see, the guests started without problems :)




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



Bug#598192: RFP: algol68 -- algol68 compiler with interpreter and runtime libraries

2010-09-27 Thread Mark Hobley
Package: wnpp
Severity: wishlist

* Package name: algol68
  Version : 2.0.0
  Upstream Author : Marcel van der Veer (algol...@xs4all.nl)
* URL : http://sourceforge.net/projects/algol68/
* License : GPL
  Programming Lang: C
  Description : algol68 compiler with interpreter and runtime libraries

This is an algol68 compiler bundled with an interpreter and runtime
libraries. This version provides support for threads, multicore, pioutils,
scientific library, curses, sound, sockets, regular expressions and
postgresql.

The compiler emits C code.



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



Bug#541723: dvdbackup: Please send bug report - no VTS_TMAPT ??

2010-09-27 Thread Benjamin Drung
reassign 541723 libdvdread
thanks

This message doesn't come from dvdbackup, but from the underlying
libdvdread library [1]. I am reassigning this bug to libdvdread. This
error message doesn't seam to have a bad effect.

[1] ifoRead_VTS_TMAPT function in libdvdread/src/ifo_read.c

-- 
Benjamin Drung
Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org)


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


Bug#598069: udav crashes on start up

2010-09-27 Thread D Haley
Hi All,

If you install the debug information, and run this under GDB, you can generate 
a backtrace, which would be invaluable.

If you can do that, then a valgrind  (valgrind udav) session might also be 
revealing.

Thanks

--- On Mon, 9/27/10, Salvatore Bonaccorso salvatore.bonacco...@gmail.com 
wrote:

 From: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
 Subject: Re: Bug#598069: udav crashes on start up
 To: Dimitrios Eftaxiopoulos eftax...@otenet.gr, 598...@bugs.debian.org
 Cc: cont...@bugs.debian.org, debian-scie...@lists.debian.org
 Date: Monday, September 27, 2010, 7:54 PM
 tag 598069 + moreinfo unreproducible
 thanks
 
 Hi Dimitrios
 
 On Sun, Sep 26, 2010 at 09:41:38AM +0300, Dimitrios
 Eftaxiopoulos wrote:
  Package: udav
  Version: 0.6.3-1
  Severity: important
  
  Hello,
  Trying to launch udav from the command line I get the
 following error log
  
  
  eftax...@filippos:~$ udav
  (8965) KSharedDataCache::Private::mapSharedMemory:
 Opening cache /var/tmp/kdecache-eftaxiop/icon-cache.kcache
 page size is 4096
  (8965) KSharedDataCache::Private::mapSharedMemory:
 Attached to cache, determining if it must be initialized
  (8965) KSharedDataCache::Private::mapSharedMemory:
 Cache fully initialized -- attached to memory mapping
  (8965) KSharedDataCache::Private::mapSharedMemory:
 4419584 bytes available out of 10485760
  QWidget::setMinimumSize: (/QMdi::ControlLabel)
 Negative sizes (-1,-1) are not possible
  QWidget::setMinimumSize: (/QMdi::ControlLabel)
 Negative sizes (-1,-1) are not possible
  QWidget::setMinimumSize: (/QMdi::ControlLabel)
 Negative sizes (-1,-1) are not possible
  *** glibc detected *** udav: malloc(): memory
 corruption: 0x01672610 ***
  === Backtrace: =
  /lib/libc.so.6(+0x71ad6)[0x7f5aac708ad6]
  /lib/libc.so.6(+0x74b6d)[0x7f5aac70bb6d]
  /lib/libc.so.6(__libc_malloc+0x70)[0x7f5aac70d930]
 
 /usr/lib/libQtCore.so.4(_ZN7QString17fromLatin1_helperEPKci+0x33)[0x7f5aad491913]
 
 /usr/lib/libQtCore.so.4(_ZN7QString16fromAscii_helperEPKci+0xcd)[0x7f5aad49758d]
  udav[0x4327cf]
  udav[0x432a0a]
  udav[0x433ec5]
 
 /usr/lib/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0x604)[0x7f5aada9f244]
 
 /usr/lib/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xac)[0x7f5aada4932c]
 
 /usr/lib/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x14b)[0x7f5aada4f80b]
 
 /usr/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8c)[0x7f5aad5390bc]
 
 /usr/lib/libQtGui.so.4(_ZN14QWidgetPrivate30sendPendingMoveAndResizeEventsEbb+0x19b)[0x7f5aada9e24b]
 
 /usr/lib/libQtGui.so.4(_ZN14QWidgetPrivate30sendPendingMoveAndResizeEventsEbb+0x10b)[0x7f5aada9e1bb]
  === Memory map: 
  0040-004a9000 r-xp  08:05 1171503 
                
           /usr/bin/udav
  006a8000-006ac000 rw-p 000a8000 08:05 1171503 
                
           /usr/bin/udav
  006ac000-006b2000 rw-p  00:00 0 
  00922000-036b7000 rw-p  00:00 0   
                
               [heap]
  7f5a9000-7f5a90021000 rw-p  00:00 0 
  7f5a90021000-7f5a9400 ---p  00:00 0 
  7f5a96959000-7f5a9695a000 ---p  00:00 0 
  7f5a9695a000-7f5a9715a000 rwxp  00:00 0 
  7f5a98467000-7f5a984e8000 r--p  08:05
 7226751             
      
 /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Oblique.ttf
  7f5a984e8000-7f5a98532000 r--p  08:05
 6168662             
      
 /usr/share/fonts/truetype/msttcorefonts/Courier_New.ttf
  7f5a98532000-7f5a98536000 r-xp  08:05
 7325145             
      
 /usr/lib/kde4/plugins/imageformats/kimg_xview.so
  7f5a98536000-7f5a98735000 ---p 4000 08:05
 7325145             
      
 /usr/lib/kde4/plugins/imageformats/kimg_xview.so
  7f5a98735000-7f5a98736000 rw-p 3000 08:05
 7325145             
      
 /usr/lib/kde4/plugins/imageformats/kimg_xview.so
  7f5a98736000-7f5a98745000 r-xp  08:05
 7325196             
      
 /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
  7f5a98745000-7f5a98945000 ---p f000 08:05
 7325196             
      
 /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
  7f5a98945000-7f5a98946000 rw-p f000 08:05
 7325196             
      
 /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
  7f5a98946000-7f5a9894a000 rw-p  00:00 0 
  7f5a9894a000-7f5a9894f000 r-xp  08:05
 7325186             
      
 /usr/lib/kde4/plugins/imageformats/kimg_tga.so
  7f5a9894f000-7f5a98b4e000 ---p 5000 08:05
 7325186             
      
 /usr/lib/kde4/plugins/imageformats/kimg_tga.so
  7f5a98b4e000-7f5a98b4f000 rw-p 4000 08:05
 7325186             
      
 /usr/lib/kde4/plugins/imageformats/kimg_tga.so
  7f5a98b4f000-7f5a98b58000 r-xp  08:05
 7325190             
      
 /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
  7f5a98b58000-7f5a98d58000 ---p 9000 08:05
 7325190             
      
 /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
  7f5a98d58000-7f5a98d59000 rw-p 9000 08:05
 7325190     

Bug#598172: Build-Depend on libcrack2-dev instead of cracklib2-dev

2010-09-27 Thread Jan Dittberner
This bug can be fixed easily by changing Build-Depends from cracklib2-dev to
libcrack2-dev.


Regards
Jan Dittberner

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


signature.asc
Description: Digital signature


Bug#598173: use libcrack2-dev instead of cracklib2-dev

2010-09-27 Thread Jan Dittberner
tags 598173 +patch
thanks

Hello,

as written in #490235 [1] the package should Build-Depend on libcrack2-dev.
This package was introduced before the Lenny release. [1] contains a trivial
patch to fix this issue.

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


Regards
Jan Dittberner

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


signature.asc
Description: Digital signature


Bug#597508: please update qemu-kvm to be 0.13.0-rc1 from qemu-kvm git :)

2010-09-27 Thread Nico Prenzel
I would second this request as there are so many nice features/bug fixes within 
qemu 0.13!

Pherhaps there are some bugs within 0.13 we are able to diagnose and sent them 
back to the developers.

Thanks
Nico


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



Bug#536728: closed by Marco Amadori amado...@vdavda.com (persistent devices name are supported via persistent-subtext boot option)

2010-09-27 Thread Michael Prokop
* Debian Bug Tracking System ow...@bugs.debian.org [Mon Sep 27, 2010 at 
10:30:04 +]:

 #536728: support persistent devices names
 It has been closed by Marco Amadori amado...@vdavda.com.

[...]

 this feature request should be available since at least version 2.0~a1-1.

 It is implementeed that way:

 You could specify persistent-subtext=subText as live boot parameter in 
 order 
 to have live-boot (live-initramfs) to look for persistent and snapshot 
 partitions or files labeled live-rw-subText, home-rw-subText, and files 
 called live-sn-subText*, home-sn-subText* for the snapshots.

Marco, could you please document this feature?
I can't find it in manpages/*/live-boot.7 yet, would be great if
documentation matches implementation. :)

thanks  regards,
-mika-


signature.asc
Description: Digital signature


Bug#597514: Bug#523260: gnuplot-nox: depend on a newer version of libedit2

2010-09-27 Thread Agustin Martin
tag 597514 +pending
thanks

On Thu, Sep 23, 2010 at 01:35:32PM +0200, Agustin Martin wrote:
 Fixed libedit has been uploaded to sid, so is gnuplot time now.
 
 Attached patch should fix this problem and make sure good minimal value is
 used in shlibs. In case is needed, I have an NMU ready. Bradley, let me know
 if you prefer me to upload that NMU.

NMU with that patch uploaded to DELAYED/5.

-- 
Agustin



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



Bug#598149: [Pkg-libvirt-maintainers] Bug#598149: libvirt-bin: autostart fails on reboot

2010-09-27 Thread Guido Günther
On Mon, Sep 27, 2010 at 12:55:18PM +0200, Jean-Louis Dupond wrote:
 
 On Mon, 27 Sep 2010 11:56:15 +0200, Guido Günther a...@sigxcpu.org wrote:
  So the permissions stay the same when checked from within the init
  script and after the boot completed?
  
  Does setting /dev/net/tun to 0666 in the init script before libvirt
  starts change anything?
  
  Cheers,
   -- Guido
 
 Did some more testing now:
 /bin/ls -la /dev/net/tun  /root/boot
 /sbin/ifconfig  /root/boot
 /bin/chmod 0666 /dev/net/tun
 /bin/ls -la /dev/net/tun  /root/boot
 start-stop-daemon --start --quiet --pidfile $PIDFILE \
 --exec $DAEMON -- $libvirtd_opts
Thanks a lot for your testing!

 
 
 On reboot, the permissions:
 crw-rw 1 root uml-net 10, 200 Sep 27 12:48 /dev/net/tun
 
 Afterwards it lists all the tap devices correctly.
 They are up.
 
 Then I chmod /dev/net/tun:
 crw-rw-rw- 1 root uml-net 10, 200 Sep 27 12:48 /dev/net/tun
 
 
 And what do I see, the guests started without problems :)
So the issue isn't in libvirtd-bin - it's a permission problem when
using uml-utilties. There's one open question though (as stated in my
previous mail):

How do the permissions on your system look like when the system is fully
booted (and you revert your changes in /etc/init.d/libvirt-bin)?

(since you said you can then start your guests without problems too).
Cheers,
 -- Guido



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



Bug#597995: balsa: uninstallable due to old libesmtp5

2010-09-27 Thread Emilio Pozuelo Monfort
On 25/09/10 19:04, Guillem Jover wrote:
 2) balsa depends on libesmtp5 (=0.8.8) BUT libesmtp5 does not appear to
 be available (no install package)
 
 This does not seem to have been reported, so I'm reassigning this bug
 report to balsa. I guess it just needs a binNMU against a newer
 libesmtp-dev (libesmtp6).

Yes, a rebuild solves the problem.

Release Team, please binNMU balsa on all architectures.

Thanks,
Emilio



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



Bug#597932: openocd FTBFS on armel and hurd

2010-09-27 Thread Tormod Volden
On Sun, Sep 26, 2010 at 6:38 PM, Luca Bruno wrote:

 Moreover, the patch for armel should really be sent upstream.
 Would you take care of this (if you are in touch with authors) or should
 I do it?

Hi Luca,

I can not talk for the maintainer, but I will encourage you to submit
the patch on the upstream ML
http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd;a=summary
but refreshed against their latest git (your register-command.diff
does not apply cleanly). Having the upstream ack will also make it
easier to push your patch through Debian.

Cheers,
Tormod



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



Bug#598168: tre-agrep fails to match strings in ISO-8859 files containing accented characters (fwd)

2010-09-27 Thread Douglas A. Augusto
Santiago Vila sanv...@unex.es wrote:

 So: Is this a bug, or is the file supposed to be always in UTF-8?
 (Is this documented?)

Hi,

I think it is a bug because:

1) Standard 'grep' works just fine on the described examples
2) The behaviour also breaks the integration with other utilities, such as
'find' and 'ls', even in the UTF-8 environment. For instance, I've the
following file names in a directory (attached you find the corresponding .tar
archive containing those files):

   % ls

   (01) [Liszt] Annees de pelerinage Premiere annee Suisse 6 Vallee 
d'Obermann.flac
   (08) [Debussy] Images, Book2 1 Cloches ? travers les feuilles.flac
   (11) [Mozart] Fantasia in C minor, KV475.flac

where the second file name contains a weird character (here shown as '?').
Then, the command

   % ls | tre-agrep flac

returns just the first file name (the problematic one is the second file):

   (01) [Liszt] Annees de pelerinage Premiere annee Suisse 6 Vallee 
d'Obermann.flac

while

   % ls | grep flac

correctly returns all of them:

   (01) [Liszt] Annees de pelerinage Premiere annee Suisse 6 Vallee 
d'Obermann.flac
   (08) [Debussy] Images, Book2 1 Cloches � travers les feuilles.flac
   (11) [Mozart] Fantasia in C minor, KV475.flac

The command

   % ls | tre-agrep feuilles

returns nothing; neither does this one:

   % ls | tre-agrep KV475

-- 
Douglas A. Augusto


tre-agrep_bug-dir_example.tar
Description: Unix tar archive


Bug#598193: packagesearch: Show Homepage field in details tab

2010-09-27 Thread Casper Gielen
Package: packagesearch
Version: 2.6+b1
Severity: wishlist


apt-cache/aptitude show package name displays the homepage of the
source package. Please make this information available from within
packagesearch, preferably in such a way that clicking the link opens it in a
browser.


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

Kernel: Linux 2.6.32-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=nl_NL, LC_CTYPE=nl_NL (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages packagesearch depends on:
ii  apt [libapt-pkg4.10]0.8.4Advanced front-end for dpkg
ii  apt-xapian-index0.39 maintenance and search tools for a
ii  debtags 1.7.10+b1Enables support for package tags
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libept1 1.0.3+b1 High-level library for managing De
ii  libgcc1 1:4.4.4-8GCC support library
ii  libqt4-xml  4:4.6.3-1Qt 4 XML module
ii  libqtcore4  4:4.6.3-1Qt 4 core module
ii  libqtgui4   4:4.6.3-1Qt 4 GUI module
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libxapian22 1.2.3-2  Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages packagesearch recommends:
ii  apt-file  2.4.0  search for files within Debian pac
ii  deborphan 1.7.28 program that can find unused packa
ii  konsole [x-terminal-emulator] 4:4.4.5-1  X terminal emulator
ii  xfce4-terminal [x-terminal-em 0.4.5-1Xfce terminal emulator
ii  xterm [x-terminal-emulator]   261-1  X terminal emulator

packagesearch 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#598149: [Pkg-libvirt-maintainers] Bug#598149: libvirt-bin: autostart fails on reboot

2010-09-27 Thread Jean-Louis Dupond

On Mon, 27 Sep 2010 13:20:34 +0200, Guido Günther a...@sigxcpu.org wrote:
 Thanks a lot for your testing!
 
 So the issue isn't in libvirtd-bin - it's a permission problem when
 using uml-utilties. There's one open question though (as stated in my
 previous mail):
 
 How do the permissions on your system look like when the system is fully
 booted (and you revert your changes in /etc/init.d/libvirt-bin)?
 
 (since you said you can then start your guests without problems too).
 Cheers,
  -- Guido


Ok I removed the changes again in the init.d.

Permission @ boot:
crw-rw 1 root uml-net 10, 200 Sep 27 13:24 /dev/net/tun


The tap devices again created without issues.
But again:

Sep 27 13:25:03 cloud libvirtd: 13:25:03.027: error :
qemudReadLogOutput:2118 : internal error Process exited while reading
console log output: char device redirected to /dev/pts/1#012could not open
/dev/net/tun: Permission denied#012
Sep 27 13:25:03 cloud libvirtd: 13:25:03.027: error :
qemuAutostartDomain:827 : Failed to autostart VM 'dupondje': internal error
Process exited while reading console log output: char device redirected to
/dev/pts/1#012could not open /dev/net/tun: Permission denied#012


Without any change I do:
cloud:~# /etc/init.d/libvirt-bin restart
Restarting libvirt management daemon: /usr/sbin/libvirtd.

And the guest devices are started without any permission error...



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



Bug#598194: ntfsclone: please support o_direct and different block sizes

2010-09-27 Thread Andras Korn
Package: ntfsprogs
Version: 2.0.0-1+b1
Severity: wishlist

Hi,

I think it may help speed up ntfsclone if it could read with block sizes
other than 4k and if direct i/o could optionally be used.

Andras

-- 
 Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/
 Múltkor is pixeles volt az ég alja, esett is másnap.



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



Bug#596951: ltrace: Please add preliminary support for armhf port

2010-09-27 Thread Loïc Minier
 Note that ltrace is currently broken in Ubuntu armel, I think it's
 generally broken in Thumb-2 mode, but I don't have the specifics; I
 guess this affects armhf too.

 It would be good to have it building as a first step though.

-- 
Loïc Minier



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



Bug#598147: Re[2]: Bug#598147: linux-image-2.6.32-5-686: hangs during suspend (to ram) when sd-card mounted

2010-09-27 Thread Ben Hutchings
On Mon, 2010-09-27 at 15:25 +0400, Ibragimov Rinat wrote:
  While this patch may be useful, you are likely to lose data when you
  suspend unless you either unmount the card first or set the module
  option removable=0 on the mmc module.
  
  Ben.
  
 
 Older kernels used to do the same.
 I understand (and believe that others do) that placing something crucial on
 removable media is not a good idea. But at the moment I lose data for sure
 when trying to suspend.
 
 (With 2.6.30 I had to use CONFIG_MMC_UNSAFE_RESUME, didn't know that the same
 could be done in runtime)

It's a new feature I implemented.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#598195: ntfsclone: please support cloning to multiple destinations

2010-09-27 Thread Andras Korn
Package: ntfsprogs
Version: 2.0.0-1+b1
Severity: wishlist

Hi,

it'd be great to be able to use ntfsclone to mass-clone ntfs images, writing
to several disks simultaneously.

I suppose I could do this using tee(1) and sending the image to stdout, but
I still think this feature could be sensibly incorporated into ntfsclone
itself (especially coupled with o_direct support).

Andras

-- 
 Andras Korn korn at elan.rulez.org - http://chardonnay.math.bme.hu/~korn/
  Get married and share the problems you didn't know you had.



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



Bug#597939: without logging out it works

2010-09-27 Thread luigi curzi
if i closed completely knotes and, without logging out, i restarted it,
positions and dimensions are restored in right way

PS: you can (can i?) close other bug, it is a mistake.

-- 
Luigi Curzi



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



Bug#598174: [Pkg-haskell-maintainers] Bug#598174: helium: FTBFS: Unable to locate package uuagc

2010-09-27 Thread Joachim Breitner
Hi again,

Am Montag, den 27.09.2010, 13:17 +0200 schrieb Lucas Nussbaum:
 On 27/09/10 at 12:32 +0200, Joachim Breitner wrote:
  I’m a bit surprised by this erorr:
  
  Am Montag, den 27.09.2010, 09:36 +0200 schrieb Lucas Nussbaum:
Checking for source dependency conflicts...
E: Unable to locate package uuagc
Installing positive dependencies: autotools-dev debhelper ghc6 haddock 
libghc6-mtl-dev libghc6-parsec-dev uuagc libghc6-editline-dev
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package uuagc
apt-get failed.
Package installation failed
Not removing build depends: cloned chroot in use
  
  uuagc is present in sid:
  $ rmadison uuagc
   uuagc | 0.9.1-3| etch  | source, alpha, amd64, arm, hppa, i386, ia64, 
  mips, mipsel, powerpc, s390, sparc
   uuagc | 0.9.6-1| lenny | source, arm, armel, hppa, i386, mips, mipsel, 
  powerpc, s390, sparc
   uuagc | 0.9.6-1| sid   | source, armel, hppa, hurd-i386, i386, mips, 
  mipsel, powerpc, s390, sparc
   uuagc | 0.9.6-1+b1 | lenny | alpha, amd64, ia64
   uuagc | 0.9.6-1+b1 | sid   | alpha, amd64
 
 Oops, missed the fact that helium was not supposed to build on amd64,
 since uuagc is not available there.
 
 Closing the bug.

hmm, not sure if this is correct: uuagc is available on amd64 (version
0.9.6-1+b1).

Greetings,
Joachim



-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#598168: tre-agrep fails to match strings in ISO-8859 files containing accented characters (fwd)

2010-09-27 Thread Ville Laurikari
Hi,

One goal of tre-agrep is to be somewhat similar to GNU grep, so in
that sense this
a (significant) deviation can be considered a bug.

What is actually happening is that you probably have LANG or LC_CTYPE or such
set to UTF-8, and non-UTF-8 input is causing some code somewhere to error out.
Invalid characters in the input should be skipped one by one, instead
of skipping
the rest of the input.

I have no fix handy, and don't really have the time to look into this
now.  Sorry.

-- 
Ville



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



Bug#579155: tasksel: installs *two* entire office suites

2010-09-27 Thread Fabian Greffrath

Am 27.09.2010 12:29, schrieb Julien Cristau:

As far as I'm concerned, the former (for what that's worth, which is
probably not much).


Should this discussion be escalated to -devel? I mean, it affects 
every single Debian desktop install.


 - Fabian



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



Bug#598196: debian-cd: more patches for documentation

2010-09-27 Thread Karl Goetz
Package: debian-cd
Version: 3.1.1
Severity: minor
Tags: patch


This is the last patch from the 'queries about CONF.sh and README'
thread last month.
This changes comments on CONF.sh, but *also* a config default change in
tools/sort_deps. The CONF.sh comments change is dependant on the tools/
sort_deps, so probably worth viewing that first.
Basically, I changed the default value for nosuggests from 1 to 0.
Comments in CONF.sh are updated to match.

PS:
Version is wrong - it also happens in svn ;)

thanks,
kk

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

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

Versions of packages debian-cd depends on:
ii  apt  0.7.20.2+lenny2gns1 Advanced front-end for dpkg
ii  bc   1.06.94-3   The GNU bc arbitrary precision cal
ii  cpp  4:4.3.2-2   The GNU C preprocessor (cpp)
ii  curl 7.18.2-8lenny4  Get a file from an HTTP, HTTPS or 
ii  dctrl-tools [grep-dc 2.13.1  Command-line tools to process Debi
ii  genisoimage  9:1.1.9-1   Creates ISO-9660 CD-ROM filesystem
ii  libcompress-zlib-per 2.012-1 Perl module for creation and manip
ii  lynx-cur 2.8.7dev9-2.1   Text-mode WWW Browser with NLS sup
ii  make 3.81-5  The GNU version of the make util
ii  perl [libdigest-md5- 5.10.0-19lenny2 Larry Wall's Practical Extraction 
ii  tofrodos 1.7.8.debian.1-1Converts DOS - Unix text files, 

Versions of packages debian-cd recommends:
pn  hfsutils  none (no description available)
pn  netpbmnone (no description available)
pn  syslinux-common   none (no description available)

debian-cd suggests no packages.

-- no debconf information
=== modified file 'CONF.sh'
--- CONF.sh 2010-07-09 11:54:19 +
+++ CONF.sh 2010-09-27 11:52:51 +
@@ -216,12 +216,12 @@
 # excluded completely. The same goes for packages listed in EXCLUDE.
 
 # Set this if the recommended packages should be skipped when adding 
-# package on the CD.  The default is 'false'.
+# package on the CD.  The default is 'true'.
 export NORECOMMENDS=1
 
 # Set this if the suggested packages should be skipped when adding 
 # package on the CD.  The default is 'true'.
-#export NOSUGGESTS=1
+export NOSUGGESTS=1
 
 # Set to 1 to generate MD5/SHA1/SHA256/SHA512 sums for generated images
 export IMAGESUMS=1
=== modified file 'tools/sort_deps'
--- tools/sort_deps 2010-05-27 00:52:25 +
+++ tools/sort_deps 2010-09-27 11:53:43 +
@@ -21,7 +21,7 @@
 my $force_firmware = $ENV{'FORCE_FIRMWARE'} || 0;
 my $local = $ENV{'LOCAL'} || 0;
 my $complete = $ENV{'COMPLETE'} || 0;
-my $norecommends = $ENV{'NORECOMMENDS'} || 0;
+my $norecommends = $ENV{'NORECOMMENDS'} || 1;
 my $nosuggests = $ENV{'NOSUGGESTS'} || 1;
 
 my $apt = $ENV{'BASEDIR'}/tools/apt-selection;



Bug#598174: [Pkg-haskell-maintainers] Bug#598174: helium: FTBFS: Unable to locate package uuagc

2010-09-27 Thread Lucas Nussbaum
reopen 598174
thanks

On 27/09/10 at 13:49 +0200, Joachim Breitner wrote:
 Hi again,
 
 Am Montag, den 27.09.2010, 13:17 +0200 schrieb Lucas Nussbaum:
  On 27/09/10 at 12:32 +0200, Joachim Breitner wrote:
   I’m a bit surprised by this erorr:
   
   Am Montag, den 27.09.2010, 09:36 +0200 schrieb Lucas Nussbaum:
 Checking for source dependency conflicts...
 E: Unable to locate package uuagc
 Installing positive dependencies: autotools-dev debhelper ghc6 
 haddock libghc6-mtl-dev libghc6-parsec-dev uuagc libghc6-editline-dev
 Reading package lists...
 Building dependency tree...
 Reading state information...
 E: Unable to locate package uuagc
 apt-get failed.
 Package installation failed
 Not removing build depends: cloned chroot in use
   
   uuagc is present in sid:
   $ rmadison uuagc
uuagc | 0.9.1-3| etch  | source, alpha, amd64, arm, hppa, i386, 
   ia64, mips, mipsel, powerpc, s390, sparc
uuagc | 0.9.6-1| lenny | source, arm, armel, hppa, i386, mips, 
   mipsel, powerpc, s390, sparc
uuagc | 0.9.6-1| sid   | source, armel, hppa, hurd-i386, i386, mips, 
   mipsel, powerpc, s390, sparc
uuagc | 0.9.6-1+b1 | lenny | alpha, amd64, ia64
uuagc | 0.9.6-1+b1 | sid   | alpha, amd64
  
  Oops, missed the fact that helium was not supposed to build on amd64,
  since uuagc is not available there.
  
  Closing the bug.
 
 hmm, not sure if this is correct: uuagc is available on amd64 (version
 0.9.6-1+b1).

Ah, right, but only in sid, not in squeeze. So I was right. helium is
not buildable in squeeze. Reopening ...

- Lucas



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



Bug#598178: Build-Depend on libcrack2-dev instead of cracklib2-dev

2010-09-27 Thread Jan Dittberner
This bug can be fixed easily by changing Build-Depends from cracklib2-dev to
libcrack2-dev.


Regards
Jan Dittberner

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


signature.asc
Description: Digital signature


Bug#536905: Drop helium or keep uuagc

2010-09-27 Thread Joachim Breitner
Hi,

helium is in testing but not buildable:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598174
due to uuagc missing there. Uuagc has an RC bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536905

Looking at the hackage page, uuagc is actively maintained, but does not
seem to have any uess in Debian. Drop it (and thus helium?) or keep it?

Greetings,
Joachim


-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#598198: acpid: superfluous logging

2010-09-27 Thread Ferenc Wagner
Package: acpid
Version: 1:2.0.6-1
Severity: minor

Hi,

Starting up acpid results in the following lines in syslog:

acpid: Deprecated /proc/acpi/event was not found.  Trying netlink and the input 
layer...
acpid: starting up with netlink and the input layer
acpid: skipping conf file /etc/acpi/events/.
acpid: skipping conf file /etc/acpi/events/..
acpid: 1 rule loaded
acpid: waiting for events: event logging is off

Overall verbosity notwithstanding, considering . and .. conf files
seems rather misguided.
Please suppress logging (or even better: checking) of those directory
entries.

Also, why log that something deprecated (/proc/acpi/event) wasn't found?

Thanks,
Feri.



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



Bug#598197: vim: colorify syntax works incorectly

2010-09-27 Thread Marcin Bednarz

Package: vim
Version: 2:7.2.445+hg~cb94c42c0e1a-1
Severity: minor

X-Mailer: reportbug 4.10.2

Date: Mon, 27 Sep 2010 12:52:31 +0200



  1 #! /usr/bin/perl -T
  2 #(...)
  3   if ($$fn_services{$fn_host}-[3])
  4   {
  5  $query .= qq{'$$fn_services{$fn_host}-[3]'};
  6   } 
  7   else 
  8   {

  9  print problem ?\n;
 10  exit 1;
 11   } 
 12 



...almost all after first } in line 5 is in one -the same- color - red.

cyan: $query .=
red: qq{'
cyan: $$fn_services{$fn_host
red!!!: }
gray: -[
red: 3
gray: ]
red: '};
and all below line 5 is red !

ex. else in line 7  should be yellow, { should be gray ... and so on


cat .vimrc 
:syn on





the same configuration on  vim=7.0-122+1etch1 works good.
ii  libacl12.2.41-1 
  Access control list shared library
ii  libc6  2.3.6.ds1-8  
  GNU C Library: Shared libraries
ii  libncurses55.5-5
  Shared libraries for terminal handling
ii  libselinux11.32-3   
  SELinux shared libraries
ii  vim-common 7.0-122+1etch1   
  Vi IMproved - Common files
ii  vim-runtime7.0-122+1etch1   
  Vi IMproved - Runtime files



below information about my shell:/bin/sh is invalid, my shell is bash:
# ps
  PID TTY  TIME CMD
24667 pts/700:00:00 bash
24723 pts/700:00:00 ps

although (normaly in debian):
-rwxr-xr-x 1 root root 810196 2010-01-02  /bin/bash
lrwxrwxrwx 1 root root 4 2010-02-17  /bin/sh - dash


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

Kernel: Linux 2.6.28-c6-tuxonice (SMP w/2 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vim depends on:
ii  libacl1  2.2.49-2Access control list shared library
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libgpm2  1.20.4-3.3  General Purpose Mouse - shared lib
ii  libncurses5  5.7+20100313-2  shared libraries for terminal hand
ii  libselinux1  2.0.96-1SELinux runtime shared libraries
ii  vim-common   2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - Common files
ii  vim-runtime  2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - Runtime files

vim recommends no packages.

Versions of packages vim suggests:
ii  exuberant-ctags [ctags]   1:5.8-2build tag file indexes of source c
pn  vim-doc   none (no description available)
pn  vim-scripts   none (no description available)

-- no debconf information






--
Marcin Bednarz




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



Bug#598196: Acknowledgement (debian-cd: more patches for documentation)

2010-09-27 Thread Karl Goetz
On Mon, 27 Sep 2010 12:00:05 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 Thank you for filing a new Bug report with Debian.
 
 This is an automatically generated reply to let you know your message
 has been received.
 

Then here are my other two patches.
kk


-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group
=== modified file 'build.sh'
--- build.sh	2010-05-27 13:33:26 +
+++ build.sh	2010-07-30 13:16:00 +
@@ -13,8 +13,8 @@
 export COMPLETE=1
 fi
 
-if [ $# -gt 1 ] ; then
-echo ERROR: too many arguments. 2
+if [ $1 -ne 1 ] ; then
+echo ERROR: Invalid number of arguments. 2
 exit 1
 elif [ -n $1 ] ; then
 export ARCHES=$1

=== modified file 'CONF.sh'
--- CONF.sh	2010-07-09 11:54:19 +
+++ CONF.sh	2010-07-30 13:03:54 +
@@ -181,8 +181,8 @@
 # them too
 export MAX_PKG_SIZE=6
 
-# uncoment this to make build_all.sh try to build a simple CD image if
-# the proper official CD run does not work
+# Should build_all.sh try to build a simple CD image if the proper official
+# CD run does not work?
 ATTEMPT_FALLBACK=yes
 
 # Set your disk type here. Known types are:
@@ -357,14 +357,14 @@
 # If so we will link to them on the web site.
 export OMIT_RELEASE_NOTES=1
 
+# Set this to override the default location
+#export RELEASE_NOTES_LOCATION=http://www.debian.org/releases/$CODENAME;
+
 # Set to 1 to not include the doc/tools directories on CD1
 # Useful to save space and avoids failures if you have a mirror
 # without those directories.
 #export OMIT_DOC_TOOLS=1
 
-# Set this to override the default location
-#export RELEASE_NOTES_LOCATION=http://www.debian.org/releases/$CODENAME;
-
 case $OFFICIAL in
 Official)
 	export OFFICIAL_VAL=2



signature.asc
Description: PGP signature


Bug#598199: debhelper: Short-form dh does not provide build-{arch,indep} rules

2010-09-27 Thread Felipe Sateler
Package: debhelper
Version: 8.0.0
Severity: wishlist

dh should provide those targets. Probably the current build sequence
should move to build-arch and leave build-indep empty for the maintainer
to override.

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

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

Versions of packages debhelper depends on:
ii  binutils  2.20.1-15  The GNU assembler, linker and bina
ii  dpkg-dev  1.15.8.5   Debian package development tools
ii  file  5.04-5 Determines file type using magic
ii  html2text 1.3.2a-15  advanced HTML to text converter
ii  man-db2.5.7-4on-line manual pager
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 
ii  perl-base 5.10.1-14  minimal Perl system
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
pn  dh-make   none (no description available)

-- no debconf information



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



Bug#457372: aptitude still fails

2010-09-27 Thread Jens Weibler

 It seems that this bug is still there (aptitude 0.4.11.11-1~lenny1)...

I was wondering why some hosts kept status unknown in apt-dater. Please 
fix this bug - now I'm used to type aptitude and not apt-get anymore :(


--
Jens Weibler
IT Services

Hochschule Darmstadt
www.h-da.de
University of Applied Sciences

Fachbereich Informatik
www.fbi.h-da.de
Schöfferstr. 8b
D-64295 Darmstadt
Tel  +49 6151 16-8425
Fax +49 6151 16-8935
jens.weib...@h-da.de




smime.p7s
Description: S/MIME Cryptographic Signature


  1   2   3   4   >