Bug#614529: freepops: FTBFS: make[2]: ps2pdf: Command not found

2011-05-25 Thread Hideki Yamane
tags 614529 patch
thanks

Hi,

 It is same as Bug#618176 and Bug#618190, gs-common -> ghostscript.
 Here's a patch.


diff -u freepops-0.2.9/debian/control freepops-0.2.9/debian/control
--- freepops-0.2.9/debian/control
+++ freepops-0.2.9/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Enrico Tassi 
 Build-Depends: debhelper (>= 7), libexpat1-dev, libcurl4-gnutls-dev (>= 
7.15.0-2), flex, bison, po-debconf, liblua5.1-filesystem-dev, 
liblua5.1-expat-dev, liblua5.1-curl-dev (>= 0.3.0), liblua5.1-dev, 
libfltk1.1-dev, liblua5.1-socket-dev, gettext
-Build-Depends-Indep: texlive-latex-extra, texlive-fonts-recommended, 
texlive-latex-recommended, gs-common, luadoc
+Build-Depends-Indep: texlive-latex-extra, texlive-fonts-recommended, 
texlive-latex-recommended, ghostscript, luadoc
 Standards-Version: 3.8.2
 Homepage: http://www.freepops.org
 



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



Bug#397511: Dbus hangs

2011-05-25 Thread Jean-Louis MOUNIER

My home server, which uses nss and ldap, hangs at bootup when starting dbus

Dbus starts with user messagebus, maybe user authentication uses nss to 
check user messagebus. Nss then cals ldap which is not running yet


I'll try to hack service dependencies this evening...

May help

Jean-Louis




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



Bug#621933: libuninameslist: FTBFS: eval: 1: base_compile+= -c: not found

2011-05-25 Thread Hideki Yamane
Hi,

 Just specify CONFIG_SHELL=/bin/bash solves this FTBFS. bash is
 "Priority: required" package, so it doesn't introduce any dependency
 issue.

 Here's a patch.


diff -Nru libuninameslist-0.0.20091231/debian/rules
libuninameslist-0.0.20091231/debian/rules
--- libuninameslist-0.0.20091231/debian/rules   2010-01-01
21:18:57.0 +0900
+++ libuninameslist-0.0.20091231/debian/rules   2011-05-25
15:06:19.0 +0900
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1

+export CONFIG_SHELL=/bin/bash
+
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)



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



Bug#627789: -- new patch

2011-05-25 Thread Simon Kelley
Thomas Hood wrote:
> On 25/05/11 14:46, Simon Kelley wrote:
>> cp file file.new
>> mv file.new file
>>
>> has the desired effect and atomically changes the mtime without a race
>> window where the contents of file may be invalid.
> 
> 
> The current code (i.e., in my first patch) doesn't suffer from a race
> because it acts upon a temporary file before the latter is mv'ed
> (atomically) to the active name.

True, there was an implied "so it's better than mv file file.new; cp
file.new file" which was my first attempt.

> 
> I was thinking about this issue last night and had the idea of just
> checking the time before writing the temporary file.  This could be
> done with "date", I realize, but can also be done with bash's printf,
> as in the attached patch, which is a bit shorter than the previous one.


That looks good. I'll push it into the next release. Do you have a
burning desire to have a new Debian package of 2.57, or can this wait
until dnsmasq 2.58 comes out?


Cheers,

Simon.

> 




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



Bug#627917: kdm: Default KDM config file doesn't halt

2011-05-25 Thread Frederik Schwarzer
[Alejandro Exojo Piqueras - Mittwoch, 25. Mai 2011 14:45:41] 
> Package: kdm
> Version: 4:4.6.2-2
> Severity: important
> 
> Hi.
> 
> The default configuration file for KDM contains the following:
> 
> [Shutdown]
> # The command (subject to word splitting) to run to halt the system.
> # Default is "/sbin/shutdown -p now"
> #HaltCmd=
> # The command (subject to word splitting) to run to reboot the system.
> # Default is "/sbin/shutdown -r now"
> #RebootCmd=
> 
> 
> However, this doesn't properly shutdown. According to shutdown manpage, the
> proper switch should be -P, not -p. I think that former default values were:

When reading the manpage, it seems -h is the correct switch. Without -h or -r
the system goes to runlevel 1.

-P just changes the default halt action.

In any case, it is fixed upstream (I think in 4.6.3) with the following patch:
http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=bb7b6885bc91d698f1d57bbf9e08bd985e34215e

So they chose: "/sbin/shutdown -h -P now"

Regards



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



Bug#597609: Backtrace with debugging symbols

2011-05-25 Thread Ryan Kavanagh
I rebuilt python-levenshtein with debugging symbols, here's a backtrace.

GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/python2.7...(no debugging symbols found)...done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/python2.7 
[Thread debugging using libthread_db enabled]
Python 2.7.1+ (default, May 20 2011, 18:13:04) 
[GCC 4.6.1 20110507 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> >>> 
Program received signal SIGSEGV, Segmentation fault.
extract_stringlist (list=0xb7bd5ae8, name=0xb7fd9a43 "seqratio", n=3, 
sizelist=0xbfffe7e0, strlist=0xbfffe7d8) at Levenshtein.c:1145
1145  if (PyObject_TypeCheck(first, &PyString_Type)) {
(gdb) backtrace full
#0  extract_stringlist (list=0xb7bd5ae8, name=0xb7fd9a43 "seqratio", n=3, 
sizelist=0xbfffe7e0, strlist=0xbfffe7d8) at Levenshtein.c:1145
i = 
first = 0xa093d0a3
#1  0xb7fd151e in setseq_common (args=, name=0xb7fd9a43 
"seqratio", foo=..., lensum=0xbfffe83c) at Levenshtein.c:1298
n1 = 3
n2 = 3
strings1 = 0x0
strings2 = 0x0
sizes1 = 0x0
sizes2 = 0x0
strlist1 = 0xb7bd5ae8
strlist2 = 0xb7b96ed8
strseq1 = 0xb7b8e6cc
strseq2 = 
stringtype1 = 
stringtype2 = 
r = -1
#2  0xb7fd62a9 in seqratio_py (self=0x0, args=0xb7ba394c) at Levenshtein.c:1230
lensum = 
r = 
#3  0x080f989b in PyEval_EvalFrameEx ()
No symbol table info available.
#4  0x080ff8a4 in PyEval_EvalCodeEx ()
No symbol table info available.
#5  0x08100237 in PyEval_EvalCode ()
No symbol table info available.
#6  0x0811ce20 in ?? ()
No symbol table info available.
#7  0x0811e979 in PyRun_InteractiveOneFlags ()
No symbol table info available.
#8  0x0811eb15 in PyRun_InteractiveLoopFlags ()
No symbol table info available.
#9  0x0811edde in PyRun_AnyFileExFlags ()
No symbol table info available.
#10 0x0812e472 in Py_Main ()
No symbol table info available.
#11 0x0806026b in main ()
No symbol table info available.
(gdb) info registers
eax0x827bec0136822464
ecx0xb7b8e40c   -1212619764
edx0xb7fd9a43   -1208116669
ebx0xb7fde110   -1208098544
esp0xbfffe740   0xbfffe740
ebp0xb7fd06b0   0xb7fd06b0
esi0xb7bd5ae8   -1212327192
edi0xa093d0a3   -1600925533
eip0xb7fd0df3   0xb7fd0df3 
eflags 0x210293 [ CF AF SF IF RF ID ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0  0
gs 0x33 51
(gdb) x/16i $pc
=> 0xb7fd0df3 :  mov0x4(%edi),%eax
   0xb7fd0df6 :  cmp-0x8(%ebx),%eax
   0xb7fd0dfc :  je 0xb7fd0ef8 

   0xb7fd0e02 :  mov-0x8(%ebx),%edx
   0xb7fd0e08 :  mov%eax,(%esp)
   0xb7fd0e0b :  mov%edx,0x4(%esp)
   0xb7fd0e0f :  call   0xb7fcedc8 
   0xb7fd0e14 :  test   %eax,%eax
   0xb7fd0e16 :  jne0xb7fd0ef8 

   0xb7fd0e1c :  mov0x4(%edi),%eax
   0xb7fd0e1f :  cmp-0x14(%ebx),%eax
   0xb7fd0e25 : je 0xb7fd0e41 

   0xb7fd0e27 : mov-0x14(%ebx),%edx
   0xb7fd0e2d : mov%eax,(%esp)
   0xb7fd0e30 : mov%edx,0x4(%esp)
   0xb7fd0e34 : call   0xb7fcedc8 
(gdb) thread apply all backtrace

Thread 1 (Thread 0xb7c4e6c0 (LWP 8908)):
#0  extract_stringlist (list=0xb7bd5ae8, name=0xb7fd9a43 "seqratio", n=3, 
sizelist=0xbfffe7e0, strlist=0xbfffe7d8) at Levenshtein.c:1145
#1  0xb7fd151e in setseq_common (args=, name=0xb7fd9a43 
"seqratio", foo=..., lensum=0xbfffe83c) at Levenshtein.c:1298
#2  0xb7fd62a9 in seqratio_py (self=0x0, args=0xb7ba394c) at Levenshtein.c:1230
#3  0x080f989b in PyEval_EvalFrameEx ()
#4  0x080ff8a4 in PyEval_EvalCodeEx ()
#5  0x08100237 in PyEval_EvalCode ()
#6  0x0811ce20 in ?? ()
#7  0x0811e979 in PyRun_InteractiveOneFlags ()
#8  0x0811eb15 in PyRun_InteractiveLoopFlags ()
#9  0x0811edde in PyRun_AnyFileExFlags ()
#10 0x0812e472 in Py_Main ()
#11 0x0806026b in main ()
(gdb) quit
A debugging session is active.

Inferior 1 [process 8908] will be killed.

Quit anyway? (y or n) 


Kind regards,
Ryan



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



Bug#625544: [release.debian.org] Transition: libmagickcore4, libmagick++4, libmagickwand4

2011-05-25 Thread Bastien ROUCARIES
n Wed, May 25, 2011 at 2:24 PM, Julien Cristau  wrote:
> On Wed, May  4, 2011 at 20:52:07 +0200, Julien Cristau wrote:
>
>> tag 625544 moreinfo
>> kthxbye
>>
>> On Wed, May  4, 2011 at 12:27:14 +0200, Bastien ROUCARIES wrote:
>>
>> > We would like to perform the transition from  libmagickcore3, 
>> > libmagick++3, libmagickwand3 to libmagickcore4, libmagick++4,
>> > libmagickwand4
>> >
>> > This transition will requires sourcefull uploads as there is a (minimal) 
>> > API change.
>>
>> A minimal API change that affects *all* reverse dependencies?  That
>> doesn't sound minimal at all.
>>
>> Also, please don't change the names of the -dev packages.
>>
> So apparently you didn't bother to reply, but uploaded anyway?  WTF?

Upstream break ABI and not API

Bastien



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



Bug#627687: [SoX-devel] Bug#627687: sox: Unable to load LAME encoder library (libmp3lame)

2011-05-25 Thread Chris Bagwell
On Tue, May 24, 2011 at 9:06 AM, Pascal Giard  wrote:
> Hi Michael!
>
> On Mon, May 23, 2011 at 8:14 PM, Michael Goetze  wrote:
>> Hi Pascal,
>>
>>> I'm assuming that you have libmp3lame0 3.98.4-0.0 packaged by
>>> Christian Marillat.
>>
>> right, I have his package which contains /usr/lib/libmp3lame.so.0 and
>> /usr/lib/libmp3lame.so.0.0.0
>>
>> Here's an strace of what sox tries:
>>
>> write(2, "Attempting to open LAME encoder "..., 53Attempting to open
>> LAME encoder library (libmp3lame).) = 53
>> write(2, "\n", 1
>> )                       = 1
>> open("/lib/libmp3lame.la", O_RDONLY)    = -1 ENOENT (No such file or
>> directory)
>> open("/usr/lib/libmp3lame.la", O_RDONLY) = -1 ENOENT (No such file or
>> directory)
>> open("/usr/local/lib/libmp3lame.la", O_RDONLY) = -1 ENOENT (No such file
>> or directory)
>> open("/lib/x86_64-linux-gnu/libmp3lame.la", O_RDONLY) = -1 ENOENT (No
>> such file or directory)
>> open("/usr/lib/x86_64-linux-gnu/libmp3lame.la", O_RDONLY) = -1 ENOENT
>> (No such file or directory)
>> access("/lib/libmp3lame.so", R_OK)      = -1 ENOENT (No such file or
>> directory)
>> access("/usr/lib/libmp3lame.so", R_OK)  = -1 ENOENT (No such file or
>> directory)
> [...]
>
> Oh! This looks like it may be an upstream issue.
> SoX looks for libmp3lame.so but not libmp3lame.so.0.
>
> While it's only a symlink to so.0, the .so is "installed" by
> libmp3lame-dev this if you install the latter, it should work.
> That being said, having the dev package should not be required.
>
> SoX dev guys: Under Debian and Fedora at least, the .so symlink is
> created by the -dev or Devel packages respectively. So I wonder how
> other applications using libltdl handle a situation like this. Do they
> depend on the -dev/Devel package (which I'd like to avoid at all cost)
> or do they workaround the issue by e.g. calling lt_dladvise_ext to get
> the OS-specific extension and then look for libname.advised_ext*
> before issuing an lt_dlopen on the found files...?
>
> Chris, Doug, Robs, do you have thoughts on this?
>

I guess we only stressed this on windows were we've hit the problem
but solved it differently.  It looks for both libmp3lame.dll/.so and
libmp3lame-0.dll/.so; "-0" be windows version of .so version #'s.

I couldn't really find any common solutions to this so I guess the
main solution would be to add libmp3lame.so.0 to the list of filenames
to search for.  I think lt_dlopenext() can handle this full name.

Chris



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



Bug#627923: gpsd: [INTL:nl] Dutch translation of debconf templates

2011-05-25 Thread Jeroen Schot
Package: gpsd
Severity: wishlist
Tags: patch l10n

Hello,

Attached is the Dutch translation of the gpsd debconf templates.
Please include it in your next upload.

Regards,
-- 
Jeroen Schot
# Dutch translation of gpsd debconf templates.
# Copyright (C) 2008-2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the gpsd package.
# Bart Cornelis , 2008.
# Jeroen Schot , 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: gpsd 2.95-12\n"
"Report-Msgid-Bugs-To: g...@packages.debian.org\n"
"POT-Creation-Date: 2009-11-04 02:49+0100\n"
"PO-Revision-Date: 2011-05-25 15:47+0200\n"
"Last-Translator: Jeroen Schot \n"
"Language-Team: Debian l10n Dutch \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../gpsd.templates:1001
msgid "Device the GPS receiver is attached to:"
msgstr "Apparaat waarop de GPS-ontvanger aangesloten is:"

#. Type: string
#. Description
#: ../gpsd.templates:1001
msgid ""
"Please enter the device the GPS receiver is attached to. It will probably be "
"something like /dev/ttyS0 or /dev/ttyUSB0."
msgstr ""
"Geef aan op welk apparaat de GPS-ontvanger is aangesloten. Waarschijnlijk is "
"dit iets als /dev/ttyS0 of /dev/ttyUSB0."

#. Type: string
#. Description
#: ../gpsd.templates:1001
msgid ""
"Multiple devices may be specified as a space-separated list. Leave empty if "
"you don't want to connect gpsd to a device on boot or if you want to use "
"device autodetection only."
msgstr ""
"U kunt meerdere apparaten opgeven door ze te scheiden met spaties. Laat dit "
"leeg als gpsd bij het opstarten geen verbinding met een apparaat moet maken "
"of als u de autodetectie wilt gebruiken."

#. Type: boolean
#. Description
#: ../gpsd.templates:2001
msgid "Start gpsd automatically?"
msgstr "Wilt u dat gpsd automatisch wordt gestart?"

#. Type: boolean
#. Description
#: ../gpsd.templates:2001
msgid "If you accept this option, gpsd will be started automatically."
msgstr "Als u deze optie aanvaardt zal gspd automatisch worden opgestart."

#. Type: string
#. Description
#: ../gpsd.templates:3001
msgid "gpsd control socket path:"
msgstr "pad naar de controle-socket van gpsd:"

#. Type: string
#. Description
#: ../gpsd.templates:3001
msgid ""
"Please enter the gpsd control socket location. Usually you want to keep the "
"default setting."
msgstr ""
"Geef de locatie van de controle-socket van gpsd. In de meeste gevallen "
"voldoet de standaard instelling."

#. Type: string
#. Description
#: ../gpsd.templates:4001
msgid "Options to gpsd:"
msgstr "Opties voor gpsd:"

#. Type: string
#. Description
#: ../gpsd.templates:4001
msgid ""
"You can give additional arguments when starting gpsd; see gpsd(8) for a list "
"of options."
msgstr ""
"U kunt bij het opstarten aanvullende argumenten meegeven aan gpsd; een lijst "
"met opties vindt u in gpsd(8)."

#. Type: string
#. Description
#: ../gpsd.templates:4001
msgid "Do not use '-F' here. The control socket path is set independently."
msgstr ""
"Voer hier niet de '-F'-optie in. Het pad naar de controle-socket wordt apart "
"ingesteld."

#. Type: boolean
#. Description
#: ../gpsd.templates:5001
msgid "Should gpsd handle attached USB GPS receivers automatically?"
msgstr ""
"Wilt u dat gpsd via USB aangekoppelde GPS-ontvangers automatisch beheert?"

#. Type: boolean
#. Description
#: ../gpsd.templates:5001
msgid ""
"As gpsd only handles GPS devices, it is safe to choose this option. However, "
"you can disable it if gpsd is causing interference with other attached "
"devices or programs."
msgstr ""
"Omdat gpsd alleen met GPS-apparaten werkt is het veilig om voor deze optie "
"te kiezen. Maar als gpsd de werking van andere aangesloten apparaten of "
"programma's verstoort kunt u gpsd uitschakelen."


Bug#627789: -- new patch

2011-05-25 Thread Thomas Hood
> That looks good. I'll push it into the next release. Do you have a
> burning desire to have a new Debian package of 2.57, or can this wait
> until dnsmasq 2.58 comes out?


It can certainly wait --- not only because this is a minor issue,
but also because I plan to submit another bug report shortly,
which can also be addressed in the next release.  ;)
-- 
Thomas



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



Bug#621489: 621489: srtp: bashism in test script

2011-05-25 Thread Tzafrir Cohen
This seems like a really simple issue. Trivial patch. Any reason not
to include it?

It is currently blocking Asterisk from getting into Testing. Should I
NMU?

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#627812: I have this same bug

2011-05-25 Thread Juhapekka Tolvanen
Package: openbox
Version: 3.4.11.2-1
Followup-For: Bug #627812


I have this same bug, too. I am annoyed because of it.


-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-proposed-updates'), (500, 
'stable-updates'), (500, 'proposed-updates'), (102, 'testing'), (101, 
'unstable')
Architecture: i386 (i686)

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

Versions of packages openbox depends on:
ii  libc62.13-4  Embedded GNU C Library: Shared lib
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libice6  2:1.0.7-1   X11 Inter-Client Exchange library
ii  libobparser213.4.11.1-1  parsing library for openbox
ii  libobrender213.4.11.1-1  rendering library for openbox them
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libsm6   2:1.2.0-1   X11 Session Management library
ii  libstartup-notification0 0.10-1  library for program launch feedbac
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxau6  1:1.0.6-1   X11 authorisation library
ii  libxext6 2:1.3.0-1   X11 miscellaneous extension librar
ii  libxft2  2.2.0-2 FreeType-based font drawing librar
ii  libxinerama1 2:1.1.1-1   X11 Xinerama extension library
ii  libxml2  2.7.8.dfsg-2+b1 GNOME XML library
ii  libxrandr2   2:1.3.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra

Versions of packages openbox recommends:
ii  obconf2.0.3-3Preferences manager for Openbox wi
ii  openbox-themes1.0.2  Themes for the Openbox window mana

Versions of packages openbox suggests:
ii  libxml2-dev  2.7.8.dfsg-2+b1 Development files for the GNOME XM
ii  menu 2.1.45  generates programs menu for all me
ii  python   2.6.6-14interactive high-level object-orie
ii  ttf-dejavu   2.33-1  Metapackage to pull in ttf-dejavu-

-- no debconf information

-- debsums errors found:
debsums: missing file /usr/share/locale/ar/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/bn_IN/LC_MESSAGES/openbox.mo (from 
openbox package)
debsums: missing file /usr/share/locale/ca/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/cs/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/de/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/es/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/et/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/fr/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/it/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/nl/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/no/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/pl/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/pt/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/pt_BR/LC_MESSAGES/openbox.mo (from 
openbox package)
debsums: missing file /usr/share/locale/ru/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/sk/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/vi/LC_MESSAGES/openbox.mo (from openbox 
package)
debsums: missing file /usr/share/locale/zh_CN/LC_MESSAGES/openbox.mo (from 
openbox package)
debsums: missing file /usr/share/locale/zh_TW/LC_MESSAGES/openbox.mo (from 
openbox package)

-- 
Juhapekka "naula" Tolvanen * http colon slash slash iki dot fi slash juhtolv
"Quidquid Latine dictum sit altum videtur."



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



Bug#63196: [PATCH] duplicate file support

2011-05-25 Thread Paul Martin
Unified diffs only, please. "diff -u"

Without the context it is almost impossible to apply such patches
against newer upstream source code.

Could you please resubmit in unified format?

-- 
Paul Martin 



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



Bug#621489: 621489: srtp: bashism in test script

2011-05-25 Thread Jonas Smedegaard
On 11-05-25 at 04:51pm, Tzafrir Cohen wrote:
> This seems like a really simple issue. Trivial patch. Any reason not
> to include it?
> 
> It is currently blocking Asterisk from getting into Testing. Should I
> NMU?

Thanks for bringing it to my attention - not sure why I missed those 
earlier posts by Matt :-/

No need for an NMU - I'll look into it right away!


 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#63196: [PATCH] duplicate file support

2011-05-25 Thread Jim Keir
Title: Jim Keir


  
  
Hi,

Apologies - new files attached. I note that one of the issues in the
patch is already covered by another bug (#87515) - I'm not precious
about which one is used, but we do need the problem fixed one way or
the other. I'd rather be using a released (or to-be-released)
version than a modified one.

Thanks,
Jim

On 25/05/2011 14:43, Paul Martin wrote:

  Unified diffs only, please. "diff -u"

Without the context it is almost impossible to apply such patches
against newer upstream source code.

Could you please resubmit in unified format?




-- 
  
  
  
Jim Keir
Technical Consultant

Prologic Plc
Redwood House, Berkhamsted,
Hertfordshire. HP4 2DH, UK
Tel: +44 (0)1442 876277 
Fax: +44 (0)1442 877245
Email: jk...@prologic.com
Web: www.prologic.com

The Business Solution
For Fashion &
Lifestyle
  

  

--- config.c2011-03-08 12:15:26.0 +
+++ ../logrotate-3.7.9/config.c 2011-05-24 11:34:58.342359700 +0100
@@ -104,7 +104,7 @@
 
chptr = start;
 
-   while( (len = mbrtowc(&pwc, chptr, strlen(chptr), NULL)) != 0 ) {
+   while( chptr[0] && (len = mbrtowc(&pwc, chptr, strlen(chptr), NULL)) != 
0 ) {
if( len == (size_t)(-1) || len == (size_t)(-2) || 
!iswprint(pwc) || iswblank(pwc) ) {
message(MESS_ERROR, "%s:%d bad %s path %s\n",
configFile, lineNum, key, start);
@@ -553,7 +553,7 @@
 }
 
length = sb.st_size;
-#ifdef __hpux
+#if defined(__hpux) || defined(__CYGWIN__)
buf = (char *)malloc(length+2);
 if (buf==(char *)NULL)
 {
@@ -584,7 +584,7 @@
/* knowing the buffer ends with a newline makes things (a bit) cleaner 
*/
buf[length + 1] = '\0';
buf[length] = '\n';
-#ifndef __hpux
+#if !(defined(__hpux) || defined(__CYGWIN__))
madvise(buf, (size_t)(length + 2),
MADV_SEQUENTIAL | MADV_WILLNEED | MADV_DONTFORK);
 #endif
@@ -696,6 +696,14 @@
newlog->flags &= ~LOG_FLAG_COMPRESS;
 
*endtag = oldchar, start = endtag;
+   } else if (!strcmp(start, "duplicateok")) {
+   newlog->flags |= LOG_FLAG_DUPLICATEOK;
+
+   *endtag = oldchar, start = endtag;
+   } else if (!strcmp(start, "noduplicateok")) {
+   newlog->flags &= ~LOG_FLAG_DUPLICATEOK;
+
+   *endtag = oldchar, start = endtag;
} else if (!strcmp(start, "delaycompress")) {
newlog->flags |= LOG_FLAG_DELAYCOMPRESS;
 
@@ -1439,22 +1447,34 @@
 
for (log = logs.tqh_first; log != NULL;
log = log->list.tqe_next) {
-   for (k = 0; k < log->numFiles; k++) {
-   if (!strcmp(log->files[k],
-   globResult.gl_pathv[i])) {
-   message(MESS_ERROR,
-   "%s:%d duplicate log entry for %s\n",
-   configFile, lineNum,
-   globResult.gl_pathv[i]);
-   logerror = 1;
-   goto duperror;
-   }
-   }
+   for (k = 0; k < log->numFiles; k++) {
+   if (!strcmp(log->files[k],
+   globResult.gl_pathv[i])) {
+   if (log->flags & 
LOG_FLAG_DUPLICATEOK) {
+   message(MESS_VERBOSE,
+   "%s:%d 
duplicate log entry for %s using pattern \"%s\"\n",
+   configFile, 
lineNum,
+   
globResult.gl_pathv[i],
+   log->pattern);
+   /* Already registered, 
but the original definition allows duplicates.
+* Allow the program to 
continue, using the original match. */
+   goto dupcontinue;
+   } else {
+   message(MESS_ERROR,
+   "%s:%d 
duplicate log entry for %s\n",
+   configFile, 
lineNum,
+   
globResult.gl_pathv[i]);
+ 

Bug#627925: xfce4-netload-plugin not updated on wheezy

2011-05-25 Thread Walter Valenti
Package: xfce4-netload-plugin

On Wheezy (testing) i386, the update give me the follow error:

xfce4-netload-plugin: Dipende: xfce4-panel (< 4.7.0) ma 4.8.3-3 sta per essere 
installato.



Walter



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



Bug#627926: bash: Please enable globstar by default

2011-05-25 Thread Fabian Greffrath
Package: bash
Version: 4.1-3
Severity: wishlist

Hi,

please enable the globstar feature (i.e. expansion of **) by default, it is
IMHO one of the killer features of bash 4.

If you decide against enabling it by default, please do at least make it
simpler to enable it or to find out how to enable it, e.g. by adding a
commented line in /etc/skel/.bashrc or similar.

Thanks,
Fabian



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (501, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

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

Versions of packages bash depends on:
ii  base-files   6.3 Debian base system miscellaneous f
ii  dash 0.5.5.1-7.4 POSIX-compliant shell
ii  debianutils  4   Miscellaneous utilities specific t
ii  libc62.13-4  Embedded GNU C Library: Shared lib
ii  libncurses5  5.9-1   shared libraries for terminal hand

Versions of packages bash recommends:
ii  bash-completion   1:1.3-1programmable completion for the ba

Versions of packages bash suggests:
pn  bash-doc   (no description available)

-- no debconf information



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



Bug#593706: [kl...@ethgen.de: Re: Bug#593706: install-info breaks dpkg]

2011-05-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Mi den 25. Mai 2011 um 13:33 schrieb Norbert Preining:
> tag 593706 +invalid +ignore +rubbish +forget +idontcare
[...]
> > Forgot to answer to the bt too...
> 
> Not again this thread.
> 
> By now about 20 emails and still no terminal log.

What are you for a kind of troll!? Sorry about to be such direct. But I
never ever have seen any kind of help from your side. Neither on this
bug nor on debian-devel.

You did ask and I answered correct. So if you do not want answers, do
not ask!

It is a mess that people like you are part of debian to put the
reputation of debian to wast.

If someone want to help solving that bug he is welcome to ask for
informations but I am tired of such answers like yours. I was always
kind and do not accept such offensive answers.

I know I should not do so but I forward this answers to debian-devel
too as you was trolling around over there too. (Not as answer to me but
very offensive.)

Regards
   Klaus

Ps. Don't bother to go on with this offensive. I will put you to my kill
file.
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQGcBAEBCgAGBQJN3RZrAAoJEK8RO3RE9oVxgO4MAI9PCXC4rYhxbj8IYaigKFFx
if3gy9c2lxCYRpqq6WhB45qu/tmaWS4Iod2f7cRyMnhhxf7+x2olbJXvB7N10jkp
SBPHhfCmhi6wFQEnnvp1CYRcrP2shaJRUHXeYjEgUUbW32UsZJ3nCJjZjwLSeKGT
13+rYkLmlnOQQEQr2MCEwJuJit3/cNrXTbl2Qk00skWbybgOIkDI8Bpm3j43Vbal
zOGGbmobWbCQ6z3bFqRZxh1ZO/8ocTy+nivtu7g/UmBEeAHmjkMv0oVbV6StxF1x
ovkvjct6iKBgm5vmJuoWtXkiltqxcFhFNzpNKAmaQdiVFE8+2X1MHJieTKcqY2Y3
cYJxAKE5ZCmcP/dz4S7c6PrSuerVaDsqkccMPd3XQCmPsYJBhOnxXRtSDx9cX3b3
HH8bIJVWpuHQbgIq1lhwFZydLtJtuEKd6nKvKFN3gXC+IMlbYL9b/+bOHybRRIaV
U39fEgNWsbk2vH+6LVlDeWsOWNTNeVapxXDHT08nSg==
=G0Xu
-END PGP SIGNATURE-



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



Bug#627693: transifex support in po plugin

2011-05-25 Thread Clint Adams
On Wed, May 25, 2011 at 07:38:25AM +0200, intrigeri wrote:
> Moved to http://ikiwiki.info/todo/po:_transifex_integration/
> 
> Moved to http://ikiwiki.info/todo/po:_should_cleanup_.pot_files/

Thanks!



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



Bug#627865: libnet-ssleay-perl: FTBFS due to dependency cycle (Perl 5.12 migration)

2011-05-25 Thread gregor herrmann
On Wed, 25 May 2011 02:12:18 +, Thorsten Glaser wrote:

Hi Thorsten,

thanks for your detailed bug report!

> libnet-ssleay-perl Build-Depends: libtest-kwalitee-perl
[..]
>   Depends: libnet-ssleay-perl
> 
> And here’s a full cycle. 

Ouch!

> The arch:all packages here come directly from Debian unstable,
> which means they’re all up to date. I wonder why nobody has
> seen that yet… 

Because lwp-protocol-https-perl is just a few days old (split off
from libwww-perl).

> anyway, due to this cycle I cannot recompile
> libnet-ssleay-perl (the only !arch:all package in it) against
> Perl 5.12.

Yup.
(For m68k, it builds fine on architectures where the perl 5.12
transition is completed but it will break there for the perl 5.14
transition in the same way).

I'm looking into it now, probably dropping the build dependency on
libtest-kwalitee-perl (and disabling the test) at the top of the
chain is the best solution.
 

Cheers,
gregor

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Beatles: Ob - La - Di Ob - La - Da


signature.asc
Description: Digital signature


Bug#627925: [Pkg-xfce-devel] Bug#627925: xfce4-netload-plugin not updated on wheezy

2011-05-25 Thread Yves-Alexis Perez
block 627925 by 621820
On mer., 2011-05-25 at 15:20 +0100, Walter Valenti wrote:
> Package: xfce4-netload-plugin
> 
> On Wheezy (testing) i386, the update give me the follow error:
> 
> xfce4-netload-plugin: Dipende: xfce4-panel (< 4.7.0) ma 4.8.3-3 sta
> per essere installato.
> 
We are waiting for #621820 to be fixed.

Regards,
-- 
Yves-Alexis




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



Bug#627926: bash: Please enable globstar by default

2011-05-25 Thread Jonathan Nieder
Hi,

Fabian Greffrath wrote:

> please enable the globstar feature (i.e. expansion of **) by default, it is
> IMHO one of the killer features of bash 4.

I have no opinion about this part, except that if it is to happen it
should probably happen upstream, so everyone benefits. :)

> If you decide against enabling it by default, please do at least make it
> simpler to enable it or to find out how to enable it, e.g. by adding a
> commented line in /etc/skel/.bashrc or similar.

This part sounds like an excellent idea.  Could you prepare a debdiff?

Thanks much,
Jonathan



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



Bug#533189: wqy-zenhei: fontconfig configuration is broken

2011-05-25 Thread Osamu Aoki
severity 533189 critical
tags 533189 patch 
thanks

Hi,

This package creates configuration file in 43 which does not follow
fontconfig rule and breaks expected behavior of fontconfig and prevents
other font package to be properly configured via normal way.

/etc/fonts/conf.d/README states:

 20 through 29  font rendering options  
 60 through 69  generic aliases, map generic->family

Since it breaks other unrelated packages, this is critical bug.

  critical
  makes unrelated software on the system (or the whole system) break, or
  causes serious data loss, or introduces a security hole on systems where
  you install the package.

Since 60 is for latin and 65 is for nonlatin, and if you wish to ensure
this comes on the top of default nonlatin other font choices, it is
beast to put it to 64. (If Japanese want Japanese font over this, they
can use normal configuration file to override it with
~/.fonts.conf.d/*.conf .  Now we can not even do this)

First you should not install 43-wqy-zenhei-sharp.conf 44-wqy-zenhei.conf

Then install attached 25-wqy-zenhei.conf 64-wqy-zenhei.conf
Since this is san-serif font, this should not be selected with high
priority for serif fonts.  The omissions are intentional.

This is best implemented by changing debian/rules and dropping dpatch.
(Maybe with dpkg src 3.0 (quilt).

As for README.Debian, "Upstream has provided a zenity based scripts..."
but I see no zenity based scripts.  I see simple shell script only.

If I get no response, I may prepare NMU.  (I am not too comfortable
packaging this since upstream site is all in Chinese.  I can only fix
the existing package.)

Regards,

Osamu

PS: examples/zenheiset needs to be updated.

PS: I understand bitmap fonts needs to be disabled.

PPS: ja, zh_CN, zh_TW preference conflicts over Unicode han unification
should be dealt a bit more nicely.  That is something we need to discuss
with fontconfig.





  
  

WenQuanYi Zen Hei
文泉驿正黑
文泉驛正黑
 
false
0
true
true
hintnone
false
false
none
false
  






sans-serif

WenQuanYi Zen Hei



monospace

WenQuanYi Zen Hei Mono





Bug#551510: ttf-junicode: Hints file does not match the set of installed fonts

2011-05-25 Thread Gürkan Sengün
The condensed ones won't be shipped in the future, so the hints file will be 
correct. With the next upload also the fonts will be built from the source.

This is waiting for the xgridfit bug #625587.

Yours,
Gurkan



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



Bug#627910: /usr/share/applications/openbox.desktop wrong?

2011-05-25 Thread Nico Golde
Hi,
* Sérgio Cipolla  [2011-05-25 13:52]:
> /usr/share/applications/openbox.desktop is set to execute openbox-session
> That looks weird or wrong to me as it only shows if a desktop session is 
> already running or am I missing something.
[...] 
Hmm?
"openbox-session runs an openbox session without any session manager"

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


pgp1sogcvmcY8.pgp
Description: PGP signature


Bug#627927: po: language pagespec function(s)

2011-05-25 Thread Clint Adams
Package: ikiwiki
Version: 3.20110430
Severity: wishlist

At present we find it necessary to do things like

[[!inline pages="page(news/*) and !*.da and !*.de and !*.es and !*.ko"]]

to restrict that feed to only English.  This directive also makes
it into the translation and thus the translated page contains
aggregation of the wrong language.

I'd like a way to restrict to either the master language or
the language of the translation.



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



Bug#627799: libbam-dev ships sam.h in /usr/include/samtools

2011-05-25 Thread Alex Mestiashvili

On 05/25/2011 04:35 AM, Charles Plessy wrote:

Dear Alex,

As the Perl transition is over, I have updated libbam to serve its headers in
/usr/include/samtools, and libbio-samtools-perl to search for them there.

You can go ahead with a similar change in cufflinks any time you like.

Have a nice day,

   

Hello ,
Thank you .
Cufflinks in the git repository appears to be lintian clean .
The manual pages were missing , but each tool provides a help , so I 
converted them with help2man and edited a bit for the better appearance .


http://anonscm.debian.org/gitweb/?p=debian-med/cufflinks.git

Best regards ,
Alex







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



Bug#627926: bash: Please enable globstar by default

2011-05-25 Thread Fabian Greffrath

tags 627926 + patch
thanks


Am 25.05.2011 07:49, schrieb Jonathan Nieder:

This part sounds like an excellent idea.  Could you prepare a debdiff?


Please find one attached.

Cheers,
Fabian
diff -u bash-4.1/debian/skel.bashrc bash-4.1/debian/skel.bashrc
--- bash-4.1/debian/skel.bashrc
+++ bash-4.1/debian/skel.bashrc
@@ -20,6 +20,10 @@
 # update the values of LINES and COLUMNS.
 shopt -s checkwinsize
 
+# If set, the pattern "**" used in a pathname expansion context will
+# match all files and zero or more directories and subdirectories.
+#shopt -s globstar
+
 # make less more friendly for non-text input files, see lesspipe(1)
 #[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
 
diff -u bash-4.1/debian/changelog bash-4.1/debian/changelog
--- bash-4.1/debian/changelog
+++ bash-4.1/debian/changelog
@@ -1,3 +1,11 @@
+bash (4.1-3.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Document and prepare enabling the globstar feature
+in /etc/skel/.bashrc (Closes: #627926).
+
+ -- Fabian Greffrath   Thu, 26 May 2011 02:03:02 +0200
+
 bash (4.1-3) unstable; urgency=low
 
   * Apply upstream patches 003, 004, 005.


Bug#622325: linux-image-2.6.38-2-orion5x: Problem With I2C

2011-05-25 Thread Rtp
Hi,

It should be fixed the 2.6.39 kernel uploaded to unstable. Can you test it,
please ?

Thanks,
Arnaud



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



Bug#533189: wqy-zenhei: fontconfig configuration is broken

2011-05-25 Thread Zhengpeng Hou
Hi Osamu,
Thanks for your bug reporting and patch, I will double check it soon.
Cheers
Zhengpeng

On Wed, May 25, 2011 at 10:54 PM, Osamu Aoki  wrote:

> severity 533189 critical
> tags 533189 patch
> thanks
>
> Hi,
>
> This package creates configuration file in 43 which does not follow
> fontconfig rule and breaks expected behavior of fontconfig and prevents
> other font package to be properly configured via normal way.
>
> /etc/fonts/conf.d/README states:
>
>  20 through 29  font rendering options  
>  60 through 69  generic aliases, map generic->family
>
> Since it breaks other unrelated packages, this is critical bug.
>
>  critical
>  makes unrelated software on the system (or the whole system) break, or
>  causes serious data loss, or introduces a security hole on systems where
>  you install the package.
>
> Since 60 is for latin and 65 is for nonlatin, and if you wish to ensure
> this comes on the top of default nonlatin other font choices, it is
> beast to put it to 64. (If Japanese want Japanese font over this, they
> can use normal configuration file to override it with
> ~/.fonts.conf.d/*.conf .  Now we can not even do this)
>
> First you should not install 43-wqy-zenhei-sharp.conf 44-wqy-zenhei.conf
>
> Then install attached 25-wqy-zenhei.conf 64-wqy-zenhei.conf
> Since this is san-serif font, this should not be selected with high
> priority for serif fonts.  The omissions are intentional.
>
> This is best implemented by changing debian/rules and dropping dpatch.
> (Maybe with dpkg src 3.0 (quilt).
>
> As for README.Debian, "Upstream has provided a zenity based scripts..."
> but I see no zenity based scripts.  I see simple shell script only.
>
> If I get no response, I may prepare NMU.  (I am not too comfortable
> packaging this since upstream site is all in Chinese.  I can only fix
> the existing package.)
>
> Regards,
>
> Osamu
>
> PS: examples/zenheiset needs to be updated.
>
> PS: I understand bitmap fonts needs to be disabled.
>
> PPS: ja, zh_CN, zh_TW preference conflicts over Unicode han unification
> should be dealt a bit more nicely.  That is something we need to discuss
> with fontconfig.
>
>


Bug#627924: closed by Cyril Brulebois (Re: Bug#627924: libgl1-mesa-dri-experimental: no vmwgfx support)

2011-05-25 Thread Michal Suchanek
Excerpts from Debian Bug Tracking System's message of Wed May 25 16:55:11 +0200 
2011:
> This is an automatic notification regarding your Bug report
> which was filed against the libgl1-mesa-dri-experimental package:
> 
> #627924: libgl1-mesa-dri-experimental: no vmwgfx support
> 
> It has been closed by Cyril Brulebois .
> 
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Cyril Brulebois 
>  by
> replying to this email.
> 
> Michal Suchanek  (25/05/2011):
> > Package: libgl1-mesa-dri-experimental
> > Version: 7.10.2-2
> > Severity: wishlist
> 
> Next time, add some text. Better yet, a patch.
> 
> Tired of useless reports, closing.

Tired of people uselessly closing reports of actual bugs.

In search of a distribution with working X I guess.

Regards

Michal



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



Bug#627865: Bug in libnet-ssleay-perl fixed in revision 74865

2011-05-25 Thread pkg-perl-maintainers
tag 627865 + pending
thanks

Some bugs are closed in revision 74865
by Gregor Herrmann (gregoa)

Commit message:

Remove build dependency on libtest-kwalitee-perl to break a nasty
dependency loop, thanks to Thorsten Glaser for the bug report
(closes: #627865). Add a patch to disable the kwalitee tests.



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



Bug#599073: Tests of the new package

2011-05-25 Thread Stéphan Gorget
Thank you very much for the work you did.

I built with this command line :

git-buildpackage --git-debian-branch=phantez/debian/master
--git-upstream-branch=phantez/debian/master
--git-export-dir=~/projects/debian/build-area -uc -us

and I had this output :

steph@mirage:~/projects/debian/build-area$ lintian -I -E
shinken_0.6.4-1_amd64.changes
I: shinken source: debian-watch-file-is-missing
I: shinken-scheduler: hyphen-used-as-minus-sign
usr/share/man/man8/shinken-scheduler.8shinken.gz:33
I: shinken-receiver: hyphen-used-as-minus-sign
usr/share/man/man8/shinken-receiver.8shinken.gz:33
I: shinken-arbiter: hyphen-used-as-minus-sign
usr/share/man/man8/shinken-arbiter.8shinken.gz:33
I: shinken-discovery: spelling-error-in-manpage
usr/share/man/man8/shinken-discovery.8shinken.gz ouput output
I: shinken-poller: hyphen-used-as-minus-sign
usr/share/man/man8/shinken-poller.8shinken.gz:33
I: shinken-reactionner: hyphen-used-as-minus-sign
usr/share/man/man8/shinken-reactionner.8shinken.gz:33
I: shinken-broker: hyphen-used-as-minus-sign
usr/share/man/man8/shinken-broker.8shinken.gz:33

so I guess this is OK


But then I tried to install and I got this output :

steph@mirage:~/projects/debian/build-area$ sudo dpkg -i
shinken-core_0.6.4-1_all.deb
(Lecture de la base de données... 202300 fichiers et répertoires déjà
installés.)
Préparation du remplacement de shinken-core 0.6.4-1 (en utilisant
shinken-core_0.6.4-1_all.deb) ...
Dépaquetage de la mise à jour de shinken-core ...
Paramétrage de shinken-core (0.6.4-1) ...
usage: update-rc.d [-n] [-f]  remove
   update-rc.d [-n]  defaults [NN | SS KK]
   update-rc.d [-n]  start|stop NN runlvl [runlvl] [...] .
   update-rc.d [-n]  disable|enable [S|2|3|4|5]
-n: not really
-f: force

The disable|enable API is not stable and might change in the future.
dpkg : erreur de traitement de shinken-core (--install) :
 le sous-processus script post-installation installé a retourné une
erreur de sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 shinken-core

I patched the debian files (defaults instead of default for update-rc.d)

and then dpkg -i shinken-*.deb works perfectly

You can find the commits here :
git://github.com/phantez/shinken.git

But then I tried to start the process and I got this :

root@mirage:/etc/init.d# ./shinken start
cd: 105: can't cd to
/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
Starting scheduler:
FAILED: did not found scheduler file
(/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/bin/shinken-scheduler)
; are you sure shinken-scheduler is installed ? ... failed!
 failed!
Starting poller:
FAILED: did not found poller file
(/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/bin/shinken-poller)
; are you sure shinken-poller is installed ? ... failed!
 failed!
Starting reactionner:
FAILED: did not found reactionner file
(/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/bin/shinken-reactionner)
; are you sure shinken-reactionner is installed ? ... failed!
 failed!
Starting broker:
FAILED: did not found broker file
(/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/bin/shinken-broker)
; are you sure shinken-broker is installed ? ... failed!
 failed!
Starting receiver:
FAILED: did not found receiver file
(/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/bin/shinken-receiver)
; are you sure shinken-receiver is installed ? ... failed!
 failed!
Starting arbiter:
cd: 414: can't cd to
/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
FAILED: did not found arbiter file
(/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/bin/shinken-arbiter)
; are you sure shinken-arbiter is installed ? ... failed!
 failed!

I haven't time to go deeper in init.d script but obviously sthg went
wrong :).


BTW, Do you think you will join the PAPT team as this is a Python
application ? But this means you will have to use SVN.

Again thank you for your work.

--
Stéphan Gorget



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



Bug#627687: [SoX-devel] Bug#627687: sox: Unable to load LAME encoder library (libmp3lame)

2011-05-25 Thread Pascal Giard
Hello Chris,

On Wed, May 25, 2011 at 1:49 PM, Chris Bagwell  wrote:
[...]
> I guess we only stressed this on windows were we've hit the problem
> but solved it differently.  It looks for both libmp3lame.dll/.so and
> libmp3lame-0.dll/.so; "-0" be windows version of .so version #'s.
>
> I couldn't really find any common solutions to this so I guess the
> main solution would be to add libmp3lame.so.0 to the list of filenames
> to search for.  I think lt_dlopenext() can handle this full name.

 at least here, lt_dlopenext() goes straight to attempting
libmp3lame.so.0.{la,so} when "libmp3lame.so.0" is specified.

I can't seem to find a way to modify the extensions it will attempt,
it does not seem to be accessible from the outside of ltdl.
lt_dlforeachfile seems to be total overkill for this and only returns
the filename without the extension anyway... (in my case it calls my
function with /usr/lib/libmp3lame while only
/usr/lib/libmp3lame{.so.0,.so.0.0.0} exist).
But ltdl does not seem to be designed for our purpose as there is no
other mechanism...

I could only fix this by using lt_dlopen() with a full filename
(appended extension myself with sprintf).
I'm to shy to share my ugly patch tho as it involves a fixed size char
array that can only be abused.
(The magic should happen in the lsx_open_dllibrary function of src/util.c).

-Pascal
-- 
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
COMunité/LACIME: École de technologie supérieure (http://www.comunite.ca)
Integrated Microsystems Laboratory: McGill (http://www.iml.ece.mcgill.ca)



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



Bug#627928: qemu-system: Missing support for common machines such as ARM beagleboard

2011-05-25 Thread Luis Henriques
Package: qemu-system
Version: 0.14.0+dfsg-5.1
Severity: wishlist

Ubuntu provides already a more interesting set of machines for the ARM 
emulation.
I believe they are shipping the Linaro QEMU version.  The list of machines
available on Ubuntu are:

$ qemu-system-arm -M ?
Supported machines are:
vexpress-a9 ARM Versatile Express for Cortex-A9
syborg Syborg (Symbian Virtual Platform)
musicpal   Marvell 88w8618 / MusicPal (ARM926EJ-S)
mainstone  Mainstone II (PXA27x)
n800   Nokia N800 tablet aka. RX-34 (OMAP2420)
n810   Nokia N810 tablet aka. RX-44 (OMAP2420)
n900   Nokia N900 (OMAP3)
cheetahPalm Tungsten|E aka. Cheetah PDA (OMAP310)
sx1Siemens SX1 (OMAP310) V2
sx1-v1 Siemens SX1 (OMAP310) V1
beagle Beagle board (OMAP3530)
beaglexm   Beagle board XM (OMAP3630)
tosa   Tosa PDA (PXA255)
akita  Akita PDA (PXA270)
spitz  Spitz PDA (PXA270)
borzoi Borzoi PDA (PXA270)
terrierTerrier PDA (PXA270)
connex Gumstix Connex (PXA255)
verdex Gumstix Verdex (PXA270)
lm3s811evb Stellaris LM3S811EVB
lm3s6965evb Stellaris LM3S6965EVB
realview-eb ARM RealView Emulation Baseboard (ARM926EJ-S)
realview-eb-mpcore ARM RealView Emulation Baseboard (ARM11MPCore)
realview-pb-a8 ARM RealView Platform Baseboard for Cortex-A8
realview-pbx-a9 ARM RealView Platform Baseboard Explore for Cortex-A9
versatilepb ARM Versatile/PB (ARM926EJ-S)
versatileab ARM Versatile/AB (ARM926EJ-S)
integratorcp ARM Integrator/CP (ARM926EJ-S) (default)

Any plans for including a more recent (and complete) qemu-system version
on Debian?

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

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

Versions of packages qemu-system depends on:
ii  etherboot-qemu  5.4.4-9  Bootstrapping for various network 
ii  libaio1 0.3.109-1Linux kernel AIO access library - 
ii  libasound2  1.0.23-4 shared library for ALSA applicatio
ii  libattr11:2.4.44-2   Extended attribute shared library
ii  libbluetooth3   4.91-1   Library to use the BlueZ Linux Blu
ii  libbrlapi0.54.2-7braille display access via BRLTTY 
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.6-1 Multi-protocol file transfer libra
ii  libesd0 0.2.41-9 Enlightened Sound Daemon - Shared 
ii  libgnutls26 2.10.5-1+b1  the GNU TLS library - runtime libr
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libncurses5 5.9-1shared libraries for terminal hand
ii  libpng12-0  1.2.44-2 PNG library - runtime
ii  libpulse0   0.9.21-4 PulseAudio client libraries
ii  libsasl2-2  2.1.23.dfsg1-8   Cyrus SASL - authentication abstra
ii  libsdl1.2debian 1.2.14-6.3   Simple DirectMedia Layer
ii  libuuid12.17.2-9.1   Universally Unique ID library
ii  libvdeplug2 2.2.3-3+b1   Virtual Distributed Ethernet - Plu
ii  libx11-62:1.4.3-1X11 client-side library
ii  openbios-ppc1.0+svn1018-1PowerPC Open Firmware
ii  openbios-sparc  1.0+svn1018-1SPARC Open Firmware
ii  openhackware0.4.1-4  OpenFirmware emulator for PowerPC
ii  qemu-keymaps0.14.0+dfsg-5.1  QEMU keyboard maps
ii  seabios 0.6.1.2-2Legacy BIOS implementation
ii  vgabios 0.6c-3   VGA BIOS software for the Bochs an
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages qemu-system recommends:
ii  qemu-utils   0.14.0+dfsg-5.1 QEMU utilities
ii  vde2 2.2.3-3+b1  Virtual Distributed Ethernet

Versions of packages qemu-system suggests:
pn  samba  (no description available)

-- no debconf information



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



Bug#592419: glassfish-javaee: Please provide a copy of jstl jar in /usr/share/java directory

2011-05-25 Thread tony mancill
On 05/24/2011 07:02 PM, Miguel Landaeta wrote:
> On Tue, May 24, 2011 at 11:19:03PM +0200, Damien Raude-Morvan wrote:
>> JSTL jar is already avaible here (in glassfish-javaee package) :
>> /usr/share/java/glassfish-appserv-jstl.jar
> 
> That's right. I guess I was expecting to find a file or a symlink
> named /usr/share/java/jstl.jar or something similar.
> 
> I guess there is no a problem with this.

It might be better that it's not named jstl.jar, as it doesn't seem to provide
all of the classes that other JARs floating around with that name provide.
Specifically, I was hoping that wiring up Tomcat to this JAR would solve the
issue with the tag plugin examples in tomcat6-examples and tomcat7-examples
(#606768).  But tomcat still needs something to provide the
javax.servlet.jsp.jstl.* classes.

Regards,
tony



signature.asc
Description: OpenPGP digital signature


Bug#602817: Missing symbols on armel (stealth undefined references on armel)

2011-05-25 Thread George Danchev
Source: bobcat
Followup-For: Bug #602817

gcc-help discussion starts at:

http://gcc.gnu.org/ml/gcc-help/2011-05/msg00352.html

the point is to reveal how guilty is the compiler (if at all)
for not ignoring inline request with virtual methods on armel
when there is no meaningful way to actually inline them.



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



Bug#429990: anybody interested?

2011-05-25 Thread Paolo Cavallini
Hi all.
Is anybody interested in packaging it? Any major problem foreseen?
Thanks a lot.
-- 
Paolo Cavallini: http://www.faunalia.it/pc



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



Bug#627929: ntfs-3g: libntfs-3g.so symlink still resides in /usr/lib

2011-05-25 Thread Hilko Bengen
Package: ntfs-3g
Version: 1:2011.1.15AR.4-2
Severity: grave
Tags: patch

While trying to build an application that is linked against libntfs-3g,
the linkter complained about a large number of unresolved symbols that
should have been resolved through libntfs-3g. It turned out that this
happened because the linker tried to access /usr/lib/libntfs-3g.so which
points to the nonexistent libntfs-3g.so.804.0.0 in the same directory.

The attached patch fixes the issue for me.

Thank you for taking over maintainership of the package.

Cheers,
-Hilko

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

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

Versions of packages ntfs-3g depends on:
ii  debconf [debconf-2.0]  1.5.39Debian configuration management sy
ii  fuse-utils 2.8.4-1.5 Filesystem in USErspace (utilities
ii  libc6  2.13-4Embedded GNU C Library: Shared lib
ii  libfuse2   2.8.4-1.5 Filesystem in USErspace library
ii  libntfs-3g804  1:2011.1.15AR.4-2 read-write NTFS driver for FUSE (l

ntfs-3g recommends no packages.

ntfs-3g suggests no packages.

-- debconf information:
  ntfs-3g/setuid-root: false
diff --git a/debian/libntfs-3g-dev.install b/debian/libntfs-3g-dev.install
index e65ceda..8e87e1f 100644
--- a/debian/libntfs-3g-dev.install
+++ b/debian/libntfs-3g-dev.install
@@ -1,4 +1,4 @@
 usr/include
 lib/pkgconfig	usr/lib
 lib/*.a		usr/lib
-lib/*.so	usr/lib
+lib/*.so	lib


Bug#627593: udev: 70-persistent-net.rules not generated

2011-05-25 Thread Christian Hammers
Hello Christoph

> But /etc/udev/rules.d/70-persistent-net.rules is no longer created, though
> the network device is there and works.

Do you happen to use a VMware server or one with a MAC that matches
the following part of /lib/udev/rules.d/75-persistent-net.conf:

  # ignore interfaces with locally administered or null MAC addresses
  # and KVM and VMWare virtual interfaces
  ENV{MATCHADDR}=="?[2367abef]:*",ENV{MATCHADDR}=""
  ENV{MATCHADDR}=="00:00:00:00:00:00",ENV{MATCHADDR}=""
  ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*", ENV{MATCHADDR}=""
  ENV{MATCHADDR}=="52:54:00:*|54:52:00:*", ENV{MATCHADDR}=""

bye,

-christian-




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



Bug#627930: eiskaltdcpp: [INTL:de] Initial German translation

2011-05-25 Thread Chris Leick

Package: eiskaltdcpp
Version: 2.2.1-1
Severity: wishlist
Tags: l10n


Hi,

please find attached the initial German translation of libeiskaltdcpp.

Kind regards,
Chris

# German translation of libeiskaltcpp.
# Copyright (C) 2009-2010 Andrey Karlov.
# This file is distributed under the same license as the eiskaltcpp package.
# Chris Leick , 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: eiskaltdcpp 2.2.1-1\n"
"Report-Msgid-Bugs-To: Boris Pek \n"
"POT-Creation-Date: 2011-03-07 01:27+0200\n"
"PO-Revision-Date: 2011-05-09 21:35+0200\n"
"Last-Translator: Chris Leick \n"
"Language-Team: German \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#: ../FavoriteManager.cpp:429
msgid "Kick user(s)"
msgstr "Benutzer hinauswerfen"

#: ../FavoriteManager.cpp:433
msgid "Redirect user(s)"
msgstr "Benutzer umleiten"

#: ../FavoriteManager.cpp:488
msgid "Auto-connect group (converted)"
msgstr "Gruppe automatisch verbinden (umgewandelt)"

#: ../Socket.cpp:65
#, c-format
msgid "Unknown error: 0x%1$x"
msgstr "unbekannter Fehler: 0x%1$x"

#: ../Socket.cpp:169 ../BufferedSocket.cpp:154 ../BufferedSocket.cpp:170
#: ../ConnectionManager.cpp:198
msgid "Connection timeout"
msgstr "Zeitüberschreitung der Verbindung"

#: ../Socket.cpp:177 ../Socket.cpp:185 ../Socket.cpp:218 ../Socket.cpp:222
#: ../Socket.cpp:246 ../Socket.cpp:261
# http://de.wedia.org/wiki/SOCKS
msgid "The socks server failed establish a connection"
msgstr "Der Aufbau der Verbindung durch den SOCKS-Server ist gescheitert."

#: ../Socket.cpp:250
msgid "The socks server requires authentication"
msgstr "Der SOCKS-Server verlangt Authentifizierung."

#: ../Socket.cpp:264
msgid "The socks server doesn't support login / password authentication"
msgstr ""
"Der SOCKS-Server unterstützt keine Authentifizierung mittels Anmeldename und "
"Passwort"

#: ../Socket.cpp:278 ../Socket.cpp:282
msgid "Socks server authentication failed (bad login / password?)"
msgstr ""
"Die Authentifizierung des SOCKS-Servers ist fehlgeschlagen. "
"(Anmeldename/Passwort falsch?)"

#: ../Socket.cpp:417
msgid ""
"Failed to set up the socks server for UDP relay (check socks address and "
"port)"
msgstr ""
"Einrichtung des SOCKS-Servers für UDP-Relay ist fehlgeschlagen (prüfen Sie "
"SOCKS-Adresse und Port)"

#: ../DCPlusPlus.cpp:119
msgid "Hash database"
msgstr "Hash-Datenbank"

#: ../DCPlusPlus.cpp:122
msgid "Shared Files"
msgstr "gemeinsam genutzte Dateien"

#: ../DCPlusPlus.cpp:131
msgid "Download Queue"
msgstr "Download-Warteschlange"

#: ../DCPlusPlus.cpp:134
msgid "Users"
msgstr "Anwender"

#: ../Thread.cpp:34 ../Thread.cpp:42
msgid "Unable to create thread"
msgstr "Thread kann nicht erstellt werden"

#: ../UserConnection.cpp:53 ../UserConnection.cpp:67 ../UserConnection.cpp:141
msgid "Invalid data"
msgstr "ungültige Daten"

#: ../UserConnection.cpp:59
msgid "Non-UTF-8 data in an ADC connection"
msgstr "Nicht-UTF-8-Daten in einer ADC-Verbindung"

#: ../ConnectivityManager.cpp:67
msgid "Determining connection type..."
msgstr "Verbindungstyp wird festgelegt …"

#: ../ConnectivityManager.cpp:72
msgid "Unable to open %1% port(s). You must set up your connection manually"
msgstr ""
"%1% Port(s) können nicht geöffnet werden. Sie müssen Ihre Verbindung manuell "
"einrichten."

#: ../ConnectivityManager.cpp:82
# http://de.wikipedia.org/wiki/Direct_Connect
# http://en.wikipedia.org/wiki/Direct_Connect_%28file_sharing%29
msgid ""
"Public IP address detected, selecting active mode with direct connection"
msgstr ""
"Öffentliche IP-Adresse entdeckt, es wird der aktive Modus mit direkter "
"Verbindung gewählt."

#: ../ConnectivityManager.cpp:89
msgid ""
"Local network with possible NAT detected, trying to map the ports using "
"UPnP..."
msgstr ""
"lokales Netzwerk mit möglicher NAT entdeckt; es wird versucht, die Ports mit "
"UPnP abzubilden …"

#: ../ConnectivityManager.cpp:117
msgid ""
"Automatic setup of active mode has failed. You may want to set up your "
"connection manually for better connectivity"
msgstr ""
"Die automatische Einrichtung des aktiven Modus ist fehlgeschlagen. Vielleicht "
"möchten Sie für eine bessere Verbindungsfähigkeit Ihre Verbindung manuell "
"einrichten."

#: ../ConnectivityManager.cpp:129
msgid "TCP/TLS"
msgstr "TCP/TLS"

#: ../ConnectivityManager.cpp:135
msgid "UDP"
msgstr "UDP"

#: ../ConnectivityManager.cpp:146
msgid "Connectivity: "
msgstr "Verbindungsfähigkeit:"

#: ../UploadManager.cpp:238
# 1 Dateiname 2 Fehlermeldung
msgid "Unable to send file %1%: %2%"
msgstr "Datei %1% kann nicht gesandt werden: %2%"

#: ../UploadManager.cpp:510
msgid "IPFilter: Blocked incoming connection to "
msgstr "IPFilter: Eingehende Verbindung wurde blockiert zu "

#: ../UploadManager.cpp:573
msgid "Disconnected user leaving the hub: %1%"
msgstr ""
"Der Benutzer, dessen Verbindung getrennt wurde, verließ den Hub: %1%"

#: ../SettingsManager.cpp:498
msgid "Invalid

Bug#627893: [/master] fix_time_limit_handling.patch: fix the patch (wow, a fix to a fix), which was

2011-05-25 Thread Cristian Greco
tag 627893 pending
thanks

Date: Wed May 25 17:56:06 2011 +0200
Author: Cristian Greco 
Commit ID: 5d6818faab17de3228588af0facd0e5b8e9aa9a1
Commit URL: 
http://git.debian.org/?p=collab-maint/icecream.git;a=commitdiff;h=5d6818faab17de3228588af0facd0e5b8e9aa9a1
Patch URL: 
http://git.debian.org/?p=collab-maint/icecream.git;a=commitdiff_plain;h=5d6818faab17de3228588af0facd0e5b8e9aa9a1

fix_time_limit_handling.patch: fix the patch (wow, a fix to a fix), which 
was
incorrectly commenting a line.
Closes: #627893
  



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



Bug#627687: [SoX-devel] Bug#627687: sox: Unable to load LAME encoder library (libmp3lame)

2011-05-25 Thread Chris Bagwell
On Wed, May 25, 2011 at 10:28 AM, Pascal Giard  wrote:
> Hello Chris,
>
> On Wed, May 25, 2011 at 1:49 PM, Chris Bagwell  wrote:
> [...]
>> I guess we only stressed this on windows were we've hit the problem
>> but solved it differently.  It looks for both libmp3lame.dll/.so and
>> libmp3lame-0.dll/.so; "-0" be windows version of .so version #'s.
>>
>> I couldn't really find any common solutions to this so I guess the
>> main solution would be to add libmp3lame.so.0 to the list of filenames
>> to search for.  I think lt_dlopenext() can handle this full name.
>
>  at least here, lt_dlopenext() goes straight to attempting
> libmp3lame.so.0.{la,so} when "libmp3lame.so.0" is specified.
>
> I can't seem to find a way to modify the extensions it will attempt,
> it does not seem to be accessible from the outside of ltdl.
> lt_dlforeachfile seems to be total overkill for this and only returns
> the filename without the extension anyway... (in my case it calls my
> function with /usr/lib/libmp3lame while only
> /usr/lib/libmp3lame{.so.0,.so.0.0.0} exist).
> But ltdl does not seem to be designed for our purpose as there is no
> other mechanism...
>
> I could only fix this by using lt_dlopen() with a full filename
> (appended extension myself with sprintf).
> I'm to shy to share my ugly patch tho as it involves a fixed size char
> array that can only be abused.
> (The magic should happen in the lsx_open_dllibrary function of src/util.c).
>

Thanks for feedback on behavior.

I'm not up for re-implementing lt_dlopenext() at the moment although
that sounds like best way to go.  I'm thinking as a short term fix we
could scan the filename for a ".".  If found use lt_dlopen() and if
not use lt_dlopenext()?

Of course, still update all the various library lists to include an
exact .so name.

Chris



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



Bug#484021: perl: evaluation of errno ($!) violates priniciple of DWIM

2011-05-25 Thread Dominic Hargreaves
On Mon, Jun 02, 2008 at 01:29:15AM +0100, Stephen Gran wrote:
> This one time, at band camp, Brendan O'Dea said:
> > On Mon, Jun 2, 2008 at 8:20 AM, Stephen Gran  wrote:
> > > perl should clear errno before going into a function where the API
> > > depends on checking it afterwards.  Yes, I am aware there are other ways
> > > to determine that the setegid call failed.  The problem is that the
> > > documentation tells me that the correct way to evaluate failure is to
> > > check errno after calls, and the call fails to initialize errno
> > > correctly.  Either the docs or the function are wrong.
> > 
> > Normal POSIX behaviour is for errno only to be set on error, never
> > cleared.  See errno(3): "[...] errno is never set to zero by any
> > library function."  I would be surprised if Perl changed this
> > behaviour.
> 
> Yes, of course.  The bug isn't only about perl not resetting errno, it's
> that either the docs or the function are wrong.  Since the docs tells me
> that the way to tell if the call failed is to evaluate errno, then the
> doc is wrong (as it is now).  I would additionally expect the perl DWIM
> thing to mean that $! is only ever set if the last call failed, but doing
> that would just be a bonus - that's not the main point of this report.
> Even a pointer somewhere that perl will not clear errno, and that every
> time you call a function that relies on passing back information in $!,
> you must explicitly clear it afterwards would be an improvement.
> 
> > Suggest that you explicitly initialise $! to 0.
> 
> Yes, I had already discovered that undef $! works just fine to work
> around this behavior, but it is surprising behavior, given the lengths
> perl goes to in other places, and given the documentation.

Does the change in 


address your concerns?

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



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



Bug#627931: /etc/udev/rules.d/70-persistent-net.rules not generated on VMware

2011-05-25 Thread Christian Hammers
Package: udev
Version: 164-3
Severity: normal


On VMware the creation of /etc/udev/rules.d/70-persistent-net.rules is
inhibited by the following block in 
 
/lib/udev/rules.d/75-persistent-net-generator.rules:
# ignore interfaces with locally administered or null MAC addresses
# and KVM and VMWare virtual interfaces
ENV{MATCHADDR}=="?[2367abef]:*",ENV{MATCHADDR}=""
ENV{MATCHADDR}=="00:00:00:00:00:00",ENV{MATCHADDR}=""
ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*", ENV{MATCHADDR}=""
ENV{MATCHADDR}=="52:54:00:*|54:52:00:*", ENV{MATCHADDR}=""

Please remove the exception for VMware as it's possible to
choose different network drivers (vmxnet3/e1000) for virtual
machines and this have the same problem as normal PCs that
the system does not boot correctly after a new kernel is 
installed.

bye,

-christian-


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

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

Versions of packages udev depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libudev0164-3libudev shared library
ii  libusb-0.1-42:0.1.12-16  userspace USB programming library
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  util-linux  2.17.2-9 Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-6  Linux PCI Utilities
ii  usbutils  0.87-5 Linux USB utilities

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/sysfs_deprecated_incompatibility:
  udev/title/upgrade:
  udev/reboot_needed:



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



Bug#585122: Please make epmd bindable to only loopback address

2011-05-25 Thread Konstantin Khomoutov
According to [1], epmd is now able to bind to specific address in
R14B03 (see "OTP-9213" entry there).

1. http://www.erlang.org/download/otp_src_R14B03.readme



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



Bug#475122: working and tested patch

2011-05-25 Thread Marek Michalkiewicz
On Sun, May 22, 2011 at 09:43:31PM +0200, Marco d'Itri wrote:

> Maybe, this one looks much better than the last gigawords patch I
> remember seeing (which was refused upstream).
> But ppp really needs a co-maintainer, so I do not know when I will do a
> new upload.

I've just discovered one issue with this patch - while it adds Gigawords
support in the RADIUS client, the BYTES_{SENT,RCVD} values passed to the
ip-down scripts and logged by print_link_stats still have 4GB rollover.
This should be fairly easy to fix, I hope to implement and test it soon.
The rp-pppoe package seems to be in need of more maintenance as well.

Thanks,
Marek



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



Bug#627932: prelink: ' -u -o ' alters a file

2011-05-25 Thread A Mennucc
Package: prelink
Version: 0.0.20090925-1
Severity: normal

hello,

'debdelta-upgrade' uses 'prelink -u -o pristinebin installedbin'
to obtain the pristine version of a binary , so as to upgrade it
using a delta

unfortunately the above does sometimes change files that were not prelinked

e.g. download  http://mennucc1.debian.org/kvm_filesystem
and then run 

$ /usr/sbin/prelink -u -o  kvm_filesystem_u  kvm_filesystem 
$ cmp -l  kvm_filesystem_u  kvm_filesystem 

you will see that the files are different in two bytes; whereas 

$ /usr/sbin/prelink -u   kvm_filesystem 
prelink: kvm_filesystem does not have .gnu.prelink_undo section



a.


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

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

Versions of packages prelink depends on:
ii  execstack 0.0.20090925-1 ELF GNU_STACK program header editi
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libelfg0  0.8.13-1   an ELF object file access library
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

prelink recommends no packages.

prelink suggests no packages.

-- Configuration Files:
/etc/default/prelink changed [not included]

-- no debconf information

-- debsums errors found:
debsums: no md5sums for prelink

-- 
Andrea Mennucc
 "E' un mondo difficile. Che vita intensa!" (Tonino Carotone)


signature.asc
Description: Digital signature


Bug#592419: glassfish-javaee: Please provide a copy of jstl jar in /usr/share/java directory

2011-05-25 Thread Damien Raude-Morvan
Hi Tony,

On Wed, 25 May 2011 08:34:29 -0700, tony mancill 
wrote:
> It might be better that it's not named jstl.jar, as it doesn't seem to
> provide
> all of the classes that other JARs floating around with that name
provide.
> Specifically, I was hoping that wiring up Tomcat to this JAR would solve
> the
> issue with the tag plugin examples in tomcat6-examples and
tomcat7-examples
> (#606768).  But tomcat still needs something to provide the
> javax.servlet.jsp.jstl.* classes.

JFTR, I know two things named "JSTL" :

- javax.servlet.jsp.jstl.* (JavaServer Pages Standard Tag Library)
  - http://mvnrepository.com/artifact/jstl/jstl/1.1.2
  - Homepage: http://java.sun.com/products/jsp/jstl/

- org.apache.taglibs.standard.* (Apache Standard Taglib)
  - http://mvnrepository.com/artifact/taglibs/standard/1.0.6
  - Homepage: http://tomcat.apache.org/taglibs/index.html
  FAFIK, this is the implementation that's provided by
glassfish-appserv-jstl.jar


Cheers,
-- 
Damien



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



Bug#627865: libnet-ssleay-perl: FTBFS due to dependency cycle (Perl 5.12 migration)

2011-05-25 Thread Thorsten Glaser
gregor herrmann dixit:

>thanks for your detailed bug report!

No problem, I thought it would help, and I first had to figure
out what exactly went wrong before reporting something that’s
only happening on a debian-ports arch again and getting slapped
for it… (also helps learning Debian better ☺)

>> which means they’re all up to date. I wonder why nobody has
>> seen that yet… 
>
>Because lwp-protocol-https-perl is just a few days old (split off
>from libwww-perl).

Ah, okay. That explains the puzzle entirely.

>(For m68k, it builds fine on architectures where the perl 5.12
>transition is completed but it will break there for the perl 5.14
>transition in the same way).

Yes, that’s why I reported it. I’m currently the only “buildd”
for m68k (although cts might join in with a machine buildd soon),
so we’re a bit behind AND don’t get the wb-team benefits, so I
build them as I see them only…

Thanks for fixing this quickly,
//mirabilos
-- 
If Harry Potter gets a splitting headache in his scar
when he’s near Tom Riddle (aka Voldemort),
does Tom get pain in the arse when Harry is near him?
-- me, wondering why it’s not Jerry Potter………



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



Bug#620901: Audio has horrible noisy artifacts

2011-05-25 Thread Torquil Macdonald Sørensen
Package: flashplugin-nonfree
Version: 1:2.8.3
Followup-For: Bug #620901

Unfortunately, running the 'memcpy-to-memmove.sh' as root on libflashplayer.so 
has resulted
in Iceweasel no longer detecting a Flash plugin... I have made sure my non-root 
user
has read permission to the modified file, but nevertheless Iceweasel does not 
report the presence
of a Flash plugin...

(I did have to change #!/bin/sh to #!/bin/bash as in a previous post here. 
Otherwise
I got an error message when running the script. Something along the lines of
"ERR bad trap".)

tmac@asus:~$ file /usr/lib/flashplugin-nonfree/libflashplayer.so 
/usr/lib/flashplugin-nonfree/libflashplayer.so: ELF 64-bit LSB shared object, 
x86-64, version 1 (SYSV), dynamically linked, stripped

I wish Gnash didn't use as much CPU as it seems to do...

Best regards
Torquil Sørensen

-- Package-specific info:
Debian version: wheezy/sid
Architecture: amd64
Package version: 1:2.8.3
Adobe Flash Player version: LNX 10,3,162,29
MD5 checksums:
49b55c7eb8044453e5f6f2e4b3cb4084  
/var/cache/flashplugin-nonfree/flashplayer10_2_p3_64bit_linux_111710.tar.gz
ae86158ba0a6381f834d000826cbd226  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
Current 'best' version is 
'/usr/lib/flashplugin-nonfree/libflashplayer.so'.
lrwxrwxrwx 1 root root 34 May 13 10:34 
/usr/lib/mozilla/plugins/flash-mozilla.so -> /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
`/etc/alternatives/flash-mozilla.so'

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

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

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf 1.5.39  Debian configuration management sy
pn  gnupg  (no description available)
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libcurl3-gnutls  7.21.6-1Multi-protocol file transfer libra
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-9   GCC support library
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libnspr4-0d  4.8.8-1 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libstdc++6   4.6.0-9 The GNU Standard C++ Library v3
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxext6 2:1.3.0-1   X11 miscellaneous extension librar
ii  libxt6   1:1.1.1-1   X11 toolkit intrinsics library
ii  wget 1.12-3.1retrieves files from the web

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
pn  flashplugin-nonfree-extrasoun  (no description available)
ii  iceweasel 4.0.1-2Web browser based on Firefox
pn  konqueror-nsplugins(no description available)
pn  msttcorefonts  (no description available)
ii  ttf-dejavu2.33-1 Metapackage to pull in ttf-dejavu-
pn  ttf-xfree86-nonfree(no description available)
ii  x-ttcidfont-conf  32+nmu2TrueType and CID fonts configurati

-- no debconf information



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



Bug#627933: Regression: hot plugging sdhc card on Acer Aspire One

2011-05-25 Thread ael
Package: linux-2.6
Version: 2.6.38-5
Severity: normal

The Acer Aspire One netbook has two card readers, left & right.
Until recently (sorry not sure when regression happened) hotplugging
the right hand card worked. But now such a card is only seen
on cold boot.

I am reporting on a system which has just booted with the card present,
and all is well:
$ ls -l /dev/disk/by-label/

total 0
lrwxrwxrwx 1 root root 15 May 25 16:22 ael_elf1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 15 May 25 16:22 ael_elf2 -> ../../mmcblk1p1
lrwxrwxrwx 1 root root 10 May 25 16:22 Elf_ST_ssd -> ../../sda1

The rh card above is "ael_elf1" and /dev/mmcblkop1.

Relevant extracts from /var/log/messages seem to be:-
==
May 25 16:22:32 elf kernel: [2.913360] sdhci: Secure Digital Host Controller
 Interface driver
May 25 16:22:32 elf kernel: [2.913464] sdhci: Copyright(c) Pierre Ossman
May 25 16:22:32 elf kernel: [2.934644] sdhci-pci :01:00.0: SDHCI control
ler found [197b:2382] (rev 0)
May 25 16:22:32 elf kernel: [2.934800] sdhci-pci :01:00.0: enabling devi
ce ( -> 0002)
May 25 16:22:32 elf kernel: [2.934918] sdhci-pci :01:00.0: PCI INT A -> 
GSI 16 (level, low) -> IRQ 16
May 25 16:22:32 elf kernel: [2.935266] mmc0: no vmmc regulator found
May 25 16:22:32 elf kernel: [2.936396] mmc0: SDHCI controller on PCI 
[:01:00.0] using ADMA
May 25 16:22:32 elf kernel: [2.936545] sdhci-pci :01:00.2: SDHCI 
controller found [197b:2381] (rev 0)
May 25 16:22:32 elf kernel: [2.936689] sdhci-pci :01:00.2: enabling 
device ( -> 0002)
May 25 16:22:32 elf kernel: [2.936805] sdhci-pci :01:00.2: PCI INT A -> 
GSI 16 (level, low) -> IRQ 16
May 25 16:22:32 elf kernel: [2.936939] sdhci-pci :01:00.2: Refusing to 
bind to secondary interface.
May 25 16:22:32 elf kernel: [2.937048] sdhci-pci :01:00.2: PCI INT A 
disabled
May 25 16:22:32 elf kernel: [2.937188] sdhci-pci :04:00.0: SDHCI 
controller found [197b:2382] (rev 0)
May 25 16:22:32 elf kernel: [2.937336] sdhci-pci :04:00.0: PCI INT A -> 
GSI 19 (level, low) -> IRQ 19
May 25 16:22:32 elf kernel: [2.937624] mmc1: no vmmc regulator found
May 25 16:22:32 elf kernel: [2.938505] mmc1: SDHCI controller on PCI 
[:04:00.0] using ADMA
May 25 16:22:32 elf kernel: [2.938644] sdhci-pci :04:00.2: SDHCI 
controller found [197b:2381] (rev 0)
May 25 16:22:32 elf kernel: [2.938797] sdhci-pci :04:00.2: PCI INT A -> 
GSI 19 (level, low) -> IRQ 19
May 25 16:22:32 elf kernel: [2.938937] sdhci-pci :04:00.2: Refusing to 
bind to secondary interface.
May 25 16:22:32 elf kernel: [2.939046] sdhci-pci :04:00.2: PCI INT A 
disabled

--

May 25 16:22:32 elf kernel: [4.289286] mmc0: new SDHC card at address 0007  
 <=== The target card ***RH slot*
May 25 16:22:32 elf kernel: [4.317047] mmcblk0: mmc0:0007 SD16G 15.0 GiB 
May 25 16:22:32 elf kernel: [4.321947]  mmcblk0: p1
May 25 16:22:32 elf kernel: [4.531611] EXT4-fs (sda1): mounted filesystem 
with ordered data mode. Opts: (null)
May 25 16:22:32 elf kernel: [4.883331] mmc1: new SDHC card at address 0003  
< left hand slot
May 25 16:22:32 elf kernel: [4.883989] mmcblk1: mmc1:0003 SD32G 30.0 GiB 
May 25 16:22:32 elf kernel: [4.885868]  mmcblk1: p1
May 25 16:22:32 elf kernel: [5.228510] <30>udev[315]: starting version 167
 --

 May 25 16:22:32 elf kernel: [9.838195] pci_hotplug: PCI Hot Plug PCI Core 
ve
rsion: 0.5
May 25 16:22:32 elf kernel: [9.862304] pciehp: PCI Express Hot Plug Controll
er Driver version: 0.4
May 25 16:22:32 elf kernel: [   10.526330] EXT4-fs (mmcblk1p1): mounted 
filesystem without journal. Opts: (null)

--
May 25 16:28:01 elf kernel: [  343.594266] EXT4-fs (mmcblk1p1): re-mounted. 
Opts: commit=0

[ Comment: notice that LH card looks like a hotplug remount, but nothing
similar for the target RH card. Consistent with problem hotplug? ]


=

In /etc/modprobe.d/aspire-rhs-sd_slot.conf :-

#options pciehp pciehp_force=1 pciehp_detect_mode=pcie 
#
options pciehp pciehp_force=1 pciehp_detect_mode=pcie pciehp_debug=1
---
The card readers are JMicron SD/MMC controllers.

See also http://wiki.debian.org/DebianAcerOne, and
http://wiki.archlinux.org/index.php/Acer_Aspire_One.
---

Now to the problem. If in contrast the system is booted without
a card installed into the right hand slot, then when a card
is subsequently inserted, nothing happens. No uevent as
reported by udevadm monitor, no /dev/disk/ entries, nothing in
/var/log/messages. lsmod for the cold boot case is included by
reportbug towards the end of this report. Here is lsmod for
the problem hotplug case:

--

Bug#621820: [Pkg-xfce-devel] Bug#621820: Bug#621820: xfce4-netload-plugin: FTBFS on kfreebsd-*: os.h:125:28: error: net/ppp_defs.h: No such file or directory

2011-05-25 Thread Guillem Jover
Hi!

On Mon, 2011-04-25 at 23:45:00 +0200, Yves-Alexis Perez wrote:
> reassign 621820 kfreebsd-kernel-headers
> 
> On lun., 2011-04-25 at 12:28 +0200, Yves-Alexis Perez wrote:
> > On Linux arches net/ppp_defs.h and net/if_ppp.h are provided by
> > libc6-dev. On kFreeBSD it's a bit different, the headers are only
> > provided in (versioned) kfreebsd-headers-* packages, and they are
> > located in /usr/src/kfreebsd-headers-8.2-1/sys/ 
> > 
> > I don't think it's a good idea to build-dep on versioned kernel
> > headers
> > nor passing a (versioned) -I to the build, that'd be too much trouble.
> > 
> > Any idea how to fix that?

> After discussing this with Cyril on irc it seems the solution might be
> to include the relevant header files in kfreebsd-kernel-headers, so
> reassigning.

kFreeBSD 8.0+ does not have if_ppp any longer, so this is not
possible, the fix upstream proposes seems to be to port to ppp(8), as
seen from the removal commit log:

  

  

This bug should be reassigned back I guess.

regards,
guillem



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



Bug#627921: systemd: jobs time out when starting xvdb and gettys

2011-05-25 Thread Michael Biebl
Am 25.05.2011 15:18, schrieb Russell Coker:
> Package: systemd
> Version: 20-1
> Severity: normal
> 
> # grep run /proc/mounts 
> tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime 0 0
> tmpfs /run tmpfs rw,nosuid,nodev,noexec,relatime,mode=755 0 0
> 
> When I boot a freshly configured test system with init=/bin/systemd I get the
> below error messages.  I'm not sure if the problems with /var/lock are causing
> the timeout errors.  In any case the result is that booting takes ages and
> there is no getty running.  It seems that the root cause of the /var/lock
> problems is /run/lock being mounted before /run (see above).
> 

Please post your /etc/fstab.

Thanks,
Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#627933: Regression: hot plugging sdhc card on Acer Aspire One

2011-05-25 Thread maximilian attems
On Wed, May 25, 2011 at 05:49:03PM +0100, ael wrote:
> Package: linux-2.6
> Version: 2.6.38-5
> Severity: normal
> 
> The Acer Aspire One netbook has two card readers, left & right.
> Until recently (sorry not sure when regression happened) hotplugging
> the right hand card worked. But now such a card is only seen
> on cold boot.
> 
> I am reporting on a system which has just booted with the card present,
> and all is well:
> $ ls -l /dev/disk/by-label/

please try against 2.6.39 in unstable, outdated linux image report against.

thank you.

-- 
maks



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



Bug#620901: Audio has horrible noisy artifacts

2011-05-25 Thread Torquil Macdonald Sørensen
Package: flashplugin-nonfree
Version: 1:2.8.3
Followup-For: Bug #620901

I know this isn't a discussion forum But in the interest of completeness, I 
wanted
to mention that the binary patch seems to have fixed the problem.

Ref:
https://bugs.adobe.com/jira/browse/FP-573

- Torquil

-- Package-specific info:
Debian version: wheezy/sid
Architecture: amd64
Package version: 1:2.8.3
Adobe Flash Player version: LNX 10,3,162,29
MD5 checksums:
49b55c7eb8044453e5f6f2e4b3cb4084  
/var/cache/flashplugin-nonfree/flashplayer10_2_p3_64bit_linux_111710.tar.gz
35c297ffef7a5a7ed8fb4f5526ced799  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
Current 'best' version is 
'/usr/lib/flashplugin-nonfree/libflashplayer.so'.
lrwxrwxrwx 1 root root 34 May 25 18:57 
/usr/lib/mozilla/plugins/flash-mozilla.so -> /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
`/etc/alternatives/flash-mozilla.so'

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

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

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf 1.5.39  Debian configuration management sy
pn  gnupg  (no description available)
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libcurl3-gnutls  7.21.6-1Multi-protocol file transfer libra
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-9   GCC support library
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libnspr4-0d  4.8.8-1 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libstdc++6   4.6.0-9 The GNU Standard C++ Library v3
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxext6 2:1.3.0-1   X11 miscellaneous extension librar
ii  libxt6   1:1.1.1-1   X11 toolkit intrinsics library
ii  wget 1.12-3.1retrieves files from the web

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
pn  flashplugin-nonfree-extrasoun  (no description available)
ii  iceweasel 4.0.1-2Web browser based on Firefox
pn  konqueror-nsplugins(no description available)
pn  msttcorefonts  (no description available)
ii  ttf-dejavu2.33-1 Metapackage to pull in ttf-dejavu-
pn  ttf-xfree86-nonfree(no description available)
ii  x-ttcidfont-conf  32+nmu2TrueType and CID fonts configurati

-- no debconf information



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



Bug#624021: systemd-gui: 'systemadm' fails with "Error connecting: No such file or directory"

2011-05-25 Thread A. Costa
On Mon, 23 May 2011 05:38:26 +0200
Michael Biebl  wrote:

> > % systemctl dump ; echo $?
> > Failed to get D-Bus connection: Failed to connect to
> > socket /var/run/dbus/system_bus_socket: No such
> > file or directory 1
> 
> That means dbus is not running.
> Please check the status:
> systemctl status dbus.socket
> systemctl status dbus.service

root [VT] ~>systemctl status dbus.socket
dbus.socket - D-Bus System Message Bus Socket
  Loaded: loaded (/lib/systemd/system/dbus.socket)
  Active: inactive (dead)
  CGroup: name=systemd:/system/dbus.socket
root [VT] ~>systemctl status dbus.service
dbus.service - D-Bus System Message Bus
  Loaded: loaded (/lib/systemd/system/dbus.service)
  Active: inactive (dead)
  CGroup: name=systemd:/system/dbus.service

> Most likely this is a duplicate of #622881.
> 
> Please check the dmesg output, if systemd encountered a cycle and
> attach the output.

Attached is the output of:

dmesg | nl | grep -C 5 "systemd.*cycle" | gzip -9 > 
/tmp/dmesg_systemd_cycle.log.gz

HTH...


dmesg_systemd_cycle.log.gz
Description: Binary data


Bug#627604: [libpixman-1-0] x server crash

2011-05-25 Thread Riccardo Magliocchetti

Hi,

Il 23/05/2011 15:41, Cyril Brulebois ha scritto:


I have been unable to reproduce it yet. Please attach the output of
the X bug script (even without reproducing a crash first):
   /usr/share/bug/xserver-xorg-core/script 3>/tmp/bug.log


i'm too not able to reproduce it anymore, bug.log attached.

thanks,
riccardo
X server symlink status:

lrwxrwxrwx 1 root root 13 15 feb  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2018824  1 mag 12.21 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1141 29 giu  2009 /etc/X11/xorg.conf

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

#Section "ServerFlags"
#	Option		"DontZap"	"false"
#EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

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

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1

Kernel version (/proc/version):
---
Linux version 2.6.39+ (rm@montag) (gcc version 4.6.1 20110507 (prerelease) (Debian 4.6.0-7) ) #203 SMP PREEMPT Fri May 20 09:40:51 CEST 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 36940 25 mag 08.54 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[32.861] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[32.861] X Protocol Version 11, Revision 0
[32.861] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[32.861] Current Operating System: Linux montag 2.6.39+ #203 SMP PREEMPT Fri May 20 09:40:51 CEST 2011 x86_64
[32.861] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39+ root=UUID=770e4e60-f57b-4299-a18d-ed558a68d750 ro quiet
[32.861] Build Date: 01 May 2011  10:14:44AM
[32.861] xorg-server 2:1.10.1-2 (Julien Cristau ) 
[32.861] Current version of pixman: 0.21.8
[32.861] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[32.861] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[32.861] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 25 08:53:49 2011
[32.937] (==) Using config file: "/etc/X11/xorg.conf"
[32.937] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[32.978] (==) No Layout section.  Using the first Screen section.
[32.978] (**) |-->Screen "Default Screen" (0)
[32.978] (**) |   |-->Monitor "Configured Monitor"
[32.978] (==) No device specified for screen "Default Screen".
	Using the first device section listed.
[32.978] (**) |   |-->Device "Configured Video Device"
[32.979] (==) Automatically adding devices
[32.979] (==) Automatically enabling devices
[33.022] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[33.022] 	Entry deleted from font path.
[33.057] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[33.057] 	Entry deleted from font path.
[33.086] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[33.086] 	Entry deleted from font path.
[33.113] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[33.113] (==) ModulePath set to "/usr/lib/xorg/modules"
[33.113] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev

Bug#624021: systemd-gui: 'systemadm' fails with "Error connecting: No such file or directory"

2011-05-25 Thread Michael Biebl
reassign 624021 systemd
forcemerge 622881 624021
thanks

Am 25.05.2011 19:08, schrieb A. Costa:
> On Mon, 23 May 2011 05:38:26 +0200
> Michael Biebl  wrote:

>> Please check the status:
>> systemctl status dbus.socket
>> systemctl status dbus.service
> 
>   root [VT] ~>systemctl status dbus.socket
>   dbus.socket - D-Bus System Message Bus Socket
> Loaded: loaded (/lib/systemd/system/dbus.socket)
> Active: inactive (dead)
> CGroup: name=systemd:/system/dbus.socket
> 
>> Most likely this is a duplicate of #622881.
>>
>> Please check the dmesg output, if systemd encountered a cycle and
>> attach the output.
> 
> Attached is the output of:

Thanks, this is a dup. You can work around this problem by purging the
nfs-common/portmap packages.

Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#627934: wishlist: configure a CRAN mirror in /etc/R/Rprofile.site on installation

2011-05-25 Thread Henry House
Package: r-base
Severity: wishlist


It would be convenient if the packaging system asked once for selection of a 
CRAN mirror when installing R and configured this selection to 
/etc/R/Rprofile.site so that the user didn't get asked to pick a CRAN mirror 
each time when using install.packages.().

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (x86_64)

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



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



Bug#627926: bash: Please enable globstar by default

2011-05-25 Thread Jonathan Nieder
Fabian Greffrath wrote:

> +  * Document and prepare enabling the globstar feature
> +in /etc/skel/.bashrc (Closes: #627926).

Thanks.  Matthias, ideally I would like /etc/skel to look something
like the following:

.profile

# see bash(1), sh(1posix), environ(7),
# /usr/share/doc/bash/examples/startup-files.

# The default umask is handled by pam_umask(8), but you can
# override it for login shells in /etc/profile or here.
#umask 002

export PATH ENV LESS VISUAL

# see /etc/login.defs
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
if test -d "$HOME/bin"
then
PATH=$HOME/bin:$PATH
fi

ENV=$HOME/.shrc
LESS=FRSX; # see less(1)

#export VISUAL PAGER MAILER BROWSER EMAIL
#VISUAL=emacs
#PAGER=less
#MAILER='x-terminal-emulator -e mutt'; # see xdg-email(1)
#BROWSER=iceweasel
#EMAIL=m...@example.com

export LESSOPEN LESSCLOSE; # see less(1), lesspipe(1)
LESSOPEN='| lesspipe %s'
LESSCLOSE='lesspipe %s %s'

if type dircolors >/dev/null 2>&1
then
test -r ~/.dircolors &&
eval "$(dircolors -b ~/.dircolors)" ||
eval "$(dircolors -b)"
fi

export MALLOC_PERTURB_ 
MALLOC_PERTURB_=173; # see glibc:malloc/arena.c
if test "${BASH+set}"
then
MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
fi

# Unlike other shells, bash doesn't read $ENV unless we tell it to.
if test "${BASH+set}"
then
. "$HOME/.bashrc"
fi

.bashrc
===
# see bash(1), ~/.profile,
# /usr/share/doc/bash/examples/startup-files (in the package bash-doc)

# If not running interactively, don't do anything.
case $- in *i*) ;; *) return; esac

# append to the history file instead of overwriting it.
shopt -s histappend

# update LINES and COLUMNS when the window is resized.
shopt -s checkwinsize

# disable !history expansion
set +H

# programmable tab completion.  This can be enabled system-wide
# in /etc/bash.bashrc.
if test -r /etc/bash_completion
then
. /etc/bash_completion
fi

if test "${ENV+set}"
then
. "$ENV"
fi

.shrc
=
# see ~/.profile, ~/.bashrc

# If not running interactively, don't do anything.
case $- in *i*) ;; *) return; esac

#unset HISTFILE; # see bash(1)
# Don't remember duplicate commands or commands starting with space.
HISTCONTROL=ignoreboth

PS1='\$ '; # simple prompt

if test -r /etc/debian_chroot
then
debian_chroot=\($(cat /etc/debian_chroot)\)
else
debian_chroot=
fi

if test "${BASH+set}"
then
PS1='${debian_chroot}\u@\h:\w'"$PS1"

# If this is an xterm, set the title to user@host:dir.
case $TERM in
xterm*|rxvt*)
# see /usr/share/doc/xterm/ctlseqs.txt.gz
PS1='\[\e]0;${debian_chroot}\u@\h: \w\a\]'"$PS1"
esac
fi

alias ls=ls\ -v\ --color=auto
#alias info=info\ --vi-keys
#alias su=su\ -
#ulimit -c 1024

but given the current larger example files, Fabian's change makes
sense to me.



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



Bug#627935: Please split initramfs integration into separate package or make it conditional

2011-05-25 Thread Michael Biebl
Package: ntfs-3g
Version: 1:2011.1.15AR.4+2011.4.12-1

Am 25.05.2011 11:54, schrieb Daniel Baumann:
> On 05/25/2011 10:11 AM, Michael Biebl wrote:
>> Do you think it would be feasible to split the initramfs-tools integration 
>> into
>> a separate package or make it conditional in a way?
> 
> conditional, yes.
> 
> [btw, please don't 'hijack' bug reports with other unrelated things.
> it's always a burden/nuissance for the maintainer (here david) to read
> through bugs with noise, you can open bugs on ntfs-3g or write/ask me
> privatly. this bug is only about getting src:ntfsprogs away.]

Agreed, let's discuss this in a separate bug report

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



signature.asc
Description: OpenPGP digital signature


Bug#627936: movabletype-opensource: Unspecified security vulnerabilities fixed in 4.36

2011-05-25 Thread Dominic Hargreaves
Package: movabletype-opensource
Version: 4.3.5+dfsg-3
Severity: grave
Tags: security
Justification: user security hole

As reported in


Quote:

"A remote attacker could execute arbitrary code in a logged-in users' web 
browser. A remote attacker could read or modify the contents in the system 
under certain circumstances."



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



Bug#627937: php-pear should depend on php5-dev

2011-05-25 Thread Clint Byrum
Package: php5
Version: 5.3.5-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch


Forwarded from Ubuntu:

https://launchpad.net/bugs/634359

In Ubuntu, the attached patch was applied to achieve the following:

Binary package hint: php-pear

Quoting from the bug report:
> Most of PECL packages require /usr/bin/phpize and some other php5-dev
> files to get installed/compiled (i.e. pecl/fribidi), but php5-dev is
> not always installed.
> 
> The worst issue is that /usr/bin/pecl (or "/usr/bin/pear install
> pecl/...") doesn't give user any clue on how to resolve the problem.
> 
> A simple solution is to add php5-dev to php-pear's dependencies. Another
> one is to introduce another package, php-pecl, that contains /usr/bin/pecl
> and set php5-dev as a dep of php-pecl.

  * debian/control: Recommend php5-dev for php-pear. (LP: #634359)


Thanks for considering the patch.


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

Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u php5-5.3.5/debian/changelog php5-5.3.5/debian/changelog
diff -u php5-5.3.5/debian/control php5-5.3.5/debian/control
--- php5-5.3.5/debian/control
+++ php5-5.3.5/debian/control
@@ -228,9 +228,8 @@
 Package: php-pear
 Architecture: all
 Depends: ${misc:Depends}, php5-common (>= ${source:Version}), php5-cli
-Recommends: gnupg
+Recommends: gnupg, php5-dev
 Conflicts: php-xml-util
-Suggests: php5-dev
 Replaces: php4-pear (<< 4:4.4.0-0), php-xml-util
 Provides: php-xml-util
 Description: PEAR - PHP Extension and Application Repository


Bug#627938: swig1.3: swig generating incorrect python code

2011-05-25 Thread lkcl
Package: swig1.3
Severity: important

http://wxpython.kosoftworks.com/tools/ contains a link to patches
for SWIG 1.3.27 and 1.3.29, which make it generate correct code.

without these patches, the debian release of swig is rendered useless
for the purposes of developing python-wxWidgets and python-wxWebKit.

how exactly the hell the maintainers of the python-wxWidgets
debian package create the package without having Swig 1.3 correctly
patched is anybody's guess, because the version at the above link
is the *only* version of SWIG capable of being used as a build
dependency, *not* the version that's available from debian!




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

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



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



Bug#627939: fontconfig-config: CJK han-unification problem workaround

2011-05-25 Thread Osamu Aoki
Package: fontconfig-config
Version: 2.8.0-2.1
Severity: wishlist
X-Debbugs-CC: Qianqian Fang , 
zhengpeng-...@ubuntu.com

Here is a request to please Japanese and Chinese without fight for the
default preferences :-)

One of the most annoying national preference collision happens at 

 U+3001 IDEOGRAPHIC COMMA
 U+3002 IDEOGRAPHIC FULL STOP

Almost every line has these.

zh_TW put them center, while ja and zh_CN put them at corner.

So depending on which style you like, font choice order should be
different.  But for better codepoint coverage, we want many packages to
be loaded.

Currently, 60-latin.conf is in a sane situation.  But 65-nonlatin.conf
is a mess.  Even if we order them, there is no single solution to meet
all tastes.

Realistic solution is to make sorted and nice looking 65-nonlatin.conf
per language association.  Some font claims multiple coverage but their
core identities can be identified easily using U+3001 and U+3002 and few
other glyph choice as listed in
   http://en.wikipedia.org/wiki/Han_unification

Let's make followings in /etc/fonts/conf.avail/ from 65-nonlatin.conf
and 65-fonts-persian.conf each by their association:
 68-nonlatin-ja.conf (Japanese centered)
 68-nonlatin-ko.conf (Korean centered)
 68-nonlatin-zh_CN.conf
 68-nonlatin-zh_TW.conf
 68-nonlatin-persian.conf

In default, each /etc/fonts/conf.d/68-nonlatin-*.conf links to
corresponding  /etc/fonts/conf.avail/68-nonlatin-*.conf.

Since these needs to be ordered between 60-latin.conf and
69-unifont.conf, 61 62 63 64 65 66 67 68 are the choice.

The package should provide simple shell program to change this linking.

 $ sudo fontconfig-locale-choice ja persian zh_CN zh_TW

This should make links from
 62-nonlatin-ja.conf
 68-nonlatin-ko.conf (default number = 68)
 64-nonlatin-zh_CN.conf
 65-nonlatin-zh_TW.conf
 63-nonlatin-persian.conf

(Any overflowing choice can be bunched and left at 68, the lowest
priority.)

For Debian installation, if they are run under applicable locale,
default choice should be made:
 ja_JP.UTF-8 -> fontconfig-locale-choice ja
 zh_CN.UTF-8 -> fontconfig-locale-choice zh_CN
 ...

Otherwise, there should be priority medium or low dialogue for
dpkg-reconfigure.  This ensures consistent choice. 

Issues like http://bugs.freedesktop.org/show_bug.cgi?id=20911 and many
bug reports there may be solved by this.

I noticed many font packages installs their font in higher position.
This uncoordinated fight is not good.  There should be some coordinated
system for default.

Oh, I also see some Chinese fonts are declared for both San-serif and
serif.  This should be stopped if we make nice updated list.
 HEI= GOTHIC = SAN-SERIF
 SO  = MING = MINCHO = SERIF

Do you agree on this idea as whole?  Should we make such script and
patch?  Or will you do it?

Regards,

Osamu

PS: If you know where to find method to write fonfconfig rule limited
to the particular codepoints, let me know. 


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

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

Versions of packages fontconfig-config depends on:
ii  debconf [debconf-2.0]1.5.36.1Debian configuration management sy
ii  gsfonts-x11  0.21Make Ghostscript fonts available t
ii  ttf-dejavu-core  2.31-1  Vera font family derivate with add
ii  ttf-freefont 20090104-7  Freefont Serif, Sans and Mono True
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

fontconfig-config recommends no packages.

fontconfig-config suggests no packages.

-- debconf information:
* fontconfig/subpixel_rendering: Automatic
* fontconfig/enable_bitmaps: false
* fontconfig/hinting_type: Native



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



Bug#627940: nzbget: Improve description

2011-05-25 Thread Andreas Moog
Package: nzbget
Version: 0.7.0-1
Severity: minor

The description should be updated to better show what
the package does.

-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric
  APT policy: (500, 'oneiric'), (500, 'natty-updates'), (500, 
'natty-security'), (500, 'natty-proposed'), (100, 'natty-backports')
Architecture: amd64 (x86_64)

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

Versions of packages nzbget depends on:
ii  libc6   2.13-2ubuntu1Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.0-7ubuntu1 GCC support library
ii  libgcrypt11 1.4.6-5ubuntu1   LGPL Crypto library - runtime libr
ii  libgnutls26 2.10.5-1ubuntu2  the GNU TLS library - runtime libr
ii  libncurses5 5.9-1shared libraries for terminal hand
ii  libstdc++6  4.6.0-7ubuntu1   The GNU Standard C++ Library v3
ii  libxml2 2.7.8.dfsg-2 GNOME XML library

nzbget recommends no packages.

Versions of packages nzbget suggests:
ii  par2  0.4-11 Parity Archive Volume Set, for che

-- no debconf information



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



Bug#627941: php5: Please enable process control support (--enable-pcntl) for cgi/cli

2011-05-25 Thread Clint Byrum
Package: php5
Version: 5.3.5-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch


This is forwarded from Ubuntu:

https://launchpad.net/bugs/658346


In Ubuntu, the attached patch was applied to achieve the following:

Quoting from the original bug report:
> Please configure PHP with Process Control support [1], which can be
> very useful.
> 
> While it makes sense for CLI already, it is also useful for for CGI. See
> http://www.dotdeb.org/2010/03/08/php-5-3-2-is-available-too/#comment-2274
> for some reasoning (where I was arguing to have it in the dotdeb
> repository, which has it enabled for CLI only).
> 
> 1: http://de.php.net/manual/en/pcntl.installation.php

  * debian/rules: --enable-pcntl for cgi as well. (LP: #658346) 

The normal concerns one might have over pcntl are mitigated as CGI
runs in its own process space. So the reasons for not turning this on
in libapache2-mod-php5  are not really necessary for CGI, especially
since CGI has dl() available.

Thanks for considering the patch.


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

Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u php5-5.3.5/debian/rules php5-5.3.5/debian/rules
--- php5-5.3.5/debian/rules
+++ php5-5.3.5/debian/rules
@@ -334,7 +334,7 @@
 		--without-mm \
 		--disable-pdo \
 		--without-mysql --without-sybase-ct --without-mssql \
-		--without-sqlite --without-sqlite3
+		--without-sqlite --without-sqlite3 --enable-pcntl
 	cd cgi-build && \
 	cp ../Zend/zend_ini_scanner.c ../Zend/zend_language_scanner.c \
 	   ../Zend/zend_ini_parser.h ../Zend/zend_language_parser.h \


Bug#627930: eiskaltdcpp: [INTL:de] Initial German translation

2011-05-25 Thread Boris Pek
Hi Chris,

If you are planning to be eiskaltdcpp translator I can add you directly to our 
project.
Please, read notes in our wiki: 
http://code.google.com/p/eiskaltdc/wiki/MakingTranslations

In any case, thank you for your contribution.

Regards,
Boris


Wed, 25 May 2011 17:59:57 +0200 письмо от Chris Leick :

> Package: eiskaltdcpp
>  Version: 2.2.1-1
>  Severity: wishlist 
>  Tags: l10n 
>  
>  
>  Hi, 
>  
>  please find attached the initial German translation of libeiskaltdcpp.
>  
>  Kind regards, 
>  Chris 


Bug#397511: dbus hang

2011-05-25 Thread Jean-Louis MOUNIER
I conrfirm, when starting my server in  recovery mode, if I start nscd 
before ^D, dbus starts fine otherwise it hangs. I think on my server 
dbus start process relies on nscd to validate user messagebus.


I'll be here this evening for further testing

Jean-Louis





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



Bug#599073: shinken : Some hardcoded string might have to be changed

2011-05-25 Thread Stéphan Gorget
I might have miss something because during the building process the
following files were hardcoded with
/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp

To solve this I changed :

$ cat /etc/default/shinken
...
## These vars will overRide the hardcoded ones in init script
ETC=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/etc/shinken
VAR=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
BIN=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/bin
...

changed into  :

## These vars will overRide the hardcoded ones in init script
ETC=/etc/shinken
VAR=/var/lib/shinken
BIN=/usr/bin

and the same for the following files :

brokerd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
brokerd-windows.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
pollerd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
pollerd-windows.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
reactionnerd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
receiverd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
receiverd-windows.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
resource.cfg:$USER1$=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/usr/lib/nagios/plugins
schedulerd.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken
schedulerd-windows.ini:workdir=/home/steph/projects/debian/build-area/shinken-0.6.4/debian/tmp/var/lib/shinken

and then it works  !

$ sudo /etc/init.d/shinken start
Starting scheduler:
.
Starting poller:
.
Starting reactionner:
.
Starting broker:
.
Starting receiver:
.
Starting arbiter:
.

--
Stéphan Gorget



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



Bug#627927: po: language pagespec function(s)

2011-05-25 Thread Clint Adams
On Wed, May 25, 2011 at 03:08:48PM +, Clint Adams wrote:
> I'd like a way to restrict to either the master language or
> the language of the translation.

This appears to be covered by

http://ikiwiki.info/todo/po:_rethink_pagespecs/



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



Bug#627942: debsecan: wheezy doesn't exist yet?

2011-05-25 Thread Jon Daley
Package: debsecan
Version: 0.4.14
Severity: normal

I finally got around to updating my debsecan config to match the current
files (wheezy, instead of squeeze)

But, I get this error:
error: while downloading 
http://secure-testing.debian.net/debian-secure-testing/project/debsecan/release/1/wheezy:
HTTP Error 404: Not Found

I assume this isn't a debsecan bug, but rather something needs to be updated on 
secure-testing.debian.net, but I'm not sure where to report it.

Also, as I was looking through open bugs to see if this was already reported, I 
see a number of really old bugs (including one of mine from three years ago) 
that wasn't ever responded to.  Is there anything I can do to help this 
package/project?


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

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages debsecan depends on:
ii  debconf [debconf-2.0]   1.5.39   Debian configuration management sy
ii  python  2.6.6-14 interactive high-level object-orie
ii  python-apt  0.7.100.3+b1 Python interface to libapt-pkg

Versions of packages debsecan recommends:
ii  cron  3.0pl1-116 process scheduling daemon
ii  postfix [mail-transport-agent 2.8.3-1High-performance mail transport ag

debsecan suggests no packages.

-- Configuration Files:
/etc/default/debsecan changed:
REPORT=true
SUITE=wheezy
MAILTO=root
SOURCE=


-- debconf information:
* debsecan/source:
* debsecan/mailto: root
* debsecan/report: true
* debsecan/suite: lenny



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



Bug#627910: /usr/share/applications/openbox.desktop wrong?

2011-05-25 Thread Sergio Cipolla
Yes, but why would one want to run it when there's already some desktop
session running?

On Wed, May 25, 2011 at 12:01 PM, Nico Golde  wrote:

> Hi,
> * Sérgio Cipolla  [2011-05-25 13:52]:
> > /usr/share/applications/openbox.desktop is set to execute openbox-session
> > That looks weird or wrong to me as it only shows if a desktop session is
> already running or am I missing something.
> [...]
> Hmm?
> "openbox-session runs an openbox session without any session manager"
>
> Cheers
> Nico
> --
> Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
> For security reasons, all text in this mail is double-rot13 encrypted.
>


Bug#627934: wishlist: configure a CRAN mirror in /etc/R/Rprofile.site on installation

2011-05-25 Thread Dirk Eddelbuettel

Thanks for taking the time to fill a bug report.

On 25 May 2011 at 09:54, Henry House wrote:
| Package: r-base
| Severity: wishlist
| 
| 
| It would be convenient if the packaging system asked once for selection of a 
CRAN mirror when installing R and configured this selection to 
/etc/R/Rprofile.site so that the user didn't get asked to pick a CRAN mirror 
each time when using install.packages.().

I think this is best left to local user / administrator.  I set mine in
~/.Rprofile. The overall philosophy of the install process has moved towards
asking as few questions as possible -- with 1200, 1300, 1400, ... packages
you really don't want to answer all of them.

In this particular case, /etc/R/Rprofile.site even contains commented-out
code that sets a repo according to the user's preferences.  That is about all
we can do now I am afraid.

Regards,  Dirk


| 
| -- System Information:
| Debian Release: 6.0.1
|   APT prefers stable-updates
|   APT policy: (500, 'stable-updates'), (500, 'stable')
| Architecture: i386 (x86_64)
| 
| Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
| Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
| Shell: /bin/sh linked to /bin/dash
| 
| 

-- 
Gauss once played himself in a zero-sum game and won $50.
  -- #11 at http://www.gaussfacts.com



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



Bug#627943: python-pyhyphen: wrong package name

2011-05-25 Thread Jakub Wilk

Package: python-pyhyphen
Version: 1.0~beta1-2

According to Python Policy 2.2, the binary package name should be 
python-hyphen, not python-pyhyphen.


http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names

--
Jakub Wilk



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



Bug#627944: python-pyhyphen: doesn't work out-of-the-box with hyphen-* packages

2011-05-25 Thread Jakub Wilk

Package: python-pyhyphen
Version: 1.0~beta1-2
Severity: important

I have hyphen-en-us installed on my system, so expected that calling 
hyphen.hyphenator() with default arguments will open the US English 
dictionary. But instead it raises rather unhelpful exception:


$ python -c 'from hyphen import hyphenator; hyphenator()'
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.6/dist-packages/hyphen/__init__.py", line 132, in 
__init__
compound_lmin, compound_rmin)
IOError: Cannot load hyphen dictionary.

Looking at strace output, pyhyphen is trying to open a file in a 
nonsense directory:


open("$path/en_US", O_RDONLY)   = -1 ENOENT (No such file or directory)


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

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

Versions of packages python-pyhyphen depends on:
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  python2.6.6-14   interactive high-level object-orie
ii  python2.6 2.6.6-10   An interactive high-level object-o
ii  python2.7 2.7.1-9An interactive high-level object-o

--
Jakub Wilk



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



Bug#627945: segfaults on iftop -i tun (IPV6)

2011-05-25 Thread Arthur Marsh
Package: iftop
Version: 0.17-17
Severity: normal


Hi, 

iftop -i tun 

results in a segfault for me, whereas

jnettop -i tun 

works fine.

# gdb --args iftop -i tun
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/sbin/iftop...Reading symbols from 
/usr/lib/debug/usr/sbin/iftop...done.
done.
(gdb) run
Starting program: /usr/sbin/iftop -i tun
[Thread debugging using libthread_db enabled]
interface: tun

Program received signal SIGSEGV, Segmentation fault.
0x004083a7 in get_addrs_ioctl (interface=0x60e060 "tun",
if_hw_addr=, if_ip_addr=0x60c6b8,
if_ip6_addr=0x60c670) at addrs_ioctl.c:135
135 addrs_ioctl.c: No such file or directory.
in addrs_ioctl.c
(gdb) bt
#0  0x004083a7 in get_addrs_ioctl (interface=0x60e060 "tun",
if_hw_addr=, if_ip_addr=0x60c6b8,
if_ip6_addr=0x60c670) at addrs_ioctl.c:135
#1  0x00403536 in packet_init () at iftop.c:621
#2  0x00404328 in main (argc=3, argv=0x7fffe3b8) at iftop.c:722
(gdb) bt full
#0  0x004083a7 in get_addrs_ioctl (interface=0x60e060 "tun",
if_hw_addr=, if_ip_addr=0x60c6b8,
if_ip6_addr=0x60c670) at addrs_ioctl.c:135
s = 
ifr = {ifr_ifrn = {ifrn_name = "tun", '\000' },
  ifr_ifru = {ifru_addr = {sa_family = 65534,
  sa_data = '\000' }, ifru_dstaddr = {
  sa_family = 65534, sa_data = '\000' },
ifru_broadaddr = {sa_family = 65534,
  sa_data = '\000' }, ifru_netmask = {
  sa_family = 65534, sa_data = '\000' },
ifru_hwaddr = {sa_family = 65534,
  sa_data = '\000' }, ifru_flags = -2,
ifru_ivalue = 65534, ifru_mtu = 65534, ifru_map = {
  mem_start = 65534, mem_end = 0, base_addr = 0, irq = 0 '\000',
  dma = 0 '\000', port = 0 '\000'},
ifru_slave = "\376\377", '\000' ,
ifru_newname = "\376\377", '\000' ,
ifru_data = 0xfffe }}
got_hw_addr = 1
got_ip_addr = 0
got_ip6_addr = 0
ifa = 0x60f050
---Type  to continue, or q  to quit---
ifas = 0x60eee0
#1  0x00403536 in packet_init () at iftop.c:621
errbuf = 
"\260\343\377\377\377\177\000\000\000\000\000\000\000\000\000\000@\002\000\000\000\000\000\000\270\356\327\001\060\000\000\000\310\356\327\001\060\000\000\000y\360\252\001\060\000\000\000\070\002\000\000\000\000\000\000\201\361\246\001\060\000\000\000p\350`\000\000\000\000\000\200\341\377\377\377\177\000\000
 
\000\000\000\000\000\000\000\270\356\327\001\060\000\000\000\310\356\327\001\060",
 '\000' , 
"\004\000\000\000\000\000\000\000`\356\327\001\002\000\000\000@\000\000\000\000\000\000\000\001\000\000\000\002\000\000\000\360\354`\000\000\000\000\000\320\354`\000\000\000\000\000@2@\000\000\000\000\000\000\000\000\004\000\000\000\000
 \360`\002\060", '\000' 
m = 
dlt = 
result = 
#2  0x00404328 in main (argc=3, argv=0x7fffe3b8) at iftop.c:722
thread = 4204176
sa = {__sigaction_handler = {sa_handler = 0x403240 ,
sa_sigaction = 0x403240 }, sa_mask = {__val = {
  0 }}, sa_flags = 0, sa_restorer = 0}
(gdb)   

# ifconfig -a
eth0  Link encap:Ethernet  HWaddr 00:23:54:5e:5d:d5
  inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::223:54ff:fe5e:5dd5/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:19465713 errors:0 dropped:0 overruns:0 frame:0
  TX packets:21001115 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:13551266367 (12.6 GiB)  TX bytes:18967823839 (17.6 GiB)
  Interrupt:42 Base address:0x4000

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

tun   Link encap:UNSPEC  HWaddr 
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  inet6 addr: 2001:c08:3700:::17:d407/128 Scope:Global
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1280  Metric:1
  RX packets:28421 errors:0 dropped:0 overruns:0 frame:0
  TX packets:39940 errors:0 dropped:0 overruns:0 carrier

Bug#627787: ITP or RFP

2011-05-25 Thread Jakub Wilk

* Piotr Ożarowski , 2011-05-25, 10:15:
source package name doesn't matter that much, but please use 
"python-pages" rather than "python-django-page-cms" as binary package's 
name (as Debian Python Policy suggests)


And "pages" is very bad name for a public Python module, especially if 
it's Django specific.


--
Jakub Wilk



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



Bug#627947: libkafs0-heimdal: k_hasafs always returns false

2011-05-25 Thread Andrew Deason
Package: libkafs0-heimdal
Version: 1.4.0-5

k_hasafs is currently broken, due to patch 043_hurd_ioctl introduced in
1.4.0-4 to fix #483281. That patch changes the definition of
VIOC_SYSCALL_PROC in this hunk:

-#define VIOC_SYSCALL_PROC _IOW('C', 1, void *)
+#ifdef __GNU__
+#define _IOT_procdata _IOT(_IOTS(long), 5, 0, 0, 0, 0)
+#endif
+#define VIOC_SYSCALL_PROC _IOW('C', 1, struct procdata)

This changes the ioctl command number we use to an incorrect one, so
k_hasafs() always returns false, even if an AFS client is running. I
have no idea what GNU hurd uses _IOT_* for, but since _IOT_procdata
includes the name of a structure, I expect that this will FTBFS on hurd
again if the third _IOW argument is just reverted to void*.

I don't know if the GNU hurd folks have an opinion on the "proper"
solution here, but here are a couple of options that I think will work:

 - Define a structure that only has one 'void*' in it, and pass that in
   instead of struct procdata. (And define _IOT_whatever instead of
   _IOT_procdata

 - Don't build kafs on hurd, or just always return 0 for k_hasafs or
   something, since I'm not aware of any AFS kernel clients that run on
   hurd. In particular, trying to calculate the ioctl number on hurd
   doesn't make a lot of sense, since there's never any kernel module on
   hurd to match it to. There's no "correct" number.

-- 
Andrew Deason
adea...@sinenomine.net



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



Bug#627946: gconf2 settings for panel doesn't add objects of type "menu-object" correctly

2011-05-25 Thread Brett Ussher
Package: gconf2
Version: 2.28.1-6
Severity: normal

I tried adding a menu item to one of my panels and it would not show up.  When
I looked in my home folder under ".gconf" to see what had happened, I
discovered the following oddities (all files are relative to
~/.gconf/apps/panel):

1.)  In ./general/%gconf.xml:
None of the menu items I tried to add were registered as objects, but
individual items were (such as gnome-terminal).
2.)  In ./objects:
A new "object_#" folder existed (for example, one was named "object_7")
and in that folder was a new %gconf.xml file
3.)  In ./general/%gconf.xml:
I added the following:


object_7


I then logged out and back in and I found that I had a new icon on the panel.
However, this icon is the "root" level of the menu.  In other words, I tried to
add an icon for the "Graphics" menu to my panel and, rather than having an icon
for the Graphics menu, I have an icon for the Graphics menu's parent.

Looks like gconf is forgetting a step or two when adding menu items to the
panel.  I'm including a file (panel.tar.gz) which shows several items of type
"menu-object" that are in the objects folder, but not added to
./general/%gconf.xml.  If you add one of the missing objects to the
general/%gconf.xml file, you'll see what I'm talking about once you log out and
back in.



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

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

Versions of packages gconf2 depends on:
ii  dbus-x11 1.4.8-3 simple interprocess messaging syst
ii  gconf2-common2.28.1-6GNOME configuration database syste
ii  libc62.13-4  Embedded GNU C Library: Shared lib
ii  libgconf2-4  2.28.1-6GNOME configuration database syste
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libxml2  2.7.8.dfsg-2+b1 GNOME XML library
ii  psmisc   22.13-1 utilities that use the proc file s
ii  python   2.6.6-14interactive high-level object-orie

Versions of packages gconf2 recommends:
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 

Versions of packages gconf2 suggests:
ii  gconf-defaults-service2.28.1-6   GNOME configuration database syste

-- no debconf information


panel.tar.gz
Description: GNU Zip compressed data


Bug#627910: /usr/share/applications/openbox.desktop wrong?

2011-05-25 Thread Nico Golde
Hi,
* Sergio Cipolla  [2011-05-25 20:16]:
> Yes, but why would one want to run it when there's already some desktop
> session running?

Good point! Sorry I'm not using these kinds of desktop environments and 
understood you wrong as you said the program just displays if a session is 
running...
Cheers
Nico


pgp1UB2lwfe69.pgp
Description: PGP signature


Bug#627615: VM terminates when doing a live migration

2011-05-25 Thread Daniel Bareiro
On Monday, 23 May 2011 15:45:20 +0400,
Michael Tokarev wrote:

> This bug has 2 halves, one half is general 32bit migration issue
> (it does not actually work on 32bits, the fact it worked for you
> is pure luck), and second half is special case of 32bit userspace
> running on 64bit kernel (due to wrong kernel/user space communications).
> Both will be fixed in the upcoming squeeze version of qemu-kvm.

I tested the new version of qemu-kvm (0.12.5+dfsg-5+squeeze2) available
on Squeeze which was notified in the DSA 2241-1, but the problem still
persists.

Regards,
Daniel
-- 
Daniel Bareiro - GNU/Linux registered user #188.598
Proudly running Debian GNU/Linux with uptime:
15:34:52 up 4 days,  1:54,  9 users,  load average: 0.07, 0.10, 0.04


signature.asc
Description: Digital signature


Bug#627335: upstream patch

2011-05-25 Thread Jerome Robert
tag 627335 + upstream fixed-upstream patch
forwarded 627335 http://curl.haxx.se/mail/lib-2011-05/0214.html

The upstream fix:
https://github.com/bagder/curl/commit/017ee34bbad9885e524f735401be7ad859cdbd84



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



Bug#627473: Initial package on mentors.debian.net avaialble

2011-05-25 Thread Fabrizio Regalli
Hi Thomas,

> I've build a package for the-board. The package can be found here [1].
> 
> [1]
> http://mentors.debian.net/cgi-bin/maintainer-packages?action=details;package=the-board
> 

This is not the right place to announce your upload on mentors.d.n.
Please read the wiki pages [1] especially 'Packaging' chapter.

Cheers,
Fabrizio

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


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


Bug#593706: [kl...@ethgen.de: Re: Bug#593706: install-info breaks dpkg]

2011-05-25 Thread Hilmar Preuße
On 25.05.11 Norbert Preining (prein...@logic.at) wrote:
> On Mi, 25 Mai 2011, Klaus Ethgen wrote

Hi,

> > Forgot to answer to the bt too...
> 
> Not again this thread.
> 
> By now about 20 emails and still no terminal log.
> 
> I think the history of this bug has been explained in detail by
> myself in my email from 2010-08-27.
> 
OK, I'll try to install again a system from scratch, just to make
sure the problem *is* unreproducible. If still not visible here I
tend to close the case.

H.
-- 
sigmentation fault



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



Bug#627948: kiki: broken package after rebuild

2011-05-25 Thread Jakub Wilk

Source: kiki
Version: 0.5.6-4
Severity: serious

I rebuilt kiki in an up-to-date sid chroot. The resulting binary package 
didn't work at all:


$ kiki
Traceback (most recent call last):
  File "/usr/bin/kiki", line 3, in 
import kiki
ImportError: No module named kiki

This is caused by the fact that its modules were installed into 
/usr/lib/python2.5/site-packages and 2.5 is not supported by 
python-support anymore:


$ dpkg -L kiki | grep package
/usr/lib/python2.5/site-packages
/usr/lib/python2.5/site-packages/kiki
/usr/lib/python2.5/site-packages/kiki/kiki.wxg
/usr/lib/python2.5/site-packages/kiki/__init__.py
/usr/lib/python2.5/site-packages/kiki/kiki.py

In any case, is there any reason why kiki modules are installed as 
public? If there is none, the easiest way to solve the bug is to move 
them e.g. to /usr/share/kiki/.


--
Jakub Wilk



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



Bug#516833: the libtool .la files, static plugins and .so-symlinks really necessary?

2011-05-25 Thread Ondřej Surý
Package: libsasl2-modules

Just as a note.  The .la files in modules directory are used to find
plugins (See #151567)

I wrote a patch for 2.1.24~rc1 which makes this much simpler and just
opens files ending in .so which makes thinks much simpler, but it
could break something.  So the upload will first go to experimental.

O.

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

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

Versions of packages libsasl2-modules depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libsasl2-2  2.1.23.dfsg1-7   Cyrus SASL - authentication abstra
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries

libsasl2-modules recommends no packages.

Versions of packages libsasl2-modules suggests:
pn  libsasl2-modules-gssapi-mit |  (no description available)
pn  libsasl2-modules-ldap  (no description available)
pn  libsasl2-modules-otp   (no description available)
pn  libsasl2-modules-sql   (no description available)

-- no debconf information



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



Bug#627949: systemd: modules from /etc/modules will not be loaded

2011-05-25 Thread Michael Ott
Package: systemd
Version: 25-2
Severity: normal

During start the system have to load the acerhdf module with parameters.
But that does not work

In /etc/modules and in /etc/modules-load.d/modules.conf I have the
following entry:
acerhdf kernelmode=1 fanon=6 fanoff=54000

but on boot syslog has this message:
May 25 19:00:15 king-coder13 kernel: [5.901942] loop: module loaded
May 25 19:00:15 king-coder13 kernel: [6.091897] modprobe[237]:
WARNING: Module acerhdf kernelmode=1 fanon=6 fanoff=54000 not found.
May 25 19:00:15 king-coder13 kernel: [6.108337] systemd[1]:
systemd-modules-load.service: main process exited, code=exited, status=1
May 25 19:00:15 king-coder13 kernel: [6.140043] systemd[1]: Unit
systemd-modules-load.service entered failed state.

I found nothing in the documentation



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

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

Versions of packages systemd depends on:
ii  initscripts 2.88dsf-13.7 scripts for initializing and shutt
ii  libaudit0   1.7.13-1+b2  Dynamic library for security audit
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libcap2 1:2.21-1 support for getting/setting POSIX.
ii  libcryptsetup1  2:1.3.0-3libcryptsetup shared library
ii  libdbus-1-3 1.4.8-3  simple interprocess messaging syst
ii  libpam0g1.1.2-3  Pluggable Authentication Modules l
ii  libselinux1 2.0.98-1+b1  SELinux runtime shared libraries
ii  libudev0170-1libudev shared library
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  util-linux  2.19.1-1 Miscellaneous system utilities

Versions of packages systemd recommends:
ii  libpam-systemd25-2   system and service manager - PAM m

Versions of packages systemd suggests:
ii  python2.6.6-14   interactive high-level object-orie
ii  systemd-gui   25-2   system and service manager - GUI

-- no debconf information



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



Bug#626787: gcp: timestamp is not always copied exact

2011-05-25 Thread Jörg Schütter
Hello Thomas,

On Mon, 23 May 2011 13:26:57 +0200
"Thomas Preud'homme"  wrote:

> Le lundi 23 mai 2011 07:36:07, Jörg Schütter a écrit :
> > Hello Thomas,
> Hello Jörg,
[SNIP]
> > More tests (using the big file):
> > -rw-r--r-- 1 joerg joerg 1619558400 2011-04-13 18:01:29.0 +0200
> > /home/joerg/gps/Legend_MapData/geoclub/gmapsupp.img
> > 
> > Copy it to the same ext4 partition --> same timestamp
> > Copy it to an ext2 partition (USB) --> same timestamp
> > Copy it to a vfat partition (USB) --> same timestamp
> > Copy it to a vfat partition (USB) on Garmin GPS --> different timestamp
> How big is the difference in the latter case?
exact 1 second (2011-04-13 18:01:29.0 vs. 2011-04-13 18:01:28.0)
> > 
> > I guess the cause is located deeper in the system:
> > In case of time-diff the used USB mode was ohci_hcd.
> > The other USB connections (with correct timestamp) used ehci_hcd.
> > 
> > This Garmin GPS is the only "legacy" system I own which uses ohci_hcd.
> That might be the case indeed, but still I'd appreciate if you could try the 
> attached patch and tell me if it solves the issue when copying to the Garmin 
> GPS.
All copied files had the same timestamp up to the millisecond.
Now the file which triggerd this bug report has the same timestamp as
the source file.
Thanks for your help.

-- 
Cheers
  Joerg



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



Bug#459944: xkb-data: Broken Swedish keyboard layout

2011-05-25 Thread Davide Mancusi
> > could you please tell us how it goes with the X stack from
> > squeeze/sid, or from experimental?
> 
> ping?

Pong. I can't observe the bug anymore with the latest
xserver-xorg from testing. Sorry again for the delay.

Davide
--
If anything can go wrong it wSegmentation fault
core dumped



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



Bug#528700: Visible in 6.12.22, still?

2011-05-25 Thread Steffen Möller

On 05/24/2011 12:11 PM, Darac Marjal wrote:

On Sat, Apr 16, 2011 at 10:33:32PM +0200, Steffen Möller wrote:

Hello,

we had upstream fix something for the manager of 6.10.58, so maybe
there is something for the client side of 6.10.58, too. It very much
looks like it, indeed. There is a version 6.10.60 out and I'd need
to get it confirmed for that first, I am afraid. Now, I don't have a
package for it, yet. Could you please try confirming it on 6.12.22?


Hello,

I am experiencing this problem on boinc-client  6.12.26+dfsg-1.
According to
http://comments.gmane.org/gmane.comp.distributed.boinc.devel/4281, this
is a problem when attached to the yoyo@home project which creates a
recursive symlink under ~boinc/.wine

Following the links suggests that the problem is fixed upstream by BOINC
bug #1108. Presumably, though this needs to be patched into the sid
version?


I just uploaded 6.12.27. Had not verified that the fix made it into
the source tree. Does it fix the issue?

Cheers,

Steffen



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



Bug#627950: pdf2djvu: [INTL:de] Initial German translation

2011-05-25 Thread Chris Leick

Package: pdf2djvu
Version: 0.7.7
Severity: wishlist
Tags: l10n


Hi,

please find attached the initial German translation of pdf2djvu.

Kind regards,
Chris

# German translation of pdf2djvu.
# Copyright © 2007, 2008, 2009, 2010, 2011 Jakub Wilk
# This file is distributed under the same license as the pdf2djvu package.
# Chris Leick , 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: pdf2djvu 0.7.7\n"
"Report-Msgid-Bugs-To: http://code.google.com/p/pdf2djvu/issues/\n";
"POT-Creation-Date: 2011-05-11 15:50+0200\n"
"PO-Revision-Date: 2011-05-17 23:28+0100\n"
"Last-Translator: Chris Leick \n"
"Language-Team: German \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

msgid "Unable to parse command-line options"
msgstr "Befehlszeilenoptionen konnten nicht ausgewertet werden"

msgid "Too many arguments were specified"
msgstr "Es wurden zu viele Arbumente angegeben."

msgid "No input file name was specified"
msgstr "Es wurde kein Eingabedateiname angegeben."

msgid "Invalid output file name"
msgstr "ungültiger Ausgabedateiname"

msgid "Unable to parse page numbers"
msgstr "Seitennummern konnten nicht ausgewertet werden"

msgid "Unable to parse page size"
msgstr "Seitengröße konnte nicht ausgewertet werden"

msgid "Unable to parse hyperlinks options"
msgstr "Querverweisoptionen konnten nicht ausgewertet werden"

#, c-format
msgid "The specified resolution is outside the allowed range: %d .. %d"
msgstr ""
"Die angegebene Auflösung liegt außerhalb des erlaubten Bereichs: %d … %d"

#, c-format
msgid ""
"The specified number of foreground colors is outside the allowed range: "
"%u .. %u"
msgstr ""
"Die angegebene Anzahl der Vordergrundfarben liegt außerhalb des erlaubten "
"Bereichs: %u … %u"

#, c-format
msgid "The specified subsampling ratio is outside the allowed range: %u .. %u"
msgstr ""
"Das angegebene Verhältnis der Unterabtastung (subsampling) liegt außerhalb "
"des erlaubten Bereichs: %u … %u"

msgid "Unable to parse page title template specification"
msgstr "Seitentitel-Schablonenangabe konnte nicht ausgewertet werden"

msgid "Unable to parse pageid template specification"
msgstr ""
"Seitenidentifikationsnummern-Schablonenangabe konnte nicht ausgewertet werden"

msgid ""
"Pageid must consist only of letters, digits, '_', '+', '-' and '.' characters"
msgstr ""
"Seitenidentifikationsnummer darf nur aus Buchstaben, Ziffern und den Zeichen "
"»_«, »+«, »-« sowie ».« bestehen"

msgid ""
"Pageid cannot start with a '.' character or contain two consecutive '.' "
"characters"
msgstr ""
"Seitenidentifikationsnummer darf nicht mit einem ».«-Zeichen beginnen oder "
"zwei aufeinanderfolgende ».«-Zeichen enthalten"

msgid "Pageid cannot start with a '+' or a '-' character"
msgstr ""
"Seitenidentifikationsnummer darf nicht mit einem »+«- oder einem »-«-Zeichen "
"beginnen"

msgid "Pageid must end with the '.djvu' or the '.djv' extension"
msgstr "Seitenidentifikationsnummer muss die Endung ».djvu« oder ».djv« haben"

#, c-format
msgid "%s is not a valid number"
msgstr "%s ist keine gültige Zahl."

msgid "Unknown option"
msgstr "unbekannte Option"

msgid "Usage: "
msgstr "Aufruf: "

msgid "   pdf2djvu [-o ] [options] "
msgstr "   pdf2djvu [-o "

msgid "   pdf2djvu  -i[options] "
msgstr "   pdf2djvu  -i[Optionen] "

msgid "Options: "
msgstr "Optionen: "

msgid " -i, --indirect=FILE"
msgstr " -i, --indirect=DATEI"

msgid " -o, --output=FILE"
msgstr " -o, --output=DATEI"

msgid " --pageid-prefix=NAME"
msgstr " --pageid-prefix=NAME"

msgid " --pageid-template=TEMPLATE"
msgstr " --pageid-template=SCHABLONE"

msgid " --page-title-template=TEMPLATE"
msgstr " --page-title-template=SCHABLONE"

msgid " -d, --dpi=RESOLUTION"
msgstr " -d, --dpi=AUFLÖSUNG"

msgid " --page-size=WxH"
msgstr " --page-size=BxH"

msgid " --filter-text=COMMAND-LINE"
msgstr " --filter-text=BEFEHLSZEILE"

#, c-format
msgid "PDF error (%d): %s"
msgstr "PDF-Fehler (%d): %s"

#, c-format
msgid "PDF error: %s"
msgstr "PDF-Fehler: %s"

msgid "Unable to set antialias parameter"
msgstr "Kantenglättungsparameter kann nicht gesetzt werden"

msgid "Unable to set vector antialias parameter"
msgstr "Vektorkantenglättungsparameter kann nicht gesetzt werden"

msgid "Cannot find link destination"
msgstr "Link-Ziel kann nicht gefunden werden"

msgid "Page not found"
msgstr "Seite nicht gefunden"

#, c-format
msgid "Warning: %s"
msgstr "Warnung: %s"

msgid "Warning: Unable to convert link with a remote go-to action"
msgstr ""
"Warnung: Link mit einem fernen Sprungbefehl kann nicht umgewandelt "
"werden"

msgid "Warning: Unable to convert link with a named action"
msgstr "Warnung: Link mit einer benannten Aktion kann nicht umgewandelt werden"

msgid "Warning: Unknown link action"
msgstr "Warnung: unbekannte Link-Aktion"

msgid "No page for a bookmark"
msgstr "keine Seite für ein 

Bug#623792: awesome: Dependency broken in Sid (libev3)

2011-05-25 Thread Sebastian Siewior
* Thus spake Adam D. Barratt (a...@adam-barratt.org.uk):
> A binNMU was already scheduled for that, but it failed due to #614531.

#614531 got fixed.

> This bug will be resolved once the FTBFS is fixed.

3.4.9-1.1 got uploaded (NMU) and it got build everywhere, even on hurd. I
guess this bug can be closed now?

> 
> Regards,
> 
> Adam

Sebastian



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



Bug#627951: linux-image-2.6.39-1-amd64: Resume from hibernate reboots after loading pages from disk

2011-05-25 Thread Phil Miller
Package: linux-2.6
Version: 2.6.39-1+b1
Severity: normal
Tags: sid

Steps to reproduce:
1. From the Gnome 2 'System' menu, select "Shut Down..." and click on 
"Hibernate" in the dialog
that appears
2. Watch system as data is written out to disk
3. System powers itself off
4. Press power button to turn on
5. Wait for grub to boot the same kernel

Expected results
1. Kernel loads memory image from disk
2. Session reappears as it was when hibernated

Actual results
1. Kernel loads the memory image apparently up to 100%
2. System reboots
3. No resume image is found
4. Filesystem journals are recovered before mount

I can reproduce this 100% of attempts. This issue does not occur on 2.6.38-[12].

Based on seeing other bug reports (e.g. #624169) that mention kernel panics on 
resume, I tried
adding the boot command panic=120 to capture a picture of any stack trace 
before the reboot.
This produced no change in behavior - the system still reboot with no apparent 
delay.

My experience matches that described in the initial report of bug #623426, 
though the versions
involved differ.

-- Package-specific info:
** Version:
Linux version 2.6.39-1-amd64 (Debian 2.6.39-1) 
(buildd_amd64-bra...@buildd.debian.org) (gcc version 4.4.6 (Debian 4.4.6-3) ) 
#1 SMP Tue May 24 14:34:19 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.39-1-amd64 
root=UUID=3e436e2a-5d44-49aa-a1f1-d6d8e67b1b08 ro quiet

** Tainted: PO (4097)
 * Proprietary module has been loaded.
 * Out-of-tree module has been loaded.

** Kernel log:
[3.499599] input: Microsoft Microsoft IntelliMouse® Explorer as 
/devices/pci:00/:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input1
[3.499646] generic-usb 0003:045E:001E.0001: input,hidraw0: USB HID v1.00 
Mouse [Microsoft Microsoft IntelliMouse® Explorer] on 
usb-:00:1d.0-1.5/input0
[3.499658] usbcore: registered new interface driver usbhid
[3.499659] usbhid: USB HID core driver
[3.501033] sr0: scsi3-mmc drive: 12x/48x cd/rw xa/form2 cdda tray
[3.501038] cdrom: Uniform CD-ROM driver Revision: 3.20
[3.501151] sr 2:0:0:0: Attached scsi CD-ROM sr0
[3.553031]  sda: sda1 sda2 < sda5 sda6 sda7 >
[3.553299] sd 0:0:0:0: [sda] Attached SCSI disk
[3.556127] sd 0:0:0:0: Attached scsi generic sg0 type 0
[3.556153] sr 2:0:0:0: Attached scsi generic sg1 type 5
[4.178696] PM: Starting manual resume from disk
[4.178698] PM: Hibernation image partition 8:6 present
[4.178699] PM: Looking for hibernation image.
[4.190650] PM: Image not found (code -22)
[4.190653] PM: Hibernation image not present or could not be loaded.
[4.192718] PM: Marking nosave pages: 0009e000 - 0010
[4.192721] PM: Marking nosave pages: bd78 - 0001
[4.193883] PM: Basic memory bitmaps created
[4.214306] PM: Basic memory bitmaps freed
[4.224952] EXT3-fs (sda5): recovery required on readonly filesystem
[4.224957] EXT3-fs (sda5): write access will be enabled during recovery
[4.261613] EXT3-fs: barriers not enabled
[4.340223] kjournald starting.  Commit interval 5 seconds
[4.340248] EXT3-fs (sda5): recovery complete
[4.340562] EXT3-fs (sda5): mounted filesystem with ordered data mode
[5.724215] udevd[292]: starting version 170
[6.546184] input: Power Button as 
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[6.546189] ACPI: Power Button [PWRB]
[6.546225] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[6.546228] ACPI: Power Button [PWRF]
[6.723799] input: PC Speaker as /devices/platform/pcspkr/input/input4
[6.854560] ACPI: acpi_idle registered with cpuidle
[6.856309] Monitor-Mwait will be used to enter C-1 state
[6.856324] Monitor-Mwait will be used to enter C-2 state
[6.856337] Monitor-Mwait will be used to enter C-3 state
[6.940797] i801_smbus :00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 
18
[7.012434] dcdbas dcdbas: Dell Systems Management Base Driver (version 
5.6.0-3.2)
[7.807607] HDA Intel :00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 
22
[7.807649] HDA Intel :00:1b.0: irq 46 for MSI/MSI-X
[7.807669] HDA Intel :00:1b.0: setting latency timer to 64
[7.915623] hda_codec: ALC662 rev1: BIOS auto-probing.
[7.920393] input: HDA Intel Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input5
[8.210086] Disabling lock debugging due to kernel taint
[8.210091] nvidia: module license 'NVIDIA' taints kernel.
[8.666927] nvidia :01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[8.666939] nvidia :01:00.0: setting latency timer to 64
[8.666946] vgaarb: device changed decodes: 
PCI::01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[8.667105] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  270.41.06  Mon 
Apr 18 14:53:56 PDT 2011
[   10.598639] Adding 15623176k swap on /dev/sda6.  Priority:-1 extents:1 
across:15623176k 
[   10.724100] EXT3-fs (sda5):

Bug#626559: postgresql-8.4: pg_upgrade_fix/8.4.8 needed for stable/squeeze

2011-05-25 Thread Adam D. Barratt
On Sun, 2011-05-22 at 15:40 +0200, Martin Pitt wrote:
> Hello Ivan, hello release team,
> 
> Ivan Kohler [2011-05-12 15:49 -0700]:
[...]
> > http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix
> 
> As Debian primarily uses pg_upgradecluster it wasn't that urgent, but
> I do realize that people on squeeze want to play around with
> upgrading to 9.0 (although for that you should use 9.0's pg_upgrade).

Is this issue of sufficient import to warrant an explicit mention in the
point release announcement mail, beyond the standard one-liner in the
list of updated packages?  I have to admit that I don't know how common
TOAST tables are.

> Nevertheless, the upgrade also fixes other bugs [1], and as there have not
> been any regression reports so far, I think it is safe to allow 8.4.8
> into squeeze now. I uploaded 8.4.8-0squeeze1 to the stable queue. It
> passes the upstream and postgresql-common integration test suite. The
> only packaging diff is the changelog.

Thanks.  Given upstream's past record I don't expect any particular
surprises but I'd still like to find time to go through the diff in a
little more detail.

> I can build an upstream debdiff if you want me to, but I suppose you
> generate those with debdiff on queue processing anyway?

They're auto-generated by the queue processing tools once they spot the
upload (so within 30 minutes of the upload hitting p-u-NEW).  Manually
generated diffs are more useful for allowing us to consider prospective
changes before they get uploaded. :-)

Regards,

Adam




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



Bug#627952: xterm display freezes occasionally, will execute commands but not display keystrokes or results

2011-05-25 Thread aj heller
Package: xterm
Version: 269-1
Severity: important


xterm display will freeze intermitently, allowing commands to be run but not 
showing keystrokes or results. Oddly, if this "freeze" bug occurs when I'm 
typing, the freeze will eat the word I'm typing and display everything up to 
the previous space in the command. Alt-Tab and window resize both cause the 
screen to refresh and display everything, but not for long. It *seems* that 
after rebooting, it wont happen for a while, but when it does finally happen, 
it does so regularly.

I'm not sure what packeage is the cause. I thought it may be the graphics 
driver or something else, but the bug specifically affects my xterm usage. A 
similar "freeze" bug happens with flash, where alt-tab causes videos to 
unfreeze, but I'm not sure that's related.

Also, I was using testing/wheezy exclusively when this bug started (fresh 
install a few days ago). I included the unstable repositories to see if a 
bleeding-egde version of *anything* would fix these issues, but they're still 
happening.

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

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

Versions of packages xterm depends on:
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2.2  generic font configuration library
ii  libice6   2:1.0.7-1  X11 Inter-Client Exchange library
ii  libncurses5   5.9-1  shared libraries for terminal hand
ii  libutempter0  1.1.5-4A privileged helper for utmp/wtmp 
ii  libx11-6  2:1.4.3-1  X11 client-side library
ii  libxaw7   2:1.0.9-2  X11 Athena Widget library
ii  libxft2   2.2.0-2FreeType-based font drawing librar
ii  libxmu6   2:1.1.0-2  X11 miscellaneous utility library
ii  libxt61:1.1.1-1  X11 toolkit intrinsics library
ii  xbitmaps  1.1.1-1Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.6+2  X11 utilities

Versions of packages xterm suggests:
pn  xfonts-cyrillic(no description available)

-- no debconf information



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



Bug#627742: pu: package libfinance-quotehist-perl/1.14-1+squeeze1

2011-05-25 Thread Adam D. Barratt
package release.debian.org
tag 627742 + squeeze confirmed
thanks

On Tue, 2011-05-24 at 00:26 -0500, John Lightsey wrote:
> The unit tests in libfinance-quotehist-perl 1.14-1 fail because they assume
> that adjusted historical stock quotes queried from public sources will remain
> constant. This assumption is faulty and the upstream author has overhauled the
> unit tests in 1.16 to correct this. For 1.14-1 in stable, I'd like to disable
> the unit tests to close out the FTBFS bug #612914.

Please go ahead; thanks.

Regards,

Adam




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



Bug#627953: matlab-support: [INTL:de] Initial German translation

2011-05-25 Thread Chris Leick

Package: matlab-support
Version: 0.0.15
Severity: wishlist
Tags: l10n


Hi,

please find attached the initial German translation of matlab-support.

Kind regards,
Chris

# German translation of matlab-support.
# Copyright (C) Michael Hanke, 2010.
# This file is distributed under the same license as the matlab-support package.
# Translation Chris Leick , 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: matlab-support 0.0.15\n"
"Report-Msgid-Bugs-To: matlab-supp...@packages.debian.org\n"
"POT-Creation-Date: 2011-05-17 08:01+0200\n"
"PO-Revision-Date: 2011-05-08 18:15+0200\n"
"Last-Translator: Chris Leick \n"
"Language-Team: German \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. Type: title
#. description
#: ../matlab-support.templates:2001
msgid "MATLAB interface configuration"
msgstr "MATLAB-Schnittstellenkonfiguration"

#. Type: string
#. Description
#: ../matlab-support.templates:3001
msgid "Location of MATLAB installation(s):"
msgstr "Speicherort der MATLAB-Installation(en):"

#. Type: string
#. Description
#: ../matlab-support.templates:3001
# http://en.wikipedia.org/wiki/Glob_%28programming%29
msgid ""
"The MATLAB interface needs to know where MATLAB is installed on this system. "
"This can be specified as a single directory or, in case of multiple MATLAB "
"installations, as a glob expression (any expression supported by bash, "
"including extended pattern matching operators)."
msgstr ""
"Die MATLAB-Schnittstelle muss wissen, wo auf dem System MATLAB installiert "
"ist. Dies kann als einzelnes Verzeichnis angegeben werden oder im Fall "
"mehrerer MATLAB-Installationen als Glob-Ausdruck (jeder durch die Bash "
"unterstützte Ausdruck, einschließlich erweiterter Mustervergleichsoperatoren)."

#. Type: string
#. Description
#: ../matlab-support.templates:3001
msgid ""
"If, for example, the MATLAB executable is installed in /opt/matlab76/bin/"
"matlab, please enter \"/opt/matlab76\". If there are multiple MATLAB "
"versions installed, you can enter \"/opt/matlab*\" or a similar expression. "
"Only matches that really contain a MATLAB executable will be considered. "
"Therefore, a glob expression may match more than just MATLAB installation "
"directories without negative side effects."
msgstr ""
"Falls zum Beispiel das MATLAB-Programm in /opt/matlab76/bin/matlab "
"installiert ist, geben Sie bitte »/opt/matlab76« ein. Falls mehrere "
"MATLAB-Versionen installiert sind, können Sie »/opt/matlab*« oder einen "
"ähnlichen Ausdruck eingeben. Nur Treffer, die wirklich die ausführbare "
"MATLAB-Binärdatei enthalten, werden berücksichtigt. Daher darf ein "
"Glob-Ausdruck ohne negative Nebeneffekte auf mehr Verzeichnisse als nur "
"solche mit MATLAB-Installationen zutreffen."

#. Type: select
#. Description
#: ../matlab-support.templates:4001
msgid "Default MATLAB version:"
msgstr "Standard-MATLAB-Version:"

#. Type: select
#. Description
#: ../matlab-support.templates:4001
msgid ""
"The following MATLAB versions were found on this system. Please select which "
"one should serve as the default MATLAB on this system."
msgstr ""
"Die folgenden MATLAB-Versionen wurden auf diesem System gefunden. Bitte "
"wählen Sie aus, welche als Standard-MATLAB auf diesem System dienen soll."

#. Type: error
#. Description
#: ../matlab-support.templates:5001
msgid "No MATLAB installation found"
msgstr "Keine MATLAB-Installation gefunden"

#. Type: error
#. Description
#: ../matlab-support.templates:5001
msgid "No MATLAB executables were found in the directories you specified."
msgstr ""
"Es wurden in den von Ihnen angegebenen Verzeichnissen keine MATLAB-Programme "
"gefunden."

#. Type: error
#. Description
#: ../matlab-support.templates:5001
msgid "This package requires at least one local installation of MATLAB."
msgstr "Dieses Paket benötigt mindestens eine lokale Installation von MATLAB."

#. Type: string
#. Description
#: ../matlab-support.templates:6001
msgid "Authorized user for MATLAB:"
msgstr "Autorisierter Benutzer für MATLAB:"

#. Type: string
#. Description
#: ../matlab-support.templates:6001
# http://en.wikipedia.org/wiki/MEX_file
msgid ""
"If MATLAB can only be launched by a limited set of user accounts, please "
"specify one of these. This account will be used by other packages to build "
"MEX extensions upon installation."
msgstr ""
"Falls MATLAB nur durch eine begrenzte Auswahl von Benutzerkonten gestartet "
"werden kann, geben Sie bitte eines davon an. Dieses Konto wird von anderen "
"Paketen benutzt, um MEX-Erweiterungen während der Installation zu bauen." 

#. Type: string
#. Description
#: ../matlab-support.templates:6001
msgid ""
"You may leave this field empty if any user account  (including root) is "
"allowed to launch MATLAB."
msgstr ""
"Sie können dieses Feld leer lassen, falls es beliebigen Benutzerkonten "
"(einschließlich Root) erlaubt ist, MATLAB zu starten."

#. T

Bug#627770: foomatic-db-engine doesn't work with foomatic-db-compressed-ppds

2011-05-25 Thread Till Kamppeter

The concept is the following:

The recommended Foomatic setup for end users (and default Foomatic setup 
on Ubuntu) is foomatic-db-compressed-ppds and foomatic-rip. The 
pre-built and compressed PPD files in foomatic-db-compressed-ppds take 
much less space than the Foomatic XML data of foomatic-db and they get 
also delivered much more quickly on requests by CUPS than the PPD files 
generated from the XML data by foomatic-db-engine on demand.


foomatic-db-engine gets a developer package (like gcc) then. It is only 
needed to build compressed PPD repositories from Foomatic XML data, so 
it is only needed to build packages.


foomatic-db-engine also makes sense when foomatic-db is not installed, 
as in the package build scenario one usually has the Foomatic XML data 
from which one builds the PPD files at another than the usual place, 
like in the package's source tree or in a temporary directory. This is 
the case because one builds from the Foomatic data which the package 
ships or one mixes data from foomatic-db with data from the package, 
which a package build cannot do in /usr/share/foomatic. To do so, one 
sets the environment variable FOOMATICDB pointing to the desired XML 
database and then one calls the tools of foomatic-db-engine. Therefore 
we only suggest foomatic-db and do not recommend or even require it.


The "Provides: foomatic-db" was added to foomatic-db-compressed-ppds for 
the transition of Ubuntu from foomatic-db/foomatic-db-engine to 
foomatic-db-compressed-ppds, together with "Conflicts: foomatic-db; 
Replaces: foomatic-db".


In the Google Summer of Code another approach of using the OpenPrinting 
database (foomatic-db) will get added: The XMLs will be converted to an 
SQLite database. This is more flexible than the compressed PPDs as one 
can easily modify the data in the SQL databse, but on the other side it 
is probably not so compact and fast as the compressed PPDs.


   Till



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



  1   2   3   >