Bug#430470: scons does not delete sideeffects when env.Default used

2008-06-18 Thread Luca Falavigna

tags 430470 + pending
thanks

This will be documented better in the next release, but you have to call 
Clean() for every SideEffect you create, since they are not removed 
automatically by SCons.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#461349: 100% CPU '/usr/bin/index++' zombies

2008-06-18 Thread Kapil Hari Paranjape
Hello,

On Wed, 18 Jun 2008, Pawel Wiecek wrote:
> Should this bug be redirected to kernel?

Not really. :-)

On Wed, 18 Jun 2008, Kapil Hari Paranjape wrote:
> I agree that an unkillable process is unacceptable.
> 
> However, _that_ is clearly some sort of serious kernel bug.

This should have been accompanied by a smiley :-)

Regards,

Kapil.
--




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486786: xserver-xorg-video-glint: startx results in Fatal X server error

2008-06-18 Thread Brice Goglin
Daniel Lewart wrote:
> Package: xserver-xorg-video-glint
> Version: 1:1.2.0-1
> Severity: grave
> Justification: renders package unusable
>
>
> xserver-xorg-video-glint 1.1.1-8 startx worked fine.
> xserver-xorg-video-glint 1.2.0-1 startx fails:
>   Backtrace:
>   0: /usr/bin/X11/X(xf86SigHandler+0x7e) [0x80c6a4e]
>   1: [0xe420]
>   2: /usr/bin/X11/X(InitOutput+0xa17) [0x80a9a87]
>   3: /usr/bin/X11/X(main+0x296) [0x80744c6]
>   4: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d7c450]
>   5: /usr/bin/X11/X(FontFileCompleteXLFD+0x201) [0x8073a31]
>
>   

Reverting back to 1.1.1-8 fixes the bug, right ?

Given that there are very few users of this driver, even among the
upstream devs, it would be very nice if you could locate which upstream
commit broke this. Looking at
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-glint.git, I
guess the pciaccess port (Dave Airlie's commits) are the best candidates
for this breakage. Can you trying reverting these 4 patches and see if
the bug disappears? (reverting less than 4 may lead to build failure
from what I see in the logs).

Also, it would be nice if you could catch a backtrace with gdb. And even
better if you could catch a backtrace after rebuilding the driver with
debug enabled (see [1]) and installing xserver-xorg-core-dbg.

thanks,
Brice

[1] http://wiki.debian.org/HowToGetABacktrace




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486791: ITP: hatools -- The halockrun program provides a simple way to implement locking in shell scripts.

2008-06-18 Thread Igshaan Mesias
Package: wnpp
Severity: wishlist
Owner: Igshaan Mesias <[EMAIL PROTECTED]>


* Package name: hatools
  Version : 2.00
  Upstream Author : Markus Winand <[EMAIL PROTECTED]>
* URL : http://www.fatalmind.com/software/hatools/
* License : GPL
  Programming Lang: C
  Description : The halockrun program provides a simple way to
implement locking in shell scripts.

The hatools provide some programs to improve shell scripting in a High
Availability environment.
The halockrun program provides a simple and reliable way to implement
a locking in shell scripts. A typical usage for
halockrun is to prevent cronjobs to run simultanously. halockrun uses
a lock on a file via fcntl(2) which ensures the
release of the lock even if the process gets killed via SIGKILL. The
hatimerun program provides a time-out mechanism
which can be used from shell scripts.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486792: option processing in mp3tool...

2008-06-18 Thread Eric J Olson
Package: mp3tool
Version: 1.2-1

This bug is present in all versions of mp3 tool and upstream.  The
option -c only works if it is the first option on the command line.
This is due to a incorrect arument to the getopt_long function call
at approximately line 240 in the source id3tool.c.  Please change

retval = getopt_long (argc, argv, "t:a:r:y:n:g:G:lvh",
  id3options, &opt_index);

to

retval = getopt_long (argc, argv, "t:a:r:y:n:g:G:c:lvh",
  id3options, &opt_index);

or rewrite the loop so there is only one place in the main routine
where a call to getopt_long is made.

Sincerely,
Eric



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479361: Intent to NMU or help for an l10n upload of dash to fix pending po-debconf l10n bugs

2008-06-18 Thread Gerrit Pape
On Wed, Jun 18, 2008 at 07:47:33AM +0200, Christian Perrier wrote:
> I took Gerrit's word as a promise to upload around June 30th, which
> explains why I announced an upcoming upload in a mail that apparently
> hit -i18n after your own mail...

Yes, fine.  Let's make it so.  Regards, Gerrit.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481762: [gnome-applets] This Bug seems to be related to Ubuntu 8.04 Betag Bug #211604

2008-06-18 Thread Peter Ulber
Package: gnome-applets
Version: 2.22.2-1

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

I confirm this bug and found a maybe related one on the Ubuntu Bug
Tracking System. It's about :

https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/211604

A fix for that one above I have found on the Gnome Bug Tracking System.
It changes the environment of the Bonobo Activation Server:

http://bugzilla.gnome.org/show_bug.cgi?id=537011

Hope, this helps :-)


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

Debian Release: lenny/sid
  500 unstablesnapshots.ekiga.net
  500 unstabledebian.zaubberer.net
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.de.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libapm1   (>= 3.2.0-7) | 3.2.2-10
libatk1.0-0(>= 1.20.0) | 1.22.0-1
libbonoboui2-0 (>= 2.15.1) | 2.22.0-1
libc6   (>= 2.7-1) | 2.7-11
libcpufreq0| 002-7.2
libdbus-1-3 (>= 1.0.2) | 1.2.1-2
libdbus-glib-1-2 (>= 0.74) | 0.76-1
libgconf2-4(>= 2.13.5) | 2.22.0-1
libglade2-0   (>= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0   (>= 2.16.0) | 2.16.3-2
libgnome-desktop-2 (>= 2.22.0) | 2.22.2-1
libgnome2-0(>= 2.17.3) | 2.20.1.1-1
libgnomekbd2   | 2.22.0-1
libgnomekbdui2 | 2.22.0-1
libgnomeui-0   (>= 2.17.1) | 2.20.1.1-1
libgnomevfs2-0  (>= 1:2.17.90) | 1:2.22.0-3
libgstreamer-plugins-base0.10-0   (>= 0.10.14) | 0.10.19-2
libgstreamer0.10-0 (>= 0.10.9) | 0.10.19-3
libgtk2.0-0(>= 2.12.0) | 2.12.9-3
libgtop2-7 (>= 2.20.0) | 2.22.2-1
libgucharmap6(>= 1:2.22.0) | 1:2.22.1-1
libgweather1   | 2.22.2-1
libhal1   (>= 0.5.8.1) | 0.5.11-1
libnotify1  (>= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10 |
libpanel-applet2-0 (>= 2.19.3) | 2.20.3-4
libpango1.0-0  (>= 1.20.2) | 1.20.2-2
libwnck22  (>= 2.22.0) | 2.22.1-1
libx11-6   | 2:1.0.3-7
libxklavier12 (>= 3.4) | 3.5-1
libxml2(>= 2.6.27) | 2.6.32.dfsg-2
debconf  (>= 0.5)  | 1.5.22
 OR debconf-2.0|
gconf2   (>= 2.12.1-1) | 2.22.0-1
gnome-applets-data   (>= 2.22) | 2.22.2-1
gnome-applets-data   (<< 2.23) | 2.22.2-1
gnome-panel(>= 2.13.4) | 2.20.3-4
gnome-icon-theme  (>= 2.15.91) | 2.22.0-1
gstreamer0.10-alsa | 0.10.19-2
 OR gstreamer0.10-audiosink|
 OR hurd   |
python(>= 2.4) | 2.5.2-1
libgnomevfs2-extra | 1:2.22.0-3


-- 
  ,= ,-_-. =.   "Tragen meine Bemerkungen keinen Stempel an sich,
 ((_/)o o(\_))  der sie als die meinen kennzeichnet, so will ich sie
  `-'(. .)`-'   auch weiter nicht als mein Eigentum beanspruchen."
  \_/   Ludwig Wittgenstein, Philosophische Untersuchungen



signature.asc
Description: OpenPGP digital signature


Bug#485286: lazygal: EXIF comment tag fill with 0

2008-06-18 Thread castet . matthieu
Quoting Alexandre Rossi <[EMAIL PROTECTED]>:

> Hi,
>
> > But there a problem for IMG_0870_exiftool_usercomment_unicode.JPG : the
> exif
> > is in big endian format. And it this case it seems it is UTF-16BE that
> > should be used.
>
> Thanks a lot, this should be okay for your examples now.
>
Not really, I wasn't clear enought. The exif data could be in little or big
endian. In order to know that there is a byte order field in jpeg or exif data
(II or MM).
If the exif data is in little endian, utf-16le should be used
If the exif data is in bug endian, utf-16le should be used.
http://castet.matthieu.free.fr/tmp/test_exif/IMG_0870_exiftool_usercomment_unicode.JPG
is in big endian,
http://castet.matthieu.free.fr/tmp/test_exif/IMG_0874_exiftool_usercomment_unicode.JPG
is in little endian.

But I don't know how to get the bit order info in python.

I wonder why the python exiv2 wrapper haven't done this glue...

Matthieu



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486167: libchipcard-tools: geldkarte tool always fails

2008-06-18 Thread Hendrik Sattler

Zitat von Micha Lenk <[EMAIL PROTECTED]>:

as Martin already wrote: This bug apparently occurs with an O2Micro
Smart Card reader only. I have no such reader here and can't help fixing
the bug.

Does the suggested use of the IFD driver work for you?


I didn't find out how to do that, yet. I'll dig into the source...

HS





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486794: python-vtk: No rule to make target `/usr/bin/vtkWrapPythonInit'

2008-06-18 Thread Mathieu Malaterre
Package: python-vtk
Version: 5.0.2-4
Severity: normal


python-vtk package is broken it is missing the executable:

/usr/bin/vtkWrapPythonInit

Please add it (it seems to be available in testing)

thanks


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (40, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages python-vtk depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii  libfreetype6  2.2.1-5+etch2  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libgl1-mesa-glx [libgl1]  6.5.1-0.6  A free implementation of the OpenG
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-7Tag Image File Format (TIFF) libra
ii  libvtk5   5.0.2-4Visualization Toolkit - A high lev
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  python2.4.4-2An interactive high-level object-o
ii  python-support0.5.6  automated rebuilding support for p
ii  tcl8.48.4.12-1.1 Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.12-1etch2  Tk toolkit for Tcl and X11, v8.4 -
ii  zlib1g1:1.2.3-13 compression library - runtime

python-vtk recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486795: lintian: maintainer email is case-insensitive

2008-06-18 Thread Christoph Martin
Package: lintian
Version: 1.24.0~bpo40+1
Severity: normal


If only the case of the email address in the changelog differs from
the case of the email address in the Maintainer field, lintian thinks
falsly it is a NMU with the following warnings:

 W changelog-should-mention-nmu

 W source-nmu-has-incorrect-version-number

However email addresses are case-insensitive.

Christoph

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable'), (70, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages lintian depends on:
ii  binutils   2.17-3The GNU assembler, linker and bina
ii  diffstat   1.43-2produces graph of changes introduc
ii  dpkg-dev   1.13.25   package building tools for Debian
ii  file   4.17-5etch3   Determines file type using "magic"
ii  gettext0.16.1-1  GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libdigest-sha-perl 5.44-1Perl extension for SHA-1/224/256/3
ii  libparse-debianchangel 1.0-1 parse Debian changelogs and output
ii  libtimedate-perl   1.1600-5  Time and date functions for Perl
ii  liburi-perl1.35-2Manipulates and accesses URI strin
ii  man-db 2.4.3-6   The on-line manual pager
ii  perl [libdigest-md5-pe 5.8.8-7etch3  Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information


pgpzQlT5CytT5.pgp
Description: PGP signature


Bug#486797: qa.debian.org: email addresses are case-insensitive

2008-06-18 Thread Christoph Martin
Package: qa.debian.org
Severity: normal


If a maintainer has some packages with his email address in different
case in the maintainer field they end up on different pages on
qa.debian.org. See for example:

http://qa.debian.org/[EMAIL PROTECTED]

and

http://qa.debian.org/[EMAIL PROTECTED]

Ony should get the same page independent of the case of the maintainer
email. 

Probably this is also the case for submitter emails.

Christoph

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable'), (70, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-4-686-bigmem
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486792: option processing in mp3tool...

2008-06-18 Thread Sandro Tosi
Hello Eric,
are you sure about the package name? [1] can't find it in Debian...
Forgive me if I'm wrong :)

[1] http://packages.debian.org/search?keywords=mp3tool

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486796: ITP: apertium-pt-ca -- Apertium linguistic data to translate between Portuguese and Catalan

2008-06-18 Thread Francis Tyers
Package: wnpp
Severity: wishlist
Owner: "Francis Tyers" <[EMAIL PROTECTED]>

  Package name : apertium-pt-ca
  Version  : 0.9.0
  Upstream Authors : Carme Armentano i Oller
 Universitat d'Alacant (Transducens group)
  URL  : http://apertium.sourceforge.net/
  License  : GPL (v2)
  Description  : Portuguese-Catalan language-pair package for
apertium

 This package contains the linguistic data needed by apertium to  
 translate between Portuguese and Catalan

Fran




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486798: restore export of handle_mm_fault for Mac on Linux kernel modules

2008-06-18 Thread Gaudenz Steinlin
Package: linux-2.6
Severity: wishlist
Tags: patch


Hi

With kernel release 2.6.23 the export of handle_mm_fault was removed.
The kernel modules for the Mac on Linux emulator rely on this symbol.
Because the mol-source package containing these modules no longer builds
RC bug #445359 was filed. The bug log is a bit confusing because it
mixes several issues, but the baseline is, that building mol modules
needs handle_mm_fault.

Therefore please add the attached patch to the powerpc Debian kernel
packages. This reenables the export of handle_mm_fault for powerpc only. 
I know that SuSE also applies a similar patch to their powerpc kernels
to be able to build the mol modules. As the patch is fairly short and
the symbol was exported for a long time before I don't see any bad side
effects of applying this patch. 

I the long run an inclusion of the mol kernel moduls into the linux
upstream source would be the preferred solution. There is currently some
upstream work in this direction. But it won't be ready for lenny. 

The corresponding upstream (mol) bug report is:
http://sourceforge.net/tracker/index.php?func=detail&aid=1763167&group_id=179078&atid=887701

Please CC [EMAIL PROTECTED] on any replies.

Thanks for considering this patch.

Gaudenz

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-rc5
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index c6b1aa3..455fb38 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -189,6 +189,7 @@ EXPORT_SYMBOL(set_context);
 extern long mol_trampoline;
 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
+EXPORT_SYMBOL(handle_mm_fault); /* For MOL */
 #ifdef CONFIG_SMP
 extern int mmu_hash_lock;
 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */


Bug#486799: lists.debian.org [INTL:vi] Requesting a Vietnamese mailing list

2008-06-18 Thread Clytie Siddall

Package: lists.debian.org
Version:
Tags:  l10n
Severity: wishlist

Please open a mailing list:

[EMAIL PROTECTED]

for the Vietnamese team.

Thankyou. :)

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486728: Please drop dependency on bazaar

2008-06-18 Thread Vincent Danjean
severity 454313 wishlist
thanks

Chris Lamb wrote:
> Package: tailor
> Version: 0.9.35-1
> Severity: important
> 
> Please drop the dependency on "bazaar" so it can be removed from the
> archive; see #454313 for more.

tailor does not depend on "bazaar". It is only a suggest (with a lot of
other SCM)
I do not plan to remove it until bazaar is removed from unstable AND
stable (backports are easier and a non working suggest in Debian does
no harm)

So, unless I miss something, you probably want to remove the block of
#454313 by this bug (there is nothing in tailor preventing the removal
of bazaar)

> (Of course, if this package's functionality depends entirely on bazaar, it
> should probably be dropped as well. I have made no such judgement on this
> matter, however.)

  Best regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0x9D025E87 [EMAIL PROTECTED]
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#476798: webkit and auth support

2008-06-18 Thread Yves-Alexis Perez
Hi Mike,

is there any news on this (maybe related to the libsoup backend?)?

Cheers,
-- 
Yves-Alexis



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486800: [INTL:bg] Bulgarian debconf translation

2008-06-18 Thread Damyan Ivanov
Package: dash
Version: 0.5.4-9
Severity: wishlist
Tags: patch l10n

Hi,

Please find attached Bulgarian translation of dash debconf template.

-- 
dam
# translation of bg.po to Bulgarian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Damyan Ivanov <[EMAIL PROTECTED]>, 2008.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-03-02 21:54+\n"
"PO-Revision-Date: 2008-06-18 11:28+0300\n"
"Last-Translator: Damyan Ivanov <[EMAIL PROTECTED]>\n"
"Language-Team: Bulgarian <[EMAIL PROTECTED]>\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"

#. Type: boolean
#. Description
#: ../dash.templates.in:1001
msgid "Install dash as /bin/sh?"
msgstr "Инсталиране на dash като /bin/sh?"

#. Type: boolean
#. Description
#: ../dash.templates.in:1001
msgid "The default /bin/sh shell on Debian and Debian-based systems is bash."
msgstr "Обвивката по подразбиране (/bin/sh) е bash."

#. Type: boolean
#. Description
#: ../dash.templates.in:1001
msgid ""
"However, since the default shell is required to be POSIX-compliant, any "
"shell that conforms to POSIX, such as dash, can serve as /bin/sh. You may "
"wish to do this because dash is faster and smaller than bash."
msgstr ""
"Тъй като изискването към обвивката по подразбиране е единствено да бъде "
"съвместима с POSIX, всяко обвивка, която отговаря на това условие, като "
"например dash, може да изпълнява тази роля. Възможна причина да "
"предпочетете dash пред bash е, че е по-малка и по-бърза."



Bug#486797: qa.debian.org: email addresses are case-insensitive

2008-06-18 Thread Bastian Blank
On Wed, Jun 18, 2008 at 09:55:36AM +0200, Christoph Martin wrote:
> If a maintainer has some packages with his email address in different
> case in the maintainer field they end up on different pages on
> qa.debian.org.

The local part of an email address is case sensitive. The behaviour is
entirely defined by the receiving MTA.

Bastian

-- 
No more blah, blah, blah!
-- Kirk, "Miri", stardate 2713.6



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486795: Bug#486797: qa.debian.org: email addresses are case-insensitive

2008-06-18 Thread Adam D. Barratt

Christoph Martin wrote:

If a maintainer has some packages with his email address in different
case in the maintainer field they end up on different pages on
qa.debian.org. See for example:

[...]

Ony should get the same page independent of the case of the maintainer
email.

Probably this is also the case for submitter emails.


Technically, e-mail addresses (well, local parts) /aren't/ case insensitive; 
RFC2821 section 2.4 says (in part):


"
The local-part of a mailbox
  MUST BE treated as case sensitive.  Therefore, SMTP implementations
  MUST take care to preserve the case of mailbox local-parts.  Mailbox
  domains are not case sensitive.  In particular, for some hosts the
  user "smith" is different from the user "Smith".  However, exploiting
  the case sensitivity of mailbox local-parts impedes interoperability
  and is discouraged.
"

i.e. it's unlikely to happen that [EMAIL PROTECTED] and [EMAIL PROTECTED] are 
different mailboxes but it's permitted.


Adam 





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486799: lists.debian.org [INTL:vi] Requesting a Vietnamese mailing list

2008-06-18 Thread Thomas Viehmann

Hi Clytie,

thanks for your work on vietnamese debian l10n.
To ease processing of your request, we would much appreciate if you  
could provide the information listed in the HOWTO for list creation  
requests[1]. Also the next steps in the process are outlined there.


Kind regards

T.

1. http://www.debian.org/MailingLists/HOWTO_start_list



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486802: New version available...

2008-06-18 Thread Gürkan Sengün

Package: sauerbraten
Version: 0.0.20071227.dfsg-2
Severity: normal

Please could you update this for Lenny?

Yours,
Gürkan



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#485738: reproduction

2008-06-18 Thread Lucas Nussbaum
On 11/06/08 at 15:23 +0200, Blaž Lorger wrote:
> Correction, this is simplest script that reproduces bug:
> 
> #!/usr/bin/env ruby
> 
> require 'xml/libxml'
> 
> i = 0;
> while true
>   XML::Document.new;
>   i += 1;
>   puts "* #{i} *" if i%100 == 0;
> end

Thanks for the testcase. I reproduced the problem with 1.8.7.17. Arg.
I also rebuilt libxml-ruby to make sure it wasn't caused by a subtle ABI
change, but the problem is still there with a freshly build libxml-ruby.

Akira-san, Daigo-san, could one of you raise the issue on ruby-dev? Or
should I raise it on ruby-core?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486801: dash: [INTL:vi] Vietnamese debconf templates translation update

2008-06-18 Thread Clytie Siddall

Package: dash
Version: 0.5.4-9.1
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: dash

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: Binary data


Bug#486797: qa.debian.org: email addresses are case-insensitive

2008-06-18 Thread Christoph Martin


Bastian Blank schrieb:
> On Wed, Jun 18, 2008 at 09:55:36AM +0200, Christoph Martin wrote:
>> If a maintainer has some packages with his email address in different
>> case in the maintainer field they end up on different pages on
>> qa.debian.org.
> 
> The local part of an email address is case sensitive. The behaviour is
> entirely defined by the receiving MTA.

http://qa.debian.org/[EMAIL PROTECTED]

still gives a different page than

http://qa.debian.org/[EMAIL PROTECTED]

Christoph

-- 

Christoph Martin, Leiter der EDV der Verwaltung, Uni-Mainz, Germany
 Internet-Mail:  [EMAIL PROTECTED]
  Telefon: +49-6131-3926337
  Fax: +49-6131-3922856



signature.asc
Description: OpenPGP digital signature


Bug#482027: X crashes when starting 'cheese'

2008-06-18 Thread Enrico Zini
On Tue, May 20, 2008 at 12:12:56PM +0200, Julien Cristau wrote:

> can you try the latest version (2:2.3.1-1), and if that doesn't help get
> a backtrace from gdb with xserver-xorg-core-dbg and
> xserver-xorg-video-intel-dbg installed?
> See http://wiki.debian.org/XStrikeForce/XserverDebugging for some
> information.

On Tue, May 20, 2008 at 12:13:20PM +0200, Brice Goglin wrote:

> Is it reproducible? Please try with intel 2.3.1 from unstable. If it
> still crashes, please install xserver-xorg-video-intel-dbg and catch a
> debugging backtrace with gdb. If you need help, please let me know.

Hello,

I've just tried with 2:2.3.1-1 and it did not crash anymore.  I suppose
you can close the bug.

Sorry for not trying this earlier, but I have not been in a position to
restart the X server until now.


Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#476798: webkit and auth support

2008-06-18 Thread Mike Hommey
forwarded 476798 https://bugs.webkit.org/show_bug.cgi?id=16947
thanks

On Wed, Jun 18, 2008 at 10:32:14AM +0200, Yves-Alexis Perez wrote:
> Hi Mike,
> 
> is there any news on this (maybe related to the libsoup backend?)?

AFAIK, the libsoup backend is less complete than the libcurl one, which
has its own problems, too.

Feel free to try and improve the patches attached to the upstream bug.

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#468824: remove Xen specialcasing

2008-06-18 Thread Leopold Palomo-Avellaneda
A Dimarts 17 Juny 2008, Robert Millan va escriure:
> Hi,
>
> Ian Campbell sent this patch, which removes specialcasing for Xen.  Please
> can you confirm this fixes your problem?
>
> Thanks

At least with etch it have been working. Now, the scripts detects my -xenomai 
list of kernels.

Thanks Robert,

See you.

Leo




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486517: submitter 486517

2008-06-18 Thread Steve Langasek
# Automatically generated email from bts, devscripts version 2.10.27
# retired DD, email bounces
submitter 486517 Jim Penny <[EMAIL PROTECTED]>




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#452893: claws-mail: (invalid) subject header displayed as garbage; be more generous

2008-06-18 Thread Ricardo Mones
Hello Amelia,

On Wed, Jun 18, 2008 at 2:39 AM, Amelia A Lewis <[EMAIL PROTECTED]> wrote:
> Dear Ricardo,
>
> On 2008-06-11 03:59:58 -0400 "Ricardo Mones" <[EMAIL PROTECTED]> wrote:
>> On Tue, Jun 10, 2008 at 7:34 PM, Amelia A Lewis <[EMAIL PROTECTED]> wrote:
>>> The bug persists as of Claws Mail 3.1.0-1.
>>>
>>> My locale is UTF-8.  I have an example from a Russian correspondent; the
>>> body of the message is Windows-1251, as is the subject.  I have no idea
>>> what Claws thinks it's using to display the garbage in the subject, but
>>> it can't be UTF-8, since the string is illegal in UTF-8.  So, at a guess,
>>> it's falling back (in this version) not to the locale, but to some
>>> developer-designated 8-bit encoding, disregarding the information in the
>>> MIME Content-Type header that might provide a useful hint.
>>>
>>> It's possible that the version that I have has been obsoleted.
>>
>> Indeed, current versión is 3.4.0, which is the one I was pretending
>> you to test against, sorry for not being specific.
>> Could you upgrade claws-mail package and see if it works better?
>
> Oh, *sigh*.  Sorry, the failure to cc can be blamed on my switching between 
> MUAs; this one has a single reply button and a dialog that asks me "reply to 
> everyone?" and I've grown accustomed, so don't think to look for the "all" 
> button instead.

:-)

> I'm afraid that I'm in something of a bind, so if you have reason to believe 
> that this is fixed as of 3.4, I'll accept that.  The problem is called 
> hughes.net, bloodsuckers of the rural landscape, and their foul access policy 
> that means that once I've gotten behind on updates, I daren't try to catch up.
>
> Err.  Basically, I'm going to have to burn a DVD at work, over a hot 
> connection, before I can risk trying an update at home, because otherwise my 
> connection will be throttled to tens of bytes per second in retaliation.  I 
> don't know when I can do it, so it's best if you just regard me as 
> complaisant with whatever evaluation you've arrived at.
>
> If you wish, I can forward (as attachment) an email that displayed the 
> behavior, so that you can (perhaps) extract it and examine it.  But you may 
> not feel that it's worth the effort.

Well, there's no hurry at all, I can wait for you to upgrade and test
first. If problem is still present then I agree further examination of
the message is the way to go as you point out.

As the next upstream release (3.5.0) is going to happen soon (before
the end of the month) you may prefer to wait some days before burning
that DVD and test with the very last one instead of current 3.4.0
(which I would prefer too :-).

thanks in advance,
-- 
 Ricardo Mones
 http://people.debian.org/~mones
 «You are confused; but this is your normal state.»


Bug#486803: [widelands-data] many sounds are more than one time in the data package

2008-06-18 Thread Matthias Krüger
Package: widelands-data
Version: 1:12-3
Severity: wishlist

--- Please enter the report below this line. ---
Many sounds (but images, too) are more than one time in the
widelands-data package.

file:///usr/share/games/widelands/worlds/blackland/bobs/sheep/sheep_00.ogg
file:///usr/share/games/widelands/worlds/desert/bobs/sheep/sheep_00.ogg

file:///usr/share/games/widelands/worlds/greenland/bobs/sheep/sheep_00.ogg
file:///usr/share/games/widelands/worlds/winterland/bobs/sheep/sheep_00.ogg

file:///usr/share/games/widelands/tribes/atlantids/workers/geologist/geologist_hammer_00.ogg
file:///usr/share/games/widelands/tribes/barbarians/workers/geologist/geologist_hammer_00.ogg
file:///usr/share/games/widelands/tribes/empire/workers/geologist/geologist_hammer_00.ogg

file:///usr/share/games/widelands/tribes/barbarians/buildings/stonegrinder/stonegrinder_00.ogg
file:///usr/share/games/widelands/tribes/empire/buildings/stonemason/stonemason_00.ogg

file:///usr/share/games/widelands/tribes/empire/workers/lumberjack/lumberjack_02.ogg
file:///usr/share/games/widelands/tribes/empire/workers/lumberjack/lumberjack_01.ogg

file:///usr/share/games/widelands/tribes/atlantids/buildings/farm/farm_animal_00.ogg
file:///usr/share/games/widelands/tribes/barbarians/buildings/farm/farm_animal_00.ogg
file:///usr/share/games/widelands/tribes/empire/buildings/farm/farm_animal_00.ogg

file:///usr/share/games/widelands/tribes/atlantids/workers/stonecutter/stonecutter_00.ogg
file:///usr/share/games/widelands/tribes/empire/workers/stonemason/stonemason_00.ogg

file:///usr/share/games/widelands/tribes/atlantids/buildings/sawmill/sawmill_01.ogg
file:///usr/share/games/widelands/tribes/empire/buildings/sawmill/sawmill_01.ogg

file:///usr/share/games/widelands/tribes/atlantids/buildings/sawmill/sawmill_00.ogg
file:///usr/share/games/widelands/tribes/empire/buildings/sawmill/sawmill_00.ogg

file:///usr/share/games/widelands/tribes/atlantids/buildings/headquarters/warehouse-bringitin_00.ogg
file:///usr/share/games/widelands/tribes/atlantids/buildings/warehouse/warehouse-bringitin_00.ogg
file:///usr/share/games/widelands/tribes/barbarians/buildings/headquarters/warehouse-bringitin_00.ogg
file:///usr/share/games/widelands/tribes/barbarians/buildings/warehouse/warehouse-bringitin_00.ogg
file:///usr/share/games/widelands/tribes/empire/buildings/headquarters/warehouse-bringitin_00.ogg
file:///usr/share/games/widelands/tribes/empire/buildings/warehouse/warehouse-bringitin_00.ogg

file:///usr/share/games/widelands/tribes/barbarians/workers/lumberjack/timber_00.ogg
file:///usr/share/games/widelands/tribes/empire/workers/lumberjack/timber_00.ogg

file:///usr/share/games/widelands/tribes/atlantids/buildings/farm/farm_animal_01.ogg
file:///usr/share/games/widelands/tribes/barbarians/buildings/farm/farm_animal_01.ogg
file:///usr/share/games/widelands/tribes/empire/buildings/farm/farm_animal_01.ogg

file:///usr/share/games/widelands/tribes/barbarians/workers/lumberjack/timber_01.ogg
file:///usr/share/games/widelands/tribes/empire/workers/lumberjack/timber_01.ogg

file:///usr/share/games/widelands/tribes/barbarians/workers/fisher/fisher_throw_net_00.ogg
file:///usr/share/games/widelands/tribes/empire/workers/fisher/fisher_throw_net_00.ogg

file:///usr/share/games/widelands/tribes/empire/workers/fisher/fisher_pull_net_00.ogg
file:///usr/share/games/widelands/tribes/barbarians/workers/fisher/fisher_pull_net_00.ogg

Maybe there could be folders like
file:///usr/share/games/widelands/tribes/all/workers/fisher/
file:///usr/share/games/widelands/tribes/all/buildings/farm/
file:///usr/share/games/widelands/worlds/all/bobs/sheep/
containing the files all tribes/worlds need, like a package-intern
library or something like this...

Thank you for your fine work!Matthias Krüger
--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-1-amd64

Debian Release: lenny/sid
  500 testing security.debian.org
  500 testing 141.76.2.4

--- Package information. ---
Depends   (Version) | Installed
===-+-===
ttf-freefont| 20080323-3




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486805: reportbug won't use urwid interface with python-urwid installed

2008-06-18 Thread Alan Braslau
Package: reportbug
Version: 3.41
Severity: important


reportbug configured to use the urwid interface, gives the message

unable to import urwid interface: Please install the python-urwid package to 
use this
interface. Falling back to text interface.

Yet:
ii  python-urwid   0.9.8.2-1  curses-based UI/widget library for 
Python


-- Package-specific info:
** Environment settings:
INTERFACE="urwid"

** /home/dogger/braslau/.reportbugrc:
reportbug_version "3.41"
mode standard
ui urwid
realname "Alan Braslau"
email "[EMAIL PROTECTED]"
smtphost "mx.extra.cea.fr"

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

Kernel: Linux 2.6.25
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages reportbug depends on:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.7  register and build utility for Pyt

reportbug recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486658: gstreamer0.10-ffmpeg-full upgrade 0.10.3-0.1->0.10.4-0.1 broke swfdec-mozilla

2008-06-18 Thread Thue Janus Kristensen
On Wed, Jun 18, 2008 at 12:42 AM, Santiago Garcia Mantinan <[EMAIL PROTECTED]>
wrote:

> > I found out that the upgrade of gstreamer0.10-ffmpeg-full from version
> > 0.10.3-0.1 to version 0.10.4-0.1 was what broke youtube videos in
> > swfdec-mozilla.
>
> I'm using 0.10.4-3 version of gstreamer0.10-ffmpeg without problems,
> changing to -full breaks it, so I suppose this is some kind of problem on
> -full version.
>
> If you can confirm this we can close the bug and maybe marillat has the
> time
> to look at -full's problem.


Yep, gstreamer0.10-ffmpeg 0.10.4-3 works. The problem is with -full.

Regards, Thue


Bug#486806: Please fix desktop files to be freedesktop compliant

2008-06-18 Thread Marco Rodrigues

Package: sbackup
Version: 0.10.5
Severity: wishlist

Please fix these errors and warnings.

$ desktop-file-validate sbackup.desktop
sbackup.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated

sbackup.desktop: error: value "Application;System;Settings" for string list key 
"Categories" in group "Desktop Entry" does not have a semicolon (';') as 
trailing character


sbackup.desktop: warning: value "sbackup-conf.png" for key "Icon" in group 
"Desktop Entry" is an icon name with an extension, but there should be no 
extension as described in the Icon Theme Specification if the value is not an 
absolute path


sbackup.desktop: error: key "GenericName[en_GB]" in group "Desktop Entry" is a 
localized key, but there is no non-localized key "GenericName"


sbackup.desktop: error: key "GenericName[fr_FR]" in group "Desktop Entry" is a 
localized key, but there is no non-localized key "GenericName"


---

$ desktop-file-validate srestore.desktop
srestore.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated

srestore.desktop: error: value "Application;System;Settings" for string list key 
"Categories" in group "Desktop Entry" does not have a semicolon (';') as 
trailing character


srestore.desktop: warning: value "sbackup-restore.png" for key "Icon" in group 
"Desktop Entry" is an icon name with an extension, but there should be no 
extension as described in the Icon Theme Specification if the value is not an 
absolute path


srestore.desktop: error: key "GenericName[fr_FR]" in group "Desktop Entry" is a 
localized key, but there is no non-localized key "GenericName"



Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486807: since upgrade urxvtcd does not start anymore

2008-06-18 Thread Patrick Schoenfeld
Package: rxvt-unicode
Version: 9.05-1
Severity: important

Hi,

since I upgraded from Version: 9.02-1+b1 the urxvtcd wrapper does not
start anymore. Instead the following output is issued:

urxvt: "cd": unknown or malformed option.
urxvt: "/home/schoenfeld": malformed option.
rxvt-unicode (urxvt) v9.02 - released: 2008-01-29
options: 
perl,xft,styles,combining,blink,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,afterimage,XIM,frills,selectionscrolling,wheel,slipwheel,smart-resize,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm
Usage: urxvt [-help] [--help]
 [-display string] [-tn string] [-geometry geometry] [-C] [-iconic] [-/+rv]
 [-/+ls] [-/+j] [-/+ss] [-/+ptab] [-/+sb] [-/+sr] [-/+st] [-sbt number]
 [-/+si] [-/+sk] [-/+sw] [-/+ip] [-/+tr] [-tint color] [-sh number]
 [-fade number] [-fadecolor color] [-/+ut] [-/+vb] [-/+tcw] [-/+insecure]
 [-/+uc] [-/+bc] [-/+pb] [-bg color] [-fg color] [-hc color] [-cr color]
 [-pr color] [-pr2 color] [-bd color] [-pixmap file[;geom]] [-fn fontname]
 [-fb fontname] [-fi fontname] [-fbi fontname] [-/+is] [-im name] [-pt style]
 [-imlocale string] [-imfont fontname] [-name string] [-title string]
 [-n string] [-sl number] [-embed windowid] [-depth number]
 [-/+override-redirect] [-pty-fd fileno] [-/+hold] [-w number] [-b number]
 [-/+bl] [-lsp number] [-/+sbg] [-mod modifier] [-/+ssc] [-/+ssr] [-pe string]
 [-blt string] [-blr HxV] [-e command arg ...]


BTW. note that it states it would be 9.02 if launched via urxvtcd. Thats 
strange,
because urxvtcd and rxvt-unicode both state that its version is 9.05, only the
urxvtc binary says it is 9.02. So it seems your package does not install a new
version of this binary.

Best Regards,
Patrick

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

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

Versions of packages rxvt-unicode depends on:
ii  base-passwd3.5.17Debian base system master password
ii  libafterimage0 2.2.8-2   imaging library designed for After
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.6-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libperl5.105.10.0-10 Shared Perl library
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libtiff4   3.8.2-10  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  ncurses-base   5.6+20080614-1Descriptions of common terminal ty
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

rxvt-unicode recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486808: su-to-root added, but package not in Depends

2008-06-18 Thread Marco Rodrigues

Package: sbackup
Version: 0.10.5
Severity: important

Hi!

Please remove 'gksu' and 'sudo' from debian/control at Depends (It isn't needed 
anymore). It needs now 'menu' package to be able to run 'su-to-root' command.


$ dpkg -S /usr/bin/su-to-root
menu: /usr/bin/su-to-root

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#395252: ignore bug 395252 'mplayer embeds ffmpeg' for lenny

2008-06-18 Thread A Mennucc
hi

On Tue, Jun 17, 2008 at 10:28:27PM +0100, Neil McGovern wrote:
> I'm afraid I can't accede to your request. This bug has been open since
> 25 Oct 2006. The etch-ignore tag was added 16 Dec 2006, where it was
> explicitly stated that it's RC for lenny.  I pinged the bug on 28 Mar
> 2008, to again state that it's RC for lenny.

May you please explain which part of the debian-policy, or which
release goal, it is violating?

> I'm concerned as to why there as been seemingly no progress in over a
> year to resolving this issue.

This is all explained in the long email I sent; anyway, let me summarize again.

Up to a 2008-05-19 , the version of ffmpeg-free in unstable was
totally incompatible with mplayer. 

The new version of ffmpeg-free is based on a compatible code, but the
quilt patches disable a symbol that is needed to link to mplayer.

a.

-- 
Andrea Mennucc

"The EULA sounds like it was written by a team of lawyers who want to tell 
me what I can't do, and the GPL sounds like it was written by a human 
being who wants me to know what I can do."
Anonymous,http://www.securityfocus.com/columnists/420


signature.asc
Description: Digital signature


Bug#486168: Lenny Beta2 Kernel Panic - fails to re-boot on HP Netserver E60

2008-06-18 Thread Chris Bell
On Tuesday 17 June 2008 16:49, Frans Pop wrote:
> reassign 486168 linux-2.6 2.6.24-7
> thanks
>
> On Friday 13 June 2008, Chris Bell wrote:
> > Comments/Problems:
> > On re-boot the A channel is identified, but kernel panic while checking
> > the B channel.
> >
> > scsi 0 : adaptec AIC 7xxx EISA/VLB/PCI SCSI HBA Driver, Rev 7.0
> > 
> > aic 7895C: UltraWide Channel A, SCSI Id=7, 32/253 SCBs
> > ACPI : PCI Interrpt :00:05.1 [B] -> GSI 18 (level, low) -> IRQ 17
> > Kernel Panic - not syncing: HOST_MSG_LOOP with invalid SCB ff
>
> I would expect some more info about the kernel panic after this (register
> values and such). That info will be needed to follow up on this.
>
> As this is a kernel panic after the reboot after the installation is
> completed, this is not an installation issue, but a kernel issue. For
> that reason I'm reassigning the report to the kernel team.
>
> It is a bit strange though that you don't see the same panic during the
> installation. This indicates that the problem may be either that a
> slightly different kernel is used, or that the order in which modules are
> loaded and things get initialized makes a difference.
>
> Here are some things you can try and check.
>
> - Run the installer again, but start it in "rescue mode".
> - Check if your conroller gets detected again without problems.
> - If it is, start a chroot shell on your / partition, either as offered
>   by the installer or manually from VT2 or VT3; if needed mount any other
>   partitions.

Thanks for the reply.
Unfortunately I am even more confused now.
   I had left the computer with separate partitions auto-configured in LVM on 
the /sda, 686 kernel, and GRUB2. I decided to make it simple and re-install 
the base system with standard desktop, 686 kernel, and GRUB on a single / 
partition (tried before within the last few days but it gave the same kernel 
panic).
   It did re-boot first time, so I used ftp to dump a copy of all logs to 
another machine. I then tried another re-boot, and it has failed to boot with 
the same kernel panic every time for more than 10 attempts. The installer 
rescue system did boot, but I started to consider an obscure hardware fault.
   I am using cfdisc and mke2fs -c -c from Knoppix 5.1.1 to check the 
entire /sda (I have done it before, and no errors so far this time), and will 
then try another installation using the 486 kernel, and will keep you 
informed.  I have apt-proxy running on another Lenny box, so installation is 
relatively quick. 


>
> Cheers,
> FJP

-- 
Chris Bell



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#470236: flam3 in electricsheep

2008-06-18 Thread Fabian Pietsch
Hi,

are you aware of this message in the flam3 RFP?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470236#15

Regards, Fabian

-- 
Fabian "zzz" Pietsch - http://www.canvon.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484850: icedove: Icedove segfaults when reading mail from a folder not selected for offline usage

2008-06-18 Thread Sjoerd Hardeman
Alexander Sack schreef:
> On Thu, Jun 12, 2008 at 10:37:47AM +0200, Sjoerd Hardeman wrote:
>> Alexander Sack schreef:
>>> tags 484850 + needsinfo
>>> thanks
>>>
>>> On Sat, Jun 07, 2008 at 12:53:38AM +0200, Sjoerd Hardeman wrote:
 I have attached a gdb backtrace.
>>> You have to get a backtrace when it crashes, like:
>>>
>>>  (gdb) bt full
>>>
>>> Thanks,
>>>
>>>  - Alexander
>>>
>> Hi Alexander,
>>
>> It crashes in two steps (I have to enter "cont" twice"), I did a bt full
>> after both stalls. Is this what you need?
>
>  - Alexander

Hi Alexander,

I had accidentally installed reply-to-list 0.3.0, which according to its
website causes this behaviour. Deinstalling it solved my problem.
Anyway, this bug is known and not a bug of icedove. Thanks for your time!

Kind regards,
Sjoerd



signature.asc
Description: OpenPGP digital signature


Bug#486695: samba-doc: missing "Using Samba" book

2008-06-18 Thread Andrew Schulman
> Within the samba-doc package, we distribute everything that upstream
> gives us in the htmldocs subdirectory.  This manual isn't in samba-doc
> 2:3.0.30-2 because it's been dropped upstream; I don't know why, the
> upstream changelog (WHATSNEW.txt) also doesn't provide much explanation.

Would it not be possible to add the book back in?  Of course people can go 
and find it at samba.org, but if it was good enough to include before, it 
should still be.

OTOH the 3rd ed. is out and maybe that's why they removed the 2nd ed. from 
the tarball.

Otherwise, I think it would be better to adjust the link 
in /usr/share/doc/samba-docs/htmldocs/index.html to point to 
http://us1.samba.org/samba/docs/using_samba/toc.html, rather than removing 
it altogether.

Thanks,
Andrew.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486695: samba-doc: missing "Using Samba" book

2008-06-18 Thread Andrew Schulman
> Within the samba-doc package, we distribute everything that upstream
> gives us in the htmldocs subdirectory.  This manual isn't in samba-doc
> 2:3.0.30-2 because it's been dropped upstream; I don't know why, the
> upstream changelog (WHATSNEW.txt) also doesn't provide much explanation.

Would it not be possible to add the book back in?  Of course people can go 
and find it at samba.org, but if it was good enough to include before, it 
should still be.

OTOH the 3rd ed. is out and maybe that's why they removed the 2nd ed. from 
the tarball.

Otherwise, I think it would be better to adjust the link 
in /usr/share/doc/samba-docs/htmldocs/index.html to point to 
http://us1.samba.org/samba/docs/using_samba/toc.html, rather than removing 
it altogether.

Thanks,
Andrew.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486798: restore export of handle_mm_fault for Mac on Linux kernel modules

2008-06-18 Thread Bastian Blank
tags 486798 moreinfo
thanks

On Wed, Jun 18, 2008 at 09:48:03AM +0200, Gaudenz Steinlin wrote:
> With kernel release 2.6.23 the export of handle_mm_fault was removed.
> The kernel modules for the Mac on Linux emulator rely on this symbol.
> Because the mol-source package containing these modules no longer builds
> RC bug #445359 was filed. The bug log is a bit confusing because it
> mixes several issues, but the baseline is, that building mol modules
> needs handle_mm_fault.

Please discuss that with Linux upstream, this is no Debian specific
problem. 41f9dc5c871600f53c8912b2975971d2a11c1c25, which is from last
year, removed the (temporary?) export.

Bastian

-- 
The heart is not a logical organ.
-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486804: grub-pc: grub.cfg has wrong root device set on LVM with /usr on a different lv than /

2008-06-18 Thread florian kriener
Package: grub-pc
Version: 1.96+20080617-1
Severity: important


After an upgrade I could no longer boot my system without editing the menuentry 
with grup.

After changing

linux   /boot/vmlinuz-2.6.24-1-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro single vga=791
initrd  /boot/initrd.img-2.6.24-1-amd64

to

linux   (hd0,2)/boot/vmlinuz-2.6.24-1-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro single vga=791
initrd  (hd0,2)/boot/initrd.img-2.6.24-1-amd64

my system booted as usual.

I suspect

   set root=(vg-usr)

to be the culprit here.


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/3fe734d5-bbaf-4515-835e-f6d0bb12e242 / ext3 
rw,errors=remount-ro,acl,data=ordered 0 0
/dev/disk/by-uuid/3fe734d5-bbaf-4515-835e-f6d0bb12e242 /dev/.static/dev ext3 
rw,errors=remount-ro,acl,data=ordered 0 0
/dev/mapper/vg-home /home ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-opt /opt ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-usr /usr ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-var /var ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-srv /srv ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-music /mnt/musik ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-space /mnt/platz ext3 rw,errors=continue,acl,data=ordered 0 0
/dev/mapper/vg-apt /var/cache/apt/archives ext3 
rw,errors=continue,acl,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(vg-usr)
search --fs-uuid --set b22901d9-92ac-4e02-9b5b-9225451ab970
if font /share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(vg-usr)
search --fs-uuid --set b22901d9-92ac-4e02-9b5b-9225451ab970
insmod png
if background_image 
/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64" {
linux   /boot/vmlinuz-2.6.25-2-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro vga=791 
initrd  /boot/initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64 (single-user mode)" {
linux   /boot/vmlinuz-2.6.25-2-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro single vga=791
initrd  /boot/initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-amd64" {
linux   /boot/vmlinuz-2.6.24-1-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro vga=791 
initrd  /boot/initrd.img-2.6.24-1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-amd64 (single-user mode)" {
linux   /boot/vmlinuz-2.6.24-1-amd64 
root=UUID=3fe734d5-bbaf-4515-835e-f6d0bb12e242 ro single vga=791
initrd  /boot/initrd.img-2.6.24-1-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (300, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  grub-common  1.96+20080617-1 GRand Unified Bootloader, version 
ii  libc62.7-12  GNU C Library: Shared libraries
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.6+20080614-1  Shared libraries for terminal hand

grub-pc recommends no packages.

-- debconf information:
  grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: false



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#395252: ignore bug 395252 'mplayer embeds ffmpeg' for lenny

2008-06-18 Thread Neil McGovern
On Wed, Jun 18, 2008 at 11:10:21AM +0200, A Mennucc wrote:
> hi
> 
> On Tue, Jun 17, 2008 at 10:28:27PM +0100, Neil McGovern wrote:
> > I'm afraid I can't accede to your request. This bug has been open since
> > 25 Oct 2006. The etch-ignore tag was added 16 Dec 2006, where it was
> > explicitly stated that it's RC for lenny.  I pinged the bug on 28 Mar
> > 2008, to again state that it's RC for lenny.
> 
> May you please explain which part of the debian-policy, or which
> release goal, it is violating?
> 

Neither, it's the RC policy which carries more weight than a RG:
http://release.debian.org/lenny/rc_policy.txt

5a) Packages in the archive must not be so buggy or out of date that we
refuse to support them.

The security team has confirmed multiple times that this is no longer
supportable.

> > I'm concerned as to why there as been seemingly no progress in over a
> > year to resolving this issue.
> 
> This is all explained in the long email I sent; anyway, let me summarize 
> again.
> 
> Up to a 2008-05-19 , the version of ffmpeg-free in unstable was
> totally incompatible with mplayer. 
> 
> The new version of ffmpeg-free is based on a compatible code, but the
> quilt patches disable a symbol that is needed to link to mplayer.
> 

And that was the case since 16 Dec 2006? Why was this not brought up
sooner, and why has there been zero effort made into resolving this
issue, as far as we can see?

Neil
-- 
 hermanr_: I never studied german
 I can just read some of it because it makes sense
 . o O ( There is stuff Ganneff writes, which makes sense? )


signature.asc
Description: Digital signature


Bug#486805: [Reportbug-maint] Bug#486805: reportbug won't use urwid interface with python-urwid installed

2008-06-18 Thread Sandro Tosi
forcemerge 486805 484534
thanks

Hi Alan,

On Wed, Jun 18, 2008 at 11:04, Alan Braslau <[EMAIL PROTECTED]> wrote:
> Package: reportbug
> Version: 3.41
> Severity: important
>
>
> reportbug configured to use the urwid interface, gives the message
>
> unable to import urwid interface: Please install the python-urwid package to 
> use this
> interface. Falling back to text interface.

Thanks for the report! We already got this situation reported, and
I've prepared a preliminary package[1] to address this issue (so
merging them): may you please install that package and let us know it
the problem is solved? It soon will be in unstable, though.

Thanks,
Sandro

[1] http://matrixhasu.altervista.org/debian/reportbug_3.42_all.deb

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486809: gnome-control-center: Sound Preferences, Multiple Sound Cards and Card Order

2008-06-18 Thread Steve Fosdick
Package: gnome-control-center
Version: 1:2.22.1-1
Severity: normal


I have a machine with two sound cards - the integrated one and an external
studio-grade one.

The gnome-sound-properties component of gnome-control-center allowed me
to see the sound cards by a descriptive name, e.g "RME Hammerfall" rather
than the ALSA hardware name (e.g. hw:0) and choose which one I wanted to use
for which type of application which I did, choosing the studio card for the
category "Music & Movies".

Some time later I rebuilt the kernel and, after doing this, the wrong
sound card was being used for playing music.  When I opened
gnome-sound-properties a second time to check what was going on each
of the drop down lists for the various categories had the same descriptive
names selected as when I has last closed it but in each case with
'(not connected)' after the name.

Clicking on each drop down list and re-chosing the sound card I want seemed
to solve the problem and sound now plays on the correct card.

My suspicion is that re-building the kernel changed the order in which the
cards were found at boot time and therefore which card was hw:0 and which
was hw:1, that gnome-sound-properties had saved the hw:0 style ALSA name
with my preference and that the not connected message meant that ALSA no
longer reported the same descriptive name against that hw:0 style name.

Obviously it is the particular card I want to pick in the preferences
and not an index into the list of sound cards found at boot.  It would be
better if the descriptive name offered in the drop down list was all that
was saved as my preference and that some daemon queried the list of cards
from ALSA when GNOME was stared and maybe also listened to hotplug events
to establish the correspondance between descriptive names and hardware names.

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

Kernel: Linux 2.6.25.7-ecrins
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-control-center depends on:
ii  capplets-data 1:2.22.1-1 configuration applets for GNOME 2 
ii  desktop-file-util 0.15-1 Utilities for .desktop files
ii  gnome-desktop-dat 2.22.2-1   Common files for GNOME 2 desktop a
ii  gnome-icon-theme  2.22.0-1   GNOME Desktop icon theme
ii  gnome-menus   2.22.2-1   an implementation of the freedeskt
ii  gnome-settings-da 2.22.2.1-1 GNOME settings daemon
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D graphi
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.22.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.22.0-1   The Bonobo UI library
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libebook1.2-9 2.22.1-1   Client library for evolution addre
ii  libfontconfig12.5.0-2generic font configuration library
ii  libfreetype6  2.3.5-1+b1 FreeType 2 font engine, shared lib
ii  libgconf2-4   2.22.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.2-1  library to load .glade files at ru
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgnome-desktop- 2.22.2-1   Utility library for loading .deskt
ii  libgnome-menu22.22.2-1   an implementation of the freedeskt
ii  libgnome-window-s 1:2.22.1-1 Utility library for getting window
ii  libgnome2-0   2.20.1.1-1 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented display
ii  libgnomekbd2  2.22.0-1   GNOME library to manage keyboard c
ii  libgnomekbdui22.22.0-1   User interface library for libgnom
ii  libgnomeui-0  2.20.1.1-1 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.22.0-3 GNOME Virtual File System (runtime
ii  libgstreamer-plug 0.10.19-2  GStreamer libraries from the "base
ii  libgstreamer0.10- 0.10.19-3  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user interface 
ii  libhal1   0.5.11-1   Hardware Abstraction Layer - share
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libmetacity0  1:2.22.0-1 library of lightweight GTK2 based 
ii  libnautilus-exten 2.20.0-4   libraries for nautilus components 
ii  liborbit2 1:2.14.13-0.1  

Bug#409458: alternative cause

2008-06-18 Thread Max CtRiX

This bug report is probably related to #411982

Max



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#398345: Fix for the problem

2008-06-18 Thread Mike Markley
The patch is greatly appreciated. However, it appears to be a bit off,
as include/config.h looks like a diff of a diff, or similar.
Nonetheless, it appears that this is easily replicated in config.h. Have
you already uploaded an NMU?

-- 
Mike Markley <[EMAIL PROTECTED]>

After the last of 16 mounting screws has been removed from an access
cover, it will be discovered that the wrong access cover has been removed.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#398345: Fix for the problem

2008-06-18 Thread Mike Markley
Nevermind, clearly the patch just adds another patch to debian/patches.
Since these aren't automatically applied, that patch will need to be
applied by hand in the Debian version of the source repository.

-- 
Mike Markley <[EMAIL PROTECTED]>

Support your country all the time and your government when it deserves it.
- Mark Twain



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486810: openoffice.org: menu text ureadable until swept by the mouse cursor

2008-06-18 Thread Alan Braslau
Package: openoffice.org
Version: 1:2.4.1-3
Severity: important


I'm sure that this will be a tough bug to reproduce...
All openoffice.org applications do not display ANY menu text until the menu is 
swept by the mouse cursor, that is until the text is highlighted (and then 
redrawn).
I suspect that this may be a KDE error (I am using KDE4.1beta), even though 
removing openoffice.org-kde has no effect.

Thanks.

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

Kernel: Linux 2.6.25
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 openoffice.org depends on:
ii  openoffice.org-base   1:2.4.1-3  OpenOffice.org office suite - data
ii  openoffice.org-calc   1:2.4.1-3  OpenOffice.org office suite - spre
ii  openoffice.org-core   1:2.4.1-3  OpenOffice.org office suite archit
ii  openoffice.org-draw   1:2.4.1-3  OpenOffice.org office suite - draw
ii  openoffice.org-filter-mobiled 1:2.4.1-3  Mobile Devices Filters for OpenOff
ii  openoffice.org-impress1:2.4.1-3  OpenOffice.org office suite - pres
ii  openoffice.org-java-common1:2.4.1-3  OpenOffice.org office suite Java s
ii  openoffice.org-math   1:2.4.1-3  OpenOffice.org office suite - equa
ii  openoffice.org-officebean 1:2.4.1-3  OpenOffice.org Office Bean
ii  openoffice.org-writer 1:2.4.1-3  OpenOffice.org office suite - word
ii  openoffice.org-writer2latex   0.5-6  Writer/Calc to LaTeX/XHTML convert
ii  ttf-dejavu2.25-1 Metapackage to pull in ttf-dejavu-

Versions of packages openoffice.org recommends:
ii  openoffice.org-filter-binfilt 1:2.4.1-3  Legacy filters (e.g. StarOffice 5.

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libcurl3   7.18.2-1  Multi-protocol file transfer libra
ii  libdb4.6   4.6.21-10 Berkeley v4.6 Database Libraries [
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libfreetype6   2.3.6-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.17.2-1  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.19.3-1   GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.19.3-1   Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.4-1   spell checker and morphological an
ii  libhyphen0 2.4-2 ALTLinux hyphenation library - sha
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libicu38   3.8.1-2   International Components for Unico
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libldap-2.4-2  2.4.9-1   OpenLDAP libraries
ii  libneon27  0.28.2-2  An HTTP and WebDAV client library
ii  libnspr4-0d4.7.1-3   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0~rc3-3  Network Security Service libraries
ii  libpam0g   0.99.7.1-6Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libssl0.9.80.9.8g-10.1   SSL shared libraries
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libstlport4.6ldbl  4.6.2-3.2 STLport C++ class library
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxaw72:1.0.4-2 X11 Athena Widget library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxslt1.1 1.1.24-1  XSLT processing library - runtime 
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  openoffice.org-common  1:2.4.1-3 OpenOffice.org office suite archit
ii  ttf-opensymbol 1:2.4.1-3 The OpenSymbol TrueType font
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages openoffice.org-writer depends on:
ii  libc6  2.7-12GNU C Library: Shared libraries
ii

Bug#486492: gcc is not a useful dependency of pbuilder

2008-06-18 Thread Jean-Christophe Dubacq
Junichi Uekawa a écrit :
> Hi,
> 
>> It looks like pbuilder has gcc as a dependency. This looks quite
>> unreasonable. dpkg-architecture no longer uses gcc.
> 
> Since when?
> 
> I still see 'gcc -dumpmachine' in /usr/share/perl5/Dpkg/Arch.pm.
> 
> regards,
>   junichi

I do not have this file, however dpkg --print-architecture returns
correctly 'amd64'.

[EMAIL PROTECTED]:~$ dpkg --print-architecture
amd64

dpkg-architecture is in fact in dpkg-dev which is not a dependency of
pbuilder anyway. If dpkg-architecture is called by pbuilder, dpkg-dev
should be a dependency (or at least a recommendation) of it (gcc is a
recommendation of dpkg-dev).
i   pbuilder  Dependsdebconf (>= 0.5) | debconf-2.0
i A debconf   Recommends apt-utils (>= 0.5.1)
i A apt-utils Dependslibapt-pkg-libc6.7-6-4.6
i A apt   Provides   libapt-pkg-libc6.7-6-4.6
i A apt   Suggests   dpkg-dev

(as you can see, there is a Suggests link, which according to aptitude
manual means that there is no stronger dependency chain).

Putting a whole compiler as a dependency of some (very useful) scripts
whose purpose is (among others) to create chroots to compile IN the
chroot is at least a bit strange.

However, I understand (after reading the source) the need to depend on
dpkg-dev somehow (for cross-compilation purposes, apparently). Since I
only do native compilation, I did not see this need.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-18 Thread Balazs Hamorszky
Package: virt-manager
Version: 0.5.4-2
Severity: important

> virt-manager --no-fork
Traceback (most recent call last):
  File "/usr/lib/python2.5/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
  File "/usr/lib/python2.5/logging/handlers.py", line 146, in shouldRollover
msg = "%s\n" % self.format(record)
  File "/usr/lib/python2.5/logging/__init__.py", line 630, in format
return fmt.format(record)
  File "/usr/lib/python2.5/logging/__init__.py", line 421, in format
s = self._fmt % record.__dict__
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-14: 
unsupported Unicode code range
Traceback (most recent call last):
  File "/usr/lib/python2.5/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
  File "/usr/lib/python2.5/logging/handlers.py", line 146, in shouldRollover
msg = "%s\n" % self.format(record)
  File "/usr/lib/python2.5/logging/__init__.py", line 630, in format
return fmt.format(record)
  File "/usr/lib/python2.5/logging/__init__.py", line 421, in format
s = self._fmt % record.__dict__
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-14: 
unsupported Unicode code range
Traceback (most recent call last):
  File "/usr/lib/python2.5/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
  File "/usr/lib/python2.5/logging/handlers.py", line 146, in shouldRollover
msg = "%s\n" % self.format(record)
  File "/usr/lib/python2.5/logging/__init__.py", line 630, in format
return fmt.format(record)
  File "/usr/lib/python2.5/logging/__init__.py", line 421, in format
s = self._fmt % record.__dict__
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-14: 
unsupported Unicode code range
/usr/share/virt-manager/virtManager/manager.py:98: GtkWarning: Invalid input 
string
  self.window = gtk.glade.XML(config.get_glade_dir() + "/vmm-manager.glade", 
"vmm-manager", domain="virt-manager")
Szegmens hiba


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

Kernel: Linux 2.6.25.6 (SMP w/2 CPU cores)
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages virt-manager depends on:
ii  libatk1.0-0  1.22.0-1The ATK accessibility toolkit
ii  libc62.7-12  GNU C Library: Shared libraries
ii  libcairo21.6.4-6 The Cairo 2D vector graphics libra
ii  libglib2.0-0 2.16.3-2The GLib library of C routines
ii  libgtk2.0-0  2.12.10-2   The GTK+ graphical user interface 
ii  libpango1.0-01.20.2-2Layout and rendering of internatio
ii  librsvg2-common  2.22.2-2SAX-based renderer library for SVG
ii  python-dbus  0.82.4-2simple interprocess messaging syst
ii  python-glade22.12.1-6GTK+ bindings: Glade support
ii  python-gnome22.22.0-1Python bindings for the GNOME desk
ii  python-gtk-vnc   0.3.6-2 A VNC viewer widget for GTK+ (Pyth
ii  python-gtk2  2.12.1-6Python bindings for the GTK+ widge
ii  python-libvirt   0.4.2-6 libvirt Python bindings
ii  python-urlgrabber3.1.0-4 A high-level cross-protocol url-gr
ii  python-vte   1:0.16.14-1 Python bindings for the VTE widget
ii  python2.52.5.2-6 An interactive high-level object-o
ii  virtinst 0.300.3-2   Programs to create and clone virtu

Versions of packages virt-manager recommends:
ii  hal   0.5.11-2   Hardware Abstraction Layer

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486812: [l10n:ro] really ugly error in translation of gcalctool

2008-06-18 Thread Eddy Petrișor
Package: gcalctool
Tags: patch, l10n
Severity: minor
Version: 5.22.2-1

Hello,

The Romanian translation of gcalctool has a really nasty error in
translation: the hex digit "D" is translated as "Z".

Attached is a patch that fixes this and a snapshot of the broken
translation in action.
I have contacted the Romanian GNOME translation team to fix this issue
in upstream, but I would like the lenny version to be ok as well, thus
the patch.

-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein
From 02da770d9238663aebdd92c8671a7b65886dcc4d Mon Sep 17 00:00:00 2001
From: Eddy Petrisor <[EMAIL PROTECTED]>
Date: Wed, 18 Jun 2008 12:06:52 +0300
Subject: [PATCH] correct the wrong translation of the hexadecimal digit D as Z

---
 gcalctool-5.22.2/po/ro.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcalctool-5.22.2/po/ro.po b/gcalctool-5.22.2/po/ro.po
index da01d1d..dd540a4 100644
--- a/gcalctool-5.22.2/po/ro.po
+++ b/gcalctool-5.22.2/po/ro.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: gcalctool\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-07-09 03:21+0100\n"
-"PO-Revision-Date: 2007-09-15 21:36+0300\n"
+"PO-Revision-Date: 2008-06-18 21:36+0300\n"
 "Last-Translator: Mişu Moldovan <[EMAIL PROTECTED]>\n"
 "Language-Team: Română <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -725,7 +725,7 @@ msgstr "Număr aleator"
 
 #: ../gcalctool/calctool.c:955
 msgid "D"
-msgstr "Z"
+msgstr "D"
 
 #: ../gcalctool/calctool.c:956
 msgid "Hexadecimal digit D"
-- 
1.5.5.GIT

<>

Bug#474538: unzip: Add MIME information

2008-06-18 Thread Santiago Vila
On Sun, 6 Apr 2008, Jörg Sommer wrote:

> Package: unzip
> Version: 5.52-11
> Severity: wishlist
> 
> Hi,
> 
> can you add a file debian/mime to your source package and run
> dh_installmime? The file should contain the line
> 
> application/zip; unzip -l %s; nametemplate=%s.zip; copiousoutput
> 
> This makes mutt views the content of a zip attachment.

Simple question: Will this not interfere with other .zip managing
applications, like GNOME's file-roller, for example?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#409458: [php-maint] Bug#409458: alternative cause

2008-06-18 Thread Ondřej Surý
Max,

could you do:

ldd /usr/lib/php5/20060613+lfs/gd.so


And send output here.

Common cause for these types of bugs is some old forgotten library in
/usr/local/lib which gets linked before library from debian package.

Ondrej.
-- 
Ondřej Surý <[EMAIL PROTECTED]>


Bug#395252: software embedding ffmpeg

2008-06-18 Thread Sam Hocevar
On Mon, Jun 02, 2008, Joey Hess wrote:

> libavcodec/libavformat (source: ffmpeg)
> - mplayer  (embed; bug #395252)
> - xvidcap  (embed)
> - kino  (static)
> - vlc  (static)
> - smilutils  (static)
> - motion  (static)
> - gst-ffmpeg  (embed)
> - gstreamer0.10-ffmpeg  (embed)
> - xmovie 
> TODO: gimp-gap (potentially using ffmpeg code as well)
> 
> 
> BTW, in 2006, mplayer included a newer version of ffmpeg than the
> standalone package. That's not the case now. So is there any reason why
> mplayer should not statically link to the packaged version, as kino,
> vlc, etc do?

   Where does this data come from? I suspect there is something wrong
with the way it was compiled: VLC has been dynamically linking with
ffmpeg ever since the Debian packages shipped shared libraries (April
2006), Kino uses shared ffmpeg libraries since 1.0.0-1 (uploaded in
May 2007), and I don't know precisely about the others, but motion and
smilutils also link dynamically with ffmpeg.

Regards,
-- 
Sam.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486798: [PATCH] restore export of handle_mm_fault for Mac on Linux

2008-06-18 Thread Gaudenz Steinlin
Hi

The kernel modules for Mac on Linux (MOL) need handle_mm_fault. 
MOL is a GPL licensed virtual machine to run MacOS(X) on PPC Linux.

The export for handle_mm_fault was removed with commit
41f9dc5c871600f53c8912b2975971d2a11c1c25. 

Previously the export has been present since handle_mm_fault was
converted from an inline function to a non-inline one. See the thread
starting at http://marc.info/?l=linux-kernel&m=112327941709177&w=2 for
the initial discussion.

With commit 67207b9664a8d603138ef1556141e6d0a102bea7 the export was
moved from arch/ppc/kernel/ppc_ksyms.c to mm/memory.c. In this patch the
explanatory comment /* For MOL */ got lost. Thus to export was not moved
back to it's original place when it was no longer needed for spufs.

The attached patch restores the symbol export (GPL only) in it's
original place. Please consider applying it because this fixes a
regression for MOL.

Thanks

Gaudenz

P.S.: Please CC me and the corresponding Debian bug report on any
replies.

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index c6b1aa3..455fb38 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -189,6 +189,7 @@ EXPORT_SYMBOL(set_context);
 extern long mol_trampoline;
 EXPORT_SYMBOL(mol_trampoline); /* For MOL */
 EXPORT_SYMBOL(flush_hash_pages); /* For MOL */
+EXPORT_SYMBOL(handle_mm_fault); /* For MOL */
 #ifdef CONFIG_SMP
 extern int mmu_hash_lock;
 EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */


Bug#444678: /etc/lsb_release

2008-06-18 Thread Santiago Vila
On Tue, 2 Oct 2007, Robert Millan wrote:

> On Sun, Sep 30, 2007 at 07:17:59PM -0500, Chris Lawrence wrote:
> > On 9/30/07, Robert Millan <[EMAIL PROTECTED]> wrote:
> > > Package: base-files
> > > Version: 4.0.1
> > > Severity: normal
> > >
> > > lsb-release README.Debian says:
> > >
> > >   Distribution-specific information should be *separately provided* in
> > >   /etc/lsb-release; it is no longer provided in this package.  It is my
> > >   hope that in Debian, this will be managed by the base-files
> > >   maintainer (who already maintains the debian_version file).
> > >
> > > If you agree, please add it here.  Otherwise sort it out with Chris 
> > > (CCed).
> > >
> > > In either case, we *do* need a /etc/lsb-release.  There's code out there
> > > that depends on it.
> > 
> > Note that /etc/lsb-release is not specified by the Linux Standard
> > Base; only the lsb_release command is (and Debian's version of the
> > lsb_release command doesn't require /etc/lsb-release to work, unless
> > it's providing information about a derived distribution and not Debian
> > proper).  Any code that depends on the existence or content of
> > /etc/lsb-release is IMHO broken.
> 
> It's precisely useful when backporting packages from derived distributions.
> 
> Ironicaly, some seem to rely on /etc/lsb-release for portability reasons.

I have very mixed feelings about this.

On one hand, the current README.Debian for lsb-release seems to expect
that base-files will incorporate the requested file.

On the other hand, Chris himself seems to indicate that we don't
really need the file, as it would only help code which is either buggy
or doing weird things.

Chris: Should I take your word that code that depends on /etc/lsb-release
is broken, or your other word in README.Debian saying you expect this
to be managed by base-files?

If it's the latter and we don't really need /etc/lsb-release, I would
reassign this back to lsb-release so that README.Debian is reworded
appropriately.

IMHO, if the only benefit for this is to backport packages from
derived distributions, we might instead backport the same package from
Debian, if it's a free software package. But if it's not, do we really care?

Thanks.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486814: bison-1.35: Should this package be removed?

2008-06-18 Thread Michael Meskes
Package: bison-1.35
Version: 1.35-4.1
Severity: important

Dear Maintainer,

while reviewing some packages, your package came up as a package that
should maybe be removed from the archive, because:

* No upstream activity.
* Last maintainer upload 2004.
* Not a high popcon with about 200 installed.
* Release goal bug open and unanswered.
* Not needed to build any Debian package anymore. 

If you disagree and want to continue to maintain this package, please
close this bug and do an upload also fixing the other issues.

If you agree that it should be removed, please send the following commands:

severity nn normal
reassign nn ftp.debian.org
retitle nn RM:  -- RoM; 
thanks

Thank you,
Michael

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

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

Versions of packages bison-1.35 depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries

bison-1.35 recommends no packages.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#459664: this bug/#459664 - host.conf: "multi on" appears to be default

2008-06-18 Thread Santiago Vila
On Tue, 8 Jan 2008, Justin Pryzby wrote:

> #459664 - host.conf: "multi on" appears to be default
> http://bugs.debian.org./459664
> 
> I just checked the source.  The default (when no host.conf exists or
> includes no multi line and none of the overriding environment
> variables are sert) seems to be "multi off"; however debian
> distributes a conffile with default content "multi on", so the
> behavior default is different from the behavior default in glibc.
> It's not clear to me if this justifies an explanation in the manpage,
> as this same situation occurs with some regularity; perhaps the
> conffile should instead include comments; in particular, a commented
> line for each value that is left at the default (and of course an
> uncommented line for each value that's changed therefrom).

It is in fact a little bit inconsistent that glibc has a default and
we override it in /etc/host.conf by default.

I don't quite understand the rationale given by the manpage, namely:

   multi  Valid values are on and off.  If set to on, the resolv+  library
  will  return  all valid addresses for a host that appears in the
  /etc/hosts file, instead of only the  first.   This  is  off  by
  default, as it may cause a substantial performance loss at sites
  with large hosts files.

Are there really many systems using large hosts files these days?
Do they really suffer from bad performance by using "multi on"
(which, by way of /etc/host.conf, is the default in Debian).

Could we make "multi on" the default in glibc and remove host.conf entirely?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#274451: O: metamail -- An implementation of MIME

2008-06-18 Thread Alexander Zangerl
On Wed, 12 Dec 2007 10:27:03 GMT, Gerrit Pape writes:
>Hrm,
>
> 23 Sep 2003: http://bugs.debian.org/212349
> 25 Mar 2006: http://bugs.debian.org/358942
>
>what's _the_ tool in Debian to quoted-printable-encode files now?

sorry for being, hmm, a bit behind the bleeding edge...i just revisited
the metamail issue for exmh and had to dig up an answer for your 
question, too.

the answer seems that there is no ready, /small/ tool:
base64 is in coreutils nowadays, but that doesn't help for qp.
mime-codecs is history, mpack and others encapsulate whole mails
but not decap an already given qp-string outside a mime message framework 
and so on.

the only comprehensive tool i've found is recode: ready but not small.
"recode data..b64" encodes stdin to base-64, "qp..data" decodes 
quoted-printable and so on.

i've quickly cooked up a few lines of shell to emulate mimencode's
commandline with recode; attached.

regards
az



mimencode
Description: application/shellscript
-- 
+ Alexander Zangerl + DSA 42BD645D + (RSA 5B586291)
Reporter (to Mahatma Gandhi): Mr Gandhi, what do you think of Western
Civilization? Gandhi: I think it would be a good idea.


signature.asc
Description: Digital Signature


Bug#395252: ignore bug 395252 'mplayer embeds ffmpeg' for lenny

2008-06-18 Thread A Mennucc
On Wed, Jun 18, 2008 at 10:29:17AM +0100, Neil McGovern wrote:
> On Wed, Jun 18, 2008 at 11:10:21AM +0200, A Mennucc wrote:
> And that was the case since 16 Dec 2006?

yes. Read ahead.

> Why was this not brought up
> sooner, and why has there been zero effort made into resolving this
> issue, as far as we can see?

You don't see all that has happened. 

You do not see the many emails I sent to ffmpeg-free mantainers,
almost all of them went unanswered (but for one).  I can provide you a
complete list, if you wish.

The other thing you fail to see is that the "ffmpeg transition" was
announced on d-devel-announce on 1st July 2007 (yes, that is not a
typo!)  and is still going on, according to
http://packages.qa.debian.org/f/ffmpeg-free.html

You do not see the weekends I spent in the last 3 months trying to
link mplayer to ffmpeg-free in Debian. 

Another thing you fail to see is that, each time there was a security
bug in MPlayer, I prepared a corrected source in a 48h time max,
signed it, and sent an email to the security team telling them where
to retrieve the new source.  In some cases, I even prepared the
correct source before a security alert was issued by CVE. In some
cases, moreover, the security team took 1 month (!) to then forward my
source into stable-security.

Yet another thing you fail to see is that I care for my packages a
lot: mplayer is 1191 in the popcon list, and yet I manage to keep its
bug count at a reasonable ~40; I regularly upload new versions, and
fix as many bugs as I can each time. 

If I had known in advance that all my time was lost for nothing,
I would have gone collecting daises in sunlight instead.

a.

-- 
Andrea Mennucc

"The EULA sounds like it was written by a team of lawyers who want to tell 
me what I can't do, and the GPL sounds like it was written by a human 
being who wants me to know what I can do."
Anonymous,http://www.securityfocus.com/columnists/420


signature.asc
Description: Digital signature


Bug#483677: rtorrent: Incomplete manual page

2008-06-18 Thread Athanasius
   Not only that, but the man page totally failes to mention the
'watch_directory' and 'untied_directory' directives for 'schedule'.
They're right there in /usr/share/doc/rtorrent/examples/rtorrent.rc
though.

  This lead to me thinking there was no way to get an already-running
rtorrent instance to pick up a new torrent automatically, but there is.
Please (get upstream to) update the man page!

  This is for Etch, but the man page for Lenny is no better.

-Ath
-- 
- Athanasius = Athanasius(at)miggy.org / http://www.miggy.org/
  Finger athan(at)fysh.org for PGP key
   "And it's me who is my enemy. Me who beats me up.
Me who makes the monsters. Me who strips my confidence." Paula Cole - ME


signature.asc
Description: Digital signature


Bug#480774: diff -y in UTF-8: bad alignment

2008-06-18 Thread Santiago Vila
On Mon, 12 May 2008, Vincent Lefevre wrote:

> Package: diff
> Version: 2.8.1-12
> Severity: normal
> 
> When "diff -y" in run on files that contain multibyte characters (in
> UTF-8), the alignment is incorrect in the output. For instance,
> 
>   diff -y file1 file2
> 
> on the attached files file1 and file2 produces the attached result
> (see "out" attachment): lines with non-ASCII characters have additional
> spaces.
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'stable')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.24.5-20080423 (SMP w/2 CPU cores; PREEMPT)
> Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Two questions:

Could it be because you are using a locale which is not UTF-8 friendly?
(the one in the line "Locale:" above).

Does this happen with version 2.8.7 in experimental?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483822: (no subject)

2008-06-18 Thread Olaf van der Spek

martin f krafft wrote:

also sprach Olaf van der Spek <[EMAIL PROTECTED]> [2008.06.17.1109 +0200]:

So this won't be fixed in stable?


No.


Doesn't that make this package fairly useless in stable?


It does not, for me. Your usage scenario is quite special, it seems.
You also didn't provide any useful information, such as traces or
more exact information on why it fails to guard the shutdown.


Note that I'm not the original submitter.
For me, it didn't guard a reboot done via SSH, while I assumed it should 
guard this. Is it supposed to guard the reboot in this scenario (on Etch)?




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486813: gnats should build depend on bison, not bison-1.35

2008-06-18 Thread Michael Meskes
Package: gnats
Version: 4.1.0-0.4
Severity: normal

Subject says it all. Gnats seems to build well with the normal bison
package instead of the old bison-1.35 one.

Michael

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

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

Versions of packages gnats depends on:
ii  adduser   3.108  add and remove users and groups
ii  debianutils   2.29   Miscellaneous utilities specific t
pn  gnats-user (no description available)
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  postfix [mail-transport-agent 2.5.2-1High-performance mail transport ag
ii  update-inetd  4.30   inetd configuration file updater

gnats recommends no packages.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483822: (no subject)

2008-06-18 Thread martin f krafft
also sprach Olaf van der Spek <[EMAIL PROTECTED]> [2008.06.17.1109 +0200]:
> So this won't be fixed in stable?

No.

> Doesn't that make this package fairly useless in stable?

It does not, for me. Your usage scenario is quite special, it seems.
You also didn't provide any useful information, such as traces or
more exact information on why it fails to guard the shutdown.

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


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


Bug#468417: verified :-(

2008-06-18 Thread Nadav Kavalerchik
i have the same issue (useing...updated debian sid) with incron 0.5.7-1 

dmegs is reporting:
incrontab[3923]: segfault at 200 ip b7d6ef33 sp bfaa9334 error 4 in 
libc-2.7.so[b7cfd000+147000]

maybe we need to re-compile it against a new libc ?
(i use kernel 2.6.26-rc5-686)

how can i be cc to this bug to know when it is fixed ?

btw, i am using jincron (gui for incron) and it hangs too :-(
i guess it is related.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483997: dpkg: please allow for a mechanism to specify postinst ordering beyond Depends:

2008-06-18 Thread Raphael Hertzog
severity 483997 wishlist
thanks

On Sun, 01 Jun 2008, Stephen Gran wrote:
> Right now, if you have two packages that have a relationship with each
> other beyond a strict Dependency, there is no way to communicate that
> relationship to dpkg.  I'm talking about things covered semantically
> by the Should-Start field of the LSB init scripts and things like that.
> There are several package sets in the archive where A does not Depend on
> B, but needs to have it's postinst run after B in certain circumstances.

Are you only referring to the start order of services relying on each
other or do you have other use cases in mind?

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486488: found 486488 in 0.16.0-11

2008-06-18 Thread Adeodato Simó
# Automatically generated email from bts, devscripts version 2.10.29
# version in testing suffers the same
found 486488 0.16.0-11




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483822: (no subject)

2008-06-18 Thread martin f krafft
also sprach Olaf van der Spek <[EMAIL PROTECTED]> [2008.06.18.1238 +0200]:
> Note that I'm not the original submitter.
> For me, it didn't guard a reboot done via SSH, while I assumed it should  
> guard this. Is it supposed to guard the reboot in this scenario (on Etch)?

Yes, I would like to know more about your setup. Or maybe you could
try the version in unstable?

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
sed -e '/^[when][coders]/!d' \
-e '/^...[discover].$/d' \
-e '/^..[real].[code]$/!d' \
/usr/share/dict/words


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


Bug#486815: tasksel: use brasero for cd burning

2008-06-18 Thread maximilian attems
Package: tasksel
Version: 2.74.2
Severity: normal
Tags: patch


both latest releases of fedora and ubuntu ship with brasero.
it is much user friendlier then gnome-baker. it has active dev.
althought not yet as feature complete as k3b it's main feature
is the neat integration into the gnome desktop.

also see this review
-> http://www.linux.com/feature/126944

ps thanks for switching to git :)

diff --git a/tasks/gnome-desktop b/tasks/gnome-desktop
index 7ea013a..34d5b27 100644
--- a/tasks/gnome-desktop
+++ b/tasks/gnome-desktop
@@ -58,8 +58,8 @@ Packages-list:
   iceweasel-gnome-support
 # hardware browser, broader scope than hal
   hardinfo
-# audio CD burning (data CDs handled by nautilus-cd-burner)
-  serpentine
+# CD burning
+  brasero
 # desktop network setup
   network-manager-gnome
 # bluetooth applet for gnome

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

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

Versions of packages tasksel depends on:
ii  aptitude  0.4.11.3-1 terminal-based package manager
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  liblocale-gettext-perl1.05-4 Using libc functions for internati
ii  tasksel-data  2.74.2 Official tasks used for installati

tasksel recommends no packages.

-- debconf information:
  tasksel/title:
  tasksel/desktop: gnome
  tasksel/first:
  tasksel/tasks: Print server



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466517: sensible-browser and MIME

2008-06-18 Thread Eddy Petrișor
2008/6/2 Clint Adams <[EMAIL PROTECTED]>:
> On Mon, Jun 02, 2008 at 02:44:03PM +0300, Eddy Petrișor wrote:
>> I am really confused by that "ever". Are you suggesting that it
>> shouldn't have been there in the first place?!
>
> No, it should be there because that is the intended behavior, but I
> don't particularly like it.
>
>> 2) Because sensible-browser is the only "browser" that is able to
>> respect the options of the admin and the users, no matter:
>> a) which browsers are installed on a system
>> b) how many users are present on a system
>> c) if X is used or not:
>
> Perhaps you would like to package browse and give it a high priority:
> http://www.dwheeler.com/browse/

That is not nearly as good as using sensible-browser

>> "When several packages all provide different versions of the same
>> program or file it is useful to have the system select a default, but
>> to allow the system administrator to change it and have their
>> decisions respected."
>
> So what is your suggestion? Raise the sensible-browser priority
> to what?

Highest prio available, so that is always used, sensible-browser
itself making sure it will choose the right browser, no matter the
situation (number of users, number of browsers installed, is X
running).

-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein


Bug#483822: -

2008-06-18 Thread Olaf van der Spek
Package: molly-guard
Version: 0.2.1-1
Followup-For: Bug #483822

Hi,

On a fresh minimal Debian system, via SSH:
debian:~# reboot
molly-guard: SSH session detected!
Please type in hostname of the machine to reboot: 
Good thing I asked; I won't reboot debian ...
debian:~# su - olaf
[EMAIL PROTECTED]:~$ sudo reboot

Broadcast message from [EMAIL PROTECTED] (pts/0) (Wed Jun 18 15:15:30 2008):

The system is going down for reboot NOW!
[EMAIL PROTECTED]:~$ 


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages molly-guard depends on:
ii  sysvinit 2.86.ds1-38 System-V-like init utilities

molly-guard recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486816: openafs-client: Weak detection of openafs module by init.d script

2008-06-18 Thread Durk Strooisma
Package: openafs-client
Version: 1.4.7.dfsg1-2
Severity: normal


The OpenAFS Client is only started if the Linux openafs module exists.
This check is not strong enough (see below). Besides checking for existence
of the kernel module on file system level, the init.d script should check
whether the module is registered.

What happens if someone has built the openafs-modules-source, has put the
resulting binary package in a local repository and tries to install the package
together with openafs-client, is that the installation will fail (apt
fails actually). The trouble is that registration of the openafs module happens
after starting the OpenAFS Client. See below for an example:

# apt-get install openafs-modules2 openafs-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting openafs-modules-2.6.24-1-686 instead of openafs-modules2
Suggested packages:
  openafs-doc
Recommended packages:
  openafs-modules-source openafs-modules2 lsof
The following NEW packages will be installed:
  openafs-client openafs-modules-2.6.24-1-686
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/3164kB of archives.
After this operation, 6988kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package openafs-client.
(Reading database ... 12583 files and directories currently installed.)
Unpacking openafs-client (from
.../openafs-client_1.4.7.dfsg1-2_i386.deb) ...
Selecting previously deselected package openafs-modules-2.6.24-1-686.
Unpacking openafs-modules-2.6.24-1-686 (from
.../openafs-modules-2.6.24-1-686_1.4.7.dfsg1-2+2.6.24-7_i386.deb) ...
Processing triggers for man-db ...
Setting up openafs-client (1.4.7.dfsg1-2) ...
Starting AFS services:FATAL: Module openafs not found.

Failed to load AFS kernel module, not starting AFS
invoke-rc.d: initscript openafs-client, action "start" failed.
dpkg: error processing openafs-client (--configure):
 subprocess post-installation script returned error exit status 1
Setting up openafs-modules-2.6.24-1-686 (1.4.7.dfsg1-2+2.6.24-7) ...
Errors were encountered while processing:
 openafs-client
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Kernel: Linux 2.6.24-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/bash

Versions of packages openafs-client depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libncurses5   5.6+20080308-1 Shared libraries for terminal hand

Versions of packages openafs-client recommends:
pn  lsof   (no description available)
ii  openafs-modules-2 1.4.7.dfsg1-2+2.6.24-7 AFS distributed filesystem kernel 

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486817: linux-source-2.6.24: Module zd1211rw.ko looks up Networking

2008-06-18 Thread Oliver Vollmer
Package: linux-source-2.6.24
Severity: normal



-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

after uptime about 1-2 hours, the zdrw1211.ko Module hangs up Networking,
error: zd1211rw 4-1:1.0: zd_chip_control_leds error -19

To pull out the wlan usb stick and rmmod zd1211rw looks up rmmod,
shutdown looks up, you have to reset.

Thx

Oli Vollmer



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486818: xsltproc: Incorrectly omits namespace declaration

2008-06-18 Thread Gábor Braun
Package: xsltproc
Version: 1.1.19-2
Severity: normal

Example stylesheet: missing.xsl

http://www.w3.org/1999/XSL/Transform";
  xmlns:xhtml="http://www.w3.org/1999/XHTML";>


  

  




Let's apply it.

$xsltproc missing.xsl missing.xsl



The output is wrong: the namespace prefix 'xhtml' should be declared on element 
bar.

Using the following, equivalent stylesheet instead of the above:

http://www.w3.org/1999/XSL/Transform";
  xmlns:xhtml="http://www.w3.org/1999/XHTML";>


  

  



  



the output is 


http://www.w3.org/1999/XHTML"/>

which is correct.

Best wishes,

Gábor Braun

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)

Versions of packages xsltproc depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcrypt111.4.1-1   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.4-1 library for common error values an
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxslt1.1 1.1.19-2  XSLT processing library - runtime 

xsltproc recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#464704: Well, the versioned dependency doesn't solve the problem for Lenny

2008-06-18 Thread Eddy Petrișor
block 464704 with 476925
forcemerge 476925 465676 464320
thanks

The fact that the build dependency is not versioned doesn't change the
fact that this bug depends on either:
a) a subtitleeditor built against the lenny pcre and uploaded via t-p-u
b) or the sid pcre to migrate into lenny
c) a properly patched pcre is uploaded and new subtitleeditor is
compiled against the new pcre

0 [EMAIL PROTECTED] ~/usr/traduceri/po-debconf/krb5 $ LANG=C apt-cache
policy subtitleeditor | grep Install
  Installed: 0.21.1-2
0 [EMAIL PROTECTED] ~/usr/traduceri/po-debconf/krb5 $ subtitleeditor
subtitleeditor: symbol lookup error: subtitleeditor: undefined symbol:
_ZN7pcrecpp2RE6no_argE
127 [EMAIL PROTECTED] ~/usr/traduceri/po-debconf/krb5 $


Still, as [1] points out, it doesn't suffice for the fix to be
complete, so, still, this bug is open since Lenny's version is still
broken.

AFAIU, the solution lies in [2] which should provide the entire fix
and the new subtitleeditor should never be marked as buggy, unless it
doesn't work with the newly patched pcre.

To recap, read [2] and implement it.


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464320#10
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476925#14
-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486720: scrollkeeper: Strange message during upgrade

2008-06-18 Thread Helge Kreutzmann
Hello Loïc,
On Wed, Jun 18, 2008 at 12:08:24AM +0200, Loïc Minier wrote:
>  Could you report results of "dpkg -S var/lib/scrollkeeper"?

[EMAIL PROTECTED]:~$ dpkg -S var/lib/scrollkeeper
scrollkeeper: /var/lib/scrollkeeper

Btw. I just upgrade some other packages (after having shut down the
machine yesterday evening and rebooted it this morning) and the error
has not appeared (but maybe these packages did not trigger it).

Greetings

Helge
-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#395252: ignore bug 395252 'mplayer embeds ffmpeg' for lenny

2008-06-18 Thread Neil McGovern
On Wed, Jun 18, 2008 at 12:29:45PM +0200, A Mennucc wrote:
> On Wed, Jun 18, 2008 at 10:29:17AM +0100, Neil McGovern wrote:
> > On Wed, Jun 18, 2008 at 11:10:21AM +0200, A Mennucc wrote:
> > And that was the case since 16 Dec 2006?
> 
> yes. Read ahead.
> 
> > Why was this not brought up
> > sooner, and why has there been zero effort made into resolving this
> > issue, as far as we can see?
> 
> You don't see all that has happened. 
> 

Yes, I don't. You didn't update the bug, or tell us what was going on.
We can't read minds.

> You do not see the many emails I sent to ffmpeg-free mantainers,
> almost all of them went unanswered (but for one).  I can provide you a
> complete list, if you wish.
> 

The only one I see is
http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2007-September/000408.html,
and that's for a different issue.
I also find it fairly rich that you complain at a lack of answers, and
yet don't reply to pings to a BR asking for an update.

> The other thing you fail to see is that the "ffmpeg transition" was
> announced on d-devel-announce on 1st July 2007 (yes, that is not a
> typo!)  and is still going on, according to
> http://packages.qa.debian.org/f/ffmpeg-free.html
> 

You seem to be confused, these aren't the same transition. The one
mentioned in 2007 transitioned on 2007-07-05, five days after the mail.
Perhaps the fact that the source package name has changed in the last
year is causing an issue for you?

> You do not see the weekends I spent in the last 3 months trying to
> link mplayer to ffmpeg-free in Debian. 
> 

This is good, but should have happened sooner. This bug has been open
since Sarge was stable.

> Yet another thing you fail to see is that I care for my packages a
> lot: mplayer is 1191 in the popcon list, and yet I manage to keep its
> bug count at a reasonable ~40; I regularly upload new versions, and
> fix as many bugs as I can each time. 
> 

But not enough to fix a RC bug that's been open since 2006.

> If I had known in advance that all my time was lost for nothing,
> I would have gone collecting daises in sunlight instead.
> 

It doesn't have to be for nothing; Get the issue resolved, and mplayer
can move back into testing.

Neil
-- 
 irssiproxy appears to be crack cut with washing up powder


signature.asc
Description: Digital signature


Bug#486702: bash-completion: Fails to upgrade

2008-06-18 Thread Helge Kreutzmann
Hello Manoj,
On Tue, Jun 17, 2008 at 06:26:04PM -0500, Manoj Srivastava wrote:
> On Tue, 17 Jun 2008 22:50:04 +0200, Helge Kreutzmann
> <[EMAIL PROTECTED]> said:  
> > I tried it again using "sdiff" and it hung again, though I only let it
> > hang for a few seconds. If you want to debug this, I can keep that
> > state for a few days, or should I try "diff" instead?
> 
> Do we know which version of ucf is installed at the time of the
>  failed upgrade? Old versions of ucf did not use  debconf to display
>  results from the diff operations, but left it on the console/xterm.

ii  ucf3.007  Update Configuration File: preserve user cha

I logged in via ssh from my local console via another machine
( local -> intermediate -> alpha). The local and intermediate machine
run stable, the alpha (where the error occured) is running sid. The
intermediate and alpha do not have X running and xterm is (should) not
be present (should because it might by accident, I can check if
necessary). 

I saw this particular debconf prompt for the first time, up to now I
was always confronted with a text version (which worked fine as well).
I cannot tell, if there is output on some other channel (VT, ..) as I
do not have local access to the alpha.

> That has been fixed in version 3.001, released on May 2007, but
>  the version in stable is 2.0020, which has that bug.

Looks like I have a fixed version, then.

If there is anything I can try (besides using "diff" instead of
"sdiff") please tell me.

Greetings

 Helge
-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#483822: -

2008-06-18 Thread Olaf van der Spek
Package: molly-guard
Followup-For: Bug #483822

And it appears to be fixed in testing:
debian:~# reboot
W: molly-guard: SSH session detected!
Please type in hostname of the machine to reboot: 
Good thing I asked; I won't reboot debian ...
W: aborting reboot due to 30-query-hostname exiting with code 1.
debian:~# su - olaf
[EMAIL PROTECTED]:~$ sudo reboot
W: molly-guard: SSH session detected!
Please type in hostname of the machine to reboot: 
Good thing I asked; I won't reboot debian ...
W: aborting reboot due to 30-query-hostname exiting with code 1.

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

Kernel: Linux 2.6.24-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/bash

Versions of packages molly-guard depends on:
ii  procps   1:3.2.7-8   /proc file system utilities
ii  sysvinit 2.86.ds1-59 System-V-like init utilities

molly-guard recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486711: libgpiv3-dev: tries to overwrite file owned by libgpiv2-dev

2008-06-18 Thread Aníbal Monsalve Salazar
package libgpiv3-dev
tags 486711 + patch
thanks

diff -u libgpiv-0.5.2/debian/control libgpiv-0.5.2/debian/control
--- libgpiv-0.5.2/debian/control
+++ libgpiv-0.5.2/debian/control
@@ -10,6 +10,9 @@
 Package: libgpiv3
 Section: libs
 Architecture: any
+Replaces: libgpiv2
+Provides: libgpiv2
+Conflicts: libgpiv2
 Depends: ${shlibs:Depends}
 Description: library for Particle Image Velocimetry (PIV)
  This library contains functions for evaluating images from a fluid
@@ -33,6 +36,9 @@
 Package: libgpiv3-dev
 Section: libdevel
 Architecture: any
+Replaces: libgpiv2-dev
+Provides: libgpiv2-dev
+Conflicts: libgpiv2-dev
 Depends: libgpiv3 (= ${binary:Version})
 Description:  library for Particle Image Velocimetry (PIV)
  This library contains functions for evaluating images from a fluid flow


signature.asc
Description: Digital signature


Bug#480774: diff -y in UTF-8: bad alignment

2008-06-18 Thread Vincent Lefevre
On 2008-06-18 12:39:49 +0200, Santiago Vila wrote:
> Could it be because you are using a locale which is not UTF-8 friendly?
> (the one in the line "Locale:" above).

No, I use both ISO-8859-1 and UTF-8 locales. I did the test in a
uxterm, with:

LANG=POSIX
LC_CTYPE=en_US.UTF-8
LC_NUMERIC="POSIX"
LC_TIME=en_DK
LC_COLLATE=POSIX
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

but reported the bug from an xterm (so, using my default ISO-8859-1
locales).

> Does this happen with version 2.8.7 in experimental?

Yes, it occurs with diff 2.8.7-0.2.

The bug also occurs with:

  LC_ALL=en_US.UTF-8 diff -y file1 file2

To summarize, with the same files, here are the number of spaces before
the pipe character in the output, depending on the locales:

LocalesISO-8859-1UTF-8
Line 1  2  2   (contents: ab345...)
Line 2  1  3   (contents: àb345... in UTF-8)

The behavior is correct under ISO-8859-1 locales (since 'à' encoded
in UTF-8 takes 2 bytes thus is seen as 2 characters in ISO-8859-1).
However, under UTF-8, the number of spaces should be 2 instead of 3
for line 2.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486819: svn-do: do not hide errors returned by svn-buildpackage

2008-06-18 Thread Ludovic Rousseau
Package: svn-buildpackage
Version: 0.6.23
Severity: normal
Tags: patch

Hello,

I was using svn-do and got this output:
$ svn-do
I: Exporting source tree via svn-buildpackage...
E: Resolve them manually before continuing

E: Export failed, check your svn-buildpackage configuration


The problem here is that svn-buildpackage sends some usefull information
about the problem but that information was eaten by svn-do.

The hidden output of "svn-buildpackage --svn-dont-clean --svn-export" was:
$ svn-buildpackage --svn-dont-clean --svn-export
buildArea: /home/rousseau/Sources/Debian/SVN/plucker/build-area
origDir: /home/rousseau/Sources/Debian/SVN/tarballs
tagsDir: /home/rousseau/Sources/Debian/SVN/plucker/tags
tagsUrl: file:///home/SVN/plucker/trunk/plucker/tags
trunkDir: /home/rousseau/Sources/Debian/SVN/plucker/trunk
trunkUrl: file:///home/SVN/plucker/trunk/plucker/trunk/trunk
Complete layout information:
buildArea=/home/rousseau/Sources/Debian/SVN/plucker/build-area
origDir=/home/rousseau/Sources/Debian/SVN/tarballs
tagsDir=/home/rousseau/Sources/Debian/SVN/plucker/tags
tagsUrl=file:///home/SVN/plucker/trunk/plucker/tags
trunkDir=/home/rousseau/Sources/Debian/SVN/plucker/trunk
trunkUrl=file:///home/SVN/plucker/trunk/plucker/trunk/trunk
E: Found unresolved issues: 

?  debian/.changelog.swp

E: Resolve them manually before continuing



I propose to patch svn-do to display the output of svn-buildpackage in
case of error.
The idea is to use a temporary file to log the output and display it if
needed.

--- svn-do  2007-11-12 20:42:13.0 +0100
+++ svn-do2 2008-06-18 13:14:53.0 +0200
@@ -53,12 +53,19 @@
 fi
 
 echo "I: Exporting source tree via svn-buildpackage..." >&2
-tree=$(LC_ALL=C svn-buildpackage --svn-dont-clean --svn-export | sed -n 
's/.*exported to \(.*\)/\1/p')
+log=$(mktemp)
+set +e
+LC_ALL=C svn-buildpackage --svn-dont-clean --svn-export &> "$log"
+set -e
+tree=$(LC_ALL=C cat "$log" | sed -n 's/.*exported to \(.*\)/\1/p')
 
 if [ -z "$tree" ]; then
+   cat "$log"
+   rm "$log"
 echo "E: Export failed, check your svn-buildpackage configuration"
 exit 1
 fi
+rm "$log"
 
 # uncomment this if you want to purge the exported tree on completion
 # (successful or not)
 

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

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

Versions of packages svn-buildpackage depends on:
ii  devscripts 2.10.29   scripts to make the life of a Debi
ii  file   4.24-2Determines file type using "magic"
ii  libsvn-perl1.4.6dfsg1-4  Perl bindings for Subversion
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  perl   5.10.0-10 Larry Wall's Practical Extraction 
ii  subversion 1.4.6dfsg1-4  Advanced version control system
ii  unp1.0.15unpack (almost) everything with on
ii  wget   1.11.3-1  retrieves files from the web

svn-buildpackage recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486820: devscripts: [checkbashisms] is confused by unquoted variable expansion

2008-06-18 Thread Jiří Paleček

Package: devscripts
Version: 2.10.29
Severity: normal
File: /usr/bin/checkbashisms

Hello,

checkbashisms reports the attached file as containing bashisms, but it  
doesn't contain any. If you quote the first variable expansion, it doesn't  
report it.


Regards
Jiri Palecek

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

Kernel: Linux 2.6.24.3-test (SMP w/1 CPU core; PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL  
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.14.19package building tools for  
Debian
ii  libc6 2.7-3  GNU C Library: Shared  
libraries
ii  perl  5.8.8-12   Larry Wall's Practical  
Extraction


Versions of packages devscripts recommends:
ii  at 3.1.10Delayed job execution and  
batch pr

ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-2 A simple mail user agent
ii  curl   7.16.4-2  Get a file from an HTTP,  
HTTPS or

ii  cvs1:1.12.13-10  Concurrent Versions System
ii  dctrl-tools2.11  Command-line tools to process  
Debi

pn  debian-keyring (no description available)
pn  debian-maintainers (no description available)
pn  dput | dupload (no description available)
ii  equivs 2.0.7 Circumvent Debian package  
dependen

ii  fakeroot   1.9.4 Gives a fake root environment
ii  git-core   1:1.5.5.3-1   fast, scalable, distributed  
revisi
ii  gnupg  1.4.6-2+b1GNU privacy guard - a free  
PGP rep
ii  iceape-browser [ww 1.1.9-3   Iceape Navigator (Internet  
browser
ii  iceweasel [www-bro 3.0~rc2-1 lightweight web browser based  
on M
ii  konqueror [www-bro 4:3.5.9.dfsg.1-2+b1   KDE's advanced file manager,  
web b

pn  libauthen-sasl-per (no description available)
pn  libcrypt-ssleay-pe (no description available)
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian  
control-

pn  libsoap-lite-perl  (no description available)
pn  libterm-size-perl  (no description available)
ii  libtimedate-perl   1.1600-6  Time and date functions for  
Perl
ii  liburi-perl1.35-2Manipulates and accesses URI  
strin
ii  libwww-perl5.805-1   WWW client/server library for  
Perl
ii  libyaml-syck-perl  1.01-1Fast, lightweight YAML loader  
and
ii  links [www-browser 2.1pre36-1Web browser running in text  
mode

ii  lintian1.23.49   Debian package checker
ii  lsb-release3.1-23.1  Linux Standard Base version  
report
ii  lynx-cur [www-brow 2.8.7dev9-1   Text-mode WWW Browser with  
NLS sup

ii  man-db 2.5.1-2   on-line manual pager
ii  openssh-client [ss 1:4.7p1-9 secure shell client, an  
rlogin/rsh

ii  opera [www-browser 9.50-20080508.6   The Opera Web Browser
ii  patch  2.5.9-4   Apply a diff file to an  
original

ii  patchutils 0.2.31-4  Utilities to work with patches
ii  strace 4.5.15-1.2A system call tracer
ii  subversion 1.4.6dfsg1-4  Advanced version control  
system
ii  svk2.0.2-1   A Distributed Version Control  
Syst

ii  unzip  5.52-9De-archiver for .zip files
pn  wdiff  (no description available)
ii  wget   1.11.2-1  retrieves files from the web

-- no debconf information


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

binbhQltS5vfN.bin
Description: Binary data


Bug#486821: kde-guidance: Mess with insserv

2008-06-18 Thread Didier Raboud
Package: kde-guidance
Version: 0.8.0-4
Severity: normal

Hi,

kde-guidance has visibly problems with insserv: 


# update-bootsystem-insserv

info: Checking if it is safe to convert to dependency based boot.
error: Problems running insserv:
  insserv: script kde-guidance: service kde-guidance already provided!
  info: Please check out this manually.
  info: Refusing to convert boot sequence until this is fixed
  info: See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
  info: for more information on how to solve these issues.  Most likely,
  info: it is a bug in the binary package with the init.d script in
  info: question, and not with insserv.


My /etc/default/rcS contains:

CONCURRENCY=shell

Regards, 

OdyX

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (700, 'stable'), (600, 'unstable'), (50, 
'experimental'), (50, 'unstable'), (50, 'testing'), (50, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages kde-guidance depends on:
pn  guidance-backends  (no description available)
ii  kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-2GCC support library
pn  libpythonize0  (no description available)
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.1-2  The GNU Standard C++ Library v3
pn  pykdeextensions(no description available)
ii  python  2.5.2-1  An interactive high-level object-o
pn  python-kde3(no description available)
pn  python-qt-dev  (no description available)
ii  python-support  0.8.1automated rebuilding support for P
ii  python2.5   2.5.2-6  An interactive high-level object-o
ii  sysv-rc 2.86.ds1-59  System-V-like runlevel change mech

kde-guidance recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483418: debian-policy: Not limit dpkg-divert to install but valid also for upgrade in app. G

2008-06-18 Thread Raphael Hertzog
(leaving again full context as my reply is quite late)

On Mon, 02 Jun 2008, Russ Allbery wrote:
> Olivier Berger <[EMAIL PROTECTED]> writes:
> 
> > Package: debian-policy
> > Version: 3.7.3.0
> > Severity: minor
> >
> > In "Appendix G - Diversions - overriding a package's version of a file
> > (from old Packaging Manual)", there's some misleading explanations on
> > dpkg-divert preferred use in presint scriptsi (as I understand it, this
> > is not related to policy itself, as it lies in the appendix, so this
> > issue should be easily fixed ?).
> >
> > The following example is provided with a sentence which seems erronous
> > to me ATM :
> >
> >if [ install = "$1"  ]; then
> >  dpkg-divert --package smailwrapper --add --rename \
> >   --divert /usr/sbin/smail.real /usr/sbin/smail
> >fi
> >
> >  Testing $1 is necessary so that the script doesn't try to add the
> >  diversion again when smailwrapper is upgraded.
> >
> > IMHO, whenever a package introduces a diversion for the first time,
> > whereas previous versions of the package may have been installed,
> > there's a need to add the diversion on upgrade too.  Running dpkg-divert
> > twice in a row with the same arguments doesn't harm, at the moment from
> > the tests I've done on a "testing" system.
> >
> > Maybe this used to be different in ancient times and diverting several
> > times would lead to chaos ?
> >
> > So I suggest that the example is changed to something like :
> >
> > case "$1" in
> > install|upgrade)
> > dpkg-divert --package smailwrapper --add --rename \
> >   --divert /usr/sbin/smail.real /usr/sbin/smail
> > ;;
> >
> > without further explanations by removing the sentence in question.
> 
> This sounds reasonable to me, and the packages I checked that use
> diversions add the diversion on both install and upgrade.  I'm inclined to
> make this change.  dpkg maintainers, could you double-check and be sure
> that I'm not missing something?
> 
> And, actually, should we just remove the if or case guard entirely and
> just run dpkg-divert unconditionally in preinst?  The only difference at
> that point is abort-upgrade, and if the new version of the package was
> removing diversions in its preinst, re-establishing the diversion is the
> right thing to do.  I'm remembering Ian's previous comments that normally
> one should not be testing the action in maintainer scripts.

I tend to agree, I can't imagine a scenario where it would be a bad thing
to do. 

But we certainly don't want to temporarily remove the diversion on upgrade
so this is ok only for the preinst part.  The postrm part shall stay 
restricted to the "remove" case.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486798: [PATCH] restore export of handle_mm_fault for Mac on Linux

2008-06-18 Thread Christoph Hellwig
On Wed, Jun 18, 2008 at 12:14:02PM +0200, Gaudenz Steinlin wrote:
> Hi
> 
> The kernel modules for Mac on Linux (MOL) need handle_mm_fault. 
> MOL is a GPL licensed virtual machine to run MacOS(X) on PPC Linux.

Has been rejected a few times.  An now that we actually have kvm
for powerpc in tree MOL should just merge with that project and
do the right things in tree instead of beeing a really hacky
module subverting the VM.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486822: rar: fails to install

2008-06-18 Thread Mario 'BitKoenig' Holbe
Package: rar
Version: 1:3.8b2-1
Severity: grave

Hello,

rar 1:3.8b2-1 fails to install:

Preparing to replace rar 1:3.7.1-2 (using .../rar_1%3a3.8b2-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/rar_1%3a3.8b2-1_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 10


regards
   Mario
-- 
$ make fire
Don't know how to make fire
$ Why not?
No match


signature.asc
Description: Digital signature


Bug#486683: crashes when adding buddy to sip account

2008-06-18 Thread Alban Crequy
I can reproduce a crash when I add a SIP buddy in a group, but just
adding a SIP buddy in the roaster does not crash. Is it the same for
you?

I will report my crash in the upstream bugzilla.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#467235: xserver-xorg-video-ati: [radeon] images not scaled properly when using EXA

2008-06-18 Thread Hubert Chathi
Version: 1:6.8.191-1

On Mon, 16 Jun 2008 09:29:21 +0200 Michel Dänzer <[EMAIL PROTECTED]>
wrote:

> Have you been able to try a newer version of the driver? FWIW, I can't
> reproduce the problem using current upstream development snapshots of
> the driver and X server, though this is using an R300 generation card,
> so there may still be a problem with your generation card.

I upgraded to version 1:6.8.191-1 and everything seems to work fine
now.  It even fixed some rendering bugs that I was seeing in Iceweasel
3.  Closing this bug now.

Thanks

-- 
Hubert Chathi <[EMAIL PROTECTED]> -- Jabber: [EMAIL PROTECTED]
PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480774: diff -y in UTF-8: bad alignment

2008-06-18 Thread Vincent Lefevre
found 480774 2.8.7-0.2
thanks

Also, if I replace the à by a € (euro symbol, which takes 3 bytes
instead of 2 for à), I also get 3 spaces under UTF-8 locales. So,
it seems that the encoding length doesn't matter.

And if I also replace the 'b' by a 'è', then the pipe character no
longer appears in the output!

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486823: devscripts: [checkbashishms] spuriously reports kill -KILL

2008-06-18 Thread Jiří Paleček

Package: devscripts
Version: 2.10.29
Severity: normal
File: /usr/bin/checkbashisms

Hello,

checkbashisms reports kill -KILL in the attached file as bashism. However,  
it doesn't do so when I added this command to another sh script.


dash accepts it, and man kill doesn't say it's an extension, so I think it  
is legal.


Regards
Jiri Palecek

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

Kernel: Linux 2.6.24.3-test (SMP w/1 CPU core; PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL  
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.14.19package building tools for  
Debian
ii  libc6 2.7-3  GNU C Library: Shared  
libraries
ii  perl  5.8.8-12   Larry Wall's Practical  
Extraction


Versions of packages devscripts recommends:
ii  at 3.1.10Delayed job execution and  
batch pr

ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-2 A simple mail user agent
ii  curl   7.16.4-2  Get a file from an HTTP,  
HTTPS or

ii  cvs1:1.12.13-10  Concurrent Versions System
ii  dctrl-tools2.11  Command-line tools to process  
Debi

pn  debian-keyring (no description available)
pn  debian-maintainers (no description available)
pn  dput | dupload (no description available)
ii  equivs 2.0.7 Circumvent Debian package  
dependen

ii  fakeroot   1.9.4 Gives a fake root environment
ii  git-core   1:1.5.5.3-1   fast, scalable, distributed  
revisi
ii  gnupg  1.4.6-2+b1GNU privacy guard - a free  
PGP rep
ii  iceape-browser [ww 1.1.9-3   Iceape Navigator (Internet  
browser
ii  iceweasel [www-bro 3.0~rc2-1 lightweight web browser based  
on M
ii  konqueror [www-bro 4:3.5.9.dfsg.1-2+b1   KDE's advanced file manager,  
web b

pn  libauthen-sasl-per (no description available)
pn  libcrypt-ssleay-pe (no description available)
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian  
control-

pn  libsoap-lite-perl  (no description available)
pn  libterm-size-perl  (no description available)
ii  libtimedate-perl   1.1600-6  Time and date functions for  
Perl
ii  liburi-perl1.35-2Manipulates and accesses URI  
strin
ii  libwww-perl5.805-1   WWW client/server library for  
Perl
ii  libyaml-syck-perl  1.01-1Fast, lightweight YAML loader  
and
ii  links [www-browser 2.1pre36-1Web browser running in text  
mode

ii  lintian1.23.49   Debian package checker
ii  lsb-release3.1-23.1  Linux Standard Base version  
report
ii  lynx-cur [www-brow 2.8.7dev9-1   Text-mode WWW Browser with  
NLS sup

ii  man-db 2.5.1-2   on-line manual pager
ii  openssh-client [ss 1:4.7p1-9 secure shell client, an  
rlogin/rsh

ii  opera [www-browser 9.50-20080508.6   The Opera Web Browser
ii  patch  2.5.9-4   Apply a diff file to an  
original

ii  patchutils 0.2.31-4  Utilities to work with patches
ii  strace 4.5.15-1.2A system call tracer
ii  subversion 1.4.6dfsg1-4  Advanced version control  
system
ii  svk2.0.2-1   A Distributed Version Control  
Syst

ii  unzip  5.52-9De-archiver for .zip files
pn  wdiff  (no description available)
ii  wget   1.11.2-1  retrieves files from the web

-- no debconf information


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

binJxQiDvzX2V.bin
Description: Binary data


Bug#486824: dependency: libqt4-dev needs libice-dev, libx11-dev

2008-06-18 Thread Klaus Schneider
Package: libqt4-dev
Version: 4.4.0-2
Severity: normal

libqt4-dev should depend on libice-dev and libx11-dev; without these
packages, it is not possible to compile Qt apps.

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

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

Versions of packages libqt4-dev depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.0-5 GCC support library
ii  libqt4-assistant   4.4.0-2   Qt 4 assistant module
ii  libqt4-dbus4.4.0-2   Qt 4 D-Bus module
ii  libqt4-designer4.4.0-2   Qt 4 designer module
ii  libqt4-help4.4.0-2   Qt 4 help module
ii  libqt4-network 4.4.0-2   Qt 4 network module
ii  libqt4-qt3support  4.4.0-2   Qt 3 compatibility library for Qt 
ii  libqt4-script  4.4.0-2   Qt 4 script module
ii  libqt4-sql 4.4.0-2   Qt 4 SQL module
ii  libqt4-svg 4.4.0-2   Qt 4 SVG module
ii  libqt4-test4.4.0-2   Qt 4 test module
ii  libqt4-webkit  4.4.0-2   Qt 4 WebKit module
ii  libqt4-xml 4.4.0-2   Qt 4 XML module
ii  libqt4-xmlpatterns 4.4.0-2   Qt 4 XML patterns module
ii  libqtcore4 4.4.0-2   Qt 4 core module
ii  libqtgui4  4.4.0-2   Qt 4 GUI module
ii  libstdc++6 4.3.0-5   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages libqt4-dev recommends:
ii  libqt4-opengl-dev 4.4.0-2Qt 4 OpenGL library development fi

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486700: Config file

2008-06-18 Thread tomepperly
Here are the contents of the config file. I've changed the machine name, but 
everything else is the same.

IPSec gateway vpn.remote.machine
IKE Authmode psk
IPSec ID remote-vpn



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#486807: since upgrade urxvtcd does not start anymore

2008-06-18 Thread Decklin Foster
Patrick Schoenfeld writes:

> BTW. note that it states it would be 9.02 if launched via urxvtcd.
> Thats strange, because urxvtcd and rxvt-unicode both state that its
> version is 9.05, only the urxvtc binary says it is 9.02. So it seems
> your package does not install a new version of this binary.

That is... extremely strange. urxvtc has not gone anywhere (I'm
using it right now, albeit on amd64). You can see for yourself at:
http://packages.debian.org/sid/i386/rxvt-unicode/filelist

Does your output of `dpkg -L rxvt-unicode` match that? Are you maybe
still running the urxvtd shipped with 9.02?

-- 
things change.
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#395252: ignore bug 395252 'mplayer embeds ffmpeg' for lenny

2008-06-18 Thread A Mennucc
On Wed, Jun 18, 2008 at 10:29:17AM +0100, Neil McGovern wrote:
> Neither, it's the RC policy which carries more weight than a RG:
> http://release.debian.org/lenny/rc_policy.txt
> 
> 5a) Packages in the archive must not be so buggy or out of date that we
> refuse to support them.
> 
> The security team has confirmed multiple times that this is no longer
> supportable.

Your phrase "no longer" confirms that there is a fundamental
misunderstanding in this point.

The package 'mplayer' is not 'so buggy', it has 40 bugs,
and that is average. 
The only RC bug that 'mplayer' has is 395252.

This bug says "mplayer requires too much security maintainance work due to
embedded ffmpeg copy".

But this "too much security work" was claimed even before etch was
released, and is a claim that had and still has no supporting facts.

Indeed 'mplayer' had 3 security updates so far in Etch. 
No one of those security updates was fixed by patching
code in the ffmpeg library.

So this whole bug 395252 is based on an apriori assumption;
moreover this assumption was proved wrong by facts.

Summarizing, you are deciding that mplayer is too buggy to be
supported because of a bug that claims that same argument.

Don't you see how circular this whole reasoning is?



Not to mention that, for reasons behond my comprehension,
mplayer is the only package targetted by this reasoning.

1) As I said in the other email, the policy 3.8.0
now contains a paragraph [14.3] against embedded copies,
that is though waived for Lenny. For some reasons, you
do not accept that mplayer be given the same treatment.

2) Another point is that
http://svn.debian.org/wsvn/secure-testing/data/embedded-code-copies?op=file&rev=0&sc=0
lists many packages which ship embedded copies.  One example is
mozilla/iceweasel/iceape.  Iceweasel had 9 security bugs in Etch.
Iceweasel has ~500 bugs (!!). So iceweasel should be kept out of
Lenny, since it contains embedded copies of code and is quite
buggy. But no one is ever posting this RC bug.  Why? Beats me.

a.

-- 
Andrea Mennucc

"The EULA sounds like it was written by a team of lawyers who want to tell 
me what I can't do, and the GPL sounds like it was written by a human 
being who wants me to know what I can do."
Anonymous,http://www.securityfocus.com/columnists/420


signature.asc
Description: Digital signature


  1   2   3   4   5   >