Bug#541152: logwatch: uw-imapd, unmatched log entries

2009-08-27 Thread Willi Mann
Hi!

Here is a patch for the imapd service script by Marcin Szewczyk. Not
verified by me, I don't use imap.

Willi

Marcin Szewczyk, Wodny schrieb:
> Package: logwatch
> Version: 7.3.6.cvs20080702-2
> Severity: wishlist
> Tags: patch
> 
> uw-imapd generates lines unmatched by rules in the imapd service script.
> Patch included.
> 
> 
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 

--- /usr/share/logwatch/scripts/services/imapd	2008-12-31 12:31:13.0 +0100
+++ imapd	2009-08-05 23:25:09.078394758 +0200
@@ -38,7 +38,10 @@
   ($ThisLine =~ /^couriertls: read: Connection reset by peer/ ) or
   # timeouts are reported in some other scripts - maybe it should be here too?
   ($ThisLine =~ /^couriertls: read: Connection timed out/ ) or
-  ($ThisLine =~ /^LOGOUT, ip=\[(.*)\], rcvd=\d+, sent=\d+$/)
+  ($ThisLine =~ /^LOGOUT, ip=\[(.*)\], rcvd=\d+, sent=\d+$/) or
+  # uw-imapd
+  ($ThisLine =~ /^Moved \d+ bytes of new mail to.*$/) or
+  ($ThisLine =~ /^Unexpected client disconnect, while reading line.*$/)
) {
   # Don't care about these...
} elsif ( ($User, $Host) = ( $ThisLine =~ /^Login user=(.*?) host=(.*\[.*\])$/ ) ) {
@@ -67,6 +70,10 @@
} elsif ( ($User, $Host) = ( $ThisLine =~ /^Logout user=(.*?) host=(.*\[.*\])$/) ) {
   $Logout{$User}{$Host}++;
   $Logout2{$User}++;
+   # More generic pattern for uw-imapd
+   } elsif ( ($User, $Host) = ( $ThisLine =~ /^Logout user=(.*?) host=(.*)$/) ) {
+  $Logout{$User}{$Host}++;
+  $Logout2{$User}++;
} elsif ( ($dummy, $User, $Host, $DownloadSize1, $DownloadSize2) = ( $ThisLine =~ /^(LOGOUT|TIMEOUT|DISCONNECTED), user=(.*?), ip=\[([^ ,]+)\](?:, port=\[\d+\])?, headers=(\d+), body=(\d+)/o ) ) {
   $Logout{$User}{$Host}++;
   $Logout2{$User}++;


Bug#543945: RM: gtkdialog -- RoM; unmainatined, better alternatives libraries

2009-08-27 Thread Fabio Tranchitella
Package: ftp.debian.org
Severity: normal

Please remove gtkdialog from the archive: it is not supported anymore by
upstream and we have better alternatives in the archive.

Thanks,
Fabio



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



Bug#543946: log_warning_msg: not found

2009-08-27 Thread Jan De Luyck
Package: fglrx-atieventsd
Version: 1:9-8-1+1
Severity: normal

When atieventsd is disabled in /etc/default/fglrx-atieventsd, you get:

/etc/init.d/fglrx-atieventsd: 72: log_warning_msg: not found

during startup of the script.

Kind regards

Jan
-- 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.30.5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages fglrx-atieventsd depends on:
ii  fglrx-glx 1:9-8-1proprietary libGL for the non-free
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]  7.5-3  A free implementation of the OpenG
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxrandr22:1.3.0-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  xserver-xorg  1:7.4+4the X.Org X server

Versions of packages fglrx-atieventsd recommends:
ii  acpid 1.0.10-2   Utilities for using ACPI power man
ii  fglrx-driver  1:9-8-1non-free AMD/ATI r6xx - r7xx displ

fglrx-atieventsd 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#543872: readahead-fedora: call to update-rc.d is broken

2009-08-27 Thread Raphael Geissert
Hi,

Indeed, seems like I forgot to add a dot. But it also looks like you are not 
using insserv, which should improve the speed of the boot process.

I'll upload a fixed package in a moment.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Bug#543915: "libsepol.sepol_module_package_read: out of memory"

2009-08-27 Thread Manoj Srivastava
tag 543915 unreproducible moreinfo
thanks
Hi,
On Thu, Aug 27 2009, Max Kellermann wrote:

> I was trying to load the new selinux-policy-default 2:0.2.20090818-1,
> but failed:
>
>  dory:/usr/share/selinux/default# semodule -b base.pp 
>  libsepol.sepol_module_package_read: out of memory
>  libsemanage.semanage_load_module: Error while reading from module file 
> /etc/selinux/default/modules/tmp/base.pp.
>  semodule:  Failed!

Well, if you run out of memory, this is not surprising. The
 thing is, it is not a problem anyone else is seeing, and every single
 buildd out there installs libsepol1, if only to compile SELinux
 packages, and there has been no other report.

I am inclined to chalk this up as a local error.

> strace shows after reading tmp/base.pp:
>
>  [...]
>  brk(0x3233000)  = 0x3233000
>  mmap(NULL, 18446744073703178240, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
>  mmap(NULL, 18446744073703313408, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
>  mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, 
> -1, 0) = 0x7fdfda316000

So, seems like a  memory issue to me.

>  munmap(0x7fdfda316000, 30318592)= 0
>  munmap(0x7fdfe000, 36790272)= 0
>  mprotect(0x7fdfdc00, 135168, PROT_READ|PROT_WRITE) = 0
>  mmap(NULL, 18446744073703178240, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
>  write(2, "libsepol.sepol_module_package_rea"..., 
> 36libsepol.sepol_module_package_read: ) = 36
>
> This looks like a buffer underflow (0xff9ec000) or an
> uninitialized variable.

Why do you think this is buffer underflow? (Also, I do not see
 0xff9ec000 in the log fragment)

Unless you can provide some evidence that his is not a local
 hardware or configuration error, or if I can reproduce this, I would
 have to treat this as an out of memory error.

manoj
-- 
Marriage causes dating problems.
Manoj Srivastava    
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



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



Bug#543938: telinit: /etc/.initctl: ENOENT breaks debootstrap on kfreebsd

2009-08-27 Thread Manoj Srivastava
tags 543938 unreproducible moreinfo
thanks
On Thu, Aug 27 2009, Philipp Kern wrote:

> I just tried to install kfreebsd-amd64 using d-i and debootstrap bailed
> out due to libsepol1 failing to configure:

> debootstrap: Setting up libsepol1 (2.0.37-2)
> debootstrap: telinit:
> debootstrap: /etc/.initctl: No such file or directory
> debootstrap: dpkg: error processing libsepol1 (--configure):
> debootstrap:  subprocess installed post-installation script error exit status 
> 1
>
> I suspect that the recently uploaded version broke this.

Well, I can't reproduce this,this might be a freebsd thing. I
 just created a debootstrapped  file, and it went off with no issues. 
--8<---cut here---start->8---
I: Retrieving libsepol1
I: Validating libsepol1

I: Extracting libsepol1...

I: Unpacking libsepol1...

I: Configuring libsepol1...
--8<---cut here---end--->8---

Now, the psotinst has this clause:
--8<---cut here---start->8---
if [ -x /sbin/init ] && [ -x /bin/readlink ] && [ -d /proc/1 ] ; then
if [ "$(stat -c %d/%i /)" = "$(stat -Lc %d/%i /proc/1/root 
2>/dev/null)" ]; then
# the devicenumber/inode pair of / is the same as that of
# /sbin/init's root, so we're *not* in a chroot

# Use telinit if available, it is better form, according
# to the sysvinit maintainer.
if [ -x /sbin/telinit ]; then
(telinit u ; sleep 1)
else
(init u ; sleep 1)
fi
fi
fi
--8<---cut here---end--->8---
Which checks if the inode of / is the same as the inode of
 /proc/1/root. No /proc/1, no telinit call. Why is this not working in
 our case? Can you create a chroot like debootstrap does and run that
 manually? 

manoj

-- 
Everything might be different in the present if only one thing had been
different in the past.
Manoj Srivastava    
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



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



Bug#543947: openerp-server: Missing dependency python-xml

2009-08-27 Thread Peter A. McGill
Package: openerp-server
Version: 5.0.3-0-1
Severity: grave
Justification: renders package unusable

Server fails to start and does not report an error if python-xml is not 
installed. python-xml not listed as a dependency for the package.
Installing python-xml fixes the problem.

/usr/bin/openerp-server --config=/etc/openerp-server.conf
ERROR: Import xpath module
ERROR: Try to install the old python-xml package
On Ubuntu Jaunty, try this: sudo cp 
/usr/lib/python2.6/dist-packages/oldxml/_xmlplus/utils/boolean.so 
/usr/lib/python2.5/site-packages/oldxml/_xmlplus/utils
Traceback (most recent call last):
  File "./openerp-server.py", line 60, in 
import netsvc
  File "/usr/lib/openerp-server/netsvc.py", line 188, in 
import tools
  File "/usr/lib/openerp-server/tools/__init__.py", line 26, in 
from convert import *
  File "/usr/lib/openerp-server/tools/convert.py", line 25, in 
import osv
  File "/usr/lib/openerp-server/osv/__init__.py", line 23, in 
import osv
  File "/usr/lib/openerp-server/osv/osv.py", line 27, in 
import orm
  File "/usr/lib/openerp-server/osv/orm.py", line 57, in 
from xml import dom, xpath
ImportError: cannot import name xpath


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

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

Versions of packages openerp-server depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  python2.5.2-3An interactive high-level object-o
ii  python-libxslt1   1.1.24-2   Python bindings for libxslt1
ii  python-lxml   2.1.1-2.1  pythonic binding for the libxml2 a
ii  python-psycopg2   2.0.7-4Python module for PostgreSQL
ii  python-pychart1.39-6 Python library for creating high q
ii  python-pydot  1.0.2-1Python interface to Graphviz's dot
ii  python-reportlab  2.1dfsg-2  ReportLab library to create PDF do
ii  python-tz 2008c-2Python version of the Olson timezo

Versions of packages openerp-server recommends:
pn  ghostscript(no description available)
ii  graphviz   2.20.2-3  rich set of graph drawing tools
ii  postgresql 8.3.7-0lenny1 object-relational SQL database (su
ii  postgresql-client-8.3 [pos 8.3.7-0lenny1 front-end programs for PostgreSQL 
pn  python-imaging (no description available)
pn  python-matplotlib  (no description available)
pn  python-openssl (no description available)
ii  python-pyparsing   1.5.0-1   Python parsing module

Versions of packages openerp-server suggests:
pn  openerp-client (no description available)

-- debconf information:
  openerp-server/username: openerp



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



Bug#543872: readahead-fedora: call to update-rc.d is broken

2009-08-27 Thread Norbert Preining
On Do, 27 Aug 2009, Raphael Geissert wrote:
> Indeed, seems like I forgot to add a dot. But it also looks like you are not 

There is one more thing I saw: The early-readahead init script is also
failing, can't see now what it was. Please check it.

> using insserv, which should improve the speed of the boot process.

Too dangerous by now, that is not necessarily a playing device, it is
my working laptop ;-)

>From the README.Debian of insserv:
/
| Be careful to verify the boot sequence before rebooting, as an
| incorrect boot sequence can render the system completely unbootable.
\---

And AFAIR there is currently no way to go back ...

> I'll upload a fixed package in a moment.

Thanks.

Best wishes

Norbert

---
Dr. Norbert Preining Vienna University of Technology
Debian Developer  Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
ABINGER (n.)
One who washes up everything except the frying pan, the cheese grater
and the saucepan which the chocolate sauce has been made in.
--- Douglas Adams, The Meaning of Liff



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



Bug#543943: Powerdevil: closing laptop lid does not work when the screensaver is active

2009-08-27 Thread Sjoerd Hardeman
Package: kdebase
Version: 4:4.2.4-1
Severity: normal

Closing the laptop lid is set via powerdevil to put the laptop in sleep mode. 
This works, except when the screensaver is active. In this case closing the 
laptop lid has no effect.
I have not set a password on my screensaver, although when I lock my screen 
closing the lid also has no effect.


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

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

Versions of packages kdebase depends on:
ii  dolphin   4:4.2.4-1  file manager for KDE 4
ii  kappfinder4:4.2.4-1  non-KDE application finder for KDE
ii  kdebase-bin   4:4.2.4-1  core binaries for the KDE 4 base m
ii  kdepasswd 4:4.2.4-1  password changer for KDE 4
ii  kfind 4:4.2.4-1  file search utility for KDE 4
ii  konqueror 4:4.2.4-1  KDE 4's advanced file manager, web
ii  konqueror-nsplugins   4:4.2.4-1  Netscape plugin support for Konque
ii  konsole   4:4.2.4-1  X terminal emulator for KDE 4
ii  kwrite4:4.2.4-1  text editor for KDE 4
ii  libkonq5  4:4.2.4-1  core libraries for Konqueror
ii  plasma-widget-folderview  4:4.2.4-1  Folder View Plasma widget

kdebase recommends no packages.

kdebase 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#543512: update-fonts-alias should skip removed fonts

2009-08-27 Thread Julien Cristau
On Thu, Aug 27, 2009 at 22:43:44 +0700, Theppitak Karoonboonyanan wrote:

> On Thu, Aug 27, 2009 at 05:13:52PM +0700, Theppitak Karoonboonyanan wrote:
> > On Wed, Aug 26, 2009 at 12:55:04PM -0400, Joey Hess wrote:
> > > Alternatively, have it take a list of the font files that are
> > > going to be removed, and update the file to remove them; then it could
> > > take effect when run at postrm remove time, when dependencies are still
> > > satisfied.
> > 
> > This should work. By maintaining an exclude list on font packages removals,
> > update-fonts-{dir,alias} can skip the removed fonts and can remove the
> > generated fonts.{dir,alias} as soon as the font dirs are empty.
> > 
> > In that case, this bug can be reassigned to xfonts-utils, then.
> 
> I've got a patch for update-fonts-alias following this scheme.
> No exclude list. Just filter the file list by consulting dpkg-query.
> I've tested it by emulating piuparts sequence in a chroot, and it works.

update-fonts-* shouldn't need to know about dpkg, IMO.  Any way we can
avoid this?

Cheers,
Julien



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



Bug#500986: confirmed but k3b v 1.66 works

2009-08-27 Thread don
Package: k3b
Version: 1.0.5-3+b1
Severity: normal



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

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

Versions of packages k3b depends on:
ii  cdparanoia   3.10.2+debian-6 audio extraction tool for sampling
ii  cdrdao   1:1.2.2-17  records CDs in Disk-At-Once (DAO) 
ii  genisoimage  9:1.1.9-1   Creates ISO-9660 CD-ROM filesystem
ii  k3b-data 1.0.5-3 A sophisticated KDE CD burning app
ii  kdelibs-data 4:3.5.10.dfsg.1-2   core shared data for all KDE appli
ii  kdelibs4c2a  4:3.5.10.dfsg.1-2+b1core libraries and binaries for al
ii  libacl1  2.2.47-3Access control list shared library
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libattr1 1:2.4.43-3  Extended attribute shared library
ii  libaudio21.9.2-1 Network Audio System - shared libr
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.16-2simple interprocess messaging syst
ii  libdbus-qt-1 0.62.git.20060814-2 simple interprocess messaging syst
ii  libdvdread4  4.1.3-6 library for reading DVDs
ii  libexpat12.0.1-4 XML parsing C library - runtime li
ii  libfontconfi 2.6.0-4 generic font configuration library
ii  libfreetype6 2.3.9-5 FreeType 2 font engine, shared lib
ii  libgamin0 [l 0.1.10-1Client library for the gamin file 
ii  libgcc1  1:4.4.1-1   GCC support library
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libidn11 1.15-1  GNU Libidn library, implementation
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
pn  libk3b3(no description available)
ii  libmusicbrai 2.1.5-2 Second generation incarnation of t
ii  libpng12-0   1.2.38-1PNG library - runtime
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libstdc++6   4.4.1-1 The GNU Standard C++ Library v3
ii  libx11-6 2:1.2.2-1   X11 client-side library
ii  libxcursor1  1:1.1.9-1   X cursor management library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.13-3FreeType-based font drawing librar
ii  libxi6   2:1.1.4-1   X11 Input extension library
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxrandr2   2:1.3.0-2   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  wodim9:1.1.9-1   command line CD/DVD writing tool
ii  zlib1g   1:1.2.3.3.dfsg-15   compression library - runtime

Versions of packages k3b recommends:
ii  dvd+rw-tools7.1-4DVD+-RW/R tools
ii  kcontrol4:3.5.9.dfsg.1-6 control center for KDE
ii  kdebase-kio-plugins 4:3.5.9.dfsg.1-6 core I/O slaves for KDE
pn  libk3b3-extracodecs(no description available)
pn  vcdimager  (no description available)

Versions of packages k3b suggests:
pn  k3b-i18n   (no description available)
ii  movixmaker-2 0.8.4-2 Utility to create customized eMovi
ii  normalize-audio  0.7.7-4 adjusts the volume of WAV, MP3 and
ii  sox  14.3.0-1Swiss army knife of sound processi
ii  toolame  02l-6lenny1 MPEG-1 layer 2 audio encoder
___
Same problem on a an NEC ND-6750A on USB. 

I uninstalled 1.0.5-3+b1 and use this guide:

http://tuxarena.blogspot.com/2009/04/how-to-compile-and-install-k3b-1650.html

to compile and install this source:

http://voxel.dl.sourceforge.net/project/k3b/k3b/1.66.0alpha2/k3b-1.66.0alpha2.tar.bz2

The blank dvd recognition problem is gone and most of k3b seems to work. 



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



Bug#543948: elmerfem: [INTL:ru] Russian debconf templates translation

2009-08-27 Thread Yuri Kozlov
Package: elmerfem
Version: 5.5.0.svn.4214.dfsg-2
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation is attached.

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov , 2009.
msgid ""
msgstr ""
"Project-Id-Version: elmerfem 5.5.0.svn.4214.dfsg-2\n"
"Report-Msgid-Bugs-To: elmer...@packages.debian.org\n"
"POT-Creation-Date: 2009-08-14 09:04+0200\n"
"PO-Revision-Date: 2009-08-23 10:41+0400\n"
"Last-Translator: Yuri Kozlov \n"
"Language-Team: Russian \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. Type: multiselect
#. Description
#: ../elmer.templates:2001
msgid "Elmer models to include in ElmerGUI:"
msgstr "Модели Elmer, включаемые в ElmerGUI:"

#. Type: multiselect
#. Description
#: ../elmer.templates:2001
msgid ""
"Elmer can solve equations from many models. In order to avoid excessive "
"crowding of the ElmerGUI interface, only certain models are included at a "
"given time. See the Elmer Models Manual at http://www.csc.fi/english/pages/";
"elmer/documentation."
msgstr ""
"Elmer может решать уравнения для многих моделей. Чтобы чрезмерно не "
"загромождать интерфейс ElmerGUI, можно добавить только некоторые "
"модели. Подробней см. руководство по моделям Elmer на странице "
"http://www.csc.fi/english/pages/elmer/documentation.";

#. Type: multiselect
#. Description
#: ../elmer.templates:2001
msgid ""
"Please select the models you would like to include in ElmerGUI from the "
"list. Note that this will not affect the availability of models in the "
"solver, only their presence in the graphical interface."
msgstr ""
"Выберите модели из списка, которые хотите включить в ElmerGUI. "
"Заметим, что это не влияет на доступность моделей в решателе, "
"они появятся только в графическом интерфейсе."



Bug#497799: Not found in 2.1-1

2009-08-27 Thread Ivan Baldo
Package: audacious
Severity: normal

Up to date Testing, I cannot reproduce the bug on Audacious 2.1-1.
Thanks!


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

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

Versions of packages audacious depends on:
ii  audacious-plugins 2.1-1  Base plugins for audacious
ii  dbus  1.2.16-2   simple interprocess messaging syst
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  gtk2-engines-pixbuf   2.16.5-1   Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libaudclient2 2.1-1  audacious dbus remote control libr
ii  libaudcore1   2.1-1  audacious core engine library
ii  libaudid3tag2 2.1-1  audacious id3 tag manipulation lib
ii  libaudutil1   2.1-1  audacious utility library
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-1 simple interprocess messaging syst
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libmcs1   0.7.1-1Abstraction library to store confi
ii  libmowgli10.6.1-1a high performance development fra
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libsad2   2.1-1  audacious scale and dither library
ii  libsamplerate00.1.7-2audio rate conversion library
ii  libsm62:1.1.0-2  X11 Session Management library

Versions of packages audacious recommends:
pn  audacious-plugins-extra(no description available)
ii  unzip 6.0-1  De-archiver for .zip files

audacious 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#534229: kopete: Yahoo protocol still broken in Squeeze

2009-08-27 Thread Sharuzzaman Ahmat Raslan
I don't think I can just install kopete 4.3.x as it requires kdelibs5 to be
updated to version 4.3 as well. I believe that will cause my whole KDE will
to stop working, or not working correctly.



debian:~# dpkg -i /home/sharuzzaman/Desktop/kopete_4.3.0-2_i386.deb
(Reading database ... 102948 files and directories currently installed.)
Preparing to replace kopete 4:4.2.4-1 (using .../kopete_4.3.0-2_i386.deb)
...
Unpacking replacement kopete ...
dpkg: dependency problems prevent configuration of kopete:
 kopete depends on kdebase-runtime (>= 4:4.3.0); however:
  Version of kdebase-runtime on system is 4:4.2.4-2.
 kopete depends on kdelibs5 (>= 4:4.3.0); however:
  Version of kdelibs5 on system is 4:4.2.4-1.
 kopete depends on kdepimlibs5 (>= 4:4.3.0); however:
  Version of kdepimlibs5 on system is 4:4.2.4-1.
 kopete depends on libgadu3 (>= 1:1.8.0+r592); however:
  Package libgadu3 is not installed.
 kopete depends on libkopete4 (>= 4:4.3.0); however:
  Version of libkopete4 on system is 4:4.2.4-1.
 kopete depends on libv4l-0 (>= 0.5.0); however:
  Package libv4l-0 is not installed.
dpkg: error processing kopete (--install):
 dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme ...
Errors were encountered while processing:
 kopete

-
Sharuzzaman Ahmat Raslan


Bug#527828: patch is wrong

2009-08-27 Thread Francesco Namuri
tags 528738 + patch
tags 527828 + patch
tags 526573 + patch
thanks

Hi Mauro,
thanks for the report, and sorry for the delay in the answer, I've fixed
the wrong patch, I hope that it could be useful.
And of-course I keep any bug report as non-personal ... :)

Ciao,
Francesco

Il giorno ven, 31/07/2009 alle 17.00 -0300, Mauro Lizaur ha scritto: 
> tags 528738 - patch
> tags 527828 - patch
> tags 526573 - patch
> thanks
> 
> Francesco, don't take this personal, re-tag these bugs
> once you've fixed the nmudiff patch.
> 
> Saludos,
> Mauro
> 

Il giorno ven, 31/07/2009 alle 16.54 -0300, Mauro Lizaur ha scritto:
> Hi Francesco,
> seems like you made the patches the other way around.
> See:
> 
>   diff -u codeville-0.8.0/debian/control codeville-0.8.0/debian/control
>   --- codeville-0.8.0/debian/control
>   +++ codeville-0.8.0/debian/control
>   @@ -4,8 +4,7 @@
>Maintainer: Michael Janssen 
>Uploaders: Chad Walstrom 
>Build-Depends: cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), debhelper 
> (>= 5.0.37.2), python-support (>= 0.3)
>   -Build-Depends-Indep: lynx
>   -Standards-Version: 3.8.1
>   +Standards-Version: 3.7.3.0
> 
> 
> 
> Saludos,
> Mauro
> 
--- codeville-0.8.0-old/debian/control	2009-08-27 17:47:04.0 +0200
+++ codeville-0.8.0-new/debian/control	2009-08-27 17:48:21.0 +0200
@@ -4,7 +4,7 @@
 Maintainer: Michael Janssen 
 Uploaders: Chad Walstrom 
 Build-Depends: cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), debhelper (>= 5.0.37.2), python-support (>= 0.3)
-Standards-Version: 3.7.3.0
+Standards-Version: 3.8.3
 
 Package: codeville
 Architecture: all
--- codeville-0.8.0-old/debian/changelog	2009-08-27 17:47:04.0 +0200
+++ codeville-0.8.0-new/debian/changelog	2009-08-27 17:54:33.0 +0200
@@ -1,3 +1,15 @@
+codeville (0.8.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: moved rules to clean doc directory from 
+common-install-indep target to install/codeville target. 
+(Closes: #526573, #527828)
+  * debian/compat: updated to 5.
+  * debian/control: bump Standards-Version to 3.8.3
+  * debian/control: added build-depends-indep on lynx. (Closes: #528738)
+
+ -- Francesco Namuri   Thu, 27 Aug 2009 17:54:26 +0200
+
 codeville (0.8.0-1) unstable; urgency=low
 
   * New upstream release. Closes: #457221
--- codeville-0.8.0-old/debian/rules	2009-08-27 17:47:04.0 +0200
+++ codeville-0.8.0-new/debian/rules	2009-08-27 17:49:14.0 +0200
@@ -37,7 +37,7 @@
 # codeville tries to install documentation in the Right Place(TM), but
 # gets it wrong for Debian.  Already included the LICENSE.txt in the
 # copyright file.
-common-install-indep::
+install/codeville::
 	mkdir -p debian/codeville/etc
 	mv debian/codeville/usr/share/doc/Codeville-$(UPSTREAM_VERSION)/cdvserver.conf.sample \
 		debian/codeville/etc/cdvserver.conf
--- codeville-0.8.0-old/debian/compat	2009-08-27 17:47:04.0 +0200
+++ codeville-0.8.0-new/debian/compat	2009-08-27 17:49:22.0 +0200
@@ -1 +1 @@
-4
+5


signature.asc
Description: Questa è una parte del messaggio firmata digitalmente


Bug#543810: [Pkg-libvirt-maintainers] Bug#543810: Uninstallable on quite some arches due to missing dependency

2009-08-27 Thread Laurent Léonard
The issue is already fixed on Git : 
http://git.debian.org/?p=pkg-libvirt/virt-what.git;a=commitdiff;h=a331023e759b38e0d0b39b84147ea076f6fd2968

I didn't restrict the available architectures for virt-what because the script 
can work correctly on other architectures without dmidecode. So I restricted 
the dependency on dmidecode.

I made a removal bug report for the uninstallable binary packages (#543942).

-- 
Laurent Léonard


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


Bug#543944: munin-node: can't be installed via FAI

2009-08-27 Thread Toni Mueller
Package: munin-node
Version: 1.2.6-10~lenny1
Severity: normal


Hi,

I just discover that I can't install munin-node via FAI:


debian:/target/var/lib/dpkg/info# chroot /target sh -x 
/var/lib/dpkg/info/munin-node.postinst configure
+ set -e
+ prevver=
+ case "$1" in
+ add_munin_system_user
+ getent passwd munin
+ fixperms
+ dpkg-statoverride --list /var/log/munin
+ dpkg-statoverride --list /var/run/munin
+ dpkg-statoverride --list /var/lib/munin
+ dpkg-statoverride --list /var/lib/munin/plugin-state
+ init_plugins
++ mktemp /tmp/munin-node.configure.XX
+ TMPFILE=/tmp/munin-node.configure.WfhZwMONlt
+ '[' '' ']'
+ echo -n 'Initializing plugins..'
Initializing plugins..+ munin-node-configure --shell
# There were some errors:
# Got junk from df_inode: df: no file systems processed
# Got junk from df_inode: Error executing df. Exit code 256
# Got junk from df: df: no file systems processed
# Got junk from df: Error executing df. Exit code 256
+ rm -f /tmp/munin-node.configure.WfhZwMONlt
+ '[' -f /tmp/munin-node.configure.WfhZwMONlt ']'
+ echo failed.
failed.
+ echo done.
done.
+ rm -f /tmp/munin-node.configure.WfhZwMONlt
+ '[' -x /etc/init.d/munin-node ']'
+ update-rc.d munin-node defaults 98 20
++ which invoke-rc.d
+ '[' -x /usr/sbin/invoke-rc.d ']'
+ invoke-rc.d munin-node start
Starting Munin-Node: done.



This passage imho exhibits two problems:

1. When being installed via FAI, munin-node should not be started.
2. When the installation is run from within a chroot (as is the case
   with FAI), checking df's output should be skipped.


Kind regards,
--Toni++



-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates'), (450, 'testing'), 
(250, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages munin-node depends on:
ii  adduser 3.110add and remove users and groups
ii  gawk1:3.1.5.dfsg-4.1 GNU awk, a pattern scanning and pr
ii  libnet-server-perl  0.97-1   An extensible, general perl server
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  perl5.10.0-19Larry Wall's Practical Extraction 
ii  procps  1:3.2.7-11   /proc file system utilities

Versions of packages munin-node recommends:
ii  libnet-snmp-perl  5.2.0-1Script SNMP connections

Versions of packages munin-node suggests:
pn  acpi | lm-sensors  (no description available)
pn  ethtool(no description available)
ii  libdbd-pg-perl 2.8.7-1   Perl DBI driver for the PostgreSQL
pn  liblwp-useragent-deter (no description available)
pn  libnet-irc-perl(no description available)
ii  libwww-perl5.813-1   WWW client/server library for Perl
ii  munin  1.2.6-10~lenny1   network-wide graphing framework (g
pn  munin-plugins-extra(no description available)
ii  mysql-client-5.0 [mysq 5.0.51a-24+lenny1 MySQL database client binaries
ii  python 2.5.2-3   An interactive high-level object-o
ii  smartmontools  5.38-2+lenny1 control and monitor storage system

-- 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#534880: linux-image-2.6.26-2-xen-686: domU hang and are unresponsive

2009-08-27 Thread Leszek Urbanski
I'm experiencing the same problem on multi-vcpu domUs. The dom0 and domUs are
2.6.26-17lenny2 on amd64 or i386. When a domU hangs it's stuck in "r" state
on at least one vcpu, the network stack and the console are unresponsive.

-- 
Leszek Urbanski



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



Bug#543806: http://qa.debian.org/developer.php?login=so...@debian.org lists several weird packages as wnpp

2009-08-27 Thread Ana Guerrero
retitle 543766 ITP: h5py -- general-purpose Python interface to hdf5
thanks


Hiya Sonne,

On Thu, Aug 27, 2009 at 07:31:06AM +0200, Soeren Sonnenburg wrote:
> Package: qa.debian.org
> Severity: important
> 
> It goes as far that I am listed to wnpp these packages:
> 
> is
> a
> general-purpose
> python
> interface
> to
> hdf5
> 
> Looks like my wnpp reportbug got mangled such that every word in the
> description is now listed as a wnpp package. Including the hdf5 package
> that I don't own (which is already packaged...)
> 
> http://qa.debian.org/developer.php?login=so...@debian.org
>

This is because your ITP #543766 has a wrong subject, fixing with this mail too.

Ana




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



Bug#541151: logwatch: Diskspace report, more configuration options

2009-08-27 Thread Willi Mann
Marcin Szewczyk, Wodny schrieb:
> Package: logwatch
> Version: 7.3.6.cvs20080702-2
> Severity: wishlist
> Tags: patch
> 
> By default logwatch always reports the diskspace. I would like it to be 
> configurable. If the Detail variable is greater than something, then report 
> the diskspace. Else alert only about disks filling up.

I think it would be better to add an explicit configuration option.
Please talk to upstream: logwatch-de...@logwatch.org (AFAIK you need to
subscribe before you can post)

Willi



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



Bug#460983: PTS: Please link to Security Tracker

2009-08-27 Thread Raphael Geissert
Hi,

As requested by zack via IRC when I sent him the address:
http://alioth.debian.org/~geissert/security-packages.txt

The file is automatically updated several times a day and should be enough to 
add a TODO or "problems" entry and a link to
http://security-tracker.debian.net/tracker/source-package/

It might be better to move the file somewhere else at some point, but once it 
is integrated into the PTS it would be a matter of changing the url, and I 
think I have enough privileges to do that.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Bug#543938: telinit: /etc/.initctl: ENOENT breaks debootstrap on kfreebsd

2009-08-27 Thread Andreas Barth
tags 543938 - unreproducible
thanks

Hi,

* Manoj Srivastava (sriva...@acm.org) [090827 16:22]:
> Well, I can't reproduce this,this might be a freebsd thing. I
>  just created a debootstrapped  file, and it went off with no issues. 

I can reproduce it quite fine on kfreebsd-amd64.

The error boils down to:
chroot $chroot bash -c 'echo "$(stat -c %d/%i /)" = "$(stat -Lc %d/%i 
/proc/1/cwd 2>/dev/null)"'
71/1013589 = 71/1013589

which obviously will make libsepol1 believe it is not running inside a
chroot.


The bad thing is just that this makes it impossible to install
kfreebsd currently without fiddeling by hand inside the chroot.



No solution / proposal how to continue yet. Can we please keep the bug
with this package for the moment, the kbsd-porters already have it on
their radar.



Cheers,
Andi



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



Bug#541835: crypto configuration / dependencies broken

2009-08-27 Thread Randy Dunlap
On Tue, 25 Aug 2009 19:58:52 -0400 Celejar wrote:

> I'm having a pretty bizarre problem with my kernel crypto
> configuration.  I need support for a bog standard LUKS (aes /
> cbc-essiv:sha256) / cryptsetup installation, but even after I enable
> virtually everything in the crypto section of the kernel configs, cbc
> fails to load.  All the relevant modules are exist (dm-mod, dm-crypt,
> crypto_blkcipher, crypto_algapi, crypto_hash, aes_generic,
> sha256_generic), but even after modprobing / insmoding
> everything, /proc/crypto shows that aes and sha is there, but not cbc.
> 
> The problem has been reproduced (using my kernel config) by Jonas
> Meurer, the Debian cryptsetup maintainer, so it's not just me ;).
> We've tried numerous different kernel versions in the .30 / .31 range.
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541835
> 
> Does this mean that something else somewhere in the kernel needs to be
> configured but isn't, and the necessary dependency isn't properly
> declared?
> 
> My config is at:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=45;filename=config-2.6.31-rc6-lizzie-00042-gb2add73;att=1;bug=541835
> 
> [I'm not subscribed to lkml; please cc me on responses]


You could try/test a patch that was just posted:
  http://lkml.org/lkml/2009/8/27/249


---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/



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



Bug#543938: How to detect we are in a chroot? (was Re: Bug#543938: telinit: /etc/.initctl: ENOENT breaks debootstrap on kfreebsd)

2009-08-27 Thread Aurelien Jarno
On Thu, Aug 27, 2009 at 04:54:47PM +0200, Philipp Kern wrote:
> Package: libsepol1
> Version: 2.0.37-2
> Severity: important
> 
> I just tried to install kfreebsd-amd64 using d-i and debootstrap bailed
> out due to libsepol1 failing to configure:
> 
> debootstrap: Setting up libsepol1 (2.0.37-2)
> debootstrap: telinit:
> debootstrap: /etc/.initctl: No such file or directory
> debootstrap: dpkg: error processing libsepol1 (--configure):
> debootstrap:  subprocess installed post-installation script error exit status 
> 1
> 
> I suspect that the recently uploaded version broke this.
> 

As discussed on IRC, that's due to the test:

"$(stat -c %d/%i /)" = "$(stat -Lc %d/%i /proc/1/root 2>/dev/null)"

On GNU/kFreeBSD this test is always true. Any idea how to detect we are
running on a chroot?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#543899: mc: Malformed monthname on hungarian language

2009-08-27 Thread Denis Briand
tag 543899 confirmed
found 543899 2:4.7.0-pre1-4
severity 543899 minor
# found in debian mc 2:4.7.0-pre1-4 pending version
stop 


Hello János,
thank you for your bug report.
I can confirm it with our last pending version.
We'll fix this issue soon.

best regards

Denis Briand


signature.asc
Description: Digital signature


Bug#543669: [synaptic] crashes when select range of packages with shift

2009-08-27 Thread Sylvain Saleur
Hi,

I have the same bug here. (package version : 0.62.7+b1)

When I'm running synaptic in a terminal as root, I get a "segmentation
fault" message when it's crashing.

I'm able to reproduce the bug with gimp-help-xx (where xx is the locale). It
seems to be true for all the languages available.

Best regards

Sylvain

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

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

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.9-6 0.7.22.2   Advanced front-end for dpkg
ii  apt-utils [libapt-inst-li 0.7.22.2   APT utility programs
ii  hicolor-icon-theme0.10-2 default fallback theme for
FreeDes
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics
libra
ii  libfontconfig12.6.0-4generic font configuration
library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared
lib
ii  libgcc1   1:4.4.1-1  GCC support library
ii  libglade2-0   1:2.6.4-1  library to load .glade files at
ru
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user
interface
ii  libpango1.0-0 1.24.5-1   Layout and rendering of
internatio
ii  libstdc++64.4.1-1The GNU Standard C++ Library v3
ii  libvte9   1:0.20.5-1 Terminal emulator widget for
GTK+
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxml2   2.7.3.dfsg-2.1 GNOME XML library
ii  rarian-compat [scrollkeep 0.8.1-3+b1 Rarian is a documentation
meta-dat

Versions of packages synaptic recommends:
ii  deborphan 1.7.28 program that can find unused
packa
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  libgnome2-perl1.042-2Perl interface to the GNOME
librar
ii  menu  2.1.41 generates programs menu for all
me

Versions of packages synaptic suggests:
pn  dwww   (no description available)


Bug#148554: HI

2009-08-27 Thread mirian mbaye
Hi dear friend, i hope you're living good, i got your mail at this
(lists.debian.org) i just want to say hi and know who you are, please if it
is okay by you write back to me so that i will know you and you to know
me too. that and God bless youmirian


  

Bug#543512: update-fonts-alias should skip removed fonts

2009-08-27 Thread Theppitak Karoonboonyanan
On Thu, Aug 27, 2009 at 11:03 PM, Julien Cristau wrote:

> update-fonts-* shouldn't need to know about dpkg, IMO.  Any way we can
> avoid this?

Exclude list, probably:

- /etc/fonts/excluded-aliases lists *.alias files to be excluded.
- Patch update-fonts-alias to filter out the exclude list.
- Patch dh_installxfonts so that:
  - package.postrm adds its *.alias to excluded-aliases
  - package.postinst removes its *.alias from excluded-aliases if any.

This requires font packages to be rebuilt with the updated debhelper
to take effect. Unupdated packages still work as usual, just fail piuparts,
and get listed in fonts.alias even after they are removed (but not purged).


Alternatively, move packages' fonts.alias to /usr/share.
/etc may still be read for user-defined aliases and for old packages.

- Patch update-fonts-alias to also read from /usr/share.
- Font packages install package.alias in /usr/share instead, and clean
  their obsolete conffiles on upgrade, to pass piuparts.

This pushes the job to font packages instead. It will require heavy
sourceful uploads for piuparts-cleanness, but, IMO, results in a
cleaner system.


Any other ideas?

BTW, I update the dpkg-based patch to be a bit more robust.
It shouldn't fail if some *.alias files are not from packages.

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/
--- update-fonts-alias.orig	2009-08-27 22:15:55.0 +0700
+++ update-fonts-alias	2009-08-27 23:19:25.0 +0700
@@ -129,30 +129,35 @@
 continue
 fi
 
-# Are there any files to process?
-if [ "$(echo "$ETCDIR"/*.alias "$ETC7DIR"/*.alias)" != "$ETCDIR/*.alias $ETC7DIR/*.alias" ]
-then
-if [ -n "$X11R7DIR" ] && [ -d "$X11R7DIR" ]; then
-# Write the new alias file in a temporary location in case we are
-# interrupted.
-cat >"$X11R7DIR/fonts.alias.update-new" <"$X11R7DIR/fonts.alias.update-new" <>"$X11R7DIR/fonts.alias.update-new"
-cat "$FILE" >>"$X11R7DIR/fonts.alias.update-new"
-done
-mv "$X11R7DIR/fonts.alias.update-new" "$X11R7DIR/fonts.alias"
-fi
-else
-if [ -n "$X11R7DIR" ] && [ -d "$X11R7DIR" ]; then
-# There are no files to process; remove any alias file already in
-# the font directory.
-rm -f "$X11R7DIR/fonts.alias"
-# Remove the font directory if it is empty.
-rmdir "$X11R7DIR" >/dev/null 2>&1 || true
+has_data=0
+for FILE in "$ETCDIR"/*.alias "$ETC7DIR"/*.alias; do
+[ -e "$FILE" ] || continue
+
+# Skip conffiles left over by removed packages
+pkg=`basename $FILE | sed 's/.alias$//'`
+inst_status=`dpkg-query -W -f='${Status}' $pkg 2>/dev/null | cut -d' ' -f1`
+[ "$inst_status" == "deinstall" ] && continue
+
+echo "!! $FILE" >>"$X11R7DIR/fonts.alias.update-new"
+cat "$FILE" >>"$X11R7DIR/fonts.alias.update-new"
+has_data=1
+done
+if [ $has_data -eq 1 ]; then
+  mv "$X11R7DIR/fonts.alias.update-new" "$X11R7DIR/fonts.alias"
+else
+  rm -f "$X11R7DIR/fonts.alias.update-new"
+  # There are no files to process; remove any alias file already in
+  # the font directory.
+  rm -f "$X11R7DIR/fonts.alias"
+  # Remove the font directory if it is empty.
+  rmdir "$X11R7DIR" >/dev/null 2>&1 || true
 fi
 fi
 done


Bug#543950: grub-pc(GNU/kFreeBSD): wrong root fs type

2009-08-27 Thread Aurelien Jarno
Package: grub-pc
Version: 1.96+20090826-3
Severity: important
User: debian-...@lists.debian.org

Starting with version 1.96+20090826-3, update-grub uses the wrong fs type
for the root file system on GNU/kFreeBSD. It uses ufs2 instead of ufs as 
shown below:

Version 1.96+20090808-1:
set FreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1a

Version 1.96+20090826-3:
set FreeBSD.vfs.root.mountfrom=ufs2:/dev/ad0s1a

This prevents the system to boot.

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

Kernel: kFreeBSD 7.2-1-686
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 grub-pc depends on:
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
ii  grub-common  1.96+20090826-3 GRand Unified Bootloader, version 
ii  libc0.1  2.9-25  GNU C Library: Shared libraries
ii  ucf  3.0018  Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base  5.0.5  common files for the Debian Deskto
ii  genisoimage   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem

-- 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#543949: eweouz-dump-addressbook segfaults if evolution is not installed

2009-08-27 Thread David Bremner
Package: eweouz
Version: 0.4+b1
Severity: normal


I have a slightly odd setup with evolution-data-server installed but not 
evolution.
In this case eweouz-dump-addressbook segfaults as below (from valgrind).

If I manually start /usr/lib/evolution/evolution-data-server-2.22 then it works 
ok, 
but since the server shuts itself down after 5 seconds of inactivity, this 
basically 
only works for a single query.  

It would be great if eweouz-dump-addressbook could manage the server;
a quick glance at the libebook reference didn't reveal how to do that.
Failing that maybe eweouz should depend on evolution.

==32490== Invalid read of size 8
==32490==at 0x6563A51: (within /usr/lib/libgconf-2.so.4.1.5)
==32490==by 0x6567713: gconf_client_get_default (in 
/usr/lib/libgconf-2.so.4.1.5)
==32490==by 0x4E418DD: e_book_get_addressbooks (in 
/usr/lib/libebook-1.2.so.9.3.0)
==32490==by 0x4013DB: main (eweouz-dump-addressbook.c:85)
==32490==  Address 0x18 is not stack'd, malloc'd or (recently) free'd
==32490== 
==32490== Process terminating with default action of signal 11 (SIGSEGV)
==32490==  Access not within mapped region at address 0x18
==32490==at 0x6563A51: (within /usr/lib/libgconf-2.so.4.1.5)
==32490==by 0x6567713: gconf_client_get_default (in 
/usr/lib/libgconf-2.so.4.1.5)
==32490==by 0x4E418DD: e_book_get_addressbooks (in 
/usr/lib/libebook-1.2.so.9.3.0)
==32490==by 0x4013DB: main (eweouz-dump-addressbook.c:85)
==32490==  If you believe this happened as a result of a stack overflow in your
==32490==  program's main thread (unlikely but possible), you can try to 
increase
==32490==  the size of the main thread stack using the --main-stacksize= flag.
==32490==  The main thread stack size used in this run was 8388608.
==32490== 


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

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

Versions of packages eweouz depends on:
ii  emacs [emacsen]  22.2+2-5The GNU Emacs editor (metapackage)
ii  emacs-snapshot [emacsen] 1:20090730-1The GNU Emacs editor (development 
ii  emacs22 [emacsen]22.2+2-5The GNU Emacs editor
ii  libbonobo2-0 2.24.1-1Bonobo CORBA interfaces library
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libebook1.2-92.26.3-1+b1 Client library for evolution addre
ii  libedataserver1.2-11 2.26.3-1+b1 Utility library for evolution data
ii  libgconf2-4  2.26.2-1GNOME configuration database syste
ii  libglib2.0-0 2.20.0-2The GLib library of C routines
ii  libgnome2-0  2.26.0-1The GNOME library - runtime files
ii  liborbit21:2.14.13-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libsoup2.4-1 2.26.2-1an HTTP library implementation in 
ii  libxml2  2.7.3.dfsg-2+b1 GNOME XML library

Versions of packages eweouz recommends:
ii  wl-beta [wl] 2.15.6+0.20080422-1 mail/news reader supporting IMAP f

eweouz 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#510415: tech-ctte: Qmail inclusion (or not) in Debian

2009-08-27 Thread Russ Allbery
Steve Langasek  writes:
> On Wed, Aug 26, 2009 at 09:18:03PM -0700, Russ Allbery wrote:

>> Well, that's a specification for multipart/report, which qmail doesn't
>> attempt to comply with.  (Neither do many other MTAs, although more do
>> now than used to.)

>> At a basic SMTP protocol level, a lot of mail servers no longer return
>> bounces at *all*, or at least throttle them heavily, because of the
>> abuse problems.  They're increasingly useless.

> The backscatter problem certainly gives a compelling reason to try to
> reject at SMTP and avoid the need to bounce, but once a message of mine
> has been accepted by a remote server, if it fails to be delivered I do
> expect a notification.  Servers that refuse to do this are in violation
> of the protocol, and undermine a core feature of SMTP (reliability).

The inbound mail servers at stanford.edu intentionally accept and silently
drop messages that we detect as being viruses or very high-probability
spam.  If we generate a bounce or allow the remote server to generate a
bounce, 99 times out of 100 that mail will end up going to some innocent
third party and may further spread malicious content.  We've tried various
different approaches for this over the years, and we're firmly convinced
that this is the right decision for many different reasons.

I'm afraid the days when reliability was a core SMTP feature are long,
long past, for both this and many other reasons.

>> It's been a long time since I ran qmail, but as I recall, and according
>> to the specification, the bounce includes the entire original message.
>> The reliability note is just djb doing the full disclosure thing that
>> he sometimes does.  The point is that qmail can, in some circumstances,
>> lose part of the bounce message if the mail system crashes at exactly
>> the wrong point.  Seems like a rather minor problem to me.

> If it loses enough of the bounce message then the DSN is potentially
> rendered useless.  I think that's a "data loss" bug, just as I think a
> package sending your existing files off into la-la land on an OOD
> condition is a data loss bug.

I understand where you're coming from, and I recognize that you say bug
rather than RC bug.  I don't object to calling it a bug, but were I the
qmail maintainer, I'd make it severity: normal at most, and more likely
minor.

In terms of practical impact on our users, there just aren't enough people
or enough data possibly affected here.  I'm certain the archive is full of
programs that, if you kill them at exactly the wrong time, will lose more
significant data more frequently than this edge case.  One can start with
any program that doesn't auto-save data files.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#459078: How to reproduce

2009-08-27 Thread Tim Phipps
I must have missed the "can't reproduce" email. Anyhow it's still a bug in
Lenny and its due to the command line arg "-h 0".
I have that in my $LESS but the bug also appears when -h 0 is used on the
command line. Using -h 1 does not show the bug.

touch /tmp/test
less -h 0 /tmp/test
F
^C





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



Bug#543774: Bug in libmail-imapclient-perl fixed in revision 43038

2009-08-27 Thread pkg-perl-maintainers
tag 543774 + pending
thanks

Some bugs are closed in revision 43038
by Salvatore Bonaccorso (carnil-guest)

Commit message:

* Drop patch catch_ssl_attribute.patch. This is not needed anymore
  since upstream added Ssl attribute in 3.18. Drop NEWS.Debian
  explaining the situation on Debian (Closes: #543774).
* Drop README.source which is not needed anymore since no patch
  system is used. Drop quilt Build-Depends. 



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



Bug#543951: xserver-xorg-video-mga: X doesn't work on alpha

2009-08-27 Thread Noah Meyerhans
Package: xserver-xorg-video-mga
Version: 1:1.4.11.dfsg-1
Severity: important


Machine is an AlphaStation.  X worked in etch, but doesn't work in 
lenny or current sid.  It fails with the following output:

Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 27 13:23:38 2009
(==) Using config file: "/etc/X11/xorg.conf"
(EE) MGA(0): Unable to map BAR 0.  No such file or directory (2)
Aborted

lspci -v reports the hardware as:
00:07.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2064W
[Millennium] (rev 01) (prog-if 00 [VGA controller])
Flags: stepping, medium devsel, IRQ 24
Memory at 0231 (32-bit, non-prefetchable) [size=16K]
Memory at 0280 (32-bit, prefetchable) [size=8M]
Expansion ROM at 0230 [disabled] [size=64K]


I'm not sure what other information I can provide that'll help, so
please don't hesitate to ask.

Thanks
noah

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2009-01-30 14:00 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2432744 2009-08-01 04:01 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:07.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2064W [Millennium] 
(rev 01)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1178 2009-08-27 13:17 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "Protocol"  "PS/2"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
EndSection

Section "Device"
Identifier  "Configured Video Device"
VideoRAM4096
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Monitor "Configured Monitor"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 16280 2009-08-27 13:17 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-2-alpha-generic alpha Debian
Current Operating System: Linux zero 2.6.30-1-alpha-generic #1 Sat Aug 15 
19:09:40 UTC 2009 alpha
Build Date: 01 August 2009  07:42:05AM
xorg-server 2:1.6.3-1 (bui...@goedel.debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 27 13:17:37 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "Configured Mouse"
(II) Cannot locate a core keyboard device.
(==) No Layout 

Bug#543952: lives: Lives crashes at startup on AMD64 (at least mine)

2009-08-27 Thread Andreas Juch
Package: lives
Version: 1.0.0-4
Severity: normal

Hi!

Lives crashes when I run it. The package doesn't have debugging symbols and I'm
not sure how to compile the package with debugging symbols. I copy in what gdb
backtrace tells me:

[...]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
lives-exe: fccache.c:512: FcCacheFini: Assertion `fcCacheChains[i] == ((void
*)0)' failed.

Program received signal SIGABRT, Aborted.
0x749d5d25 in raise () from /lib/libc.so.6
(gdb) backtrace
#0  0x749d5d25 in raise () from /lib/libc.so.6
#1  0x749d8de1 in abort () from /lib/libc.so.6
#2  0x749cef99 in __assert_fail () from /lib/libc.so.6
#3  0x75c44f47 in ?? () from /usr/lib/libfontconfig.so.1
#4  0x75c4e815 in FcFini () from /usr/lib/libfontconfig.so.1
#5  0x7fffddcd9b16 in fini () from /usr/lib/frei0r-1//../libGLC.so.0.0.7
#6  0x7fffddcd719f in ?? () from /usr/lib/frei0r-1//../libGLC.so.0.0.7
#7  0x014e1b98 in ?? ()
#8  0x in ?? ()
(gdb) 

The crash happens during "Loading realtime effect plugins" on the startup
screen.

Please tell me how to compile with debugging symbols so that I can give you more
useful information...

Andreas

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

Kernel: Linux 2.6.31-rc7 (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 lives depends on:
ii  frei0r-plugins 1.1.22git20090409-2   minimalistic plugin API for video 
ii  imagemagick7:6.5.1.0-1.1 image manipulation programs
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libc6  2.9-23GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.20.4-1  The GLib library of C routines
ii  libgtk2.0-02.16.5-1  The GTK+ graphical user interface 
ii  libjack0   0.116.2+svn3592-2 JACK Audio Connection Kit (librari
ii  libogg01.1.4~dfsg-1  Ogg bitstream library
ii  libpango1.0-0  1.24.5-1  Layout and rendering of internatio
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libtheora0 1.0-2.1   The Theora Video Compression Codec
ii  libweed0   1.0.0-4   Runtime library for inclusion of p
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  lives-data 1.0.0-4   Data files for LiVES
ii  mplayer1.0~rc3+svn20090405-1 movie player for Unix-like systems
ii  perl   5.10.0-25 Larry Wall's Practical Extraction 
ii  python 2.5.4-2   An interactive high-level object-o
ii  sox14.3.0-1  Swiss army knife of sound processi
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages lives recommends:
ii  cdda2wav   9:1.1.9-1 Dummy transition package for iceda
ii  dvgrab 3.4-1 grab digital video data via IEEE13
ii  jackd  0.116.2+svn3592-2 JACK Audio Connection Kit (server 

Versions of packages lives suggests:
pn  mencoder   (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#543953: ITP: libmoosex-configfromfile-perl -- abstract Moose role for setting attributes from a config file

2009-08-27 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu 
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libmoosex-configfromfile-perl
  Version : 0.02
  Upstream Author : Brandon L. Black, 
* URL : http://search.cpan.org/dist/MooseX-ConfigFromFile/
* License : Artistic | GPL-1+
  Programming Lang: Perl
  Description : abstract Moose role for setting attributes from a
config file

 MooseX::ConfigFromFile is an abstract role which provides a simple way to
 create objects using parameters passed in from a configuration file. The
 actual implementation of reading the configuration file is left to concrete
 subroles.

NOTE: packaging this because it is needed for testing MooseX-Getopt
(already in Debian) and enhances its functionality.



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



Bug#539983: Also fails for other packages

2009-08-27 Thread Tiago Bortoletto Vaz
Dear maintainers,

Due to this issue, some packages (such as rakarrack) can't be built for sid.
Considering it's pending for 21 days, could I kindly ask you to upload it? :)

Thanks,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu




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



Bug#539924: openjdk-6-jre: MIPS JRE crash due to assertion in lock_inflate

2009-08-27 Thread Joseph H. Buehler
I suspect that this issue might be caused by a lack of MIPS memory
barriers in cacao.

The following code is in cacao-0.99.4/src/vm/jit/mips/md-atomic.hpp:

/** 
  

 * A memory
barrier.
  

 */
inline static void Atomic_memory_barrier(void)
{
__asm__ __volatile__ ("" : : : "memory");
}


#define STORE_ORDER_BARRIER() __asm__ __volatile__ ("" : : : "memory");
#define MEMORY_BARRIER_AFTER_ATOMIC() __asm__ __volatile__ ("" : : :
"memory");


The Cavium Octeon chip I am using has weak memory ordering -- The "sync"
instruction
is required for memory barriers.  I am going to attempt a rebuild with
this in place and see
if that fixes this problem.




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



Bug#533559: Found on 2.1-1 kernel 2.6.30-1-amd64 (2.6.30-5) hda-intel with NVidia MCP61.

2009-08-27 Thread Ivan Baldo
Package: audacious
Version: 2.1-1
Severity: normal

  Found on Audacious 2.1-1, kernel 2.6.30-1-amd64 (2.6.30-5), hda-intel with
NVidia MCP61.
  Using top, the process hd-audio0 (kernel internal) consumes 46% of 1 CPU
while Audacious plays, doesn't happen with other programs AFAICT.
  The audacious2 process only consumes 2%.
  In my dmesg I see one
"hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger 
bdl_pos_adj."
and some "Too big adjustment 32", which I don't know if they are related.
  The "Too big adjustment 32" happens once per every song I play in Audacious
and not for other programs.
  Maybe this is a kernel issue, though it didn't happen with Audacious 1.5.1
and doesn't happen with other audio applications.
  The hw_params and sw_params with Audacious:
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 32
buffer_size: 1024

tstamp_mode: NONE
period_step: 1
avail_min: 32
start_threshold: 1
stop_threshold: 1024
silence_threshold: 0
silence_size: 0
boundary: 4611686018427387904

  The hw_params and sw_params with MPlayer:
access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 1024
buffer_size: 16384

tstamp_mode: NONE
period_step: 1
avail_min: 1024
start_threshold: 1024
stop_threshold: 4611686018427387904
silence_threshold: 0
silence_size: 4611686018427387904
boundary: 4611686018427387904

  In Audacious I am using the ALSA-NG output plugin with "hw:0,0" as audio
device, 16 bit output depth, output rate converter disabled, and
"bypass all of signal processing if possible" enabled.
  The problem goes away if I select the "default" audio device, but then the
sound card runs with 32 bits of depth and 48000hz, even if the songs are
44100hz.
  I don't want to use a rate conversion from 44100 to 48000 if the card
is able to internally operate at 44100, it seems to be a waste of CPU and
sound quality to do that.

  Some PCI info:
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
Subsystem: ASRock Incorporation Device 3662
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
Memory at df7f8000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
Kernel driver in use: HDA Intel

  Any suggestions?
  Thanks!!!
  


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

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

Versions of packages audacious depends on:
ii  audacious-plugins 2.1-1  Base plugins for audacious
ii  dbus  1.2.16-2   simple interprocess messaging syst
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  gtk2-engines-pixbuf   2.16.5-1   Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libaudclient2 2.1-1  audacious dbus remote control libr
ii  libaudcore1   2.1-1  audacious core engine library
ii  libaudid3tag2 2.1-1  audacious id3 tag manipulation lib
ii  libaudutil1   2.1-1  audacious utility library
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-1 simple interprocess messaging syst
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libmcs1   0.7.1-1Abstraction library to store confi
ii  libmowgli10.6.1-1a high performance development fra
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libsad2   2.1-1  audacious scale and dither library
ii  libsamplerate00.1.7-2audio rate conversion library
ii  libsm62:1.1.0-2  X11 Session Management library

Versions of packages audacious recommends:
pn  audacious-plugins-extra(no description available)
ii  unzip 6.0-1  De-archiver for .zip files

audacious suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-req

Bug#543954: [CRASH] Uncaught exception NameError in Frontend/Gtk/ui.py:953

2009-08-27 Thread Mark Petersen
Package: update-manager-gnome
Version: 0.200.0~rc1-2
Severity: normal
File: /usr/share/pyshared/UpdateManager/Frontend/Gtk/ui.py


When I click on the settings button in the update-manger window, update manager 
abruptly closes.

*** /tmp/update-manager-bugjegeda
The information below has been automatically generated.
Please do not remove this from your bug report.

- Exception Type: 
- Exception Value: NameError("global name 'context' is not defined",)
- Exception Origin: <_MainThread(MainThread, started)>
- Exception Traceback:
  File "/usr/lib/pymodules/python2.5/UpdateManager/Frontend/Gtk/ui.py", line 
953, in on_button_settings_clicked
app_info.launch(context)




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

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

Versions of packages update-manager-gnome depends on:
ii  gconf2 2.26.2-3  GNOME configuration database syste
ii  gksu   2.0.2-2+b1graphical frontend to su
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-dbus0.83.0-1  simple interprocess messaging syst
ii  python-gconf   2.26.1-1  Python bindings for the GConf conf
ii  python-gobject 2.18.0-1  Python bindings for the GObject li
ii  python-gtk22.14.1-3  Python bindings for the GTK+ widge
ii  python-support 1.0.3 automated rebuilding support for P
ii  python-vte 1:0.20.5-1Python bindings for the VTE widget
ii  update-manager-core0.200.0~rc1-2 APT update manager core functional

update-manager-gnome recommends no packages.

Versions of packages update-manager-gnome suggests:
ii  software-properties-gtk  0.60.debian-1.1 manage the repositories that you i
pn  update-notifier(no description available)



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



Bug#378738: gfax: stores (hylafax) secret unencrypted in gconf instead of gnome-keyring

2009-08-27 Thread Gerfried Fuchs
Hi!

 Going through my old bugreports I stumbled upon this goodie:

* Gerfried Fuchs  [2006-07-18 18:42:37 CEST]:
>  I almost got a shock when I found my password for hylafax unencrypted
> in gconf-editor for gfax.  It shouldn't be too hard to store it in
> gnome-keyring instead - after all that's what it's there for.

 *ping* - anyone around? This bugreport never got a response and I
wonder wether it has been forwarded to upstream. This issue is still
outstanding ...

 Thanks,
Rhonda



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



Bug#543955: xsidplay: Support ALSA

2009-08-27 Thread Andreas Tscharner
Package: xsidplay
Version: 2.0.2-3
Severity: wishlist

Please support ALSA directly and not only OSS (or ESD or aRTs)

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

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

Versions of packages xsidplay depends on:
ii  libartsc0 1.5.9-3+b1 aRts sound system C support librar
ii  libaudiofile0 0.2.6-7Open-source version of SGI's audio
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libesd-alsa0 [libesd0]0.2.41-5   Enlightened Sound Daemon (ALSA) - 
ii  libgcc1   1:4.4.1-3  GCC support library
ii  libqt3-mt 3:3.3.8b-6 Qt GUI Library (Threaded runtime v
ii  libsidplay1   1.36.59-5  SID (MOS 6581) emulation library
ii  libstdc++64.4.1-3The GNU Standard C++ Library v3

xsidplay recommends no packages.

xsidplay 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#543938: telinit: /etc/.initctl: ENOENT breaks debootstrap on kfreebsd

2009-08-27 Thread srivasta
Hi,
 > The bad thing is just that this makes it impossible to install
 > kfreebsd currently without fiddeling by hand inside the chroot.

In retrospect, that is silly, seeing that libsepol can do no
 good  on a non-linux machine


 > No solution / proposal how to continue yet. Can we please keep the
 > bug with this package for the moment, the kbsd-porters already have
 > it on their radar.

A solution would be to just not build any of the sleinux
 packages on the bsd machines. It can be added t P-a-s, and in the
 meanwhile I can just make the build error out on a non-linux
 architecture (buildd n-f-u can help too).

I wish there was a Arch: any [!kfreebsd-i386 ...] facility
 available, but currently one can only list inclusion, not exclusions
 there.

manoj
-- 
Manoj Srivastava   
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



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



Bug#543710: #543710 python-feedparser: ignores namespaces

2009-08-27 Thread Carlos Galisteo
 Hi. I'm afraid I can't reproduce this bug.

 Feedparser seems to parse correctly the xml file you attached. It
also seems to work with rss2email.

 Could you please confirm you can still reproduce it and send me the
error log and the given steps?

 Thanks.

---
Carlos Galisteo 
GPG keys & fingerprints:
0x8E0076E9 -> 939E 3D10 EAA2 A972 3AF2  E25C 26B7 D8E3 8E00 76E9
0x69ADBE65 >  F888 6FBA 9145 B5A2 C187 66D6 5B8C 027A 69AD BE65
---



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



Bug#541549: closed by Debian FTP Masters (Bug#541549: fixed)

2009-08-27 Thread Serafeim Zanikolas
[busy ftp masters please ignore this email; addressed to Luk but CC'ing for
the record]

On Thu, Aug 27, 2009 at 07:08:19AM +0200, Luk Claes wrote:
> Serafeim Zanikolas wrote:
> > reopen 541549
> > thanks
> > 
> >> Date: Wed, 26 Aug 2009 19:36:07 +
> >> From: Debian FTP Masters 
> >> To: 541549-cl...@bugs.debian.org
> >> Cc: bogofilter-tokyocabi...@packages.debian.org
> >> Subject: Bug#541549: fixed
> >>
> >> We believe that the bug you reported is now fixed; the following
> >> changes were made to the overrides...
> >>
> >> Concerning package bogofilter-tokyocabinet...
> >> Operating on the unstable suite
> >> Changed priority from optional to extra
> > 
> > Hi,
> > 
> > I'm re-opening this bug, because you've only fixed
> > 
> > bogofilter-tokyocabinet
> > 
> > but NOT
> > 
> > bogofilter-sqlite
> > 
> > even though both were mentioned in the bug report's subject:
> > 
> > #541549: override: 
> > bogofilter-sqlite:mail/extra,bogofilter-tokyocabinet:mail/extra
> 
> You are not supposed to mention more than 1 in the bug subject as the
> parser used will only see the first one mentioned.

That's not correct. First, I received a confirmation for the second pkg in the
subject, not for the first. Second, the instructions sent out by the installer
(Archive Administrator ) suggest this syntax:

  Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

> I guess it would be best to retitle this bug accordingly...

Torsten Werner  wrote back that both pkgs have been
processed but confirmation is sent out only for one of them.

Cheers,
Serafeim

PS. [offtopic] funny that you didn't reply in an email of mine addressed to
you personally (about update-inetd, sent on Thu, 20 Aug 2009 01:06:26 +0200),
and you contact me instead for a bug report in ftp-master; have you received
that email?

-- 
debtags-organised WNPP bugs: http://members.hellug.gr/serzan/wnpp



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



Bug#510205: status

2009-08-27 Thread Nico Golde
Hi Daniel,
what's the current status of this bug?

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpuDNuIBBZFS.pgp
Description: PGP signature


Bug#543956: ITP: choqok -- KDE microblogging client

2009-08-27 Thread Noah Meyerhans
Package: wnpp
Severity: wishlist
Owner: Noah Meyerhans 


* Package name: choqok
  Version : 0.6.6
  Upstream Author : Mehrdad Momeny 
* URL : http://choqok.gnufolks.org/
* License : GPL
  Programming Lang: C++
  Description : KDE microblogging client

Choqok is a fast, efficient and simple to use micro-blogging client for KDE.
It curently supports the twitter.com and identi.ca microblogging services.

Other notable features include:
* Support for user + friends time-lines.
* Support for @Reply time-lines.
* Support for sending and receiving direct messages.
* Twitpic.com integration.
* The ability to use multiple accounts simultaneously.
* Support for search APIs for all services.
* KWallet integration.
* Support for automatic shortening urls with more than 30 characters.
* Support for configuring status lists appearance.



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



Bug#543256: tasksel maintainer's perspective

2009-08-27 Thread Joey Hess
I don't appreciate the confrontational tone Frans is using in this thread, and
so will not be continuing to follow it.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#543667: The same

2009-08-27 Thread Nahuel ANGELINETTI
Hi, 

I have the same problem today, and I do not find the new package, where
can I find it? Or at least the source to build it myself?

bests,

--
Nahuel



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



Bug#543758: Checksumming leads to glibc-detected "corrupted double-linked list" error

2009-08-27 Thread Daniel Richard G.
On Thu, 2009 Aug 27 11:19+0200, Marco d'Itri wrote:
>
> This means that a malloc data structure is damaged. It may be caused
> by BerkeleyDB.xs or not, probably not. To get *any* help you need to
> provide useful information, start by running the program in valgrind
> to have a chance of finding out what is corrupting the memory.

I have a debug-enabled libdb and libberkeleydb-perl ready to go here,
but running all of Perl under Valgrind is too resource-intensive. Is
there a way to limit Valgrind to the code in these libraries?

> Are you aware that you need to arrange database locking by yourself?

I believe apt-cacher is doing that correctly (see apt-cacher-lib-cs.pl).



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



Bug#536168: linux-image-2.6.26-2-686: cdrom drive doesn't work

2009-08-27 Thread Moritz Muehlenhoff
On Wed, Jul 08, 2009 at 12:23:01AM +0200, gpe92 wrote:
> Package: linux-image-2.6.26-2-686
> Version: 2.6.26-17
> Severity: important
> 
> My cdrom drive (Plextor PX-755A) doesn't work on the motherboard
> Gigabyte EP35-DS3. In syslog I've these traces:
> 
> kernel: [5.582896] hda: PLEXTOR DVDR PX-755A, ATAPI CD/DVD-ROM drive
> kernel: [5.907166] hda: host max PIO5 wanted PIO255(auto-tune) selected 
> PIO4
> kernel: [5.907166] hda: UDMA/66 mode selected
>  
> kernel: [   34.651175] hda: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2048kB 
> Cache
> kernel: [   38.279181] hda: UDMA/66 mode selected
>  
> kernel: [   40.902511] hda: UDMA/66 mode selected
>  
> kernel: [   99.618012] hda: ide_cd_check_ireason: wrong transfer direction!
> kernel: [  132.441139] hda: packet command error: status=0xd0 { Busy }
> kernel: [  132.441144] ide: failed opcode was: unknown

Is this still reproducible with 2.6.30?

Cheers,
Moritz



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



Bug#539736: [Reportbug-maint] Bug#539736: reportbug: --subject does not accept non-ASCII characters

2009-08-27 Thread Jakub Wilk

* Sandro Tosi , 2009-08-11, 18:10:

what about setting

import sys
sys.setdefaultencoding('utf-8')

at the beginning of bin/reportbug ?


That would be totally wrong (even though the gtk module actually seems 
to be doing something like this). Let me quote GvR[1]:


| The fundamental reason the designers of Python's 2.x standard library 
| don't want you to be able to set the default encoding in your app, is 
| that the standard library is written with the assumption that the 
| default encoding is fixed, and no guarantees about the correct 
| workings of the standard library can be made when you change it. There 
| are no tests for this situation. Nobody knows what will fail when. And 
| you (or worse, your users) *will* come back to us with complaints if 
| the standard library suddenly starts doing things you didn't expect.


[1] http://mail.python.org/pipermail/python-dev/2009-August/091418.html

--
Jakub Wilk



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



Bug#543957: Big changelog.gz file duplicates in libsnmp-base and libsnmp15 packages (should be moved to libsnmp-dev)

2009-08-27 Thread Mantas Kriaučiūnas
Package: net-snmp

Big (~850kb) changelog.gz file duplicates in libsnmp-base and libsnmp15 
packages. I think this file should be moved to libsnmp-dev (or new snmp-doc 
package, see bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404094 )

Look at folders /usr/share/doc/libsnmp-base/ and /usr/share/doc/libsnmp15

Another solution - libsnmp15 depends on libsnmp-base, so file 
/usr/share/doc/libsnmp15/changelog.gz should be a symlink, which points 
to /usr/share/doc/libsnmp-base/changelog.gz

changelog.gz is compressed file, so, it takes ~850kb in CD's/DVD's and in 
Debian mirrors for each architecture - libsnmp15 binary package doubles in 
size because of this unneeded file :(

Btw, Ubuntu developers already fixed this bug by removing this file, see 
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/127839

-- 
Labanaktis/Good luck,
Mantas Kriaučiūnas   Jabber ID: man...@akl.ltGPG ID: 43535BD5
Public organization "Open Source for Lithuania" - www.akl.lt
Geriausios biuro programos verslui ir namams - http://openoffice.lt
Naudok Baltix GNU/Linux sistemą savo kompiuteryje - http://baltix.lt



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



Bug#539517: Please rename diff binary package to diffutils

2009-08-27 Thread Luk Claes
Santiago Vila wrote:
> Hi.
> 
> My fear here was that dpkg/apt would be confused in the upgrade, but
> I've just checked and it works like a charm (thanks to the dummy
> transition package).
> 
> So, I've uploaded version 2.8.1-14 which does what the subject says.

Ok, did you file bugs against the package with a versioned dependency or
other dependency relationship on diff?

Cheers

Luk



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



Bug#543952: lives: Lives crashes at startup on AMD64 (at least mine)

2009-08-27 Thread Harry Rickards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08/27/09 18:27, Andreas Juch wrote:
> Package: lives
> Version: 1.0.0-4
> Severity: normal
> 
> Hi!
> 
> Lives crashes when I run it. The package doesn't have debugging symbols and 
> I'm
> not sure how to compile the package with debugging symbols. I copy in what gdb
> backtrace tells me:
> 
> [...]
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> lives-exe: fccache.c:512: FcCacheFini: Assertion `fcCacheChains[i] == ((void
> *)0)' failed.
> 
> Program received signal SIGABRT, Aborted.
> 0x749d5d25 in raise () from /lib/libc.so.6
> (gdb) backtrace
> #0  0x749d5d25 in raise () from /lib/libc.so.6
> #1  0x749d8de1 in abort () from /lib/libc.so.6
> #2  0x749cef99 in __assert_fail () from /lib/libc.so.6
> #3  0x75c44f47 in ?? () from /usr/lib/libfontconfig.so.1
> #4  0x75c4e815 in FcFini () from /usr/lib/libfontconfig.so.1
> #5  0x7fffddcd9b16 in fini () from /usr/lib/frei0r-1//../libGLC.so.0.0.7
> #6  0x7fffddcd719f in ?? () from /usr/lib/frei0r-1//../libGLC.so.0.0.7
> #7  0x014e1b98 in ?? ()
> #8  0x in ?? ()
> (gdb) 
> 
> The crash happens during "Loading realtime effect plugins" on the startup
> screen.
> 
> Please tell me how to compile with debugging symbols so that I can give you 
> more
> useful information...
> 
> Andreas
> 
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers testing
>   APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.31-rc7 (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 lives depends on:
> ii  frei0r-plugins 1.1.22git20090409-2   minimalistic plugin API for 
> video 
> ii  imagemagick7:6.5.1.0-1.1 image manipulation programs
> ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
> ii  libc6  2.9-23GNU C Library: Shared libraries
> ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics 
> libra
> ii  libfontconfig1 2.6.0-4   generic font configuration 
> library
> ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared 
> lib
> ii  libglib2.0-0   2.20.4-1  The GLib library of C routines
> ii  libgtk2.0-02.16.5-1  The GTK+ graphical user 
> interface 
> ii  libjack0   0.116.2+svn3592-2 JACK Audio Connection Kit 
> (librari
> ii  libogg01.1.4~dfsg-1  Ogg bitstream library
> ii  libpango1.0-0  1.24.5-1  Layout and rendering of 
> internatio
> ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
> ii  libtheora0 1.0-2.1   The Theora Video Compression 
> Codec
> ii  libweed0   1.0.0-4   Runtime library for inclusion of 
> p
> ii  libx11-6   2:1.2.2-1 X11 client-side library
> ii  lives-data 1.0.0-4   Data files for LiVES
> ii  mplayer1.0~rc3+svn20090405-1 movie player for Unix-like 
> systems
> ii  perl   5.10.0-25 Larry Wall's Practical 
> Extraction 
> ii  python 2.5.4-2   An interactive high-level 
> object-o
> ii  sox14.3.0-1  Swiss army knife of sound 
> processi
> ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime
> 
> Versions of packages lives recommends:
> ii  cdda2wav   9:1.1.9-1 Dummy transition package for 
> iceda
> ii  dvgrab 3.4-1 grab digital video data via 
> IEEE13
> ii  jackd  0.116.2+svn3592-2 JACK Audio Connection Kit 
> (server 
> 
> Versions of packages lives suggests:
> pn  mencoder   (no description available)
> 
> -- no debconf information
> 
> 
Hi,

Do you get anything on stdout if you run 'lives' from the command line.

I'm wondering if this is a dependency issue, so when 1.0.0-5 is added to
the repository (should be within a couple of hours if my sponsor uploads
it soon) could you upgrade and see if it's fixed.

Before compiling with debugging symbols, try compiling lives from the
origional upstream source, which is avaliable from
http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-1.0.0.tar.gz. First
remove the current lives package with 'aptitude remove lives'. Compile
it with a simple ./configure, make and (as root or with sudo) make
install. Then run 'lives'. If that doesn't work it's either an upstream
issue or dependency issue.

Before doing anything else you'll need to remove the version of lives
you've just installed from source with 'make uninstall' and 'make
clean'. As I said, to see if it's a dependency issue either wait til
1.0.0-5 is released, or apply the new files in debian/ from SVN

Bug#536168: linux-image-2.6.26-2-686: cdrom drive doesn't work

2009-08-27 Thread gpe
Le Thu, 27 Aug 2009 19:57:49 +0200
Moritz Muehlenhoff  a écrit:

> On Wed, Jul 08, 2009 at 12:23:01AM +0200, gpe92 wrote:
> > Package: linux-image-2.6.26-2-686
> > Version: 2.6.26-17
> > Severity: important
> > 
> > My cdrom drive (Plextor PX-755A) doesn't work on the motherboard
> > Gigabyte EP35-DS3. In syslog I've these traces:
> > 
> > kernel: [5.582896] hda: PLEXTOR DVDR PX-755A, ATAPI CD/DVD-ROM drive
> > kernel: [5.907166] hda: host max PIO5 wanted PIO255(auto-tune)
> > selected PIO4 kernel: [5.907166] hda: UDMA/66 mode selected
> >  
> > kernel: [   34.651175] hda: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2048kB
> > Cache kernel: [   38.279181] hda: UDMA/66 mode selected
> >  
> > kernel: [   40.902511] hda: UDMA/66 mode selected
> >  
> > kernel: [   99.618012] hda: ide_cd_check_ireason: wrong transfer direction!
> > kernel: [  132.441139] hda: packet command error: status=0xd0 { Busy }
> > kernel: [  132.441144] ide: failed opcode was: unknown
> 
> Is this still reproducible with 2.6.30?
> 
> Cheers,
> Moritz
> 

No, it seems ok with 2.6.30.

-- 
+---+
| gpe92 |
+---+




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



Bug#543958: sharutils package is not installable on unstable

2009-08-27 Thread alex
Package: sharutils
Version: 1:4.6.3-1
Severity: normal



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

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

Versions of packages sharutils depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries

sharutils recommends no packages.

Versions of packages sharutils suggests:
ii  bsd-mailx [mailx]  8.1.2-0.20081101cvs-2 A simple mail user agent

-- no debconf information

r...@aspirex1700:~# apt-get install sharutils
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer
required:
  sg3-utils libsgutils1 python2.4 libx264-67 python2.4-minimal
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  sharutils
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/201kB of archives.
After this operation, 24.6kB disk space will be freed.
(Reading database ... 141438 files and directories currently installed.)
Preparing to replace sharutils 1:4.6.3-1 (using
.../sharutils_1%3a4.6.3-2_amd64.deb) ...
install-info(/usr/share/info/sharutils.info): no file /usr/share/info/dir,
retrieving backup file /var/backups/infodir.bak.
Unpacking replacement sharutils ...
dpkg: error processing
/var/cache/apt/archives/sharutils_1%3a4.6.3-2_amd64.deb (--unpack):
 trying to overwrite `/usr/share/info/dir.gz', which is also in package
/ opencubicplayer
Processing triggers for man-db ...
Processing triggers for install-info ...
install-info: warning: no info dir entry in `/usr/share/info/menu.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/ispell.info.gz'
Errors were encountered while processing:
 /var/cache/apt/archives/sharutils_1%3a4.6.3-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
r...@aspirex1700:~# 



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



Bug#543918: [Pkg-utopia-maintainers] Bug#543918: network-manager: Changes hostname on first run

2009-08-27 Thread Stephen Kitt
On Thu, 27 Aug 2009 15:53:22 +0200, Michael Biebl  wrote:
> Sorry, was to quick with closing this bug report. There is indeed code to
> update /etc/hosts if the hostname is not found in /etc/hosts
> 
> Could you send me the output of "hostname", "ifconfig" and /etc/hostname.

Thanks for the quick response!

Here is the information you requested:

st...@heffalump:~% hostname
heffalump.sk2.org
st...@heffalump:~% /sbin/ifconfig
eth0  Link encap:Ethernet  HWaddr 00:0c:6e:d7:0a:b1  
  inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::20c:6eff:fed7:ab1/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:4420900 errors:0 dropped:0 overruns:0 frame:0
  TX packets:990084 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:1125135528 (1.0 GiB)  TX bytes:126026694 (120.1 MiB)
  Interrupt:22 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:2694538 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2694538 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:4238997839 (3.9 GiB)  TX bytes:4238997839 (3.9 GiB)

st...@heffalump:~% cat /etc/hostname
heffalump.sk2.org


I may have an idea of what caused the problem, given the behaviour you
mention. When I installed network-manager, it dropped eth0 and didn’t bring
it back up (I’m attaching the logs); if it then tried to determine
whether /etc/hosts contained a valid definition for the hostname, it might
have decided that heffalump.sk2.org didn’t correspond to anything it knew
about... I haven’t looked at the code so this speculation may be completely
useless!

Regards,

Stephen
Aug 24 08:46:49 heffalump NetworkManager:   starting...
Aug 24 08:46:49 heffalump dbus-daemon: Reloaded configuration
Aug 24 08:46:49 heffalump NetworkManager:   (eth0): new Ethernet device (driver: 'skge')
Aug 24 08:46:49 heffalump NetworkManager:   (eth0): exported as /org/freedesktop/Hal/devices/net_00_0c_6e_d7_0a_b1
Aug 24 08:46:49 heffalump NetworkManager:   (ttyS1): ignoring due to lack of mobile broadband capabilties
Aug 24 08:46:49 heffalump NetworkManager:   (ttyS0): ignoring due to lack of mobile broadband capabilties
Aug 24 08:46:49 heffalump NetworkManager:   Trying to start the supplicant...
Aug 24 08:46:49 heffalump NetworkManager:   Trying to start the system settings daemon...
Aug 24 08:46:49 heffalump NetworkManager:   (eth0): carrier now ON (device state 1)
Aug 24 08:46:49 heffalump dbus-daemon: Reloaded configuration
Aug 24 08:46:54 heffalump NetworkManager:   (eth0): device state change: 1 -> 2
Aug 24 08:46:54 heffalump NetworkManager:   (eth0): preparing device.
Aug 24 08:46:54 heffalump NetworkManager:   (eth0): deactivating device (reason: 2).
Aug 24 08:46:54 heffalump NetworkManager:   Setting system hostname to 'localhost.localdomain' (no default device)
Aug 24 08:46:54 heffalump NetworkManager:   check_one_route(): (eth0) error -34 returned from rtnl_route_del(): Sucess#012
Aug 24 08:46:54 heffalump NetworkManager:   (eth0): device state change: 2 -> 3
Aug 24 08:46:54 heffalump nm-dispatcher.action: nm_dispatcher_action: Invalid connection: '(null)' / 'connection setting not found' invalid: 1
Aug 24 08:46:54 heffalump nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/01ifupdown' exited with error status 1.
Aug 24 08:47:05 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:15 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:17 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:19 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:19 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:36 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:46 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:48 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:50 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:47:50 heffalump pdnsd[5517]: icmp ping: sendto() failed: Network is unreachable.
Aug 24 08:48:50 heffalump NetworkManager:   Trying to start the system settings daemon...
Aug 24 08:48:50 heffalump nm-system-settings:SCPlugin-Ifupdown: init!
Aug 24 08:48:50 heffalump nm-system-settings:SCPlugin-Ifupdown: update_system_hostname
Aug 24 08:48:50 heffalump nm-system-settings:SCPluginIfupdown: guessed connection type (eth0) = 802-3-ethernet
Aug 24 08:48:50 heffalump nm-system-settings:SCPlugin-Ifupdown: update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, autocon

Bug#543959: icedtea-6-jre-cacao: JNI_CreateJavaVM does not find jre directories

2009-08-27 Thread Joe Buehler
Package: icedtea-6-jre-cacao
Version: 6b16-4
Severity: important


When creating a virtual machine using JNI_CreateJavaVM
cacao cannot find its jar files etc.  Looking at the startup
in the source code, I believe this is because it is looking at the
name of the current executable via /proc/self/exe.  The name
of the current executable of course has nothing to do with
the location of the JRE files.

Here is a trace showing startup processing (note that I made
a /home/lib symlink to work around this problem, so the trace
shows rt.jar being found at /home/lib but that of course is
not where it is installed):

27852 restart_syscall(<... resuming interrupted call ...>) = 0
27852 gettimeofday({1251387848, 152977}, NULL) = 0
27852 readlink("/proc/self/exe", "/home/qscope/qscope7500"..., 4095) = 23
27852 access("/home/jre/lib/mips/server/libjvm.so", F_OK) = -1 ENOENT (No such 
file or directory)
27852 open("/proc/self/stat", O_RDONLY) = 7
27852 read(7, "27852 (qscope7500) R 27845 27845 27845 0 -1 4202560 374 0 0 0 0 
0 0 0 15 0 1 0 668080 31617024 750 18446744073709551615 4194304 5498048 
2145381808 2145374480 716708464 0 0 0 136320 0 0 0 18 0 0 0 0\n"..., 4096) = 198
27852 close(7)  = 0
27852 brk(0x69f000) = 0x69f000
27852 brk(0x6af000) = 0x6af000
27852 brk(0x6bf000) = 0x6bf000
27852 brk(0x6cf000) = 0x6cf000
27852 brk(0x6df000) = 0x6df000
27852 rt_sigaction(SIGPWR, {0x1008, ~[HUP RT_33], 
SA_STACK|SA_INTERRUPT|SA_SIGINFO|SA_NOCLDWAIT|0x2bcf1e4}, NULL, 16) = 0
27852 rt_sigaction(SIGXCPU, {0x1000, ~[HUP RT_33], 
SA_STACK|SA_INTERRUPT|SA_NOCLDWAIT|0x2bce5a0}, NULL, 16) = 0
27852 open("/proc/stat", O_RDONLY)  = 7
27852 read(7, "cpu  575448 0 65404 7309147 71178 2270 29314 0\ncpu0 292335 0 
44553 278302 25642 966 29018 0\ncpu1 36013 0 4594 626974 3304 117 97 0\ncpu2 
17343 0 1530 650344 1778 82 22 0\ncpu3 27736 0 1299 641744 234 73 11 0\ncpu4 
41297 0 2162 621101 6382 126 29 0\ncpu5 10059 0 656 642376 17829 130 26 0\ncpu6 
60499 0 4934 595527 9980 94 43 0\ncpu7 13930 0 935 655366 690 132 22 0\ncpu8 
7380 0 376 662802 311 200 6 0\ncpu9 33088 0 1705 634842 1290 137 13 0\ncpu10 
9874 0 730 659569 790 107 4 0\ncpu11 25888 0 1927 640194 2944 102 20 0\nintr 
30773797 0 0 0 0 0 0 0 20131908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 5959614 0 147 0 0 0 0 0 2335439 0 0 0 0 3 1 0 0 0 0 0 0 0 0 0 0 
0 0 2 0 0 0 0 937 937 937 937 937 937 937 937 937 937 937 937 0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2335439 0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\nctxt 
6083620\nbtime 1251381137\nprocesses 27842\nprocs_running 2\nprocs_blocked 
0\n"..., 4096) = 1100
27852 close(7)  = 0
27852 brk(0x26cf000)= 0x26cf000
27852 rt_sigprocmask(SIG_BLOCK, [QUIT], NULL, 16) = 0
27852 rt_sigaction(SIGSEGV, {0x4008, [], 
SA_STACK|SA_INTERRUPT|SA_SIGINFO|0x2c4c610}, NULL, 16) = 0
27852 rt_sigaction(SIGBUS, {0x4008, [], 
SA_STACK|SA_INTERRUPT|SA_SIGINFO|0x2c4c610}, NULL, 16) = 0
27852 rt_sigaction(SIGRT_93, {SIG_DFL}, NULL, 16) = 0
27852 open("/home/lib/endorsed", 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
27852 open("/home/lib/resources.jar", O_RDONLY) = 7
27852 read(7, "PK\3\4"..., 4)   = 4
27852 lseek(7, 0, SEEK_END) = 1061516
27852 old_mmap(NULL, 1061516, PROT_READ, MAP_PRIVATE, 7, 0) = 0x2c649000
27852 brk(0x26f)= 0x26f
27852 brk(0x26f1000)= 0x26f1000
27852 fstat64(1, {st_dev=makedev(0, 17), st_ino=1088, st_mode=S_IFCHR|0666, 
st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=0, 
st_rdev=makedev(1, 3), st_atime=1999/12/31-19:00:13, 
st_mtime=1999/12/31-19:00:13, st_ctime=1999/12/31-19:00:14}) = 0
27852 ioctl(1, TIOCNXCL, 0x7fdfd9c0)= -1 ENOTTY (Inappropriate ioctl for 
device)
27852 old_mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = 0x2c74d000
27852 open("/home/lib/rt.jar", O_RDONLY) = 8

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

Kernel: Linux 2.6.21.7-Cavium-Octeon (SMP w/12 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedtea-6-jre-cacao depends on:
ii  dpkg   1.15.3.1  Debian package management system
ii  libc6  2.9-23GNU C Library: Shared libraries
ii  openjdk-6-jre-headless 6b16-4OpenJDK Java runtime, using Hotspo
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

icedtea-6-jre-cacao recommends no packages.

icedtea-6-jre-cacao s

Bug#543937: ITA nfswatch

2009-08-27 Thread Salvatore Bonaccorso
retitle 543937 ITA: nfswatch -- Program to monitor NFS traffic for the console
owner 543937 !
thanks

Hi Daniel

I'm would intend to adopt nfswatch. 

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#541991: intent to NMU

2009-08-27 Thread Nico Golde
Hi,
I intent to upload a 0-day NMU to fix this bug.

debdiff available on:
http://people.debian.org/~nion/nmu-diff/curl-7.19.5-1_7.19.5-1.1.patch

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgp5fTRrpkBw5.pgp
Description: PGP signature


Bug#494288: [Build-common-hackers] Bug#494288: trouble again, but case is slightly different

2009-08-27 Thread Jonas Smedegaard

package cdbs
reopen 494288
tags 494288 help
thanks


Hi Jérémy,

On Thu, Aug 27, 2009 at 05:43:46PM +0200, Jérémy Lal wrote:

it appears i'm stuck with [0] bug, in a slightly different situation :
see my debian/rules, in attachement #1,
the generated python-orbited.postinst.debhelper, attachment #2,
and a quote of the debuild log, attachement #3.

debian/control states one source package,
and two packages : python-orbited and libjs-orbited, in that order.

Is there something wrong in my rules ?



include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk



This is odd: Your log indicates that indeed dh_pysupport gets invoked 
before dh_installinit for that package, and still the installinit 
snippet is listed first in the resulting script.


It seems to be intended order of things.  Perhaps a debhelper bug.


Are your package available somewhere so we can grab a copy to play with?


 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#541169: linux-image-2.6.30-1-amd64 : sis190 driver doesn't work with Ethernet Adpator

2009-08-27 Thread Moritz Muehlenhoff
On Wed, Aug 12, 2009 at 06:27:19AM +0200, Pierre Meurisse wrote:
> Package: linux-image-2.6.30-1-amd64
> Version: 2.6.30-5
> Severity: important
> 
> My Ethernet device is unusable with amd64 kernels (2.6.26 ... 2.6.30).
> When connected to a dhcp server, the system gets a IP address, but
> no connection is possible 

You might have been bitten by 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=744c6b2976778ac6944e580fc413842df85be84e
 ?

Please test a 2.6.31-rcX snapshot from  http://wiki.debian.org/DebianKernel
to check whether it fixes your problem.

Cheers,
Moritz



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



Bug#374049: ${devlibs:Depends} results in libstdc++6-4.1-dev

2009-08-27 Thread Andreas Tille
On Tue, Aug 25, 2009 at 04:46:54PM +0200, Jonas Smedegaard wrote:
> Just a quick (unverified) thought: Did you try escape the "+" signs?

If you look into the source it is sed that processes the regexp and
there it is '\+' which represents the special character. (And yes
I tried but it did not worked.)

Kind regards

Andreas.

-- 
http://fam-tille.de
Klarmachen zum Ändern!



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



Bug#543952: lives: Lives crashes at startup on AMD64 (at least mine)

2009-08-27 Thread salsaman
On Thu, August 27, 2009 20:01, Harry Rickards wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 08/27/09 18:27, Andreas Juch wrote:
>> Package: lives
>> Version: 1.0.0-4
>> Severity: normal
>>
>> Hi!
>>
>> Lives crashes when I run it. The package doesn't have debugging symbols
>> and I'm
>> not sure how to compile the package with debugging symbols. I copy in
>> what gdb
>> backtrace tells me:
>>
>> [...]
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> lives-exe: fccache.c:512: FcCacheFini: Assertion `fcCacheChains[i] ==
>> ((void
>> *)0)' failed.
>>
>> Program received signal SIGABRT, Aborted.
>> 0x749d5d25 in raise () from /lib/libc.so.6
>> (gdb) backtrace
>> #0  0x749d5d25 in raise () from /lib/libc.so.6
>> #1  0x749d8de1 in abort () from /lib/libc.so.6
>> #2  0x749cef99 in __assert_fail () from /lib/libc.so.6
>> #3  0x75c44f47 in ?? () from /usr/lib/libfontconfig.so.1
>> #4  0x75c4e815 in FcFini () from /usr/lib/libfontconfig.so.1
>> #5  0x7fffddcd9b16 in fini () from
>> /usr/lib/frei0r-1//../libGLC.so.0.0.7
>> #6  0x7fffddcd719f in ?? () from
>> /usr/lib/frei0r-1//../libGLC.so.0.0.7
>> #7  0x014e1b98 in ?? ()
>> #8  0x in ?? ()
>> (gdb)
>>
>> The crash happens during "Loading realtime effect plugins" on the
>> startup
>> screen.
>>
>> Please tell me how to compile with debugging symbols so that I can give
>> you more
>> useful information...
>>
>> Andreas
>>
>> -- System Information:
>> Debian Release: squeeze/sid
>>   APT prefers testing
>>   APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental')
>> Architecture: amd64 (x86_64)
>>
>> Kernel: Linux 2.6.31-rc7 (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 lives depends on:
>> ii  frei0r-plugins 1.1.22git20090409-2   minimalistic plugin API for
>> video
>> ii  imagemagick7:6.5.1.0-1.1 image manipulation programs
>> ii  libatk1.0-01.26.0-1  The ATK accessibility
>> toolkit
>> ii  libc6  2.9-23GNU C Library: Shared
>> libraries
>> ii  libcairo2  1.8.8-2   The Cairo 2D vector
>> graphics libra
>> ii  libfontconfig1 2.6.0-4   generic font configuration
>> library
>> ii  libfreetype6   2.3.9-5   FreeType 2 font engine,
>> shared lib
>> ii  libglib2.0-0   2.20.4-1  The GLib library of C
>> routines
>> ii  libgtk2.0-02.16.5-1  The GTK+ graphical user
>> interface
>> ii  libjack0   0.116.2+svn3592-2 JACK Audio Connection Kit
>> (librari
>> ii  libogg01.1.4~dfsg-1  Ogg bitstream library
>> ii  libpango1.0-0  1.24.5-1  Layout and rendering of
>> internatio
>> ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
>> ii  libtheora0 1.0-2.1   The Theora Video
>> Compression Codec
>> ii  libweed0   1.0.0-4   Runtime library for
>> inclusion of p
>> ii  libx11-6   2:1.2.2-1 X11 client-side library
>> ii  lives-data 1.0.0-4   Data files for LiVES
>> ii  mplayer1.0~rc3+svn20090405-1 movie player for Unix-like
>> systems
>> ii  perl   5.10.0-25 Larry Wall's Practical
>> Extraction
>> ii  python 2.5.4-2   An interactive high-level
>> object-o
>> ii  sox14.3.0-1  Swiss army knife of sound
>> processi
>> ii  zlib1g 1:1.2.3.3.dfsg-15 compression library -
>> runtime
>>
>> Versions of packages lives recommends:
>> ii  cdda2wav   9:1.1.9-1 Dummy transition package
>> for iceda
>> ii  dvgrab 3.4-1 grab digital video data via
>> IEEE13
>> ii  jackd  0.116.2+svn3592-2 JACK Audio Connection Kit
>> (server
>>
>> Versions of packages lives suggests:
>> pn  mencoder   (no description available)
>>
>> -- no debconf information
>>
>>
> Hi,
>
> Do you get anything on stdout if you run 'lives' from the command line.
>
> I'm wondering if this is a dependency issue, so when 1.0.0-5 is added to
> the repository (should be within a couple of hours if my sponsor uploads
> it soon) could you upgrade and see if it's fixed.
>
> Before compiling with debugging symbols, try compiling lives from the
> origional upstream source, which is avaliable from
> http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-1.0.0.tar.gz. First
> remove the current lives package with 'aptitude remove lives'. Compile
> it with a simple ./configure, make and (as root or with sudo) make
> install. Then run 'lives'. If that doesn't work it's either an upstream
> issue or dependency issue.
>
> Before doing anything else you'll need to remove the version of lives
> you've just ins

Bug#543960: no reject email for expired key problem

2009-08-27 Thread A. Maitland Bottoms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: ftp.debian.org
Severity: Wishlist

When I uploaded vtk 5.2.1-8 I got an email from
Archive Administrator 
with the expected news:
"vtk_5.2.1-8_amd64.changes uploaded successfully to localhost"

However, I got no Reject message emailed to me.
(Did it not get sent? Did I not receive it due to email problems?)

The file
merkel.debian.org:/org/ftp.debian.org/queue/reject/vtk_5.2.1-8_amd64.reason
contains
Rejected: Signature made by expired key 0x9306C9BCDAF1054C
Rejected: The key used to sign vtk_5.2.1-8_amd64.changes has expired on 
2009-08-11

But I didn't track that down until I was told about it on IRC.

Of course, from my point of view, I had noticed the upcoming expiration and
extended the expiration on my key a couple of months ago. I though I had
pushed that to the keyservers back then.

Even so, the Rejected message is wrong. It should mention the source of
the expiration data so that I can track down what is out of date.
My guesses:
  - a local keyring file used by the dinstall program, updated how? when? by 
who?
  - a local keyring file installed from the debian-keyring package, last 
updated 2009-05-29!
  - fetched from db.debian.org, which doesn't seem to let me manage my own key 
entry
  - fetched from keyring.debian.org, and I must have forgotten to --send-keys 
to it

It would be more helpful if the script would report both to me as maintainer and
uploader and to someone capable of updating whatever keyring is involved in the 
decision.

- -Maitland
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEARECAAYFAkqW0D0ACgkQkwbJvNrxBUxuhgCfcsn8XXFBF2Qbm+iQkyL7KDI3
hLwAmgO9Kv5eOoGyYXzz7HhQaMgN+moX
=TPTT
-END PGP SIGNATURE-



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



Bug#510415: Call for votes on Bug#510415: tech-ctte: Qmail inclusion (or not) in Debian

2009-08-27 Thread Andreas Barth
* Don Armstrong (d...@debian.org) [090821 20:46]:
> 
> I'm calling for a vote on the following options[1]:
> | 1. Qmail is to be allowed into the archive without special
> | preconditions. Ftpmaster should perform standard NEW processing for
> | licensing, copyright, and general packaging issues as normal.
> | 
> | Qmail is subject to the normal removal process for packages.
> | 
> | 2. Qmail is to be allowed into the archive without special
> | preconditions, save the RC bug indicated below. Ftpmaster should
> | perform standard NEW processing for licensing, copyright, and general
> | packaging issues as normal. with the addition of an RC bug filed
> | immediately to preventing normal transition for a period of at least a
> | month after traversing NEW.
> | 
> | During this period, additional RC (or non-RC) bugs should be filed by
> | interested parties, and updated qmail packages fixing these bugs
> | should be uploaded as usual. After a month, the RM or the maintainer
> | can continue to decide that the package is not acceptable for release
> | at their discretion, as happens for any package. [If the RM or
> | maintainer don't reaffirm the transition blocking bug, the ctte will
> | close the transition blocking bug.]
> | 
> | Qmail is subject to the normal removal process for packages.
> | 
> | 3. Qmail is to be allowed in to the archive after a patch to resolve
> | the delayed bounces issue, where mail sent to an invalid recipient
> | which a reasonable MTA is capable of knowing is invalid is accepted
> | instead of being rejected at RCPT TO time. After upload, the process
> | outlined in option #2 will take effect.
> | 
> | 4. Qmail is not to be allowed into Debian.
> | 
> | 5. Further discussion.


34215


Cheers,
Andi



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



Bug#543961: [psimedia] run-time dependency ommitted.

2009-08-27 Thread Eugene Paskevich

Package: psimedia
Version: 1.0.3-1
Severity: important

--- Please enter the report below this line. ---
Please add the dependency to gstreamer0.10-plugins-good as speex gst  
plugin is needed to run psimedia.


Rationale for severity: psi-plus segfaults w/o gstreamer0.10-plugins-good  
installed.


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

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org
  500 unstabledebian.org.ua
  500 unstabledeb.opera.com
  500 testing-auto/dovecot-1.2 xi.rename-it.nl
  500 testing security.debian.org
  500 testing deb.opera.com

--- Package information. ---
Depends  (Version) | Installed
==-+-===
psi-plus   | 0.14~svn952-1
 OR psi  (>= 0.13) |
libc6(>= 2.3.6-6~) | 2.9-25
libgcc1   (>= 1:4.1.1) | 1:4.4.1-3
libglib2.0-0   (>= 2.16.0) | 2.20.4-1
libgstreamer-plugins-base0.10-0   (>= 0.10.23) | 0.10.24-1
libgstreamer0.10-0(>= 0.10.16) | 0.10.24-1
liboil0.3   (>= 0.3.1) | 0.3.16-1
libqtcore4(>= 4:4.5.2) | 4:4.5.2-2
libqtgui4 (>= 4:4.5.2) | 4:4.5.2-2
libspeexdsp1(>= 1.2~beta3.2-1) | 1.2~rc1-1
libstdc++6  (>= 4.1.1) | 4.4.1-3
libxml2(>= 2.6.27) | 2.7.3.dfsg-2.1

--
Eugene Paskevich |   *==)---   | Plug me into
eug...@raptor.kiev.ua|   ---(==*   |  The Matrix



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



Bug#543916: [Build-common-hackers] Bug#543916: cdbs: new DEB_ACLOCAL_ARGS causes FTBFS

2009-08-27 Thread Jonas Smedegaard

Hi Zak,

On Thu, Aug 27, 2009 at 08:42:02PM +0800, Zak B. Elep wrote:
New cdbs package today breaks builds where Autotools are regenerated 
via DEB_AUTO_UPDATE_* and there is no DEB_ACLOCAL_ARGS declared in 
debian/rules, and where the source packages do not have an `m4' 
directory.



/usr/share/cdbs/1/class/autotools-files.mk:49: *** insufficient number 
of arguments (1) to function `if'.  Stop.



The offending line in /usr/share/cdbs/1/class/autotools-files.mk:

DEB_ACLOCAL_ARGS ?= $(if $(wildcard $(DEB_SRCDIR)/m4)),-I m4)


Whoops - looks like a simple typo (one closing paranthesis too many).

Could you try setting the following:

DEB_ACLOCAL_ARGS ?= $(if $(wildcard $(DEB_SRCDIR)/m4),-I m4)


 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#541835: [pkg-cryptsetup-devel] Bug#541835: crypto configuration / dependencies broken

2009-08-27 Thread Jonas Meurer
hey,

On 27/08/2009 Randy Dunlap wrote:
> On Tue, 25 Aug 2009 19:58:52 -0400 Celejar wrote:
> 
> > I'm having a pretty bizarre problem with my kernel crypto
> > configuration.  I need support for a bog standard LUKS (aes /
> > cbc-essiv:sha256) / cryptsetup installation, but even after I enable
> > virtually everything in the crypto section of the kernel configs, cbc
> > fails to load.  All the relevant modules are exist (dm-mod, dm-crypt,
> > crypto_blkcipher, crypto_algapi, crypto_hash, aes_generic,
> > sha256_generic), but even after modprobing / insmoding
> > everything, /proc/crypto shows that aes and sha is there, but not cbc.
> > 
> > The problem has been reproduced (using my kernel config) by Jonas
> > Meurer, the Debian cryptsetup maintainer, so it's not just me ;).
> > We've tried numerous different kernel versions in the .30 / .31 range.
> > 
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541835
> > 
> > Does this mean that something else somewhere in the kernel needs to be
> > configured but isn't, and the necessary dependency isn't properly
> > declared?
> > 
> > My config is at:
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=45;filename=config-2.6.31-rc6-lizzie-00042-gb2add73;att=1;bug=541835
> > 
> > [I'm not subscribed to lkml; please cc me on responses]
> 
> 
> You could try/test a patch that was just posted:
>   http://lkml.org/lkml/2009/8/27/249

that patch seems to be for ecryptfs only, while Celejar uses dm-crypt.
second, the patch just ensures that CRYPTO_ECB and CRYPTO_CBC are
selected along with ECRYPT_FS. but Celejar does have both CRYPTO_ECB and
CRYPTO_CBC selected.

the problem rather is that loading the cbc blockcipher module simply
does nothing. the module is listed in /proc/modules, but the blockcipher
is still missing from /proc/crypto.

the problem is not reproducible with a debian/unstable 2.6.30.6 kernel,
even though it has cbc compiled as module as well. but if I recompile
the same kernel sources with Celejars kernel .config, the problem
occurs. thus it must be related to the kernel config in some way.

greetings,
 jonas




signature.asc
Description: Digital signature


Bug#543785: Package version for security bug.

2009-08-27 Thread Rémi Vanicat
found: 543785 0.9.26-1
Thanks.

I had first found this bug in this version of the package, but I had
no connection at this time.



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



Bug#543952: lives: Lives crashes at startup on AMD64 (at least mine)

2009-08-27 Thread Harry Rickards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08/27/09 19:27, salsa...@xs4all.nl wrote:
> On Thu, August 27, 2009 20:01, Harry Rickards wrote:
> On 08/27/09 18:27, Andreas Juch wrote:
 Package: lives
 Version: 1.0.0-4
 Severity: normal

 Hi!

 Lives crashes when I run it. The package doesn't have debugging symbols

 The crash happens during "Loading realtime effect plugins" on the
 startup
 screen.


> Dependency issue (due to LiVES being compiled with frei0r support but
> without frei0r installed at runtime).

> A workaround is to delete
> /usr/lib/lives/plugins/effects/realtime/weed/frei0r.h

> Should be fixed in 1.0.0-5

> Gabriel.


Okay. In that case just wait for 1.0.0-5 to be released. kart_ and
jackyf in IRC have confirmed that it works for them, and they've got
frei0r-plugins installed. If no-one has any objections I'll close the bug.

- -- 
Thanks
Harry Rickards 

_,   _,  ,'`.
  `$$' `$$' `.  ,'
   $$   $$`'
   $$   $$ _,   _
 ,d$$$g$$  ,d$$$b.  $$,d$$$b.`$$' g$b.`$$,d$$b.
,$P'  `$$ ,$P' `Y$. $$$'  `$$ $$  "'   `$$ $$$' `$$
$$'$$ $$'   `$$ $$'$$ $$  ,g$$ $$'   $$
$$ $$ $$g$$ $$ $$ $$ ,$P"   $$ $$$$
$$,$$ $$.   $$,$P $$ $$'   ,$$ $$$$
`$g. ,$$$ `$$._ _., $$ _,g$P' $$ `$b. ,$$$ $$$$
 `Y$$P'$$. `YP',P"'  ,$$. `Y$$P'$$.$$.  ,$$.

Proud Debian and Ubuntu maintainer of LiVES!
http://packages.qa.debian.org/l/lives.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iJwEAQECAAYFAkqW0a4ACgkQ+9DWHFhEn2/yzAQAtq8plc+5WTVzahdNCgB9ec8j
/5OkkOc+UngGfSUvnkl+ZdP+p2qmoyAQxmbTvgTv6kr3jypoMIHD0XKuj5sumStL
iByn2K8Qf3zhsIp0MiClCO2eYqTk3KZ5rSglCi1FS68GqD/ysZDW2aVYHUmTiWRZ
dt+U+e2AK7Ez2+p1WuU=
=57nC
-END PGP SIGNATURE-



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



Bug#543962: gnome: Paper bin desktop icon doesn't work

2009-08-27 Thread David Sánchez Herrero
Package: gnome
Version: 1:2.24.3~2squeeze2.1
Severity: normal

When you delete files and/or folders in Gnome (with del key or with right
mouse button -> move to trash), the recicler bin desktop icon appears empty
and (obviously) you can't empty it, but deleted files and/or folders were
send to /home/'user'/.local/share/Trash/files/, and you have to run 'rm'
command to delete them.


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

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

Versions of packages gnome depends on:
ii  arj 3.10.22-6archiver for .arj files
ii  avahi-daemon0.6.25-1 Avahi mDNS/DNS-SD daemon
ii  epiphany-extensions 2.26.1-1 Extensions for Epiphany web browse
ii  evolution-exchange  2.26.1-2 Exchange plugin for the Evolution 
ii  evolution-plugins   2.26.3-2 standard plugins for Evolution
ii  evolution-webcal2.26.0-1 webcal: URL handler for GNOME and 
ii  gdm-themes  0.6.2Themes for the GNOME Display Manag
ii  gedit-plugins   2.26.2-1 set of plugins for gedit
ii  gnome-app-install   0.5.24-1 GNOME Application Installer
ii  gnome-bluetooth 2.27.5-1 GNOME Bluetooth tools
ii  gnome-desktop-envir 1:2.24.3~2squeeze2.1 The GNOME Desktop Environment
ii  gnome-games 1:2.26.2-1   games for the GNOME desktop
ii  gnome-system-tools  2.22.2-1 Cross-platform configuration utili
ii  gnome-themes-extras 2.22.0-3 extra themes for the GNOME desktop
ii  gstreamer0.10-ffmpe 0.10.8-1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugi 0.10.12-1+b1 GStreamer plugins from the "ugly" 
ii  libpam-gnome-keyrin 2.26.1-1 PAM module to unlock the GNOME key
ii  network-manager-gno 0.7.1-1  network management framework (GNOM
ii  rhythmbox   0.12.3-1 music player and organizer for GNO
ii  serpentine  0.9-6An application for creating audio 
ii  swfdec-mozilla  0.8.2-1  Mozilla plugin for SWF files (Macr
ii  synaptic0.62.7+b1Graphical package manager
ii  system-config-print 1.0.0-6  graphical interface to configure t
ii  totem-mozilla   2.26.2-2 Totem Mozilla plugin
ii  transmission-gtk1.73-5   lightweight BitTorrent client (GTK

Versions of packages gnome recommends:
ii  epiphany-extensions 2.26.1   Collection of third-party extensio
ii  gdebi   0.3.11debian1+nmu1   Simple tool to install deb files
ii  gnome-games-extra-d 2.26.0-1 games for the GNOME desktop (extra
ii  gnome-office1:2.24.3~2squeeze2.1 The GNOME Office suite
ii  gparted 0.4.5-2  GNOME partition editor
ii  gthumb  3:2.10.11-2  an image viewer and browser
ii  hal-cups-utils  0.6.16-3 Utilities to detect and configure 
ii  hardinfo0.5c-1   Displays system information
ii  liferea 1.4.27-1 feed aggregator for GNOME
ii  menu-xdg0.4  freedesktop.org menu compliant win
ii  tomboy  0.14.3-1 desktop note taking program using 
ii  tsclient0.150-3  front-end for viewing of remote de
ii  update-notifier 0.70.7.debian-5  Daemon which notifies about packag

Versions of packages gnome suggests:
pn  gnome-dbg  (no description available)
ii  openoffice.org-evolution  1:3.1.0-5  full-featured office productivity 
ii  openoffice.org-gnome  1:3.1.0-5  full-featured office productivity 

Versions of packages gnome-desktop-environment depends on:
ii  alacarte0.12.1-1 easy GNOME menu editing tool
ii  cheese  2.26.2-1 A tool to take pictures and videos
ii  deskbar-applet  2.26.2-1 universal search and navigation ba
ii  desktop-base5.0.5common files for the Debian Deskto
ii  dmz-cursor-theme0.4.1Style neutral, scalable cursor the
ii  ekiga   3.2.5-1  H.323 and SIP compatible VoIP clie
ii  empathy 2.26.2-1 High-level library and user-interf
ii  epiphany-browser2.26.1-1 Intuitive web browser - dummy pack
ii  epiphany-gecko [gno 2.26.1-1 Intuitive GNOME web browser - Geck
ii  evince  2.26.2-2 Document (postscript, pdf) viewer
ii  evolution   2.26.3-2 groupware suite with mail client a
ii  evolution-data-serv 2.26.3-1+b1  evolution database backend server
ii  fast-user-switch-ap 2.24.0-3 Applet for the GNOME panel providi
ii  fil

Bug#511287: debian-installer: Should have a task for installing KDE or XFCE instead of Gnome

2009-08-27 Thread Joey Hess
I'm very suprised to see syslinux menus being used to offer a choice
amoung desktop environments. This subverts d-i's design principles on
several levels:

1. It's a fundamental principle of d-i's UI design that we ask questions
   using debconf. And the clumsiness of this syslinux menu UI for
   selecting desktops is a good example of why that was a good design
   choice[*]. (BTW, we're overusing kernel boot options too these days.)

2. A goal of d-i from the very beginning has been modularity and
   generallty; this requires a lot of non-modular, and barely maintainable
   syslinux menu gunk, that only works on i386 and amd64.

3. A goal of d-i from the very beginning has been to try to entice
   package maintainers to be involved in d-i and responsible for d-i's
   use of their package, in the knowledge that the d-i team can't do
   everything themselves. This is why we have udebs, and a passthrough
   debconf frontend allowing packages interact with the user within d-i.
   But here d-i is overriding choices made in a package.

FYI, it's disingenuous to say "Joey made this desision (re tasksel) and
we did this to work around him." Firstly, that alienates me from this
project. Secondly, I am not some rock that makes pronoucements by fiat
that the project is then responsible for working around; and I don't
appreciate being portrayed that way. Finally, the argument regarding the
problem of forcing user choice of desktop environments stands on its own
and has been made by others than me, with similar conclusions, both in
Debian and outside. BTW, I am stunned that SuSE is being dragged in as
an example of good UI choice.

-- 
see shy jo

[*] I suspect I understand syslinux slightly better than the
average user, yet I was confused and startled by the behavior of the
desktop menu -- choosing a desktop appeared at first to dump me back
into the top menu with no action.


signature.asc
Description: Digital signature


Bug#543963: idle - mouse editing/cursor movement not working

2009-08-27 Thread Pelayo Gonzalez
Package: idle
Version: 2.5.4-2
Severity: normal

Description of problem:
cannot use mouse to edit text or move cursor in idle edit window.
How reproducible:
Does it every time... can shift cursor with CTRL+click

Steps to Reproduce:
1. run idle ; File>New window  or type CTRL+N
2. type any old stuff in window
3. try to move around by clicking. try to select text
4. use CTRL+click - does move cursor.

Actual results:
cursor won't move from current position. If CTRL+click it will move to new 
position. cannot click and drag to select anything(can't get that to work
at all.)

Expected results:
mouse editing should work

Additional info:
Description on python.org site for different distro.. same problem.."won't fix"
as it appears to be a distro build problem
http://bugs.python.org/issue2995

TIA
Pelayo Gonzalez

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

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

Versions of packages idle depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-tk 2.5.2-1.1  Tkinter - Writing Tk applications 

idle recommends no packages.

idle 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#543965: openvpn: pkitool, not found, because you just have to place the 2.0/pkitool into ../

2009-08-27 Thread yellowprotoss
Package: openvpn
Version: 2.1~rc11-1
Severity: normal

/etc/openvpn/easy-rsa/build-ca 
error can be solved 
by  cp pkitool ../

best regards


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

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

Versions of packages openvpn depends on:
ii  debconf [debconf-2.0]   1.5.24   Debian configuration management sy
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  liblzo2-2   2.03-1   data compression library
ii  libpam0g1.0.1-5  Pluggable Authentication Modules l
ii  libpkcs11-helper1   1.05-1   library that simplifies the intera
ii  libssl0.9.8 0.9.8g-15+lenny1 SSL shared libraries
ii  openssl-blacklist   0.4.2list of blacklisted OpenSSL RSA ke
ii  openvpn-blacklist   0.3  list of blacklisted OpenVPN RSA sh

Versions of packages openvpn recommends:
ii  net-tools 1.60-22The NET-3 networking toolkit

Versions of packages openvpn suggests:
ii  openssl 0.9.8g-15+lenny1 Secure Socket Layer (SSL) binary a
pn  resolvconf (no description available)

-- debconf information:
  openvpn/vulnerable_prng:
  openvpn/create_tun: false



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



Bug#543265: pgdesigner: After a long work but saved frequently, the project file still remain almost empty. The work lost.

2009-08-27 Thread Pierre Chifflier

severity 543265 normal
tag 543265 = moreinfo unreproducible
thanks

Hi Paul,

I tried creating a project, working on it (saving frequently) and did
not have any empty file.
Could you provide more details (file format : ini or xml ? connection to
database ?) Did the problem happen again ?

Pierre



On Sun, Aug 23, 2009 at 08:07:23PM +0200, Paul Csanyi wrote:
> Package: pgdesigner
> Version: 1.2.7-1
> Severity: grave
> Justification: renders package unusable
> 
> I worked with pgdesigner 8 hours continuously and saved - or autosaved 
> - the project frequently.
> 
> Then close pgdesigner.  After a whyle run again pgdesigner, open the 
> same project that being worked on, but the whole work lost: the design 
> was empty.
> 



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



Bug#504487: [gcc-4.3]

2009-08-27 Thread Batrosz Janda
Package: gcc-4.3
Version: 4.3.4-1

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

This bug still exist even in version 4.4.
I think that the error is here:
"-B/usr/powerpc-linux-gnu/lib/"

and should be:
"-B/usr/powerpc-linux-gnu/lib64/"

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

Debian Release: squeeze/sid
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.pl.debian.org 
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.pl.debian.org 
  500 testing-proposed-updates ftp.pl.debian.org 
  500 stable  dl.google.com 
1 experimentalftp.pl.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
gcc-4.3-base(= 4.3.4-1) | 4.3.4-1
cpp-4.3 (= 4.3.4-1) | 4.3.4-1
binutils(>= 2.19.1) | 2.19.51.20090723-1
libgcc1  (>= 1:4.3.4-1) | 1:4.4.1-1
libgomp1   (>= 4.3.4-1) | 4.4.1-1
libc6  (>= 2.3) | 2.9-23


Recommends  (Version) | Installed
=-+-===
libc6-dev(>= 2.5) | 2.9-23


Suggests   (Version) | Installed
-+-=
gcc-4.3-multilib | 4.3.4-1
libmudflap0-4.3-dev (>= 4.3.4-1) | 
gcc-4.3-doc (>= 4.3.4-1) | 4.3.2.nf1-1
gcc-4.3-locales (>= 4.3.4-1) | 
libgcc1-dbg  | 
libgomp1-dbg | 
libmudflap0-dbg  | 










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



Bug#539275: 3.5.2-1 seems to be free of this bug

2009-08-27 Thread Jörg Schütter
The new version of iceweasel (3.5.2-1) seems to be free of this
bug. With the 3.5.2-1 I haven't seen this color-issue anymore.
Since the error only appears with some images I'm not 100% sure
it is gone. Can someone please verify this.



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



Bug#543966: apt wants to downgrade packages with pin-priority less than 1000

2009-08-27 Thread Alon Swartz
Package: apt
Version: 0.7.22
Severity: normal

== Summary ==

apt will attempt to downgrade an installed package if the pin-priority
of the package is greater than 99.

apt will not downgrade when pin-priorty is 99 or below because the
already installed package automatically gets a priority of 100.

According to the apt_preferences manpage (mentioned several times), apt
will *never* downgrade a package unless the priority of an available
version exceeds 1000.

== Details ==

Tested and confirmed on:
Debian Testing (Squeeze) | apt 0.7.22
Ubuntu 9.10 (Karmic) | apt 0.7.21ubuntu1
Ubuntu 8.04 (Hardy LTS)  | apt 0.7.9ubuntu17.1

I originally submitted this issue to Ubuntu on Launchpad, and it was
suggested to be filed upstream:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/315175


Reproducing the issue is simple, as described below (I have chosen
base-files as its a small package without any build-deps, but any
package will do).

# dpkg -s base-files |grep Version
Version: 5.0.0

# grep deb-src /etc/apt/sources.list
deb-src http://http.us.debian.org/debian squeeze main

# apt-get source base-files
dpkg-source: info: extracting base-files in base-files-5.0.0
dpkg-source: info: unpacking base-files_5.0.0.tar.gz

# head debian/changelog
base-files (5.0.0-1) unstable; urgency=low

  * testing pinning issue

 -- Alon Swartz  Thu, 27 Aug 2009 21:04:00 +0200

# dpkg-buildpackage -b -tc

# dpkg -i base-files_5.0.0-1_amd64.deb
Setting up base-files (5.0.0-1) ...

# cat > /etc/apt/preferences  /etc/apt/preferences 

Bug#543964: ITP: python-orbited -- HTTP daemon that is optimized for long-lasting comet connections

2009-08-27 Thread Jeremy Lal
Package: wnpp
Severity: wishlist
Owner: Jeremy Lal 


* Package name: python-orbited
  Version : 0.7.10
  Upstream Author : Michael Carter 
* URL : http://www.orbited.org/
* License : MIT
  Programming Lang: Python
  Description : HTTP daemon that is optimized for long-lasting comet 
connections

It provides a pure JavaScript/HTML socket in the browser.
It is a web router and firewall that allows you to integrate web
applications with arbitrary back-end systems.
You can implement any network protocol in the browser—without
resorting to plugins.

The client-side files are separately packaged in libjs-orbited.




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



Bug#521971: FTBFS for libembperl-perl

2009-08-27 Thread Niko Tyni
On Wed, Aug 26, 2009 at 03:25:36PM -0700, Daniel Schepler wrote:
 
> OK, this is interesting.  It builds fine for me using a clean pbuilder 
> chroot.  
> But the error I reported is 100% reproducible using my pbuilder chroot 
> pointing to a local repository where all the packages are rebuilt.  And this 
> is on a different machine than the one I originally saw the bug on (under the 
> same circumstances).
> 
> So maybe one of the other dependent packages gets broken if it's rebuilt in a 
> pbuilder chroot.  I don't really have the time to track down which package 
> that would be, exactly.

Yeah, interesting. Could you provide the full build log for the failure?

Would it be possible to get the local repository online so others could
reproduce it?

I'd start by looking at libcgi-pm-perl FWIW.
-- 
Niko Tyni   nt...@debian.org



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



Bug#542777: CVE-2009-1884: Off-by-one error in the bzinflate function in Bzip2.xs

2009-08-27 Thread Niko Tyni
On Fri, Aug 21, 2009 at 11:35:12AM +0200, Giuseppe Iuculano wrote:
> the following CVE (Common Vulnerabilities & Exposures) id was
> published for libcompress-raw-bzip2-perl.
> 
> CVE-2009-1884[0]:
> | Off-by-one error in the bzinflate function in Bzip2.xs in the
> | Compress-Raw-Bzip2 module before 2.018 for Perl allows
> | context-dependent attackers to cause a denial of service (application
> | hang or crash) via a crafted bzip2 compressed stream that triggers a
> | buffer overflow, a related issue to CVE-2009-1391.

Hi Bas,

FYI I'm preparing stable updates of perl and libcompress-raw-zlib-perl
because of the identical issue in Compress-Raw-Zlib (CVE-2009-1391). The
security team recommended this because they are too busy to prepare DSAs
for such minor issues.

Please consider updating libcompress-raw-bzip2-perl too. The window for
the next stable update is closing this weekend.

Cheers,
-- 
Niko Tyni   nt...@debian.org



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



Bug#543967: /etc/openvpn/easy-rsa/2.0/build-dh: line 7: dhparam: command not found

2009-08-27 Thread yellowprotoss
Package: openvpn
Version: 2.1~rc11-1
Severity: normal


/etc/openvpn/easy-rsa/2.0/build-dh: line 7: dhparam: command not found

another error :( 


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

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

Versions of packages openvpn depends on:
ii  debconf [debconf-2.0]   1.5.24   Debian configuration management sy
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  liblzo2-2   2.03-1   data compression library
ii  libpam0g1.0.1-5  Pluggable Authentication Modules l
ii  libpkcs11-helper1   1.05-1   library that simplifies the intera
ii  libssl0.9.8 0.9.8g-15+lenny1 SSL shared libraries
ii  openssl-blacklist   0.4.2list of blacklisted OpenSSL RSA ke
ii  openvpn-blacklist   0.3  list of blacklisted OpenVPN RSA sh

Versions of packages openvpn recommends:
ii  net-tools 1.60-22The NET-3 networking toolkit

Versions of packages openvpn suggests:
ii  openssl 0.9.8g-15+lenny1 Secure Socket Layer (SSL) binary a
pn  resolvconf (no description available)

-- debconf information:
  openvpn/vulnerable_prng:
  openvpn/create_tun: false



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



Bug#543952: lives: Lives crashes at startup on AMD64 (at least mine)

2009-08-27 Thread Harry Rickards

On 27 Aug 2009, at 19:54, salsa...@xs4all.nl wrote:


On Thu, August 27, 2009 20:01, Harry Rickards wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08/27/09 18:27, Andreas Juch wrote:

Package: lives
Version: 1.0.0-4
Severity: normal

Hi!

Lives crashes when I run it. The package doesn't have debugging  
symbols

and I'm
not sure how to compile the package with debugging symbols. I copy  
in

what gdb
backtrace tells me:

[...]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
lives-exe: fccache.c:512: FcCacheFini: Assertion `fcCacheChains[i]  
==

((void
*)0)' failed.

Program received signal SIGABRT, Aborted.
0x749d5d25 in raise () from /lib/libc.so.6
(gdb) backtrace
#0  0x749d5d25 in raise () from /lib/libc.so.6
#1  0x749d8de1 in abort () from /lib/libc.so.6
#2  0x749cef99 in __assert_fail () from /lib/libc.so.6
#3  0x75c44f47 in ?? () from /usr/lib/libfontconfig.so.1
#4  0x75c4e815 in FcFini () from /usr/lib/libfontconfig.so.1
#5  0x7fffddcd9b16 in fini () from
/usr/lib/frei0r-1//../libGLC.so.0.0.7
#6  0x7fffddcd719f in ?? () from
/usr/lib/frei0r-1//../libGLC.so.0.0.7
#7  0x014e1b98 in ?? ()
#8  0x in ?? ()
(gdb)

The crash happens during "Loading realtime effect plugins" on the
startup
screen.

Please tell me how to compile with debugging symbols so that I can  
give

you more
useful information...

Andreas

-- System Information:
Debian Release: squeeze/sid
 APT prefers testing
 APT policy: (850, 'testing'), (800, 'unstable'), (750,  
'experimental')

Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc7 (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 lives depends on:
ii  frei0r-plugins 1.1.22git20090409-2   minimalistic plugin  
API for

video
ii  imagemagick7:6.5.1.0-1.1 image manipulation  
programs

ii  libatk1.0-01.26.0-1  The ATK accessibility
toolkit
ii  libc6  2.9-23GNU C Library: Shared
libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector
graphics libra
ii  libfontconfig1 2.6.0-4   generic font  
configuration

library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine,
shared lib
ii  libglib2.0-0   2.20.4-1  The GLib library of C
routines
ii  libgtk2.0-02.16.5-1  The GTK+ graphical user
interface
ii  libjack0   0.116.2+svn3592-2 JACK Audio Connection  
Kit

(librari
ii  libogg01.1.4~dfsg-1  Ogg bitstream library
ii  libpango1.0-0  1.24.5-1  Layout and rendering of
internatio
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia  
Layer

ii  libtheora0 1.0-2.1   The Theora Video
Compression Codec
ii  libweed0   1.0.0-4   Runtime library for
inclusion of p
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  lives-data 1.0.0-4   Data files for LiVES
ii  mplayer1.0~rc3+svn20090405-1 movie player for Unix- 
like

systems
ii  perl   5.10.0-25 Larry Wall's Practical
Extraction
ii  python 2.5.4-2   An interactive high- 
level

object-o
ii  sox14.3.0-1  Swiss army knife of  
sound

processi
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library -
runtime

Versions of packages lives recommends:
ii  cdda2wav   9:1.1.9-1 Dummy transition  
package

for iceda
ii  dvgrab 3.4-1 grab digital video  
data via

IEEE13
ii  jackd  0.116.2+svn3592-2 JACK Audio Connection  
Kit

(server

Versions of packages lives suggests:
pn  mencoder   (no description  
available)


-- no debconf information



Hi,

Do you get anything on stdout if you run 'lives' from the command  
line.


I'm wondering if this is a dependency issue, so when 1.0.0-5 is  
added to
the repository (should be within a couple of hours if my sponsor  
uploads

it soon) could you upgrade and see if it's fixed.

Before compiling with debugging symbols, try compiling lives from the
origional upstream source, which is avaliable from
http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-1.0.0.tar.gz.  
First
remove the current lives package with 'aptitude remove lives'.  
Compile

it with a simple ./configure, make and (as root or with sudo) make
install. Then run 'lives'. If that doesn't work it's either an  
upstream

issue or dependency issue.

Before doing anything else you'll need to remove the version of lives
you've just installed from source with 'make uninstall' and 'make
clean'. As I said, to see if it's a dependency issue either wait til
1.0.0-5 is released, or apply the new files in debian/ from SVN. To  
do
that download the source of 1.0.0-4 with 

Bug#479771: Found dependence from setxkbmap.

2009-08-27 Thread Oleksandr Gavenko

After upgrade from Etch to Lenny have same problem.

As say above

  $ xset x

resolve problem. I try add it to my .xinitrc - with no success
(because I always start X session by xinit).

But I find under .xinitrc

setxkbmap -rules xorg -model pc104 -layout "us,ru" -option 
"grp:rwin_toggle,grp_led:scroll" &


I try minimize option count to have reproducible case.
Ever without any option after X start there are occur truble!

So I remove invocation of setxkbmap and move customization to xorg.conf 
and all OK now!


--

Best regards!



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



Bug#542777: CVE-2009-1884: Off-by-one error in the bzinflate function in Bzip2.xs

2009-08-27 Thread Bas Zoetekouw
Hi Niko!

You wrote:

> FYI I'm preparing stable updates of perl and libcompress-raw-zlib-perl
> because of the identical issue in Compress-Raw-Zlib (CVE-2009-1391). The
> security team recommended this because they are too busy to prepare DSAs
> for such minor issues.
> 
> Please consider updating libcompress-raw-bzip2-perl too. The window for
> the next stable update is closing this weekend.

Unfortunately I don't have access to my Debian machines at the moment
(I'm in the middle of moving house).  Gregor volunteered to NMU the
package though.
Gregor, do you think you'll have time to NMU on such short notice?

Thanks,
Bas.



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



Bug#543667: [Python-modules-team] Bug#543667: The same

2009-08-27 Thread Jonas Meurer
hey,

On 27/08/2009 Nahuel ANGELINETTI wrote:
> I have the same problem today, and I do not find the new package, where
> can I find it? Or at least the source to build it myself?

i've uploaded a fixed package today (1.2.2-10). it should be available
on the mirrors tomorrow. until then you can find it at debian incoming:
http://incoming.debian.org/python-mysqldb_1.2.2-10_amd64.deb
http://incoming.debian.org/python-mysqldb_1.2.2-10_i386.deb

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#543952: lives: Lives crashes at startup on AMD64 (at least mine)

2009-08-27 Thread salsaman
On Thu, August 27, 2009 20:01, Harry Rickards wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 08/27/09 18:27, Andreas Juch wrote:
>> Package: lives
>> Version: 1.0.0-4
>> Severity: normal
>>
>> Hi!
>>
>> Lives crashes when I run it. The package doesn't have debugging symbols
>> and I'm
>> not sure how to compile the package with debugging symbols. I copy in
>> what gdb
>> backtrace tells me:
>>
>> [...]
>> (no debugging symbols found)
>> (no debugging symbols found)
>> (no debugging symbols found)
>> lives-exe: fccache.c:512: FcCacheFini: Assertion `fcCacheChains[i] ==
>> ((void
>> *)0)' failed.
>>
>> Program received signal SIGABRT, Aborted.
>> 0x749d5d25 in raise () from /lib/libc.so.6
>> (gdb) backtrace
>> #0  0x749d5d25 in raise () from /lib/libc.so.6
>> #1  0x749d8de1 in abort () from /lib/libc.so.6
>> #2  0x749cef99 in __assert_fail () from /lib/libc.so.6
>> #3  0x75c44f47 in ?? () from /usr/lib/libfontconfig.so.1
>> #4  0x75c4e815 in FcFini () from /usr/lib/libfontconfig.so.1
>> #5  0x7fffddcd9b16 in fini () from
>> /usr/lib/frei0r-1//../libGLC.so.0.0.7
>> #6  0x7fffddcd719f in ?? () from
>> /usr/lib/frei0r-1//../libGLC.so.0.0.7
>> #7  0x014e1b98 in ?? ()
>> #8  0x in ?? ()
>> (gdb)
>>
>> The crash happens during "Loading realtime effect plugins" on the
>> startup
>> screen.
>>
>> Please tell me how to compile with debugging symbols so that I can give
>> you more
>> useful information...
>>
>> Andreas
>>
>> -- System Information:
>> Debian Release: squeeze/sid
>>   APT prefers testing
>>   APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental')
>> Architecture: amd64 (x86_64)
>>
>> Kernel: Linux 2.6.31-rc7 (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 lives depends on:
>> ii  frei0r-plugins 1.1.22git20090409-2   minimalistic plugin API for
>> video
>> ii  imagemagick7:6.5.1.0-1.1 image manipulation programs
>> ii  libatk1.0-01.26.0-1  The ATK accessibility
>> toolkit
>> ii  libc6  2.9-23GNU C Library: Shared
>> libraries
>> ii  libcairo2  1.8.8-2   The Cairo 2D vector
>> graphics libra
>> ii  libfontconfig1 2.6.0-4   generic font configuration
>> library
>> ii  libfreetype6   2.3.9-5   FreeType 2 font engine,
>> shared lib
>> ii  libglib2.0-0   2.20.4-1  The GLib library of C
>> routines
>> ii  libgtk2.0-02.16.5-1  The GTK+ graphical user
>> interface
>> ii  libjack0   0.116.2+svn3592-2 JACK Audio Connection Kit
>> (librari
>> ii  libogg01.1.4~dfsg-1  Ogg bitstream library
>> ii  libpango1.0-0  1.24.5-1  Layout and rendering of
>> internatio
>> ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
>> ii  libtheora0 1.0-2.1   The Theora Video
>> Compression Codec
>> ii  libweed0   1.0.0-4   Runtime library for
>> inclusion of p
>> ii  libx11-6   2:1.2.2-1 X11 client-side library
>> ii  lives-data 1.0.0-4   Data files for LiVES
>> ii  mplayer1.0~rc3+svn20090405-1 movie player for Unix-like
>> systems
>> ii  perl   5.10.0-25 Larry Wall's Practical
>> Extraction
>> ii  python 2.5.4-2   An interactive high-level
>> object-o
>> ii  sox14.3.0-1  Swiss army knife of sound
>> processi
>> ii  zlib1g 1:1.2.3.3.dfsg-15 compression library -
>> runtime
>>
>> Versions of packages lives recommends:
>> ii  cdda2wav   9:1.1.9-1 Dummy transition package
>> for iceda
>> ii  dvgrab 3.4-1 grab digital video data via
>> IEEE13
>> ii  jackd  0.116.2+svn3592-2 JACK Audio Connection Kit
>> (server
>>
>> Versions of packages lives suggests:
>> pn  mencoder   (no description available)
>>
>> -- no debconf information
>>
>>
> Hi,
>
> Do you get anything on stdout if you run 'lives' from the command line.
>
> I'm wondering if this is a dependency issue, so when 1.0.0-5 is added to
> the repository (should be within a couple of hours if my sponsor uploads
> it soon) could you upgrade and see if it's fixed.
>
> Before compiling with debugging symbols, try compiling lives from the
> origional upstream source, which is avaliable from
> http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-1.0.0.tar.gz. First
> remove the current lives package with 'aptitude remove lives'. Compile
> it with a simple ./configure, make and (as root or with sudo) make
> install. Then run 'lives'. If that doesn't work it's either an upstream
> issue or dependency issue.
>
> Before doing anything else you'll need to remove the version of lives
> you've just ins

Bug#543760: Checksumming leads to bzcat/bzip2 errors

2009-08-27 Thread Mark Hindley
On Wed, Aug 26, 2009 at 03:16:39PM -0400, Daniel Richard G. wrote:
> Package: apt-cacher
> Version: 1.6.8
> 
> I am testing apt-cacher with checksumming enabled.
> 
> I start the server with an empty cache directory tree and no database
> file (such that the database has to be created from scratch), and then
> run "apt-get update" on two client machines (in this case, an Ubuntu 32-
> and 64-bit system). I start both instances of apt-get as simultaneously
> as possible, to increase the odds of running into concurrency issues. If
> everything works correctly, I stop the server, empty the cache, delete
> the database, and start over.
> 
> Every few iterations, I get something like this:
> 
> 8<
> $ ./apt-cacher2 -c apt-cacher.conf.testing
> debug [23538]: Listening on 0.0.0.0:3142
> 
> bzcat: Compressed file ends unexpectedly;
>   perhaps it is corrupted?  *Possible* reason follows.
> bzcat: Success
>   Input file = 
> /tmp/apt-cacher-cache/packages/ubuntu_dists_jaunty-updates_multiverse_source_Sources.bz2,
>  output file = (stdout)
> 
> It is possible that the compressed file(s) have become corrupted.
> You can use the -tvv option to test integrity of such files.
> 
> You can use the `bzip2recover' program to attempt to recover
> data from undamaged sections of corrupted files.
> >8

Could you test with this patch

Thanks

Mark


commit 49741ee4110f10b5833640146ce3cc7c78c74388
Author: Mark Hindley 
Date:   Thu Aug 27 20:29:19 2009 +0100

Possible fix for #543758

diff --git a/apt-cacher b/apt-cacher
index 3bb47bf..47d8005 100755
--- a/apt-cacher
+++ b/apt-cacher
@@ -1411,7 +1411,6 @@ sub fetch_store {
 my $response = ${&libcurl($host, $uri, $pkfdref)}; 
 
 flock ($$pkfdref, LOCK_UN);
-close($$pkfdref) || warn "Close $cached_file failed, $!";
 
 debug_message('libcurl returned');
 
@@ -1447,13 +1446,14 @@ sub fetch_store {
if ($cached_file =~ /Packages|Sources|Release$|diff_Index$/) {
debug_message("Reading checksums from $cached_file\n");
# warning, an attacker could poison the checksum cache easily
-   import_sums($cached_file,$dbref);
+   import_sums($$pkfdref,$dbref);
}
 }
 elsif(HTTP::Status::is_error($response->code)) {
debug_message('Got error '.$response->code." for 
".$response->request.". Deleting $cached_file.");
unlink $cached_file;
 }
+close($$pkfdref) || warn "Close $cached_file failed, $!";
 debug_message('fetcher done');
 }
 



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



Bug#511287: debian-installer: Should have a task for installing KDE or XFCE instead of Gnome

2009-08-27 Thread Frans Pop
On Thursday 27 August 2009, Joey Hess wrote:
> I'm very suprised to see syslinux menus being used to offer a choice
> amoung desktop environments.

It was discussed extensively when the functionality was implemented.

Most people were happy to at last have the option in *some* form, even 
though far from optional. It is no more than a logical extension of the 
pre-existing option to preseed the desktop choice using desktop=X.

I'll be happy to remove all the "gunk" once there is a proper 
implementation of desktop selection.

EOD for me.



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



Bug#543954: [CRASH] Uncaught exception NameError in Frontend/Gtk/ui.py:953

2009-08-27 Thread Stephan Peijnik
#bts
tag 543954 +confirmed
thanks

Hi Mark,

Thanks for your bug report. I just fixed this problem in the
update-manager repository and this fix will be added to
update-manager-0.200.0~rc2. However, I am stalling this release for a
few days, so I can get a few more bug reports, if any. If no reports get
in within about one week I'll release rc2.

-- Stephan

On Thu, 2009-08-27 at 12:38 -0500, Mark Petersen wrote:
> Package: update-manager-gnome
> Version: 0.200.0~rc1-2
> Severity: normal
> File: /usr/share/pyshared/UpdateManager/Frontend/Gtk/ui.py
> 
> 
> When I click on the settings button in the update-manger window, update 
> manager abruptly closes.




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



Bug#541835: [pkg-cryptsetup-devel] Bug#541835: crypto configuration / dependencies broken

2009-08-27 Thread Randy Dunlap
On Thu, 27 Aug 2009 20:35:01 +0200 Jonas Meurer wrote:

> hey,
> 
> On 27/08/2009 Randy Dunlap wrote:
> > On Tue, 25 Aug 2009 19:58:52 -0400 Celejar wrote:
> > 
> > > I'm having a pretty bizarre problem with my kernel crypto
> > > configuration.  I need support for a bog standard LUKS (aes /
> > > cbc-essiv:sha256) / cryptsetup installation, but even after I enable
> > > virtually everything in the crypto section of the kernel configs, cbc
> > > fails to load.  All the relevant modules are exist (dm-mod, dm-crypt,
> > > crypto_blkcipher, crypto_algapi, crypto_hash, aes_generic,
> > > sha256_generic), but even after modprobing / insmoding
> > > everything, /proc/crypto shows that aes and sha is there, but not cbc.
> > > 
> > > The problem has been reproduced (using my kernel config) by Jonas
> > > Meurer, the Debian cryptsetup maintainer, so it's not just me ;).
> > > We've tried numerous different kernel versions in the .30 / .31 range.
> > > 
> > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541835
> > > 
> > > Does this mean that something else somewhere in the kernel needs to be
> > > configured but isn't, and the necessary dependency isn't properly
> > > declared?
> > > 
> > > My config is at:
> > > http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=45;filename=config-2.6.31-rc6-lizzie-00042-gb2add73;att=1;bug=541835
> > > 
> > > [I'm not subscribed to lkml; please cc me on responses]
> > 
> > 
> > You could try/test a patch that was just posted:
> >   http://lkml.org/lkml/2009/8/27/249
> 
> that patch seems to be for ecryptfs only, while Celejar uses dm-crypt.
> second, the patch just ensures that CRYPTO_ECB and CRYPTO_CBC are
> selected along with ECRYPT_FS. but Celejar does have both CRYPTO_ECB and
> CRYPTO_CBC selected.

ack.

> the problem rather is that loading the cbc blockcipher module simply
> does nothing. the module is listed in /proc/modules, but the blockcipher
> is still missing from /proc/crypto.
> 
> the problem is not reproducible with a debian/unstable 2.6.30.6 kernel,
> even though it has cbc compiled as module as well. but if I recompile
> the same kernel sources with Celejars kernel .config, the problem
> occurs. thus it must be related to the kernel config in some way.

add cc: linux-cry...@vger.kernel.org -- maybe someone there can help out.


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***



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



Bug#378738: [pkg-cli-apps-team] Bug#378738: gfax: stores (hylafax) secret unencrypted in gconf instead of gnome-keyring

2009-08-27 Thread Mirco Bauer
Hi Rhonda,

On Thu, 27 Aug 2009 08:54:48 +0200
Gerfried Fuchs  wrote:

>   Hi!
> 
>  Going through my old bugreports I stumbled upon this goodie:
> 
> * Gerfried Fuchs  [2006-07-18 18:42:37 CEST]:
> >  I almost got a shock when I found my password for hylafax
> > unencrypted in gconf-editor for gfax.  It shouldn't be too hard to
> > store it in gnome-keyring instead - after all that's what it's
> > there for.
> 
>  *ping* - anyone around? This bugreport never got a response and I
> wonder wether it has been forwarded to upstream. This issue is still
> outstanding ...

I haven't forwarded this bug because upstream is not actively working
on gfax since a long time, and soonish when the GNOME print API is
removed from debian (see #542559) gfax will have to be removed from the
archive.

Besides gfax lack of development progress, what's the point of storing
a password in a secure fashion if the application sends the password in
plaintext over the network anyhow (using a FTP based protocol)?

> 
>  Thanks,
> Rhonda
> 
>


-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key ID: 0xEEF946C8

FOSS Developermee...@meebey.net  http://www.meebey.net/
PEAR Developermee...@php.net http://pear.php.net/
Debian Developer  mee...@debian.org  http://www.debian.org/



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



Bug#543402: Gone after uninstalling gtk-qt-engine

2009-08-27 Thread Sir Jective

The problem only appears when gtk-qt-engine package is installed.

I've confirmed this by installing and removing gtk-qt-engine, restarting 
X and checking Iceweasel a couple of times.





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



Bug#539736: [Reportbug-maint] Bug#539736: reportbug: --subject does not accept non-ASCII characters

2009-08-27 Thread Sandro Tosi
On Thu, Aug 27, 2009 at 20:08, Jakub Wilk wrote:
> * Sandro Tosi , 2009-08-11, 18:10:
>>
>> what about setting
>>
>> import sys
>> sys.setdefaultencoding('utf-8')
>>
>> at the beginning of bin/reportbug ?
>
> That would be totally wrong (even though the gtk module actually seems to be
> doing something like this). Let me quote GvR[1]:

So, what are you proposing?

if the alternative is to encode/decode each string we have to print on
screen because in 2009 there are still users not using utf8 shells,
then I'm fine with this change and to deal with the fallback.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#543969: [P-a-s]: Please make checkpolicy libselinux libsemanage libsepol policycoreutils sepolgen setools plicycoreutils Linux specific

2009-08-27 Thread Manoj Srivastava
Package: buildd.debian.org
Severity: wishlist

Hi,
The source packages listed in the subject, namely, 
 checkpolicy libselinux libsemanage libsepol policycoreutils sepolgen
 setools plicycoreutils 
  should not be compiled on machines where DEBIAN_HOST_ARCH_OS is not
  linux, since they are very strongly tied to the Linux kernel and
  internals.

thanks,

manoj

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

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



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



Bug#543968: ITP: libjs-orbited -- TCPSocket javascript client for networking with orbited

2009-08-27 Thread Jeremy Lal
Package: wnpp
Severity: wishlist
Owner: Jeremy Lal 


* Package name: libjs-orbited
  Version : 0.7.10
  Upstream Author : Michael Carter 
* URL : http://www.orbited.org/
* License : MIT
  Programming Lang: Javascript
  Description : TCPSocket javascript client for networking with orbited

Orbited is a central part for providing support of the new WebSocket HTML5
object, which is the standard proposed for COMET client applications.
Support for other protocols (STOMP, IRC, XMPP, TELNET) is also included.

This package is a recommendation of package python-orbited.




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



Bug#543265: pgdesigner: After a long work but saved frequently, the project file still remain almost empty. The work lost.

2009-08-27 Thread Csanyi Pal

Hi Pierre,

Pierre Chifflier írta:

severity 543265 normal
tag 543265 = moreinfo unreproducible
thanks

Hi Paul,

I tried creating a project, working on it (saving frequently) and did
not have any empty file.
Could you provide more details (file format : ini or xml ? connection to
database ?) Did the problem happen again ?

Pierre
  

I saved the project in .ini file.
When I try to create database PgDesigner can't to create it.
The connection to the database works howewer.

Then I was going to use another application to create PostgreSQL database,
and created with it tables.

Today I try out again PgDesigner an can Import that database into 
PgDesigner.
Then I created a Table 'probe' with two columns, save the project, and 
quit PgDesigner.


Then I'm using another application and open with it the database,
but can't find the 'probe' table created with PgDesigner.

Then I close the other application and run again PgDesigner.
Now I'm trying to open the project but get ERROR message:
- 12 - Object  already defined.

When I hit OK on this Dialog Box, then get PgDesigner but with empty, 
gray workspace.


pgdesigner.log:
[2009-08-27 21:31:48]   Start Application
[2009-08-27 21:32:04]   (CProjectXmlReader:Error:-12) Object 
 already defined


I'm using Window Maker Version 0.92.0, if this is relevant.
I notice some difficulties when using PgDesigner:
when I type the Name of the table in the Table window when being 
created, the field

PK name remain empty.

One more notice.
Now I created a new project in PgDesigner with one table and two columns.
When I try to create the new database, I get ERROR:
Unable to connect to database!
Cannot open database: FATAL: database "Proba" does not exist.

Naturally, the database does'n exist, because I want to create it right now.

I hope this help!

--
Regards,
Paul Chany



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



Bug#543915: "libsepol.sepol_module_package_read: out of memory"

2009-08-27 Thread Max Kellermann
On 2009/08/27 18:02, Manoj Srivastava  wrote:
> >  [...]
> >  brk(0x3233000)  = 0x3233000
> >  mmap(NULL, 18446744073703178240, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
> >  mmap(NULL, 18446744073703313408, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
> >  mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, 
> > -1, 0) = 0x7fdfda316000
> 
> So, seems like a  memory issue to me.
> 
> >  munmap(0x7fdfda316000, 30318592)= 0
> >  munmap(0x7fdfe000, 36790272)= 0
> >  mprotect(0x7fdfdc00, 135168, PROT_READ|PROT_WRITE) = 0
> >  mmap(NULL, 18446744073703178240, PROT_READ|PROT_WRITE, 
> > MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
> >  write(2, "libsepol.sepol_module_package_rea"..., 
> > 36libsepol.sepol_module_package_read: ) = 36
> >
> > This looks like a buffer underflow (0xff9ec000) or an
> > uninitialized variable.
> 
> Why do you think this is buffer underflow? (Also, I do not see
>  0xff9ec000 in the log fragment)

0xff9ec000 == 18446744073703178240 (the size of the first
large allocation).  It's also equal to -6373376.  This just looks like
an integer underflow, doesn't it?

> Unless you can provide some evidence that his is not a local
>  hardware or configuration error, or if I can reproduce this, I would
>  have to treat this as an out of memory error.

What kind of configuration error could make semanage allocate this
huge amount of memory?

Here is a backtrace:

 Breakpoint 4, 0x7f9bc4c05400 in mmap64 () from /lib/libc.so.6
 (gdb) p $rsi
 $25 = -6373376
 (gdb) bt
 #0  0x7f9bc4c05400 in mmap64 () from /lib/libc.so.6
 #1  0x7f9bc4baf6bb in _int_malloc () from /lib/libc.so.6
 #2  0x7f9bc4bb0a78 in malloc () from /lib/libc.so.6
 #3  0x7f9bc5301a8e in sepol_module_package_read (mod=0xb1d170, 
spf=0xb202e0, verbose=0) at module.c:533
 #4  0x7f9bc4ea7838 in ?? () from /lib/libsemanage.so.1

More debugging info:

 (gdb) frame 3
 #3  0x7f9bc5301a8e in sepol_module_package_read (mod=0xb1d170, 
spf=0xb202e0, verbose=0) at module.c:533
 533 module.c: No such file or directory.
 in module.c
 (gdb) p len
 $26 = 18446744073703176358
 (gdb) p i
 $27 = 3
 (gdb) p nsec
 $30 = 4
 (gdb) p offsets[i+1] 
 $28 = 8192
 (gdb) p offsets[i]
 $29 = 6383450

line 456:

 len = offsets[i + 1] - offsets[i];

Voila, integer underflow.  Good guess, isn'it it?  The function
module_package_read_offsets() reads the offsets from the input file,
but does not verify them.

 for (i = 0; i < nsec; i++) {
   // ...
   len = offsets[i + 1] - offsets[i];

That looks obviously wrong, but it in fact isn't - because
module_package_read_offsets() allocates nsec+1 items.  But the problem
is in module_package_read_offsets() itself:

 off = (size_t *) malloc((nsec + 1) * sizeof(size_t));
 // ...
 for (i = 0; i < nsec; i++) {
   off[i] = le32_to_cpu(buf[i]);
   if (i && off[i] < off[i - 1]) {
 // ...

That's nice so far - it verifies that the offsets are ascending.  BUT:

 off[nsec] = policy_file_length(file);

Here, the check is missing.

But why is the file length 8192?  My base.pp has 6383597 bytes
(compressed), not 8192.  Let's break in policy_file_length():

 (gdb) p prev_offset 
 $4 = 28
 (gdb) p end_offset 
 $5 = 8192
 (gdb) p fp->fp
 $6 = (FILE *) 0x1c42350
 (gdb) p fileno(fp->fp)
 $7 = -1

But why is the file descriptor negative?  sepol_module_package_read()
is called by semanage_load_module(), which bunzips the file, closes
it, reopens it with fmemopen().  fmemopen has no file descriptor,
that's why it's negative.  Is there another bug in glibc?

fmemopen_seek():

case SEEK_END:
  np = c->maxpos - *p;

What is c->maxpos?  Let's look it up in fmemopen():

  c->size = len;
  c->maxpos = strlen (c->buffer);

WTF!

Bottom line is:

- libsepol misses proper input validation, which may lead to an
  integer underflow and a ridiculously huge allocation.

- in glibc, fmemopen_seek() works only with null-terminated strings.

Is that enough information?

Max



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



  1   2   3   4   5   >