Bug#339320: RM: readline4, old library

2006-01-26 Thread Matthias Klose
Jeroen van Wolffelaar writes:
 On Mon, Nov 21, 2005 at 02:28:47AM +0100, Jeroen van Wolffelaar wrote:
On Tue, Nov 15, 2005 at 02:55:16PM +0100, Matthias Klose wrote:
 Please remove readline4, after all packages are converted to use
 readline5.
 
  I understand I should not remove readline4 yet
 
 Ok, it seems that most packages have converted, only a handful remaining.
 How about filing bugs on the remaining few, and then removing readline4? At
 the current state, readline4 can be removed as far as I'm concerned
 (provided bugs or at least some mail to the maintainers has been
 filed/sent).

the bug reports are:

326275
326282
326287
326288
326292
326293
326295
326321
326335
326351
326355
326369
326370


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



Bug#346845: apple2 0.7.4-3.2 NMU

2006-01-26 Thread Matej Vela
Hello,

I'm doing an NMU of apple2 to fix the build failure and other
long-standing bugs; diff attached.

Thanks,

Matej
diff -u apple2-0.7.4/debian/changelog apple2-0.7.4/debian/changelog
--- apple2-0.7.4/debian/changelog
+++ apple2-0.7.4/debian/changelog
@@ -1,3 +1,20 @@
+apple2 (0.7.4-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace build dependency on xlibs-dev with libx11-dev, libxt-dev
+(the latter only because of AC_PATH_XTRA).  Closes: #346845.
+  * src/disk.c, src/vidsup.c: Lvalue casts are a no-no with gcc 4.0.
+Closes: #349113.
+  * Use `Depends: debconf | debconf-2.0' to allow for cdebconf.
+Closes: #331743.
+  * debian/po/de.po: Apply corrections from Jens Seidel.  Closes: #314121.
+  * debian/po/it.po: Add translation by Luca Bruno.  Closes: #325628.
+  * debian/po/pt.po: Add translation by Marco Ferra.  Closes: #341556.
+  * debian/po/sv.po: Add translation by Daniel Nylander.  Closes: #330345.
+  * debian/changelog: Remove obsolete Emacs local variables.
+
+ -- Matej Vela [EMAIL PROTECTED]  Thu, 26 Jan 2006 09:01:56 +0100
+
 apple2 (0.7.4-3.1) unstable; urgency=low
 
   * Non-maintainer upload for fixing longstanding l10n bugs
@@ -121,4 +137,0 @@
-
-Local variables:
-mode: debian-changelog
-End:
diff -u apple2-0.7.4/debian/po/de.po apple2-0.7.4/debian/po/de.po
--- apple2-0.7.4/debian/po/de.po
+++ apple2-0.7.4/debian/po/de.po
@@ -45 +45 @@
-stellen Sie sicher, dass diese nur f�¼r zuverl�¤sige Benutzer ausf�¼hrbar 
sind.
+stellen Sie sicher, dass diese nur f�¼r zuverl�¤ssige Benutzer ausf�¼hrbar 
sind.
diff -u apple2-0.7.4/debian/po/zh_TW.po apple2-0.7.4/debian/po/zh_TW.po
--- apple2-0.7.4/debian/po/zh_TW.po
+++ apple2-0.7.4/debian/po/zh_TW.po
@@ -29,9 +29,15 @@
+#. Description
 #: ../xapple2.templates:3
 msgid If you want sound the xapple2 binaries must run suid root.
 msgstr 如果您希望 xapple2 二進制檔案能使用音效,必須以 suid root 啟動。
 
 #. Type: note
+#. Description
 #: ../xapple2.templates:3
-msgid The binaries aren't suid root for security reasons, it has not been 
proven suid safe - do not allow untrusted users (with shell access) to run it 
if you choose to make it suid.
-msgstr 由於安全性考量,該二進制檔案不是 suid root 權限,使用 suid 並不安全 — 如果您選擇以 suid 
啟動,請禁止不可信任的帳號(shell 存取)執行它。
-
+msgid 
+The binaries aren't suid root for security reasons, it has not been proven 
+suid safe - do not allow untrusted users (with shell access) to run it if 
+you choose to make it suid.
+msgstr 
+由於安全性考量,該二進制檔案不是 suid root 權限,使用 suid 並不安全 — 如果您
+選擇以 suid 啟動,請禁止不可信任的帳號(shell 存取)執行它。
diff -u apple2-0.7.4/debian/control apple2-0.7.4/debian/control
--- apple2-0.7.4/debian/control
+++ apple2-0.7.4/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Tom Lear [EMAIL PROTECTED]
 Standards-Version: 3.6.1.1
-Build-Depends: debhelper (= 4.1.16), libsvga1-dev, xlibs-dev
+Build-Depends: debhelper (= 4.1.16), libsvga1-dev, libx11-dev, libxt-dev
 
 Package: apple2
 Architecture: i386
@@ -34,7 +34,7 @@
 
 Package: xapple2
 Architecture: i386
-Depends: apple2 (= ${Source-Version}), ${shlibs:Depends}, debconf (= 1.2.0)
+Depends: apple2 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Apple ][ Emulator
  This is a fully-functional 100% Apple ][ emulator for X windows.
  .
only in patch2:
unchanged:
--- apple2-0.7.4.orig/src/disk.c
+++ apple2-0.7.4/src/disk.c
@@ -193,7 +193,7 @@
fseek(disk6.disk[disk6.drive].fp, PHASE_BYTES * 
disk6.disk[disk6.drive].phase, SEEK_SET);
disk6.disk[disk6.drive].phase_change = 0;
 }
-ch = (unsigned char) disk6.disk_byte = fgetc(disk6.disk[disk6.drive].fp);
+disk6.disk_byte = ch = fgetc(disk6.disk[disk6.drive].fp);
 /* track revolves... */
 if (ftell(disk6.disk[disk6.drive].fp) == (PHASE_BYTES * 
(disk6.disk[disk6.drive].phase + 2)))
fseek(disk6.disk[disk6.drive].fp, -2 * PHASE_BYTES, SEEK_CUR);
only in patch2:
unchanged:
--- apple2-0.7.4.orig/src/vidsup.c
+++ apple2-0.7.4/src/vidsup.c
@@ -438,7 +438,7 @@
 
 /* hires page offsets. initialize to invalid values. */
 for (i = 0; i  8192; i++) {
-   (long)(video__screen_addresses[i]) = -1;
+   ((int *) video__screen_addresses)[i] = -1;
 }
 
 for (y = 0; y  24; y++) {
only in patch2:
unchanged:
--- apple2-0.7.4.orig/debian/po/it.po
+++ apple2-0.7.4/debian/po/it.po
@@ -0,0 +1,34 @@
+# Italian translation of apple2_0.7.4-3.1_it.po
+# Luca Bruno, 2005.
+# 
+msgid 
+msgstr 
+Project-Id-Version: apple2_0.7.4-3.1_it\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2004-03-23 16:28-0800\n
+PO-Revision-Date: 2005-08-21 21:07+0200\n
+Last-Translator: Luca Bruno [EMAIL PROTECTED]\n
+Language-Team: Italian [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: note
+#. Description
+#: ../xapple2.templates:3
+msgid If you want sound the xapple2 binaries must run suid root.
+msgstr 
+Se si vuole il sonoro, i programmi di xapple2 devono essere eseguiti con 
+suid root.
+
+#. Type: note

Bug#349884: Related Ubuntu bugs

2006-01-26 Thread ems
Thanks to harves from #epiphany on GimpNet. 

There following on the Ubuntu forums seem to be related:
http://www.ubuntuforums.org/showthread.php?t=99732
http://www.ubuntuforums.org/showpost.php?p=570024postcount=19
http://www.ubuntuforums.org/showpost.php?p=559516postcount=12


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



Bug#349954: popa3d: Should use vi.po as filename for the Vietnamese debconf translation

2006-01-26 Thread Christian Perrier
Package: popa3d
Severity: normal

Using country code in PO files is usually discouraged for debcofn
translations, except for a few cases such as pt_BR, pa_IN, zh_CN and zh_TW.

I suggest you to rename the vi_VN.po file in debian/po to vi.po

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


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



Bug#349955: mason: Should use da.po for the Danish translation insteak of da_DK.po

2006-01-26 Thread Christian Perrier
Package: mason
Severity: normal
Tags: l10n

Using country code in PO files is usually discouraged for debcofn
translations, except for a few cases such as pt_BR, pa_IN, zh_CN and zh_TW.

I suggest you to rename the da_DK.po file in debian/po to da.po


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


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



Bug#280876: Uploading A/DeMuDi packages to Debian

2006-01-26 Thread Free Ekanayaka
|--== Junichi Uekawa writes:

  JU Hi,
  Yes, I've prepared  the first package to upload,  it's a new  one (see
  #280876, the ITP is from Emiliano Grilli but I'll maintain the package
  myself).

  JU Reading the BTS, it looks like it was a closed ITP.

I've noticed that the bug was closed, but I reopened it, following the
indications from David Moreno Garza  who originally closed it. This is
the relevant log:

Bug reopened, originator not changed. Request was from Free Ekanayaka [EMAIL 
PROTECTED] to [EMAIL PROTECTED] Full text and rfc822 format available.

Should I really submit a new ITP?

Cheers,

Free



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



Bug#349846: mysql-server-5.0: Please let 5.0.18 migrate to testing

2006-01-26 Thread Christian Hammers
Hello Olaf

On 2006-01-25 Olaf van der Spek wrote:
 An unusual request, I know. :)
 But could you let 5.0.18 migrate to testing?
 The version in testing is two months old and twice you've uploaded a new
 version with only 2/3 days left.

Ok, I'll keep that in mind! :)

bye,

-christian-


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



Bug#349957: non-ascii bytes cause shunting of some replied cmd messages (attached)

2006-01-26 Thread Vlada Macek
Package: mailman
Version: 2.1.5-8sarge1
Severity: important

# cat /etc/environment
LANGUAGE=en_CZ:en_US:en_GB:en
LANG=en_US.UTF-8

Shunted message (displayed by show_qfiles) is attached. It's a usual
confirmation message replied by the user. It's localized to Czech (l10n
from the package unchanged).

Not every replied confirmation command causes this, but indeed it's an
annoying bug, since I have to instruct all subscribers to use the web
confirmation method instead, since the e-mail one is buggy.

Otherwise the mailman works great.

The exception from the error log:

Jan 25 21:59:47 2006 (6046) Uncaught runner exception: 'ascii' codec
can't decode byte 0xed in position 27: ordinal not in
range(128)   
Jan 25 21:59:47 2006 (6046) Traceback (most recent call
last):  


  File /usr/lib/mailman/Mailman/Queue/Runner.py, line 111, in
_oneloop


self._onefile(msg,
msgdata)
 

  File /usr/lib/mailman/Mailman/Queue/Runner.py, line 167, in
_onefile


keepqueued = self._dispose(mlist, msg,
msgdata)
 

  File /usr/lib/mailman/Mailman/Queue/CommandRunner.py, line 237, in
_dispose
 

   
res.process()   


  File /usr/lib/mailman/Mailman/Queue/CommandRunner.py, line 110, in
process 
 

stop = self.do_command(cmd,
args)   


  File /usr/lib/mailman/Mailman/Queue/CommandRunner.py, line 137, in
do_command  
 

return handler.process(self,
args)   
   

  File /usr/lib/mailman/Mailman/Commands/cmd_confirm.py, line 86, in
process 
 

if line.lstrip() ==
match:  


UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 27:
ordinal not in
range(128)  



Jan 25 21:59:47 2006 (6046) SHUNTING:
1138222787.610503+e1e14ee83e0e657b430575a3ba9bf5a4d6cef82e  
  



-- 

\//\/\
(Sometimes credited as BA92 C339 6DD2 51F6 BACB 4C1B 5470 360E 20E5 926D.)

 [ When you find a virus in mail from me, then I intended to infect you, ]
 [ since I use SW that is not distributing viruses w/o my knowledge. ]

 
1138222787.610503+e1e14ee83e0e657b430575a3ba9bf5a4d6cef82e.pck
Return-Path: [EMAIL PROTECTED]
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from localhost (localhost [127.0.0.1])
by sandbox.cz (Postfix) with ESMTP id 3EAB529F6C
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 21:59:47 +0100 (CET)
Received: from sandbox.cz ([127.0.0.1])
by localhost (sandbox [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 14823-02 for [EMAIL PROTECTED];
Wed, 25 Jan 2006 21:59:45 +0100 (CET)
Received: from smtp-out3.iol.cz (smtp-out3.iol.cz [194.228.2.91])
by sandbox.cz (Postfix) with ESMTP id EFBD429F6B
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 21:59:44 +0100 (CET)
Received: from antivir3.iol.cz (unknown [192.168.30.206])
by smtp-out3.iol.cz (Postfix) with ESMTP id 1B3FCE8484
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 21:59:44 +0100 (CET)
Received: from localhost (antivir3.iol.cz [127.0.0.1])
by antivir3.iol.cz (Postfix) with ESMTP id 0E1D4420015
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 21:59:44 +0100 (CET)
Received: from smtp-out3.iol.cz (unknown [192.168.30.28])
by antivir3.iol.cz (Postfix) with ESMTP id F0342420014
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 21:59:43 +0100 (CET)
Received: from [83.208.204.188] (188.204.broadband2.iol.cz [83.208.204.188])
by smtp-out3.iol.cz (Postfix) with ESMTP id 931373BE43
for [EMAIL PROTECTED]; Wed, 25 Jan 2006 21:59:43 +0100 (CET)
Received: from 127.0.0.1 (AVG SMTP 

Bug#349958: 'man papersize' typos: SYNOPSYS and overrideen

2006-01-26 Thread A Costa
Package: libpaper1
Version: 1.1.14-5
Severity: minor
Tags: patch


Found a few typos in '/usr/share/man/man5/papersize.5.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages libpaper1 depends on:
ii  debconf [debconf-2.0] 1.4.69 Debian configuration management sy
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  ucf   2.005  Update Configuration File: preserv

Versions of packages libpaper1 recommends:
ii  libpaper-utils1.1.14-5   Library for handling paper charact

-- debconf information excluded
--- papersize.5 2006-01-07 17:26:25.0 -0500
+++ /tmp/papersize.52006-01-26 03:27:48.0 -0500
@@ -2,7 +2,7 @@
 .SH NAME
 .B papersize
 \- specify preferred paper size
-.SH SYNOPSYS
+.SH SYNOPSIS
 .B /etc/papersize
 .SH DESCRIPTION
 The
@@ -34,7 +34,7 @@
 .PP
 The value of the
 .B papersize
-file can be overrideen by
+file can be overridden by
 looking in order at the
 .B PAPERSIZE
 environment variable, then at the contents of the file specified by the


Bug#349959: 'man paperconf' typos: SYNOPSYS, builtin, contects, obtaineed, etc.

2006-01-26 Thread A Costa
Package: libpaper-utils
Version: 1.1.14-5
Severity: minor
Tags: patch


Found some typos in '/usr/share/man/man1/paperconf.1.gz', see attached '.diff'.

Hope this helps...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages libpaper-utils depends on:
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libpaper1 1.1.14-5   Library for handling paper charact

libpaper-utils recommends no packages.

-- debconf information excluded
--- paperconf.1 2006-01-07 17:26:24.0 -0500
+++ /tmp/paperconf.12006-01-26 03:32:53.0 -0500
@@ -1,8 +1,8 @@
 .TH PAPERCONF 1 24 April 2001
 .SH NAME
 .B paperconf
-\- print paper configuration informations
-.SH SYNOPSYS
+\- print paper configuration information
+.SH SYNOPSIS
 .B paperconf
 [
 [
@@ -38,8 +38,8 @@
 ]
 .SH DESCRIPTION
 .B paperconf
-prints informations about a given paper.
-The informations that can be obtaineed are the name of the paper, its
+prints information about a given paper.
+The information that can be obtained is the name of the paper, its
 size and its width or height.
 When called without arguments,
 .B paperconf
@@ -48,7 +48,7 @@
 .B PAPERSIZE
 environment variable, at the contents of the file specified by the
 .B PAPERCONF
-environment variable, at the contects of
+environment variable, at the contents of
 .B /etc/papersize
 or by using
 .B letter
@@ -59,10 +59,10 @@
 .BI \-p  paper
 Specify the name of the
 .I paper
-about which informations are asked.
+about which information is asked.
 .TP
 .B \-d
-Use the default builtin paper name.
+Use the default built-in paper name.
 .TP
 .B \-a
 Consider all known papers names.
@@ -87,10 +87,10 @@
 Print the height of the paper.
 .TP
 .B \-c
-Use centimetres as unit for paper size.
+Use centimeters as unit for paper size.
 .TP
 .B \-m
-Use millimetres as unit for paper size.
+Use millimeters as unit for paper size.
 .TP
 .B \-i
 Use inches as unit for paper size.


Bug#348384: xterm: please restore default charClass

2006-01-26 Thread Andrew Pimlott
I want to strongly second the opinion of Kirk Hilliard
[EMAIL PROTECTED].  I find that in fact the new behavior makes it harder
to select URLs!  When I read mail in mutt, the URL often wraps to a new
line and in preceded by a '+' character.  Double-clicking the URL
selects the '+', so I must carefully select the start and end of the URL
by character.  With the old settings, I could double-click anywhere in
HTTP and drag to the end by word (which is also useful to grab only part
of the URL, by the way).  The issue repeats itself in many other
situations.  For example, I used to be able to get a bug number out of a
Debian changelog by double-clicking; now, I get #345477, instead.
When I want a word from a document, I end up getting the surrounding
punctuation as well.  And so on.

Moreover, xterm has had its default selection behavior forever, and with
such a venerable program, the Debian package should be conservative in
changing defaults.  I was quite shocked by the new behavior.  I even
took care to keep my old xterm windows open so that I could enjoy the
historical behavior until I had time to figure out what was going on!

Last, if you are going to keep the change, you should not only mention
it in README.Debian, but update the man page, which gives the default.
In my view, the burden of maintaining the updated man page is reason
enough not to make this change. ;-)

Andrew


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



Bug#312367: D frontend for GCC

2006-01-26 Thread Seo Sanghyeon
reopen 312367
reassign 312367 gcc-4.0
thanks

gdc, D frontend for GCC, supports GCC 4.0 series from version 0.16,
and 0.17 was released last month. Reopen as requested by Falk Hueffner.

http://home.earthlink.net/~dvdfrdmn/d/

Please consider adding D support to GCC in Debian.

Seo Sanghyeon


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



Bug#322774: ddccontrol

2006-01-26 Thread Ondrej Sury
Hi Roberto,

are you still interested in packaging ddccontrol?  If not or your
resources are spare, I'll make package part of Debian GNOME packaging
team and upload package into unstable.

Ondrej.
-- 
Ondrej Sury [EMAIL PROTECTED]


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


Bug#348770: apoo 1.3-4.1 NMU

2006-01-26 Thread Matej Vela
Hello,

I'm doing an NMU of apoo to fix #348770; diff attached.

Thanks,

Matej
diff -Nru /tmp/0aPFipIHIf/apoo-1.3/debian/changelog 
/tmp/YIBLcCUJHT/apoo-1.3/debian/changelog
--- /tmp/0aPFipIHIf/apoo-1.3/debian/changelog   2005-12-15 12:49:36.0 
+0100
+++ /tmp/YIBLcCUJHT/apoo-1.3/debian/changelog   2006-01-26 09:41:49.0 
+0100
@@ -1,3 +1,14 @@
+apoo (1.3-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/python2.4-apoo.postinst: Use python2.4 rather than python2.2.
+Closes: #348770.
+  * debian/control:
+- Remove spurious Architecture field from the source section.
+- Fix typo in the description of python2.4-apoo.
+
+ -- Matej Vela [EMAIL PROTECTED]  Thu, 26 Jan 2006 09:41:48 +0100
+
 apoo (1.3-4) unstable; urgency=low
 
   * Bug fix: the input of a zero was ignored by the interface (!!)
diff -Nru /tmp/0aPFipIHIf/apoo-1.3/debian/control 
/tmp/YIBLcCUJHT/apoo-1.3/debian/control
--- /tmp/0aPFipIHIf/apoo-1.3/debian/control 2005-10-17 12:43:41.0 
+0200
+++ /tmp/YIBLcCUJHT/apoo-1.3/debian/control 2006-01-26 09:41:40.0 
+0100
@@ -2,7 +2,6 @@
 Section: misc
 Priority: optional
 Maintainer: Rogerio Reis [EMAIL PROTECTED]
-Architecture: any
 Build-Depends: debhelper ( 4.0.0), python, python2.2, python2.3, python2.4
 Standards-Version: 3.6.2
 
@@ -61,4 +60,4 @@
  Another program permits a tutor to create exercises and write rules to
  automaticaly grade the students' solutions. 
  .
- This package is built with python2.3
+ This package is built with python2.4
diff -Nru /tmp/0aPFipIHIf/apoo-1.3/debian/python2.4-apoo.postinst 
/tmp/YIBLcCUJHT/apoo-1.3/debian/python2.4-apoo.postinst
--- /tmp/0aPFipIHIf/apoo-1.3/debian/python2.4-apoo.postinst 2003-08-24 
13:40:12.0 +0200
+++ /tmp/YIBLcCUJHT/apoo-1.3/debian/python2.4-apoo.postinst 2006-01-26 
09:41:40.0 +0100
@@ -25,8 +25,8 @@
 
 case $1 in
 configure)
-   /usr/bin/python2.2 /usr/lib/python2.2/compileall.py -q -f /usr/lib/apoo 
 
-   /usr/bin/python2.2 -O /usr/lib/python2.2/compileall.py -q -f 
/usr/lib/apoo  
+   /usr/bin/python2.4 /usr/lib/python2.4/compileall.py -q -f /usr/lib/apoo 
 
+   /usr/bin/python2.4 -O /usr/lib/python2.4/compileall.py -q -f 
/usr/lib/apoo  
 ;;
 
 abort-upgrade|abort-remove|abort-deconfigure)


Bug#349781: dangling footnote

2006-01-26 Thread Steve Langasek
[0] http://lists.debian.org/debian-devel-announce/2005/11/msg00016.html

:)

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#349528: Security bugs in elog

2006-01-26 Thread Recai Oktaş
* Recai Oktaş [2006-01-25 09:34:15+0200]
 All three patches + your previous six patches were applied and compiled
 successfully.  I've also tested the fixed package in my system without any
 glitches.  Now, I'm going to build and test it in a Sarge chroot jail.

I've just tested the _pbuilded_ Sarge package against the CVE-2005-4439
vulnerability and confirmed that elogd behaved normally (no core dump).

Florian: If you haven't any objections, I'll upload to stable-security
(with some final cosmetic touches).  Also, the new upstream package will
follow (for sid).

Stefan: Thank you very much for the urgent fix.

Regards,

-- 
roktas


signature.asc
Description: Digital signature


Bug#349924: Wrong Permissions on tty

2006-01-26 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Do den 26. Jan 2006 um  1:00 schrieb Thomas Dickey:
 I believe this is the same problem as #349142.

Yes, its the same. I didn't find this Bug in the list.

A small note:

As I know (not absolutely true) it is not the job of the terminal to set
the rights of /dev/pts/* this will be done automaticaly on creation. So
xterm shouldn't touch the rights if they are still correct.

Regards
   Klaus
- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen [EMAIL PROTECTED]
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iQEVAwUBQ9iOzZ+OKpjRpO3lAQI4gQgAr4vqto8hpg+XKc8px7Jw4Rg9lz/MddlW
i5iRyyMYtBy1fovzjgezEtmJFijk+n3N0asGm8gmaBGJogHy/hWj5scqaFvNqtA0
OwNuhhT92Pvl2CWQnk97C83hhf5LCQAF9ADGGBU+KZly2mzjirbR+DalgRBE0hAQ
BLGR8/02qJXVSjjxwGRmt2jD6RWSnTLGMw+V7VUYhbu+ZruKWNdSllZmeiieqiEC
pNK7TR7mCPUkMQK3S3rnfKrWXfcvypdT20JcSzl6tbLomGvVhA6xrBXGGoq6zhY5
LFFyc3D8jq+RFIrONc+Fx7/oOLXGJ1p+PsvF9BORr3BS08761rJeIg==
=7y1f
-END PGP SIGNATURE-


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



Bug#230299: teg: Error, unexpected error in reagrupe_click().

2006-01-26 Thread Loïc Minier
Hi,

On jeu, jan 29, 2004, Greg Kochanski wrote:
 About two turns into a game,
 tegclient writes:
 Destination country: 'Sumatra'. Now select the quantity of armies to
 move
 Error, unexpected error in reagrupe_click().  Report this bug!
 Error, 'Sumatra' doesnt have any available armies to move

 Do you still get that bug in versions = 0.11.1?

   Bye,

-- 
Loïc Minier [EMAIL PROTECTED]
Current Earth status:   NOT DESTROYED



Bug#338828: Proposed solution not always working

2006-01-26 Thread Ivailo Stoyanov
I have to report that after I worked out the above mentioned solution
to the problem the dying applet bug was gone, but today it re-appeared
on log-in.

Greets,
Ivailo



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



Bug#349960: Unable to change keyboard layout using keyboard shortcuts

2006-01-26 Thread Ori Idan
Package: gnome
Version: 2.12

Distribution: Unstable

After upgrading to GNOME 2.12 when logging in I get a window saying:
Error activating XKB configuration.

In this window I was asked to supply the following output if I report a bug:
$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = xfree86, pc105, us,il, ,,
grp:switch,grp:alt_shift_toggle:grp_led:scroll
_XKB_RULES_NAMES(STRING) = xfree86, pc105, us,il, ,
grp:switch,grp:alt_shift_toggle:grp_led:scroll

$ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
 layouts = [us,il]
 model = pc102
 options = [grp grp:switch,grp grp:alt_shift_toggle,grp_led grp_led:scroll]
 overrideSettings = false


-- 
Ori Idan









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



Bug#346086: tetex-bin: New integer overflows in xpdf copy [CVE-2005-3624, CVE-2005-3625, CVE-2005-3627]

2006-01-26 Thread Martin Pitt
Hi!

Hilmar Preusse [2006-01-23 18:30 +0100]:
 On the DSA page Joey states, that the problem is solved for oldstable
 too. The .orig.tar.gz contains a patched Stream.cc, which got the
 same modifications as your patch contain, except the last hunk. I'm
 attaching it. Could you evluate if the hunk is necessary.
 If not I guess we're done here and can close #346086.

 @@ -3100,9 +3107,11 @@ int DCTStream::readMarker() {
do {
  do {
c = str-getChar();
 +  if(c == EOF) return EOF;
  } while (c != 0xff);
  do {
c = str-getChar();
 +  if(c == EOF) return EOF;
  } while (c == 0xff);
} while (c == 0x00);
return c;

This is precisely the fix that is required to avoid endless loops with
prematurely ending PDF files (CVE-2005-3625). So it is not exploitable to
execute any code or something, but it's still a nasty DoS,
particularly in Cups. So I would prefer to apply it, especially since
it's such an easy and straightforward change.

Thanks,

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#344516: please provide precompiled kernel modules too

2006-01-26 Thread Flavio Stanchina
severity 344516 wishlist
thanks

Fabian Greffrath wrote:
 package: fglrx-driver
 severity: whishlist
 
 On your private website I have seen that you also build kernel modules
 for all the kernels in Debian.
 Please think about providing those too and get us from compiling them on
 our own each time the driver updates. It would be much better to have
 them upgraded via apt-get than rebuild them everx few weeks with m-a.

I'm aware of this problem. I would like to do that, but I still haven't
found an explanation of how the maintainer of a kernel module source
package is supposed to prepare binary modules in a semi-automated way. I
don't believe this is done manually.

-- 
Ciao, Flavio


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



Bug#349883: sympa: WWSympa fails to bring email when using CAS

2006-01-26 Thread Olivier Salaün - CRU
The problem you reported has already been fixed in recent versions of 
Sympa :

http://sourcesup.cru.fr/cgi/viewcvs.cgi/sympa/wwsympa/Auth.pm?only_with_tag=sympa-5_1-branchr2=1.14r1=1.13

Pierre Pattard wrote:


Package: sympa
Version: 4.1.5-7
Severity: important


When using the cas policy in /etc/sympa/auth.conf with a ldap_bind_dn and a 
ldap_bind_password (which means a NOT anonymous bind), WWsympa though try to 
bind anonymously, ignoring configuration variables.

This is due to an error in the Auth.pm class.
The bind_dn and bind_password stand for the ldap policy whereas you need to use 
ldap_bind_dn and ldap_bind_password for the cas policy.

See my patch enclosed.

 





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



Bug#349120: dpkg: assertion failure after failing to configure a package

2006-01-26 Thread Frank Lichtenheld
On Sat, Jan 21, 2006 at 03:03:58AM +0100, Simon Richter wrote:
 Please let me know what additional information is required.

Could you send us the dpkg debug output of such a call? At least
with -D777.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#349942: polipo: dies after timeout

2006-01-26 Thread Tom Ellis Huckstep
On Thu, Jan 26, 2006 at 12:25:23AM +0100, Vincent Zweije wrote:
 Package: polipo
 Version: 0.9.8-1
 Severity: important
 
 Polipo crashes after timeout.

Can you install 0.9.9-1 from

http://www.srcf.ucam.org/~teh30/debian/polipo/

and see if that fixes it?

This package should be in the archive, but no sponsor has uploaded it yet.

Tom


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



Bug#349960: More information regarding this bug...

2006-01-26 Thread Ori Idan
I tried it also under KDE 3.5 and got similar problem.

I did not get an error window, however keyboard switching of layout did
not work.

I tried to change it using the KDE control panel but did not succeed.

I suspect this problem is thus an X.org problem and not a GNOME problem.


-- 

Ori Idan




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



Bug#349962: bogofilter: bogoutil -w does not work with directories as implied by manpage

2006-01-26 Thread Olivier Cappe
Package: bogofilter
Version: 0.94.4-1
Severity: normal

$ bogoutil -w ~/.bogofilter/wordlist.db .MSG_COUNT
 spam   good
.MSG_COUNT   1426479

and

$ bogoutil -w ~/.bogofilter .MSG_COUNT
Error accessing file or directory '/home/cappe/.bogofilter'.
error #9 - Bad file descriptor.

whereas man page says


  The  -w  file_or_dir option tells bogoutil to display token information
  from the database. The option takes an argument, which  is  either  the
  name of the wordlist (usually wordlist.db) or the name of the directory
  containing it. [...]

This error shows up when running the
/usr/share/doc/bogofilter/examples/contrib/bogominitrain.pl script distributed
with the package due to it lines 86 and 176:

 print `$bogoutil -w $dir .MSG_COUNT`,\n;

which should be

 print `$bogoutil/wordlist.db -w $dir .MSG_COUNT`,\n;


It is claimed here http://article.gmane.org/gmane.mail.bogofilter.general/9854
that the bogominitrain.pl has been fixed upstream. The bogoutil manpage should
also be modified.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=POSIX, LC_CTYPE=en_US.iso88591 (charmap=ISO-8859-1)

Versions of packages bogofilter depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdb4.34.3.27-2 Berkeley v4.3 Database Libraries [
ii  libgsl0 1.6-2GNU Scientific Library (GSL) -- li

-- no debconf information



Bug#323044: another issue

2006-01-26 Thread Pierre Habouzit
Le Mer 25 Janvier 2006 23:10, martin f krafft a écrit :
 If a link contains special characters like the German ÄÖÜ, the link
 definition will be highlighted as if it was a comment. Maybe use
 [[:alpha:]] instead of [a-z] ?

done. the new file is attached if you wanna try it.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org
 Vim syntax file
 Language: reStructuredText Documentation Format
 Maintainer:   Nikolai Weibull [EMAIL PROTECTED]
 URL:  http://www.pcppopper.org/vim/syntax/pcp/rst/
 Latest Revision:  2004-05-13
 arch-tag: 6fae09da-d5d4-49d8-aec1-e49008ea21e6

if version  600
  syntax clear
elseif exists(b:current_syntax)
  finish
endif

 todo
syn keyword rstTodo contained FIXME TODO XXX NOTE

syn case ignore

 comments
syn region  rstComment  matchgroup=rstComment start=^\.\.\%( 
\%([\'\w.-]\+::\)[EMAIL PROTECTED]|$\) end=[EMAIL PROTECTED] contains=rstTodo

syn cluster rstCruft
contains=rstFootnoteLabel,rstCitationLabel,rstSubstitutionLabel,rstInline,rstHyperlinks,rstInternalTarget

 blocks
 syn regionrstBlockmatchgroup=rstDelimiter start=:\@!:$ 
skip=^$ end=[EMAIL PROTECTED] [EMAIL PROTECTED]
syn region  rstBlockmatchgroup=rstDelimiter start=::$ skip=^$ 
end=[EMAIL PROTECTED]
syn region  rstDoctestBlock matchgroup=rstDelimiter start=^\s end=^$

 tables
 TODO: these may actually be a bit too complicated to match correctly and
 should perhaps be removed.  Whon really needs it anyway?
syn region  rstTabletransparent start=^\n\s*+[-=+]\+ end=^$ 
contains=rstTableLines,@rstCruft
syn match   rstTableLines   contained ^\s*[|+=-]\+$
syn region  rstSimpleTable  transparent 
start=^\n\s*\%(=\+\s\+\)\%(=\+\s*\)\+$ end=^$ 
contains=rstSimpleTableLines,@rstCruft
syn match   rstSimpleTableLines contained ^\s*\%(=\+\s\+\)\%(=\+\s*\)\+$

 footnotes
syn region  rstFootnote matchgroup=rstDirective start=^\.\. 
\[\%([#*]\|[0-9]\+\|#[\'\w.-]\+\)\]\s end=[EMAIL PROTECTED] [EMAIL PROTECTED]
syn match   rstFootnoteLabel \[\%([#*]\|[0-9]\+\|#[\'\w.-]\+\)\]_

 citations
syn region  rstCitation matchgroup=rstDirective start=^\.\. 
\[[\'\w.-]\+\]\s end=[EMAIL PROTECTED] [EMAIL PROTECTED]
syn match   rstCitationLabel \[[\'\w.-]\+\]_

 directives
syn region  rstDirectiveBody matchgroup=rstDirective start=^\.\. 
[\'\w.-]\+:: end=[EMAIL PROTECTED]

 substitutions
syn region  rstSubstitution matchgroup=rstDirective start=^\.\. 
|[\'\w.-]|\s[\'\w.-]\+::\s end=[EMAIL PROTECTED] [EMAIL PROTECTED]
syn match   rstSubstitutionLabel |[\'\w.-]|

 inline markup
syn match   rstInline   \*\{1,2}\S\%([^*]*\S\)\=\*\{1,2}
syn match   rstInline   `\{1,2}\S\%([^`]*\S\)\=`\{1,2}

 hyperlinks
syn region  rstHyperlinks   matchgroup=RstDirective start=^\.\. _[\'\w. 
-]\+:\s end=[EMAIL PROTECTED] [EMAIL PROTECTED]

syn match   rstHyperlinksLabel  `\S\%(\([^`]\|\n\)*\S\)\=`__\=\
syn match   rstHyperlinksLabel  \w\+__\=\

 internal targets
syn match   rstInternalTarget _`\S\%(\([^`]\|\n\)*\S\)\=`

 lists
syn match   rstListItem ^:\%(\w\+\s*\)\+:
syn match   rstListItem ^\s*[-*+]\s\+

syn sync minlines=50

 Define the default highlighting.
 For version 5.7 and earlier: only when not done already
 For version 5.8 and later: only when an item doesn't have highlighting yet
if version = 508 || !exists(did_rst_syn_inits)
  if version  508
let did_rst_syn_inits = 1
command -nargs=+ HiLink hi link args
  else
command -nargs=+ HiLink hi def link args
  endif

  HiLink rstTodo Todo
  HiLink rstComment Comment
  HiLink rstDelimiter Delimiter
  HiLink rstBlock String
  HiLink rstDoctestBlock PreProc
  HiLink rstTableLines Delimiter
  HiLink rstSimpleTableLines rstTableLines
  HiLink rstFootnote String
  HiLink rstFootnoteLabel Identifier
  HiLink rstCitation String
  HiLink rstCitationLabel Identifier
  HiLink rstDirective Keyword
  HiLink rstDirectiveBody Type
  HiLink rstSubstitution String
  HiLink rstSubstitutionLabel Identifier
  HiLink rstHyperlinks String
  HiLink rstHyperlinksLabel Identifier
  HiLink rstListItem Identifier
  hi def rstInline term=italic cterm=italic gui=italic
  hi def rstInternalTarget term=italic cterm=italic gui=italic
  delcommand HiLink
endif

let b:current_syntax = rst

 vim: set sts=2 sw=2:


pgpuT8TpbIUjV.pgp
Description: PGP signature


Bug#349442: dpkg: Assertion `dependtry = 4' failed (abort).

2006-01-26 Thread Frank Lichtenheld
On Thu, Jan 26, 2006 at 08:26:26AM +0100, Vincent Lefevre wrote:
 On 2006-01-23 02:20:43 +0100, Vincent Lefevre wrote:
  ay:/home/lefevre# dpkg --configure -a
  dpkg: ../../src/packages.c:191: process_queue: Assertion `dependtry = 4' 
  failed.
  Aborted (core dumped)
 
 I've attached what I get with -D777.

Ok, apart from the fact that this is a good example why data packages
should not build a recursive dependency on the package containing the
binaries this seems to give an idea what's going on.

So the question is why dpkg doesn't resolve this better.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#177584: marked as done (smbmount: needs write permission on mounted point)

2006-01-26 Thread Peter Eisentraut
Steve Langasek wrote:
 But an ill-designed one; refusing to allow mounting over a directory
 that you own but don't currently have write access to, when other
 filesystems have no such requirement, is unnecessarily inconsistent.

What is this inconsistent with?  If you own a directory but don't have 
write permission, you cannot write into it:

$ mkdir test
$ chmod a-w test
$ echo test test/test
bash: test/test: Permission denied

By that same idea, smbmnt disallows altering the directory contents by 
mounting over it.


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



Bug#349963: svn checkout aborts when LARGEFILE (2GB) present in directory

2006-01-26 Thread Louis-David Mitterrand
Package: subversion
Version: 1.3.0-1
Severity: normal

When doing a:

svn co svn+ssh://myhost.com/var/svn/ldm/dotfiles ~

svn aborts with that error:

svn: Can't read directory '/home/ldm': Partial results are
valid but processing is incomplete

A strace shows that it aborts upon encountering a file over 2GB in
/home/ldm. If no large files are present then the checkout completes.

Same problem on 1.2 and 1.3 versions.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (499, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-3-debian-trajan
Locale: LANG=en_CA, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages subversion depends on:
ii  libapr0   2.0.55-4   the Apache Portable Runtime
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libsvn0   1.3.0-1shared libraries used by Subversio
ii  patch 2.5.9-3Apply a diff file to an original

subversion recommends no packages.

-- no debconf information

-- 
[EMAIL PROTECTED]


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



Bug#177584: marked as done (smbmount: needs write permission on mounted point)

2006-01-26 Thread Steve Langasek
On Thu, Jan 26, 2006 at 11:00:40AM +0100, Peter Eisentraut wrote:
 Steve Langasek wrote:
  But an ill-designed one; refusing to allow mounting over a directory
  that you own but don't currently have write access to, when other
  filesystems have no such requirement, is unnecessarily inconsistent.

 What is this inconsistent with?

*all other uses of mount*?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#323044: another issue

2006-01-26 Thread martin f krafft
also sprach Pierre Habouzit [EMAIL PROTECTED] [2006.01.26.1100 +0100]:
 done. the new file is attached if you wanna try it.

Better, but now the link definition (.. _link text: ...) isn't
highlighted at all.

Thanks for all your help!

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
i always choose my friends for their good looks and my enemies for
 their good intellects. man cannot be too careful in his choice of
 enemies.
  -- oscar wilde


signature.asc
Description: Digital signature (GPG/PGP)


Bug#340180: 0.6.1 packages available

2006-01-26 Thread Søren Boll Overgaard
Due to lack of maintainer response, I have packaged libdockapp version 0.6.1
and put the packages at http://people.debian.org/~boll/libdockapp/

I've not tested them thoroughly yet, although WmG
(http://soren.overgaard.org/cgi-bin/index?t=wmg) for which I am responsible is
working just fine with my new packages.

I will try to get in touch with the maintainer again, to see if he is
interested in me taking over the package(s).

-- 
Søren O.

Oh, bother said the Borg, we've assimilated Pooh.



Bug#349964: blinkd: init file should be LSB compliant

2006-01-26 Thread W. Borgert
Package: blinkd
Version: 0.4.7-1.1
Severity: wishlist

Petter explains it here:
http://wiki.debian.org/LSBInitScripts


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



Bug#177584: marked as done (smbmount: needs write permission on mounted point)

2006-01-26 Thread Peter Eisentraut
Steve Langasek wrote:
 On Thu, Jan 26, 2006 at 11:00:40AM +0100, Peter Eisentraut wrote:
  Steve Langasek wrote:
   But an ill-designed one; refusing to allow mounting over a
   directory that you own but don't currently have write access to,
   when other filesystems have no such requirement, is unnecessarily
   inconsistent.
 
  What is this inconsistent with?

 *all other uses of mount*?

All other uses of mount are done as root, and this feature only applies 
to smbmnt being run as non-root user.


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



Bug#323044: another issue

2006-01-26 Thread Pierre Habouzit
Le Jeu 26 Janvier 2006 11:07, martin f krafft a écrit :
 also sprach Pierre Habouzit [EMAIL PROTECTED] [2006.01.26.1100 
+0100]:
  done. the new file is attached if you wanna try it.

 Better, but now the link definition (.. _link text: ...) isn't
 highlighted at all.

 Thanks for all your help!

hmm, I'm such a dork : [\w'. -] is not valid, \(\w\|['. -]\) is.

attached is the fixed file.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org
 Vim syntax file
 Language: reStructuredText Documentation Format
 Maintainer:   Nikolai Weibull [EMAIL PROTECTED]
 URL:  http://www.pcppopper.org/vim/syntax/pcp/rst/
 Latest Revision:  2004-05-13
 arch-tag: 6fae09da-d5d4-49d8-aec1-e49008ea21e6

if version  600
  syntax clear
elseif exists(b:current_syntax)
  finish
endif

 todo
syn keyword rstTodo contained FIXME TODO XXX NOTE

syn case ignore

 comments
syn region  rstComment  matchgroup=rstComment start=^\.\.\%( 
\%(\(\w\|[\'.-]\)\+::\)[EMAIL PROTECTED]|$\) end=[EMAIL PROTECTED] 
contains=rstTodo

syn cluster rstCruft
contains=rstFootnoteLabel,rstCitationLabel,rstSubstitutionLabel,rstInline,rstHyperlinks,rstInternalTarget

 blocks
 syn regionrstBlockmatchgroup=rstDelimiter start=:\@!:$ 
skip=^$ end=[EMAIL PROTECTED] [EMAIL PROTECTED]
syn region  rstBlockmatchgroup=rstDelimiter start=::$ skip=^$ 
end=[EMAIL PROTECTED]
syn region  rstDoctestBlock matchgroup=rstDelimiter start=^\s end=^$

 tables
 TODO: these may actually be a bit too complicated to match correctly and
 should perhaps be removed.  Whon really needs it anyway?
syn region  rstTabletransparent start=^\n\s*+[-=+]\+ end=^$ 
contains=rstTableLines,@rstCruft
syn match   rstTableLines   contained ^\s*[|+=-]\+$
syn region  rstSimpleTable  transparent 
start=^\n\s*\%(=\+\s\+\)\%(=\+\s*\)\+$ end=^$ 
contains=rstSimpleTableLines,@rstCruft
syn match   rstSimpleTableLines contained ^\s*\%(=\+\s\+\)\%(=\+\s*\)\+$

 footnotes
syn region  rstFootnote matchgroup=rstDirective start=^\.\. 
\[\%([#*]\|[0-9]\+\|#\(\w\|[\'.-]\)\+\)\]\s end=[EMAIL PROTECTED] [EMAIL 
PROTECTED]
syn match   rstFootnoteLabel \[\%([#*]\|[0-9]\+\|#\(\w\|[\'.-]\)\+\)\]_

 citations
syn region  rstCitation matchgroup=rstDirective start=^\.\. 
\[\(\w\|[\'.-]\)\+\]\s end=[EMAIL PROTECTED] [EMAIL PROTECTED]
syn match   rstCitationLabel \[\(\w\|[\'.-]\)\+\]_

 directives
syn region  rstDirectiveBody matchgroup=rstDirective start=^\.\. 
\(\w\|[\'.-]\)\+:: end=[EMAIL PROTECTED]

 substitutions
syn region  rstSubstitution matchgroup=rstDirective start=^\.\. 
|\(\w\|[\'.-]\)|\s\(\w\|[\'.-]\)\+::\s end=[EMAIL PROTECTED] [EMAIL 
PROTECTED]
syn match   rstSubstitutionLabel |\(\w\|[\'.-]\)|

 inline markup
syn match   rstInline   \*\{1,2}\S\%([^*]*\S\)\=\*\{1,2}
syn match   rstInline   `\{1,2}\S\%([^`]*\S\)\=`\{1,2}

 hyperlinks
syn region  rstHyperlinks   matchgroup=RstDirective start=^\.\. 
_\(\w\|[\'. -]\)\+:\s end=[EMAIL PROTECTED] [EMAIL PROTECTED]

syn match   rstHyperlinksLabel  `\S\%(\([^`]\|\n\)*\S\)\=`__\=\
syn match   rstHyperlinksLabel  \w\+__\=\

 internal targets
syn match   rstInternalTarget _`\S\%(\([^`]\|\n\)*\S\)\=`

 lists
syn match   rstListItem ^:\%(\w\+\s*\)\+:
syn match   rstListItem ^\s*[-*+]\s\+

syn sync minlines=50

 Define the default highlighting.
 For version 5.7 and earlier: only when not done already
 For version 5.8 and later: only when an item doesn't have highlighting yet
if version = 508 || !exists(did_rst_syn_inits)
  if version  508
let did_rst_syn_inits = 1
command -nargs=+ HiLink hi link args
  else
command -nargs=+ HiLink hi def link args
  endif

  HiLink rstTodo Todo
  HiLink rstComment Comment
  HiLink rstDelimiter Delimiter
  HiLink rstBlock String
  HiLink rstDoctestBlock PreProc
  HiLink rstTableLines Delimiter
  HiLink rstSimpleTableLines rstTableLines
  HiLink rstFootnote String
  HiLink rstFootnoteLabel Identifier
  HiLink rstCitation String
  HiLink rstCitationLabel Identifier
  HiLink rstDirective Keyword
  HiLink rstDirectiveBody Type
  HiLink rstSubstitution String
  HiLink rstSubstitutionLabel Identifier
  HiLink rstHyperlinks String
  HiLink rstHyperlinksLabel Identifier
  HiLink rstListItem Identifier
  hi def rstInline term=italic cterm=italic gui=italic
  hi def rstInternalTarget term=italic cterm=italic gui=italic
  delcommand HiLink
endif

let b:current_syntax = rst

 vim: set sts=2 sw=2:


pgpLHWBHiCcTP.pgp
Description: PGP signature


Bug#323044: another issue

2006-01-26 Thread martin f krafft
Still no dice. FYI, here's my test file:

Bla bla

adkfnsd asdf asdf avg adsv asdv asdv asdv asdv asdv ewar ag qwef `This is
Ä Test`_

.. _This is Ä Test: htp

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
our destiny exercises its influence over us even when, as yet,
 we have not learned its nature; it is our future that lays down the
 law of our today.
 - friedrich nietzsche


pgpKorhHOoXvM.pgp
Description: PGP signature


signature.asc
Description: Digital signature (GPG/PGP)


Bug#349965: ntlmaps: Sends cleartext-equivalent password during BASIC to NTLM translation

2006-01-26 Thread Nickolay Kondrashov
Package: ntlmaps
Version: 0.9.9-4
Severity: important

When ntlmaps is used to serve BASIC to NTLM authentication translation,
it tries to connect to the parent proxy with Basic credentials supplied
by the client, therefore nullifying any security benefits gained from
using NTLM authentication.

Below is the example of typical ntlmaps - parent proxy HTTP
conversation (as captured by tcpdump and displayed by ethereal,
response bodies and unimportant header parameters are omitted):

ntlmaps GET http://www.avtomatikarus.com/logo-en.gif HTTP/1.0
ntlmaps User-Agent: Wget/1.9.1
ntlmaps Host: www.avtomatikarus.com
ntlmaps Accept: */*
ntlmaps Proxy-Authorization: Basic dXNlcjpwYXNzd29yZA==

proxy HTTP/1.0 407 Proxy Authentication Required
proxy Mime-Version: 1.0
proxy Date: Thu, 26 Jan 2006 10:07:04 GMT
proxy Content-Type: text/html
proxy Content-Length: 1354
proxy Proxy-Authenticate: NTLM
proxy Proxy-Connection: close

ntlmaps GET http://www.avtomatikarus.com/logo-en.gif HTTP/1.0
ntlmaps User-Agent: Wget/1.9.1
ntlmaps Host: www.avtomatikarus.com
ntlmaps Accept: */*
ntlmaps Proxy-Authorization: NTLM TlRMTVNT...
(value cropped)
ntlmaps Proxy-Connection: Keep-Alive

proxy HTTP/1.0 407 Proxy Authentication Required
proxy Mime-Version: 1.0
proxy Date: Thu, 26 Jan 2006 10:07:04 GMT
proxy Content-Type: text/html
proxy Content-Length: 1354
proxy Proxy-Authenticate: NTLM TlRMTVNT...
(value cropped)
proxy Proxy-Connection: keep-alive

ntlmaps GET http://www.avtomatikarus.com/logo-en.gif HTTP/1.0
ntlmaps User-Agent: Wget/1.9.1
ntlmaps Host: www.avtomatikarus.com
ntlmaps Accept: */*
ntlmaps Proxy-Authorization: NTLM TlRMTVNT...
(value cropped)

proxy HTTP/1.0 407 Proxy Authentication Required
proxy Mime-Version: 1.0
proxy Date: Thu, 26 Jan 2006 10:07:05 GMT
proxy Content-Type: text/html
proxy Content-Length: 1354
proxy Proxy-Authenticate: NTLM
proxy Proxy-Connection: close
(Access was denied due to obviously incorrect credentials)

The ntlmaps configuration that was used follows:

[GENERAL]
LISTEN_PORT:5865
PARENT_PROXY:proxy
PARENT_PROXY_PORT:8080
PARENT_PROXY_TIMEOUT:15
ALLOW_EXTERNAL_CLIENTS:0
FRIENDLY_IPS:
URL_LOG:0
MAX_CONNECTION_BACKLOG:5
[CLIENT_HEADER]
[NTLM_AUTH]
NT_HOSTNAME:knu
NT_DOMAIN:AVT
LM_PART:0
NT_PART:1
NTLM_FLAGS: 0582
NTLM_TO_BASIC:1
[DEBUG]
DEBUG:1
BIN_DEBUG:1
SCR_DEBUG:1
AUTH_DEBUG:1

Following patch implements masking out of Proxy-Authorization
parameter during client request retransmission, when using
BASIC to NTLM authentication translation:

--- proxy_client.py.distrib 2006-01-26 12:11:02.856709592 +0300
+++ proxy_client.py 2006-01-26 12:01:41.227937741 +0300
@@ -307,8 +307,25 @@
 #---
 def send_client_header(self):
 
-self.logger.log('*** Sending client request header to remote 
server...')
-ok = self.client_head_obj.send(self.rserver_socket)
+
+   ok = 0
+
+if self.config['NTLM_AUTH']['NTLM_TO_BASIC'] and 
self.client_head_obj.has_param('Proxy-Authorization'):
+   # Assuming Proxy-Authorization parameter contains Basic credentials.
+   # Masking it out, because of unsafety and unnecessarity.
+
+proxy_authorization_values = 
self.client_head_obj.get_param_values('Proxy-Authorization')
+self.client_head_obj.del_param('Proxy-Authorization')
+
+self.logger.log('*** Sending client request header without 
Proxy-Authorization parameter to remote server...')
+ok = self.client_head_obj.send(self.rserver_socket)
+
+for value in proxy_authorization_values:
+self.client_head_obj.add_param_value('Proxy-Authorization', 
value)
+   else:
+self.logger.log('*** Sending client request header to remote 
server...')
+ok = self.client_head_obj.send(self.rserver_socket)
+
 if ok:
 self.client_header_sent = 1
 self.logger.log('Done.\n')

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (990, 'stable'), (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages ntlmaps depends on:
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  python2.3.5-2An interactive high-level object-o

-- debconf information excluded


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



Bug#309382: ITP: thoggen -- DVD backup utility based on GStreamer and Gtk+

2006-01-26 Thread Sebastian Dröge
Am Mittwoch, den 25.01.2006, 20:53 +0100 schrieb Sven Arvidsson:
 I noticed that this has been packaged for some time by Ubuntu, any
 chance for an upload to Debian also?

Hi,
yes, I'm currently trying to get all my missing packages which are
already in ubuntu reviewed by my sponsor. shouldn't take too long
hopefully :)

Bye



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



Bug#349942: polipo: dies after timeout

2006-01-26 Thread Vincent Zweije
On Thu, Jan 26, 2006 at 09:36:22AM +, Tom Ellis Huckstep wrote:

||  On Thu, Jan 26, 2006 at 12:25:23AM +0100, Vincent Zweije wrote:
||   Package: polipo
||   Version: 0.9.8-1
||   Severity: important
||  
||   Polipo crashes after timeout.
||
||  Can you install 0.9.9-1 from
||
||  http://www.srcf.ucam.org/~teh30/debian/polipo/
||
||  and see if that fixes it?
||
||  This package should be in the archive, but no sponsor has uploaded it yet.

Done. Will let you know if it crashes again.

Ciao.   Vincent.
-- 
Vincent Zweije [EMAIL PROTECTED]| If you're flamed in a group you
http://www.xs4all.nl/~zweije/  | don't read, does anybody get burnt?
[Xhost should be taken out and shot] |-- Paul Tomblin on a.s.r.


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



Bug#177584: marked as done (smbmount: needs write permission on mounted point)

2006-01-26 Thread Steve Langasek
On Thu, Jan 26, 2006 at 11:19:55AM +0100, Peter Eisentraut wrote:
 Steve Langasek wrote:
  On Thu, Jan 26, 2006 at 11:00:40AM +0100, Peter Eisentraut wrote:
   Steve Langasek wrote:
But an ill-designed one; refusing to allow mounting over a
directory that you own but don't currently have write access to,
when other filesystems have no such requirement, is unnecessarily
inconsistent.

   What is this inconsistent with?

  *all other uses of mount*?

 All other uses of mount are done as root, and this feature only applies 
 to smbmnt being run as non-root user.

No, they are not.  User mounts are a well-established concept, and smbmnt
behaves inconsistently with respect to them.

$ id
uid=1000(vorlon) gid=1000(vorlon) 
groups=5(tty),24(cdrom),29(audio),40(src),44(video),50(staff),1000(vorlon),2001(peripherals)
$ grep mnt/test1 /etc/fstab
/dev/hda5   /mnt/test1   ext3noauto,user 0   0
$ ls -ld /mnt/test1
drwxr-xr-x 2 root root 6 2006-01-26 02:28 /mnt/test1/
$ mount /mnt/test1
$ mount | grep test1
/dev/ide/host0/bus0/target0/lun0/part5 on /mnt/test1 type ext3 
(rw,noexec,nosuid,nodev,user=vorlon)
$ umount /mnt/test1
$ grep mnt/test2 /etc/fstab
//maury/pub /mnt/test2  smb username=vorlon,user,noauto 0 0
$ ls -ld /mnt/test2
drwxr-xr-x 2 root root 6 2006-01-26 02:33 /mnt/test2/
$ mount /mnt/test2
added interface ip=192.168.13.2 bcast=192.168.13.255 nmask=255.255.255.0
Got a positive name query response from 64.22.192.12 ( 192.168.13.57 )
Password: 
cannot mount on /mnt/test2: Operation not permitted
smbmnt failed: 1
$ sudo chown vorlon /mnt/test2
$ mount /mnt/test2
added interface ip=192.168.13.2 bcast=192.168.13.255 nmask=255.255.255.0
Got a positive name query response from 64.22.192.12 ( 192.168.13.57 )
Password: 
$ mount | grep test2
//maury/pub on /mnt/test2 type smbfs (rw)
$

This is in addition, of course, to the behavior when calling smbmnt
directly; though the two are related.

I'm not satisfied with smbmount's behavior, and really never have been.  I
don't think it'll ever be fixed in smbmount (as opposed to in mount.cifs),
but that doesn't mean it's not a bug.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#349966: unable to compile support for mceusb2 driver

2006-01-26 Thread Simon Tennant
Package: lirc-modules-source
Version: 0.7.2-2

When I try to build support for the mceusb2 driver, compilation fails.
It appears that this driver, although included is not mentioned in the
debianised Makefile.

setting LIRC_MODULES=lirc_mceusb2 I receive the following output from
the compile:

sudo debian/rules binary-modules KSRC=/usr/src/linux

sed -e s!\$KVERS!`sed -n -e '/UTS_RELEASE/s/^[^]*\([^]*\).*$/\1/p'
/usr/src/linux/include/linux/version.h`!g; s!\$KSRC!/usr/src/linux!;
s!\$KARCH!amd64!; s!\$KEMAIL!!; s!\$KMAINT!!; s!\$KDREV!Custom.1.00!;
s!\$DEBDATE!Thu, 26 Jan 2006 11:37:19 +0100! debian/control.in 
debian/control
dh_testdir
# Add here commands to compile the package.
/usr/bin/make debconf
make[1]: Entering directory `/usr/src/modules/lirc'
make[1]: *** No rule to make target `lirc_mceusb2', needed by
`debconf'.  Stop.
make[1]: Leaving directory `/usr/src/modules/lirc'
make: *** [build-stamp] Error 2

I am building against the 2.6.12 kernel tree.

S.

-- 
Simon Tennant  http://imaginator.com/~simon/contact


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



Bug#349967: gnome-icon-theme-gartoon: python icon filename is mispelled

2006-01-26 Thread Nicolas Évrard
Package: gnome-icon-theme-gartoon
Version: 0.5-2
Severity: minor


Hello,

While browsing the icon theme I noticed that the file representing the
python mimetype has its name mispelled.

It's gnome-mime-application-x-phyton.svg but it should be
gnome-mime-application-x-python.svg


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)

Versions of packages gnome-icon-theme-gartoon depends on:
ii  librsvg2-common   2.12.7-3   SAX-based renderer library for SVG

gnome-icon-theme-gartoon recommends no packages.

-- no debconf information


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



Bug#349968: ussp-push: should build with GTK+ 2.0

2006-01-26 Thread Filip Van Raemdonck
package: ussp-push

From a look at it, ussp-push should be buildable with GTK2 just as easy as
it is with GTK1.2. As the latter is deprecated, ussp-push should not be
built with it but rather with GTK2 instead.


Regards,

Filip

-- 
Microsoft Windows: for when your machine is just too fast
-- Arnold Troeger


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



Bug#349969: dialog: exit status in case of --menu doesn't return

2006-01-26 Thread Yanovych Borys
Package: dialog
Version: 1.0-20060119-1
Severity: normal

At use dialog with parameter --menu exit status does not return.
Hence, it is impossible to trace the information entered by user.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=KOI8-R) (ignored: 
LC_ALL set to ru_RU.KOI8-R)

Versions of packages dialog depends on:
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libncursesw5  5.5-1  Shared libraries for terminal hand

dialog recommends no packages.

-- no debconf information


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



Bug#349970: pytone: Make pre-configuration easier

2006-01-26 Thread Eduard Bloch
Package: pytone
Version: 2.3.0-1
Severity: wishlist

Hello,

please make the default configuration of pytone be easier to setup up.
What you need now is:

 - Run pytone
 - Guess WTF the error message does mean, swear
 - Guess where to find help, go to /usr/share/doc/pytone
 - Read README.gz and after reading all the featurity blahblah and
   irrelvant installation instructions finally find the default lines
   you need, start an editor, go back to README, copy the filename, open
   it, go back to README, copy the contents, paste it, store the file.
   Run pythone, become happy about another completely stupid looking message:
Traceback (most recent call last):
  File /usr/share/pytone/pytone.py, line 57, in ?
config.processconfig()
  File /usr/share/pytone/config.py, line 926, in processconfig
setupconfigparser()
  File /usr/share/pytone/config.py, line 711, in setupconfigparser
configparser.read(cflist)
  File /usr/lib/python2.3/ConfigParser.py, line 263, in read
self._read(fp, filename)
  File /usr/lib/python2.3/ConfigParser.py, line 456, in _read
raise MissingSectionHeaderError(fpname, lineno, `line`)
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: /home/inet/.pytone/pytonerc, line: 1
' # minimal ~/.pytone/pytonerc defining the root of your music collection\n'

If you are a stupid user, you give up here. But fortunately I remember that I
have to deal with that whitespace-idioticy called Python and that the author
may have followed its stupid paradigms in the config parser. Edited the config,
removed the whitespaces (which have been compied from the example in README,
damn). Stored, works.

Well. That does not make any fun.

What I expect as user is at least an error message on the initial start, saying 
something like:

Please run
zcat /usr/share.../examples/pythonerc.gz  .pytone/pytonerc
and then edit this file.
Or a very simple dialogue that asks me about configuration details.
   
Eduard.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-rc1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages pytone depends on:
ii  libao20.8.6-3Cross Platform Audio Output Librar
hi  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  python2.3.5-5An interactive high-level object-o
ii  python-eyed3  0.6.8-1Python module for id3-tags manipul
ii  python-pyao   0.82-1 A Python interface to the Audio Ou
ii  python-pymad  0.5.4-1Python wrapper to the MPEG Audio D
ii  python2.3-pymad [python-pymad 0.5.4-1Python wrapper to the MPEG Audio D

Versions of packages pytone recommends:
ii  python-pyvorbis   1.3-1  A Python interface to the Ogg Vorb

-- debconf-show failed


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



Bug#341398: racoon: This bug is still present in 0.6.4-1

2006-01-26 Thread Vincent Bernat
Package: racoon
Version: 1:0.6.4-1
Followup-For: Bug #341398

I have just upgraded to 0.6.4-1 and the bug is still here.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1-zoro.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages racoon depends on:
ii  debconf [debconf-2.0] 1.4.69 Debian configuration management sy
ii  ipsec-tools   1:0.6.4-1  IPsec tools for Linux
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libssl0.9.8   0.9.8a-6   SSL shared libraries
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 

racoon recommends no packages.

-- debconf information:
* racoon/config_mode: direct


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



Bug#333733: mysterious source file

2006-01-26 Thread Tim Van Holder
Note that in the gcc subversion repository, the file listed in the
assertion does not exist for the 4.0.2 release tag.
In the 4.0.2 release, GtkImage is in a pure Java file; the jni tree only
has GtkImagePainter.

See:

http://gcc.gnu.org/viewcvs/tags/gcc_4_0_2_release/libjava/jni/gtk-peer/
and
http://gcc.gnu.org/viewcvs/tags/gcc_4_0_2_release/libjava/gnu/java/awt/peer/gtk/

So this seems to be a debian packaging problem, with a non-4.0.2
libgcj marked as 4.0.2.
In fact, the jni/..._GtkImage.c isn't in 4.0.0/4.0.1 either, nor is it
in 4.1 (where the entire jni tree seems to have been removed), so I'm
at a loss as to where it comes from.



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



Bug#343471: bash: In the command line, problem when the line reaches the last column of the terminal

2006-01-26 Thread Vincent Lefevre
On 2005-12-24 00:06:07 +0100, [EMAIL PROTECTED] wrote:
 It's a regression.
 I thing regressions should prevent 
 packages from entering testing
 otherwise code can degrade if nobody fixes it.

The correct way would be to ask for a tag regression in the BTS,
then use -T regression in apt-listbugs.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Bug#343471: bash: In the command line, problem when the line reaches the last column of the terminal

2006-01-26 Thread Vincent Lefevre
reassign 348111 bash
merge 343471 348111
thanks

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Bug#348510: python2.4-gnome2-extras depends upon libgtkhtml2-0 in experimental

2006-01-26 Thread Steve Langasek
reopen 348510
thanks

Er... except this package is not binNMU safe; now instead of
python2.4-gnome2-extras being uninstallable, it's python-gnome2-extras-dev
that's uninstallable, because of a strict (= ${Source-Version}) dependency
from an arch: all package to an arch: any package.  This should probably be
fixed; but one way or another, gnome-python-extras currently needs a
sourceful upload to fix the deps on i386.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#349120: dpkg: assertion failure after failing to configure a package

2006-01-26 Thread Frank Lichtenheld
On Thu, Jan 26, 2006 at 11:13:14AM +0100, Simon Richter wrote:
 Attached is the result of dpkg -D777 --configure -a. I see that the 
 failure occurs after the mplayer package, which is from the unofficial 
 apt source at
 
 deb http://honk.physik.uni-konstanz.de/~agx/linux-ppc/debian/ unstable/

ok. That at least shows us that yours and Vincent's problem is exactly
the same, caused by exactly the same packages.

I will try to reproduce the problem.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#349020: Please remove the source package gmime and the binary packages libgmime0 and libgmime0-dev from unstable.

2006-01-26 Thread Guus Sliepen
On Thu, Jan 26, 2006 at 02:47:20AM +0100, Jeroen van Wolffelaar wrote:

 Hrmz, is there any good reason to really have this many (4 until I just
 removed gmime0) versions of the same library in Debian? Only if it's very
 difficult to migrate to a next version, and there are a lot of reverse
 dependencies, it's IMHO sensible to have multiple versions. Otherwise, I
 stronly suggest to make the source package name 'gmime', and not change
 that while uploading new versions of the package, but instead filing bugs
 on reverse-depends to migrate. There are only 3 packages using a version of
 gmime, incidently, all are using the latest version already.

We already discussed that (see the bug complete bugreport). Ove is still
the maintainer of gmime1, so I defer the decission to remove it to him,
but otherwise I'd ask for its removal as well. I guess I could remove
gmime2 in favour of gmime2.1, since the latter is ABI backwards
compatible with gmime2, and everyone is using the latter anyway.

I don't like to rename the source package to 'gmime', I've seen to many
cases of a new major version of a library coming out that wasn't
backwards compatible at all (not even at compile time) with previous
versions, so that in the end you had to support both, in which case the
added version number to the name of the source package is helpful. And
if there is only one version, it doesn't hurt either.

-- 
Met vriendelijke groet / with kind regards,
Guus Sliepen [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#349835: [Fwd: Related Ubuntu bugs]

2006-01-26 Thread ems
Sent reply to wrong bug address, Sorry.
 Forwarded Message 
From: ems [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Related Ubuntu bugs
Date: Thu, 26 Jan 2006 19:15:27 +1100

Thanks to harves from #epiphany on GimpNet. 

There following on the Ubuntu forums seem to be related:
http://www.ubuntuforums.org/showthread.php?t=99732
http://www.ubuntuforums.org/showpost.php?p=570024postcount=19
http://www.ubuntuforums.org/showpost.php?p=559516postcount=12


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



Bug#349884: Sorry

2006-01-26 Thread ems
Reply 2 was sent to the wrong bug.


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



Bug#349971: moodle: cron script generating 144 mails per day

2006-01-26 Thread Gavin McCullagh
Package: moodle
Version: 1.5.3+20060108-1
Severity: normal


In answer to bug #345930, the cron script was changed to use php4-cli
instead of wget on the web server.

The previous cron script had wget output sent to /dev/null.  The new
script doesn't do this, so it generates a mail to [EMAIL PROTECTED]  This
happens every 5 minutes which is rather a lot of mails.

Could I suggest this change to /etc/cron.d/moodle:

- */5 * * * * www-data [ -f /usr/share/moodle/admin/cron.php ]  /usr/bin/php4 
-f /usr/share/moodle/admin/cron.php
+ */5 * * * * www-data [ -f /usr/share/moodle/admin/cron.php ]  /usr/bin/php4 
-f /usr/share/moodle/admin/cron.php /dev/null

or something similar.

Gavin

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages moodle depends on:
ii  apache2-mpm-prefork [httpd]  2.0.54-5traditional model for Apache2
ii  debconf [debconf-2.0]1.4.30.13   Debian configuration management sy
ii  mimetex  1.50-1  LaTeX math expressions to anti-ali
ii  php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-cli 4:4.3.10-16 command-line interpreter for the p
ii  php4-gd  4:4.3.10-16 GD module for php4
ii  php4-pgsql   3:4.3.10-4  PostgreSQL module for php4
ii  wwwconfig-common 0.0.43  Debian web auto configuration

-- debconf information:
* moodle/dbu_name: moodle
* moodle/db_server: postgresql
* moodle/db_host: localhost
* moodle/create_tables:
* moodle/webserver: apache2
  moodle/notconfigured:
  moodle/mismatch:
* moodle/dba_name: postgres


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



Bug#349972: kdeprinter prints empty landscape pages when converting from text

2006-01-26 Thread Bohdan Linda

Package: kdeprint
Version: 4:3.5.0-4

When I use 'more file.txt | kdeprint' and print to cups defined printer in
portrait mode, I am asked for coversion to known format. If I convert it,
everything works fine.

When I use the same command, but choose landscape paper orientation, empty
page is printed.

The workaround is not to use convert function and keep raw fromat. The
page is printed correctly.

I am using uptodate unstable distribution.

The printer is(from printer.ppd):

*% Product Version Information
*Product: (HP LaserJet 4100 Series )
*ModelName: HP LaserJet 4100 Series 
*ShortNickName: HP LaserJet 4100 Series 
*NickName:  HP LaserJet 4100 Series v.3010.107 Postscript (recommended)
*PSVersion: (3010.107) 0
*Manufacturer: HP

Cupsys is version 1.1.23-15

Kind regards,
Bohdan 


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



Bug#349973: phpsysinfo: [INTL:sv] Swedish debconf templates translation

2006-01-26 Thread Daniel Nylander
Package: phpsysinfo
Version: 2.5.1-1
Severity: wishlist
Tags: patch l10n


Here is an update to the swedish debconf translation

Regards,
Daniel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE.ISO-8859-1, LC_CTYPE=sv_SE.ISO-8859-1 (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
#
#
msgid 
msgstr 
Project-Id-Version: phpsysinfo 2.5.1-1\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-01-21 16:25+0100\n
PO-Revision-Date: 2006-01-26 12:22+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:4
msgid Do you want to enable lm_sensors support?
msgstr Vill du aktivera stöd för lm_sensors?

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:4
msgid PhpSysinfo can display temperatures, voltages and fan speeds using 
lm_sensors. Enabling this option will show these informations.
msgstr PhpSysInfo kan visa temperaturer, volt-tal och fläkthastigheter genom 
att använda lm_sensors. Aktivera detta så kommer den informationen att visas.

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:11
msgid Do you want the mountpoints to be shown?
msgstr Vill du att monteringspunkterna ska synas?

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:11
msgid Enabling this option will show the mountpoints of the filesystems within 
the overview.
msgstr Aktivering av detta kommer att visa monteringspunkter för filsystem i 
översikten.

#. Type: select
#. Choices
#: ../phpsysinfo.templates:17
msgid ar_utf8, bg, big5, br, ca, cn, cs, ct, da, de, en, es, et, eu, fi, fr, 
gr, he, hu, id, is, it, ja, jp, ko, lt, lv, nl, no, pa_utf8, pl, pt-br, pt, ro, 
ru, sk, sr, sv, tr, tw
msgstr ar_utf8, bg, big5, br, ca, cn, cs, ct, da, de, en, es, et, eu, fi, fr, 
gr, he, hu, id, is, it, ja, jp, ko, lt, lv, nl, no, pa_utf8, pl, pt-br, pt, ro, 
ru, sk, sr, sv, tr, tw

#. Type: select
#. Description
#: ../phpsysinfo.templates:19
msgid Default language
msgstr Standardspråk

#. Type: select
#. Description
#: ../phpsysinfo.templates:19
msgid Please select the default language phpSysInfo should use.
msgstr Välj det språk som ska vara standard för phpSysInfo.

#. Type: select
#. Choices
#: ../phpsysinfo.templates:24
msgid aq, black, blue, bulix, classic, kde, metal, orange, typo3, 
windows_classic, wintendoxp
msgstr aq, black, blue, bulix, classic, kde, metal, orange, typo3, 
windows_classic, wintendoxp

#. Type: select
#. Description
#: ../phpsysinfo.templates:26
msgid Default theme template
msgstr Standard tema-mall

#. Type: select
#. Description
#: ../phpsysinfo.templates:26
msgid Please select the default theme template phpSysinfo should use.
msgstr Välj den tema-mall som ska vara standard för phpSysInfo.

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:32
msgid Do you want filesystems mounted with the bind option to be shown?
msgstr Vill du att filsystem som monterats med bind-alternativet ska visas?

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:32
msgid Enabling this option will show the mountpoints of the filesystems 
mounted with the bind option within the overview.
msgstr Aktivering av detta alternativ kommer att visa monteringspunkter för 
filsystem monterade med bind-alternativet inom översikten.

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:39
msgid Do you want a graph for the current CPU load to be drawn?
msgstr Vill du att en graf för aktuell CPU-belastning ska visas?

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:39
msgid Enabling this option will draw a graph displaying the curent CPU load.  
This options is a performane hit, because the application has to wait one  
second to gather the needed data, and is therefore disabled by default.
msgstr Aktivering av detta alternativ kommer att visa en graf över aktuell 
CPU-belastning.  Detta alternativ påverkar prestandan negativt på grund av att 
programmet måste vänta en sekund på att samla in nödvändig data och är därför 
avstängd som standard.

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:47
msgid Do you want to hide the language and theme selection picklist?
msgstr Vill du gömma listan över språk och temaval?

#. Type: boolean
#. Description
#: ../phpsysinfo.templates:47
msgid 

Bug#339320: RM: readline4, old library

2006-01-26 Thread Jeroen van Wolffelaar
On Thu, Jan 26, 2006 at 09:10:41AM +0100, Matthias Klose wrote:
 Jeroen van Wolffelaar writes:
  On Mon, Nov 21, 2005 at 02:28:47AM +0100, Jeroen van Wolffelaar wrote:
 On Tue, Nov 15, 2005 at 02:55:16PM +0100, Matthias Klose wrote:
  Please remove readline4, after all packages are converted to use
  readline5.
  
   I understand I should not remove readline4 yet
  
  Ok, it seems that most packages have converted, only a handful remaining.
  How about filing bugs on the remaining few, and then removing readline4? At
  the current state, readline4 can be removed as far as I'm concerned
  (provided bugs or at least some mail to the maintainers has been
  filed/sent).
 
 the bug reports are:
 
 326275

(...)

Thank you. Probably my sample was bad, as the one package I looked into,
I couldn't such a bugreport.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#323044: another issue

2006-01-26 Thread Pierre Habouzit
Le Jeu 26 Janvier 2006 11:28, martin f krafft a écrit :
 Still no dice. FYI, here's my test file:

 Bla bla

 adkfnsd asdf asdf avg adsv asdv asdv asdv asdv asdv ewar ag qwef
 `This is Ä Test`_

 .. _This is Ä Test: htp

this is because you are using utf-8 : in :he pattern.txt you'll see that 
\w and [:alnum:] that are the same only work in 8-bit locales mode. 
utf-8 does not seems to be supported, wich is a pity, and is not 
related to the syntax file.

I'm sorry.

I've just reqritten the file using:

[[:alnum:]...] instead of \(\w\|[...]\) which makes it easier to read, 
but it does not change anything to your problem anyway, so I wont send 
it to you again.

sorry mate
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgp9qIwTv153f.pgp
Description: PGP signature


Bug#323044: another issue

2006-01-26 Thread martin f krafft
also sprach Pierre Habouzit [EMAIL PROTECTED] [2006.01.26.1225 +0100]:
 this is because you are using utf-8 : in :he pattern.txt you'll see that 
 \w and [:alnum:] that are the same only work in 8-bit locales mode. 
 utf-8 does not seems to be supported, wich is a pity, and is not 
 related to the syntax file.

Then I wonder why the highlighting in the link reference (`link`_)
works just fine.

Thanks for the explanation.

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
 
if beethoven's seventh symphony
 is not by some means abridged,
 it will soon fall into disuse.
 -- philip hale, boston music critic, 1837


signature.asc
Description: Digital signature (GPG/PGP)


Bug#349924: Wrong Permissions on tty

2006-01-26 Thread Thomas Dickey
On Thu, Jan 26, 2006 at 09:56:45AM +0100, Klaus Ethgen wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Am Do den 26. Jan 2006 um  1:00 schrieb Thomas Dickey:
  I believe this is the same problem as #349142.
 
 Yes, its the same. I didn't find this Bug in the list.

no problem.
 
 A small note:
 
 As I know (not absolutely true) it is not the job of the terminal to set
 the rights of /dev/pts/* this will be done automaticaly on creation. So
 xterm shouldn't touch the rights if they are still correct.

I suppose so.  But I recall seeing some implementation where it was owned
by root (and therefore not writable by the user).  That sort of thing is
why it's necessary to be able to install xterm with different permissions,
according to what the platform supports...

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpyQEaFtB852.pgp
Description: PGP signature


Bug#349784: krusader: krusader dies in home dir

2006-01-26 Thread Frank Schoolmeesters
Hi all,

I have reported this bug on the krusder-devel mailing list at:
http://groups.google.com/group/krusader-devel/browse_thread/thread/ebda8b516a00256a/9a692963971940ca#9a692963971940ca
The Debian reference is:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349784

The backtrace talks here about QListViewPrivate and libqt-mt.so.3
so i thought it was a Qt-3.3.5 problem using libqt3-mt-3:3.3.5-3

There there is a small difference with the past,
old backtraces talking about QListViewItem with libqt3-mt-3:3.3.5-1
and the issue was solved by using ibqt3-mt =3:3.3.5-2 i think.
More info at: http://krusader.sourceforge.net/phpBB/viewtopic.php?t=1407

Though i'm not shure since Anson Gardner say's that it works with
krusader-1.60.0-3+b1 and crashes with krusader-1.60.0-3.1
krusader-1.60.0-3.1 is a build without a build-depends on xlibs-dev
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347126

Anybody any idea?
Is this a libqt3-mt problem or a Krusader problem?
or a combination of both?

thanks and bye,

Frank Schoolmeesters
Krusader Krew
http://www.krusader.org
and
Debian Sarge user



Bug#349873: krusader: reported this bug upstream

2006-01-26 Thread Frank Schoolmeesters
Hi,

Thanks for reporting this bug.
I have added this bug in the upsteam bugtracker at:
https://sourceforge.net/tracker/index.php?func=detailaid=1415250group_id=6488atid=106488

I guess it will be fixed once the Enqueue operations feature is written.
http://krusader.sourceforge.net//phpBB/viewtopic.php?t=810
It is currently at number 1 on our rating system of the krudader todo list:
http://krusader.sourceforge.net//todo.php

kind regards,

Frank Schoolmeesters
Krusader Krew
http://www.krusader.org



Bug#349765: linux-2.6.14-2-alpha-generic: please support the prctl syscall

2006-01-26 Thread Steve Langasek
On Tue, Jan 24, 2006 at 10:42:06PM -0500, Kyle McMartin wrote:
 On Tue, Jan 24, 2006 at 07:06:00PM -0800, Steve Langasek wrote:
  So please make it work; knowing this exists and should be supported, I'm not
  willing to hack up prctl's source to use __NR_osf_setsysinfo instead. :)

 Untested, as I don't have an alpha. arch/alpha/kernel/traps.c already
 contained jazz to check if the various TIF_ were set, they were just
 lacking a convenient way to set things. You probably need to make prctl()
 know which bits to twiddle.

 diff --git a/include/asm-alpha/thread_info.h b/include/asm-alpha/thread_info.h
 index 69ffd93..011daaf 100644
 --- a/include/asm-alpha/thread_info.h
 +++ b/include/asm-alpha/thread_info.h
 @@ -92,5 +92,20 @@ register struct thread_info *__current_t
  #define _TIF_ALLWORK_MASK(_TIF_WORK_MASK \
| _TIF_SYSCALL_TRACE)
  
 +#define ALPHA_UAC_SHIFT  6
 +#define ALPHA_UAC_MASK   (TIF_UAC_NOPRINT | TIF_UAC_NOFIX | \
 +  TIF_UAC_SIGBUS)
 +
 +#define SET_UNALIGN_CTL(task,value)  ({  \
 + (task)-thread_info-flags = (((task)-thread_info-flags  \
 + ~ALPHA_UAC_MASK) | (((value)  ALPHA_UAC_SHIFT)   \
 + ALPHA_UAC_MASK));   \
 + 0; })
 +
 +#define GET_UNALIGN_CTL(task,value)  ({  \
 + put_user(((task)-thread_info-flags  ALPHA_UAC_MASK)\
 + ALPHA_UAC_SHIFT, (int __user *)(addr)); \
 + })
 +
  #endif /* __KERNEL__ */
  #endif /* _ALPHA_THREAD_INFO_H */

  CC  kernel/sys.o
kernel/sys.c: In function ‘sys_prctl’:
kernel/sys.c:1798: error: ‘addr’ undeclared (first use in this function)
kernel/sys.c:1798: error: (Each undeclared identifier is reported only once
kernel/sys.c:1798: error: for each function it appears in.)
kernel/sys.c:1798: warning: type defaults to ‘int’ in declaration of ‘__pu_addr’
kernel/sys.c:1798: warning: type defaults to ‘int’ in declaration of ‘type name’
kernel/sys.c:1798: warning: type defaults to ‘int’ in declaration of ‘type name’
kernel/sys.c:1798: warning: type defaults to ‘int’ in declaration of ‘type name’
kernel/sys.c:1798: warning: type defaults to ‘int’ in declaration of ‘type name’
make[5]: *** [kernel/sys.o] Error 1

Should be 'value' instead of 'addr', I guess?

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#341824: hal looks for ids files at the wrong location

2006-01-26 Thread Michael Biebl
reassign 341824 hal
tags 341824 patch
thanks

As it seems this bug is not an issue of hal-device-manager but hal
itself. Both pciutils and usbutils have chosen, to install their *.ids
files into /usr/share/misc whereas hal is compiled with hwdata pointing
to /var/lib/misc. The attached patched fixes this.
(If you feel that pciutils and usbutils install into the wrong location
and /var/lib/misc is the correct one, please reassign the bug).

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
--- debian/rules.orig	2006-01-26 12:25:29.0 +0100
+++ debian/rules	2006-01-26 12:26:49.0 +0100
@@ -14,7 +14,7 @@
  --enable-hotplug-map  \
  --with-pid-file=/var/run/hal/hald.pid \
  --enable-pcmcia-support \
- --with-hwdata=/var/lib/misc
+ --with-hwdata=/usr/share/misc
 
 binary-predeb/hal-device-manager::
 	dh_python -phal-device-manager


signature.asc
Description: OpenPGP digital signature


Bug#349974: aptitude -q=10 update does not behave as expected

2006-01-26 Thread Andrew Ferrier
Package: aptitude
Version: 0.4.1-1
Severity: minor

I was trying to find an aptitude equivalent to the apt-get command:

apt-get -qq update

which doesn't output anything on stdout (unless there is an error). The
closest I could find was:

aptitude -q10 update

However, even when using an extreme value such as 10, aptitude still
outputs:

Reading package lists...
Building dependency tree...
Reading extended state information...
Initializing package states...
Building tag database...
Reading package lists...
Building dependency tree...
Reading extended state information...
Initializing package states...
Building tag database...

Technically speaking this is probably not a bug, more a wishlist item,
as there's no guarantee as to what -q hides, but it seems consistent
with most other commands that an excessive level of -q's should at
least hide all normal (stdout) output. What do you think?

One workaround, of course, is to use  /dev/null.

Thanks for your work on aptitude, it's a great tool!

Regards,
Andrew.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43.1   Advanced front-end for dpkg
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-2   type-safe Signal Framework for C++
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.1-1English manual for aptitude, a ter

-- no debconf information


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



Bug#349920: gpcl: FTBFS on amd64

2006-01-26 Thread Roberto Pariset
Rafael Laboissiere ha scritto:
Could you please try with version 2.32-1 of the package?  The source is
available at http://people.debian.org/~rafael/gpcl/

Forgot to say: after installing it, I could almost install octave-gpc,
but it failed because of libhdf5 (#328205). Thanks again for everything,
 
 
 Bug#328205 has been fixed in version 0.1.5-5.  Is this the one you are
 using? 

Nope, sorry, it was 0.1.5-4. -5 failed to build and started it all.

Compiling -5 here produces:
[...]
checking for Octave version... ./configure: line 3229:
/usr/bin/octave2.1: No such file or directory
configure: error: version of octave must be 2.1.57 or later
make: *** [build-stamp] Error 1

$ ls /usr/bin/octave*
/usr/bin/octave /usr/bin/octave-bug
/usr/bin/octave-config /usr/bin/octave-depends
/usr/bin/octave-2.1.72  /usr/bin/octave-bug-2.1.72
/usr/bin/octave-config-2.1.72  /usr/bin/octave-depends-2.1.72

Adding a symlink makes it compile fine. And I am able to install
octave-gpc, finally.


 At least on 1386, the octave-gpc package depends on
 libhdf5-serial-1.6.4-0c2 | libhdf5-1.6.4-0c2.  Do you have in your
 system the libhdf5-serial-dev_1.6.4-4 package?

Yes.


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



Bug#349971: moodle: cron script generating 144 mails per day

2006-01-26 Thread Isaac Clerencia
On Thursday 26 January 2006 11:59, Gavin McCullagh wrote:
 Package: moodle
 Version: 1.5.3+20060108-1
 Severity: normal


 In answer to bug #345930, the cron script was changed to use php4-cli
 instead of wget on the web server.

 The previous cron script had wget output sent to /dev/null.  The new
 script doesn't do this, so it generates a mail to [EMAIL PROTECTED]  This
 happens every 5 minutes which is rather a lot of mails.

 Could I suggest this change to /etc/cron.d/moodle:

 - */5 * * * * www-data [ -f /usr/share/moodle/admin/cron.php ] 
 /usr/bin/php4 -f /usr/share/moodle/admin/cron.php + */5 * * * * www-data [
 -f /usr/share/moodle/admin/cron.php ]  /usr/bin/php4 -f
 /usr/share/moodle/admin/cron.php /dev/null
Yup, you're right, sorry :(

I would fix it soon.

Best regards


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



Bug#349977: naplist.com no longer exists

2006-01-26 Thread Aaron Howell
Package: nap
Version: 1.5.3-4
Severity: important

The server naplist.com which nap tries to retrieve its list of servers from
appears to have changed hands, and is no longer offering a server list.
This makes the program fail to start.
Are there even still any free nap servers operating?


-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (1000, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages nap depends on:
ii  debconf [debconf-2.0] 1.4.69 Debian configuration management sy
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
pi  libncurses5   5.5-1  Shared libraries for terminal hand

nap recommends no packages.

-- debconf information:
* nap/napping-setuid: false


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



Bug#349976: python-pyx: should support output of PNG

2006-01-26 Thread W. Borgert
Package: python-pyx
Severity: wishlist

It would be nice, if the graph objects would have output methods
for PNG, e.g.

g = pyx.graph.graphxy(...)
g.plot(...)
g.writePNGfile(foo, width=40, height=20).

An upstream issue, I know :-)


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



Bug#349978: php4: Regression bug in ctype_digit() function

2006-01-26 Thread Andrew Rolfe
Package: php4
Version: 4:4.4.2-1
Severity: normal


php4 version 4:4.4.2-1 will return false if ctype_digit() is passed an
empty string. However 4:4.4.0-4 will return true. This causes unexpected
results in existing programs.

Example on 4:4.4.0-4:
?php var_dump(ctype_digit('')); ?
returns: bool(true)

Example on 4:4.4.2-1:
?php var_dump(ctype_digit('')); ?
Returns: bool(false)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages php4 depends on:
ii  libapache-mod-php44:4.4.2-1  server-side, HTML-embedded scripti
ii  php4-cgi  4:4.4.2-1  server-side, HTML-embedded scripti
ii  php4-common   4:4.4.2-1  Common files for packages built fr

php4 recommends no packages.

-- debconf information:
  php4/update_apache_php_ini: true


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



Bug#284681: Any chance of idmap_rid being enabled?

2006-01-26 Thread Paul TBBle Hampson
The idmap_rid module has been stable in Samba for a fair while, and it's
a noticable absence when working through the Samba documentation for
joining an AD Domain.

Any chance it'll get activated?

-- 
Paul TBBle Hampson, [EMAIL PROTECTED]

Shorter .sig for a more eco-friendly paperless office.


pgpbAoRBpLAx0.pgp
Description: PGP signature


Bug#349979: svn-buildpackage: Cannot be used non-interactively.

2006-01-26 Thread John Morton
Package: svn-buildpackage
Version: 0.6.7
Severity: wishlist

svn-buildpackage will prompt the user to either quit, retry or ignore
errors that crop up during a build. This isn't particularly helpful in
a non-interactive build situation, like a nightly build, however.

Is there any chance we can get an option to always quit on errors?

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14-amd-contextify
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)

Versions of packages svn-buildpackage depends on:
ii  devscripts 2.8.14Scripts to make the life of a Debi
ii  perl   5.8.4-8sarge3 Larry Wall's Practical Extraction 
ii  subversion 1.1.4-3   advanced version control system (a
ii  subversion-tools   1.1.4-3   assorted tools related to Subversi

-- debconf-show failed


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



Bug#349938: Encoding of manpages

2006-01-26 Thread Nicolas François
Hello,

In rpm 4.4.1-5, the Korean man pages are encoded in UTF-8.
Can you check if they are displayed correctly in a Korean environment.

IMO, they should be encoded in EUC-KR, however iconv fails to recode the
rpm man page to EUC-KR.

If the man page must be recoded, can anybody check why iconv is failing,
and submit a patch for the rpm.8 and rpm2cpio.8 man page. I think the man
pages use a character that can't be recoded in EUC-KR.

$ LC_ALL=C iconv -t EUC-KR -f UTF-8  doc/ko/rpm.8  /dev/null
iconv: illegal input sequence at position 79

I attach the 2 manpages.

Thanks in advance,
-- 
Nekral


rpm.8.gz
Description: Binary data


rpm2cpio.8.gz
Description: Binary data


Bug#349020: Please remove the source package gmime and the binary packages libgmime0 and libgmime0-dev from unstable.

2006-01-26 Thread Jeroen van Wolffelaar
On Thu, Jan 26, 2006 at 12:13:38PM +0100, Guus Sliepen wrote:
 We already discussed that (see the bug complete bugreport). Ove is still
 the maintainer of gmime1, so I defer the decission to remove it to him,
 but otherwise I'd ask for its removal as well. I guess I could remove
 gmime2 in favour of gmime2.1, since the latter is ABI backwards
 compatible with gmime2, and everyone is using the latter anyway.

Hm, then it probably shoudn't have been gmime2.1 anyway, but ok.

 I don't like to rename the source package to 'gmime', I've seen to many
 cases of a new major version of a library coming out that wasn't
 backwards compatible at all (not even at compile time) with previous
 versions, so that in the end you had to support both, in which case the
 added version number to the name of the source package is helpful. And
 if there is only one version, it doesn't hurt either.

There are only 3 package using gmime. It's extremely well doable to
simply fix those 3 packages at roughly the same time, so no reason to
support two different versions at the same time. And in the unlikely
case that the need arises, you can have a gmime vs gmime3 anyway.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#349938: rpm: The Japanese, Korean and Russian man pages should not be encoded in UTF-8

2006-01-26 Thread Nicolas François
On Thu, Jan 26, 2006 at 07:27:34PM +1100, Aníbal Monsalve Salazar wrote:
   recoding lang: ko to EUC-KR
   recoding debian/tmp/usr/share/man/ko/man8/rpm.8
   iconv: illegal input sequence at position 79
   recoding debian/tmp/usr/share/man/ko/man8/rpm2cpio.8
   iconv: illegal input sequence at position 107
   
 As you can see, iconv fails a couple of times. If you have the time,
 please have a look at this problem.

I can't read Korean, so I sent a mail to debian-l10n-korean (with the BTS
CCed).
When iconv encounters this kind of error, the output is truncated, so
4.4.1-6 will only contain the man pages header; sorry.

If you want to deactivate the iconv convertion for the Korean pages until
a Korean translaor have a look at the pages, just remove the ko line in
recode_manpages.sh

Kind Regards,
-- 
Nekral



Bug#349980: cl-gd: links to libfreetype6, which is going away

2006-01-26 Thread Steve Langasek
Package: cl-gd
Version: 0.4.2-3
Severity: grave
Tags: patch

Hi Peter,

The cl-gd package currently depends on libfreetype6, but it doesn't use
it.  This dependency is being pulled in because you're using a custom linker
line in debian/rules that pulls in libraries that aren't used in your code.

Since the only lib used by your library is libgd, I've attached a patch
which discards all of the other libs from the line, uses gcc instead of ld
for linking (strongly recommended upstream unless you know there's a
specific reason to bypass gcc's logic here), and adds -Wl,-zdefs as an extra
safeguard to ensure that no other libraries are missing.

The patch changes the binary package dependencies from this:

 Depends: common-lisp-controller (= 4.2), cl-uffi (= 1.3.4), libc6 (= 
2.3.5-1), libfreetype6 (= 2.1.5-1), libgd2-xpm (= 2.0.33), libjpeg62, 
libpng12-0 (= 1.2.8rel), zlib1g (= 1:1.2.1)

to this:

 Depends: common-lisp-controller (= 4.23), cl-uffi (= 1.3.4), libc6 (= 
2.3.5-1), libgd2-xpm (= 2.0.33)

with, indeed, no loss of functionality AFAICT.

Although libfreetype6 is currently available in unstable, due to bug #314385
it is very likely that this package will have to go through a library
transition in the near future.  Since cl-gd doesn't use freetype, I'm filing
this bug at grave severity pre-emptively, to encourage you to get your
package free of the transition before it starts.  Please fix this bug at
your earliest convenience.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
diff -u cl-gd-0.4.2/debian/changelog cl-gd-0.4.2/debian/changelog
--- cl-gd-0.4.2/debian/changelog
+++ cl-gd-0.4.2/debian/changelog
@@ -1,3 +1,11 @@
+cl-gd (0.4.2-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use gcc for linking in debian/rules, and don't link to a bunch of
+libs not needed by the code!
+
+ -- Steve Langasek [EMAIL PROTECTED]  Thu, 26 Jan 2006 04:03:36 -0800
+
 cl-gd (0.4.2-3) unstable; urgency=low
 
   * Peter Van Eynde
diff -u cl-gd-0.4.2/debian/rules cl-gd-0.4.2/debian/rules
--- cl-gd-0.4.2/debian/rules
+++ cl-gd-0.4.2/debian/rules
@@ -25,7 +25,7 @@
dh_testdir
# Add here commands to compile the package.
gcc -fPIC -c $(lib-base).c
-   ld -lgd -lz -lpng -ljpeg -lfreetype -lm -lc -shared $(lib-base).o -o 
$(lib-base).so
+   gcc -Wl,-zdefs -shared -o $(lib-base).so $(lib-base).o -lgd
touch build-stamp
 
 clean:


signature.asc
Description: Digital signature


Bug#349981: udev: does not create em8300 devices

2006-01-26 Thread Stefan Schmitt
Package: udev
Version: 0.081-1
Severity: normal


All /sys/class/em8300/*/dev files are fine, udevmonitor output looks
alright, too. The em8300 devices are simply not created. Downgrading
to 0.076-6 solves the problem. 

udevmonitor output:
UEVENT[1138274843.391430] add@/module/em8300
UDEV  [1138274843.398032] add@/module/em8300
UEVENT[1138274843.398716] add@/bus/pci/drivers/Sigma Designs EM8300
UDEV  [1138274843.404647] add@/bus/pci/drivers/Sigma Designs EM8300
UEVENT[1138274843.406985] add@/class/i2c-adapter/i2c-1
UDEV  [1138274843.415887] add@/class/i2c-adapter/i2c-1
UEVENT[1138274843.425296] add@/devices/platform/i2c-1/1-006a
UDEV  [1138274843.457585] add@/devices/platform/i2c-1/1-006a
UEVENT[1138274843.472905] add@/class/i2c-adapter/i2c-2
UDEV  [1138274843.481851] add@/class/i2c-adapter/i2c-2
UEVENT[1138274843.495669] add@/class/em8300/em8300-0
UDEV  [1138274843.510017] add@/class/em8300/em8300-0
UEVENT[1138274843.514687] add@/class/sound/dsp1
UDEV  [1138274843.519754] add@/class/sound/dsp1
UEVENT[1138274843.524865] add@/class/em8300/em8300_mv-0
UDEV  [1138274843.539752] add@/class/em8300/em8300_mv-0
UEVENT[1138274843.56] add@/class/em8300/em8300_ma-0
UDEV  [1138274843.559285] add@/class/em8300/em8300_ma-0
UEVENT[1138274843.563944] add@/class/em8300/em8300_sp-0
UDEV  [1138274843.578774] add@/class/em8300/em8300_sp-0

# grep . /sys/class/em8300/*/dev
/sys/class/em8300/em8300-0/dev: 121:0
/sys/class/em8300/em8300_ma-0/dev: 121:2
/sys/class/em8300/em8300_mv-0/dev: 121:1
/sys/class/em8300/em8300_sp-0/dev: 121:3


-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx  1 root root 20 2006-01-15 15:47 020_permissions.rules - 
../permissions.rules
lrwxrwxrwx  1 root root 12 2006-01-15 15:47 050_hal-plugdev.rules - 
../hal.rules
lrwxrwxrwx  1 root root 19 2006-01-15 15:47 cd-aliases.rules - 
../cd-aliases.rules
lrwxrwxrwx  1 root root 13 2006-01-15 15:47 udev.rules - ../udev.rules
lrwxrwxrwx  1 root root 19 2006-01-15 15:47 z20_persistent.rules - 
../persistent.rules
lrwxrwxrwx  1 root root 12 2006-01-15 15:47 z50_run.rules - ../run.rules
lrwxrwxrwx  1 root root 16 2006-01-15 15:47 z55_hotplug.rules - 
../hotplug.rules
lrwxrwxrwx  1 root root 19 2006-01-15 07:42 z60_alsa-utils.rules - 
../alsa-utils.rules
lrwxrwxrwx  1 root root 17 2006-01-15 15:47 z70_hotplugd.rules - 
../hotplugd.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hda/hda7/dev
/sys/block/hda/hda8/dev
/sys/block/hda/hda9/dev
/sys/block/hdc/dev
/sys/block/hdd/dev
/sys/class/dvb/dvb0.demux0/dev
/sys/class/dvb/dvb0.dvr0/dev
/sys/class/dvb/dvb0.frontend0/dev
/sys/class/dvb/dvb0.net0/dev
/sys/class/em8300/em8300-0/dev
/sys/class/em8300/em8300_ma-0/dev
/sys/class/em8300/em8300_mv-0/dev
/sys/class/em8300/em8300_sp-0/dev
/sys/class/input/input1/mouse0/dev
/sys/class/input/mice/dev
/sys/class/misc/hpet/dev
/sys/class/misc/psaux/dev
/sys/class/ppp/ppp/dev
/sys/class/printer/lp0/dev
/sys/class/sound/adsp1/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/controlC1/dev
/sys/class/sound/dsp1/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer1/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC1D0c/dev
/sys/class/sound/pcmC1D0p/dev
/sys/class/sound/pcmC1D1p/dev
/sys/class/sound/pcmC1D2p/dev
/sys/class/sound/pcmC1D3c/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev2.2/dev
/sys/class/usb_device/usbdev3.1/dev

-- Kernel configuration:
 isapnp_init not present.


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

Versions of packages udev depends on:
ii  initscripts   2.86.ds1-4 Standard scripts needed for bootin
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libselinux1   1.28-2 SELinux shared libraries
ii  lsb-base  3.0-14 Linux Standard Base 3.0 init scrip
ii  makedev   2.3.1-79   creates device files in /dev
ii  sed   4.1.2-8The GNU sed stream editor

udev recommends no packages.

-- no debconf information


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



Bug#349982: Please merge debian/procps.sh patch (from debian/patches/40_gnu-kbsd.dpatch)

2006-01-26 Thread Robert Millan
Package: procps
Version: 1:3.2.6-2
Severity: wishlist
Tags: patch

Hi!

I think the part of the debian/patches/40_gnu-kbsd.dpatch that applies to
debian/procps.sh should be merged into the debian diff -- looks like an
oversight.  I'm attaching it for your convenience.

The rest of the patch that applies to upstream source can be dropped altogether,
since recent fixes in our system headers make it no longer needed.

Thanks!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages procps depends on:
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

Versions of packages procps recommends:
ii  psmisc22.1-1 Utilities that use the proc filesy

-- no debconf information
--- ./debian/procps.sh  2005-11-02 13:21:56.0 +1100
+++ ./debian/procps.sh  2005-11-02 13:23:12.0 +1100
@@ -17,8 +17,9 @@
 [ -r /etc/default/rcS ] || exit 0
 . /etc/default/rcS
 
-[ -x /sbin/sysctl ] || exit 0
 
+PATH=/sbin:$PATH
+which sysctl  /dev/null || exit 0
 
 case $1 in
start|reload|restart|force-reload)
@@ -33,7 +34,7 @@
else
   quiet=-q
fi
-   /sbin/sysctl $quiet -p
+   sysctl $quiet -p
if [ $VERBOSE = yes ]
then
echo ... done.


Bug#349776: advi: [m68k] FTBFS: debian/rules:75: *** only one `else' per conditional. Stop.

2006-01-26 Thread Julien Cristau
On Wed, Jan 25, 2006 at 08:35:01 +, Christian T. Steigies wrote:

 Package: advi
 Severity: serious
 
 Automatic build of advi_1.6.0-8 on aahz by sbuild/m68k 85
 [...]
  /usr/bin/fakeroot debian/rules clean
 debian/rules:71: Extraneous text after `else' directive
 debian/rules:75: *** only one `else' per conditional.  Stop.
 
Hi Christian,

I can't reproduce this here, can you check which version of make was
used for this build?

Thanks,
Julien


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



Bug#349968: building with GLIB 2.0

2006-01-26 Thread Loïc Lefort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

ussp-push builds and runs fine with glib 2.0, you just need to replace
glib-config by pkg-config glib-2.0 in the Makefile and update the
build-deps.

Regards,

Loïc

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

iD8DBQFD2MD6YInQvgIBQ7YRAr1rAKCOVT9XerCwBMT8KJLkVzW4sx20cACg0pr/
1PWzxkbbYJUGJZCHSwtctuc=
=pD0O
-END PGP SIGNATURE-




Bug#323044: another issue

2006-01-26 Thread Pierre Habouzit
Le Jeu 26 Janvier 2006 12:29, martin f krafft a écrit :
 also sprach Pierre Habouzit [EMAIL PROTECTED] [2006.01.26.1225 
+0100]:
  this is because you are using utf-8 : in :he pattern.txt you'll see
  that \w and [:alnum:] that are the same only work in 8-bit locales
  mode. utf-8 does not seems to be supported, wich is a pity, and is
  not related to the syntax file.

 Then I wonder why the highlighting in the link reference (`link`_)
 works just fine.

errr, \w works only with 8-bits characters, not 8-bit locales. so 
`link`_ works but `äţćùuü`_ won't

if you use de_DE.iso-8859-1 I suppose `Ich bin ein Übergeek`_ would work 
while it would'nt in de_DE.UTF-8
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpa7rpkGfulF.pgp
Description: PGP signature


Bug#342128: does install-todo work?

2006-01-26 Thread Ludovic Rousseau
Le Thursday 26 January 2006 à 06:40:09, Dan Jacobson a écrit:
 m Corrected in 0.11.8-0.12.0-pre4-3 (from Debian/experimental)
 m You are losing your time if you file bugs that are ALREADY corrected.
 I'm offline and use sid, not experimental. Do it take an effort to
 track all of potential debian bugs...

If you _really_ want to help me you should check that the bug is STILL
present in pilot-link from experimental so I can submit a bug report
upstream.

I do not ask you to USE the experimental version for your day-to-day
work. I just ask you to check that the bug is not already corrected by
using the experimental version just for that.

If the bug is already known and corrected how do you think I can help
you? Do you want to track all the bugs that are already corrected (you
can read the changelog for a list of them)?

 Anyway, I hope
 $ install-todo Bla
 works. I don't see anything on my palm after running it with 0.11.8-17.

Check if you can reproduce the bug with 0.11.8-0.12.0-pre4-4

Regards,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --



Bug#349983: ktorrent: [m68k] FTBFS: autotools

2006-01-26 Thread Christian T. Steigies
Package: ktorrent
Version: 1.1-2
Severity: serious
Justification: no longer builds from source

Automatic build of ktorrent_1.1-2 on garkin by sbuild/m68k 85
Build started at 20060126-1053
[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.0.0), autotools-dev, kdelibs4-dev, libpcre3-dev, 
libx11-dev
[...]
/usr/bin/make
make[1]: Entering directory `/build/buildd/ktorrent-1.1'
cd .  /bin/sh /build/buildd/ktorrent-1.1/admin/missing --run aclocal-1.6 
/build/buildd/ktorrent-1.1/admin/missing: line 46: aclocal-1.6: command not 
found
WARNING: `aclocal-1.6' is missing on your system.  You should only need it if
 you modified `acinclude.m4' or `configure.in'.  You might want
 to install the `Automake' and `Perl' packages.  Grab them from
 any GNU archive site.
cd .  \
  /bin/sh /build/buildd/ktorrent-1.1/admin/missing --run automake-1.6 --gnu  
Makefile
/build/buildd/ktorrent-1.1/admin/missing: line 46: automake-1.6: command not 
found
WARNING: `automake-1.6' is missing on your system.  You should only need it if
 you modified `Makefile.am', `acinclude.m4' or `configure.in'.
 You might want to install the `Automake' and `Perl' packages.
 Grab them from any GNU archive site.
cd .  perl admin/am_edit Makefile.in
cd .  rm -f configure
cd .  /usr/bin/make -f admin/Makefile.common configure
make[2]: Entering directory `/build/buildd/ktorrent-1.1'
./admin/cvs.sh: line 11: autoconf: command not found
make[2]: *** [configure] Error 1

The package fails to build on other arches as well, at least on powerpc with
the same problem, see:

http://buildd.debian.org/build.php?pkg=ktorrent

Christian


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



Bug#344742: verbiste: FTBFS: sed: -e expression #1, char 352: unterminated address regex

2006-01-26 Thread Matej Vela
tag 344742 patch
thanks

This was caused by the following change in make 3.81beta4:

  In order to comply with POSIX, the way in which GNU make processes
  backslash-newline sequences in command strings has changed.  See the
  GNU make manual section Shell Execution for details.

See http://lists.debian.org/debian-devel/2005/12/msg00988.html for a
detailed explanation.  Patch attached; I can NMU if necessary.

Thanks,

Matej
--- src/gnome/Makefile.am.orig  2005-04-24 21:11:45.0 +0200
+++ src/gnome/Makefile.am   2005-04-24 21:11:45.0 +0200
@@ -41,14 +41,14 @@
 bonoboserver_DATA = $(PACKAGE).server
 
 $(PACKAGE).server: $(PACKAGE).server.pre
-   sed 's|%{libexecdir}|$(libexecdir)|g; \
+   sed s|%{libexecdir}|$(libexecdir)|g; \
s|%{PACKAGE}|$(PACKAGE)|g; \
s|%{APPLET_FULL_NAME}|$(APPLET_FULL_NAME)|g; \
s|%{APPLET_FULL_NAME_FR}|$(APPLET_FULL_NAME_FR)|g; \
s|%{APPLET_DESCRIPTION}|$(APPLET_DESCRIPTION)|g; \
s|%{APPLET_DESCRIPTION_FR}|$(APPLET_DESCRIPTION_FR)|g; \
s|%{APPLET_CATEGORY}|$(APPLET_CATEGORY)|g; \
-   s|%{APPLET_CATEGORY_FR}|$(APPLET_CATEGORY_FR)|g' \
+   s|%{APPLET_CATEGORY_FR}|$(APPLET_CATEGORY_FR)|g \
 $ | grep -v '^#'  [EMAIL PROTECTED]
mv -f [EMAIL PROTECTED] $@
 
--- src/gnome/Makefile.in.orig  2005-12-11 01:01:35.0 +0100
+++ src/gnome/Makefile.in   2005-12-11 01:01:35.0 +0100
@@ -802,14 +802,14 @@
 
 
 $(PACKAGE).server: $(PACKAGE).server.pre
-   sed 's|%{libexecdir}|$(libexecdir)|g; \
+   sed s|%{libexecdir}|$(libexecdir)|g; \
s|%{PACKAGE}|$(PACKAGE)|g; \
s|%{APPLET_FULL_NAME}|$(APPLET_FULL_NAME)|g; \
s|%{APPLET_FULL_NAME_FR}|$(APPLET_FULL_NAME_FR)|g; \
s|%{APPLET_DESCRIPTION}|$(APPLET_DESCRIPTION)|g; \
s|%{APPLET_DESCRIPTION_FR}|$(APPLET_DESCRIPTION_FR)|g; \
s|%{APPLET_CATEGORY}|$(APPLET_CATEGORY)|g; \
-   s|%{APPLET_CATEGORY_FR}|$(APPLET_CATEGORY_FR)|g' \
+   s|%{APPLET_CATEGORY_FR}|$(APPLET_CATEGORY_FR)|g \
 $ | grep -v '^#'  [EMAIL PROTECTED]
mv -f [EMAIL PROTECTED] $@
 


Bug#349528: Security bugs in elog

2006-01-26 Thread Florian Weimer
* Recai Oktaş:

 * Recai Oktaş [2006-01-25 09:34:15+0200]
 Florian: If you haven't any objections, I'll upload to stable-security

You need to coordinate this with the stable-security team.  If you
could upload a new upstream version to unstable, this would be fine,
though.

So far, the patch for CVE-2006-0347 was missing. A tentative backport
of the upstream fix is included below.  I dropped the hunk which dealt
with scripts support because this functionality is not present in
the sarge version.

The changelog entry should look like this:

  Backport revision 1620 from upstream Subversion repository:
  Prohibit '..' in URLs [CVE-2006-0347]

diff --git a/src/elogd.c b/src/elogd.c
index a24f27e..dbf2101 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -20872,6 +20872,25 @@ void server_loop(void)
 setcfg_topgroup();
 
 p = strchr(net_buffer, '/') + 1;
+
+/* check for ../.. to avoid serving of files on top of the elog 
directory */
+for (i = 0; p[i]  p[i] != ' '  p[i] != '?'; i++)
+   url[i] = p[i];
+url[i] = 0;
+
+if (strstr(url, ../..)) {
+   sprintf(str, Invalid URL: %s, url);
+   show_error(str);
+   send(_sock, return_buffer, strlen_retbuf + 1, 0);
+   keep_alive = 0;
+   if (verbose) {
+  eprintf( Return \n);
+  eputs(return_buffer);
+  eprintf(\n\n);
+   }
+   goto finished;
+}
+
 logbook[0] = 0;
 for (i = 0; *p  *p != '/'  *p != '?'  *p != ' '; i++)
logbook[i] = *p++;
@@ -20935,6 +20954,21 @@ void server_loop(void)
 strstr(logbook, .jpg) || strstr(logbook, .png) ||
 strstr(logbook, .ico) || strstr(logbook, .htm)
 || strstr(logbook, .css)) {
+
+   /* do not allow '..' in file name */
+   if (strstr(logbook, ..)) {
+  sprintf(str, Invalid URL: %s, logbook);
+  show_error(str);
+  send(_sock, return_buffer, strlen_retbuf + 1, 0);
+  keep_alive = 0;
+  if (verbose) {
+ eprintf( Return \n);
+ eputs(return_buffer);
+ eprintf(\n\n);
+  }
+  goto finished;
+   }
+
/* check if file in resource directory */
strlcpy(str, resource_dir, sizeof(str));
strlcat(str, logbook, sizeof(str));




Bug#349765: linux-2.6.14-2-alpha-generic: please support the prctl syscall

2006-01-26 Thread Kyle McMartin
On Thu, Jan 26, 2006 at 03:23:08AM -0800, Steve Langasek wrote:
 Should be 'value' instead of 'addr', I guess?
 
Yeah, oops, I just cribbed it from the one I did for parisc for LaMont.


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



Bug#349985: various unfixed security bugs

2006-01-26 Thread Florian Weimer
Package: libphp-adodb
Tags: security
Severity: grave

The package seems to contain at least the following vulnerabilities:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0146

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0147

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0410
http://sourceforge.net/project/shownotes.php?release_id=387862group_id=42718


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



Bug#349984: [Debian GNU/kfreebsd] Cannot update from initscripts 2.86.ds-1.6 to 2.86.ds-1.11

2006-01-26 Thread SniX
Package: initscripts
Version: 2.86.ds-1.11

when I do the following
apt-get install initscripts to get the latest version I get the following 
error:
Depends: mount (= 2.11x-1) but is not installable

Note: on a Debian GNU/kfreebsd system, 




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



Bug#349020: Please remove the source package gmime and the binary packages libgmime0 and libgmime0-dev from unstable.

2006-01-26 Thread Guus Sliepen
On Thu, Jan 26, 2006 at 12:30:03PM +0100, Jeroen van Wolffelaar wrote:

  I don't like to rename the source package to 'gmime', I've seen to many
  cases of a new major version of a library coming out that wasn't
  backwards compatible at all (not even at compile time) with previous
  versions, so that in the end you had to support both, in which case the
  added version number to the name of the source package is helpful. And
  if there is only one version, it doesn't hurt either.
 
 There are only 3 package using gmime. It's extremely well doable to
 simply fix those 3 packages at roughly the same time, so no reason to
 support two different versions at the same time. And in the unlikely
 case that the need arises, you can have a gmime vs gmime3 anyway.

There is no need to change anything at all. I'll file a bug to remove
gmime2. Ove can ask for the removal of gmime1 unless he thinks it is
still used by Debian users. The source package gmime2.1 stays as it is.
No other packages need to change anything.

-- 
Met vriendelijke groet / with kind regards,
Guus Sliepen [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#349776: advi: [m68k] FTBFS: debian/rules:75: *** only one `else' per conditional. Stop.

2006-01-26 Thread Christian T. Steigies
Moin,
On Thu, Jan 26, 2006 at 01:21:03PM +0100, Julien Cristau wrote:
 On Wed, Jan 25, 2006 at 08:35:01 +, Christian T. Steigies wrote:
 
  Package: advi
  Severity: serious
  
  Automatic build of advi_1.6.0-8 on aahz by sbuild/m68k 85
  [...]
   /usr/bin/fakeroot debian/rules clean
  debian/rules:71: Extraneous text after `else' directive
  debian/rules:75: *** only one `else' per conditional.  Stop.
  
 Hi Christian,
 
 I can't reproduce this here, can you check which version of make was
 used for this build?

Unless it has been updated since yesterday (which I doubt) it was:

make (3.80-12)

Christian


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



Bug#349986: nvidia-glx-legacy: x crashes when loading glx module

2006-01-26 Thread Stephen Kennedy
Package: nvidia-glx-legacy
Version: 1.0.7174-2
Severity: normal



When glx is enabled in xorg.conf, the server crashes on startup.
When glx is disabled, the server starts normally.





Script started on Tue 24 Jan 2006 16:31:23 GMT
stag:~# startx
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority

X: warning; process set to priority -11 instead of requested priority -10

X Window System Version 6.9.0 (Debian 6.9.0.dfsg.1-4 20060114230205 David 
Nusinow [EMAIL PROTECTED])
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: Linux 2.6.15-1-686 i686 [ELF] 
Current Operating System: Linux stag 2.6.15-1-686-smp #1 SMP Wed Jan 18 
15:26:19 UTC 2006 i686
Build Date: 14 January 2006
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.15-1-686-smp (Debian 2.6.15-3) ([EMAIL PROTECTED]) 
(gcc version 4.0.3 20060115 (prerelease) (Debian 4.0.2-7)) #1 SMP Wed Jan 18 
15:26:19 UTC 2006 T
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Jan 24 16:31:24 2006
(==) Using config file: /etc/X11/xorg.conf
XIO:  fatal IO error 104 (Connection reset by peer) on X server :0.0
  after 0 requests (0 known processed) with 0 events remaining.
stag:~# exit





The tail of Xorg.0.log is:
(I'll attach the full log separately)


(II) NVIDIA(0): Setting mode 1600x1200
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX






-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages nvidia-glx-legacy depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  nvidia-kernel-legacy-2.6. 1.0.7174-2 NVIDIA binary kernel module for Li
ii  xserver-common6.9.0.dfsg.1-4 files and utilities common to all 

-- no debconf information


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



Bug#349988: kdbg: [m68k] FTBFS: autoconf: command not found

2006-01-26 Thread Christian T. Steigies
Package: kdbg
Version: 2.0-3
Severity: serious
Justification: no longer builds from source

Automatic build of kdbg_2.0.3-1 on garkin by sbuild/m68k 85
[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.1.0), kdelibs4-dev, libqt3-compat-headers, dpatch
[...]
/usr/bin/make
make[1]: Entering directory `/build/buildd/kdbg-2.0.3'
cd .  /bin/sh /build/buildd/kdbg-2.0.3/admin/missing --run aclocal-1.9 
/build/buildd/kdbg-2.0.3/admin/missing: line 46: aclocal-1.9: command not found
WARNING: `aclocal-1.9' is missing on your system.  You should only need it if
 you modified `acinclude.m4' or `configure.in'.  You might want
 to install the `Automake' and `Perl' packages.  Grab them from
 any GNU archive site.
 cd .  /bin/sh /build/buildd/kdbg-2.0.3/admin/missing --run automake-1.9 
--foreign 
/build/buildd/kdbg-2.0.3/admin/missing: line 46: automake-1.9: command not found
WARNING: `automake-1.9' is missing on your system.  You should only need it if
 you modified `Makefile.am', `acinclude.m4' or `configure.in'.
 You might want to install the `Automake' and `Perl' packages.
 Grab them from any GNU archive site.
cd .  perl admin/am_edit Makefile.in
cd .  rm -f configure
cd .  /usr/bin/make -f admin/Makefile.common configure
make[2]: Entering directory `/build/buildd/kdbg-2.0.3'
./admin/cvs.sh: line 11: autoconf: command not found

Your package fails to build at least on powerpc with the same problem, see

http://buildd.debian.org/build.php?pkg=kdbg

Christian


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



Bug#349987: dillo: Dillo crash

2006-01-26 Thread Harri Haataja
Package: dillo
Version: 0.8.5-4
Severity: normal


Dillo crashed suddenly while reading a page I had had open for a while.
Perhaps while trying to scroll with middle button or keys.

(gdb) bt full
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7a7b691 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb7a7cf5b in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3  0xb7ab1ba7 in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4  0xb7ab829c in malloc_usable_size () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5  0xb7ab8612 in free () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#6  0xb7c2eb71 in g_free () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#7  0x08099b7a in a_IO_add_buf ()
No symbol table info available.
#8  0xb7bcde70 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9  0xb7b22c0e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_GB, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dillo depends on:
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libglib1.2   1.2.10-10.1 The GLib library of C routines
ii  libgtk1.21.2.10-18   The GIMP Toolkit set of widgets fo
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libssl0.9.8  0.9.8a-5SSL shared libraries
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  wget 1.10.2-1retrieves files from the web
ii  xlibs6.8.2.dfsg.1-11 X Window System client libraries m
ii  zlib1g   1:1.2.3-9   compression library - runtime

dillo recommends no packages.

-- no debconf information


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



Bug#345999: installation-report: Same problem on a Dell Latitude D610

2006-01-26 Thread Alexander Wintermans
Package: installation-reports
Version: 2.9
Followup-For: Bug #345999



-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/etch_d-i/beta1/i386/iso-cd/debian-testing-i386-netinst.iso
Date: 26-Jan-2006

Machine: Dell Latitude D610
Partitions: Not relevant


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [E]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Installed system ok:[ ]

Comments/Problems:

The install runs into trouble whith a dialog 'Detect and mount CD-ROM'
that shows the message 'No common CD-ROM drive was detected ... Load
CD-ROM drivers from a driver floppy?'


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



Bug#349776: advi: [m68k] FTBFS: debian/rules:75: *** only one `else' per conditional. Stop.

2006-01-26 Thread Julien Cristau
On Thu, Jan 26, 2006 at 13:52:40 +, Christian T. Steigies wrote:

 Moin,
 On Thu, Jan 26, 2006 at 01:21:03PM +0100, Julien Cristau wrote:
  Hi Christian,
  
  I can't reproduce this here, can you check which version of make was
  used for this build?
 
 Unless it has been updated since yesterday (which I doubt) it was:
 
 make (3.80-12)
 
I can indeed reproduce this problem using make 3.80-12, whereas it works
with make 3.80+3.81.b4-1, which is currently in testing/unstable.
I'll add a versioned build-dep to advi, or change the rules file to work
with an older make.

Thanks!
Julien


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



Bug#349989: Workrave doesn't detect activity on other desktops (ion)

2006-01-26 Thread Jeroen van Wolffelaar
Package: workrave
Version: 1.6.2-1
Severity: normal

I'm using workrave with windowmanager ion3 on my Sarge workstation. When
I have activity in other desktops (including special-purpose fullscreen
desktops) than the one workrave shows up in, workrave will not detect
the activity done over there, and start counting as if I'm taking a
break, which isn't true. This will cause workrave to be more happy with
my behaviour than it should be.

I'm not sure which package this bug belongs to (ion3 or workrave), but I
suspect workrave.  I've X-Debbugs-Cc'd the ion3 maintainer though, maybe
he has an idea.

--Jeroen

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages workrave depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.8.0-4   The ATK accessibility toolkit
ii  libbonobo2-0   2.8.1-2   Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.8.1-2   The Bonobo UI library
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcc11:3.4.3-13GCC support library
ii  libgconf2-42.8.1-6   GNOME configuration database syste
ii  libgconfmm2.0-1c10 2.0.2-1   C++ wrappers for GConf2 (shared li
ii  libglade2-01:2.4.2-2 library to load .glade files at ru
ii  libglademm2.0-1c10 2.2.0-1.1 C++ wrappers for libglade2 (shared
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgnet2.0-0   2.0.7-1   GNet network library
ii  libgnome2-02.8.1-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.8.0-1   A powerful object-oriented display
ii  libgnomecanvasmm2. 2.0.1-5   C++ wrappers for libgnomecanvas2 (
ii  libgnomemm2.0-12.0.1-2   C++ wrappers for libgnome2 (develo
ii  libgnomeui-0   2.8.1-3   The GNOME 2 libraries (User Interf
ii  libgnomeuimm2.0-1  2.0.0-5   C++ wrappers for libgnomeui2 (shar
ii  libgnomevfs2-0 2.8.4-4   The GNOME virtual file-system libr
ii  libgtk2.0-02.6.4-3.1 The GTK+ graphical user interface 
ii  libgtkmm2.0-1c102  2.2.12-1.1C++ wrappers for GTK+ 2.0 (shared 
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  liborbit2  1:2.12.2-1libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.8.3-1   library for GNOME 2 panel applets
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsigc++-1.2-5c10 1.2.5-4   type-safe Signal Framework for C++
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxml22.6.16-7  GNOME XML library
ii  libxmu64.3.0.dfsg.1-14sarge1 X Window System miscellaneous util
ii  libxtst6   4.3.0.dfsg.1-14sarge1 X Window System event recording an
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED]
http://jeroen.A-Eskwadraat.nl


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



Bug#349820: Processed: Re: Bug#349820: The ftp.is.debian.org mirror is out of date

2006-01-26 Thread MJ Ray
Adam:
 I forwarded the report to [EMAIL PROTECTED]; I'm assuming it should have
 been [EMAIL PROTECTED]

Probably. d-mirrors is a moderated announcement list.
[EMAIL PROTECTED] is a mailbox - not sure who's reading it now.

mirrors pseudo-package seems fine.  I guess I was asking whether
the old cc was the upstream, so this could have been tagged
forwarded. Sorry I was obtuse.

If the mirror is still OK, do you think this is -done now?

Thanks for helping,
-- 
MJ Ray - personal email, see http://mjr.towers.org.uk/email.html
Work: http://www.ttllp.co.uk/  irc.oftc.net/slef  Jabber/SIP ask



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



  1   2   3   4   >