Bug#390433: dash: does not execute EXIT trap if shell is killed

2008-08-01 Thread Chris Lamb
Chris Lamb wrote:

 tags 390433 + patch
 thanks

Hi Gerrit, 

You marked this bug as forwarded but I don't see anything on the mailing
list about it; should I just look harder?


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20


signature.asc
Description: PGP signature


Bug#358195: dput: Please add an option to limit used bandwith

2008-08-01 Thread Ying-Chun Liu (PaulLiu)

Dear Giridhar,

Could you please consider my patch for limit the used bandwidth for scp
part?

The scp command provides -l option which can be used to limit the
bandwidth. The unit is Kbits/sec, not Kbytes/sec.

I'm making a patch for this. Could you please check if it is possible to
included it into the dput package?

Many Thanks,
 Paul


-- 
PaulLiu(劉穎駿)
E-mail address: [EMAIL PROTECTED]
--- dput-0.9.2.32/dput	2008-05-04 17:58:54.0 +0800
+++ dput-0.9.2.32/dput	2008-08-01 02:57:01.029947251 +0800
@@ -102,6 +102,7 @@
 config.set('DEFAULT', 'run_dinstall', '0')
 config.set('DEFAULT', 'check_version', '0')
 config.set('DEFAULT', 'scp_compress', '0')
+config.set('DEFAULT', 'scp_netlimit', '0')
 config.set('DEFAULT', 'default_host_main', '')
 config.set('DEFAULT', 'post_upload_command', '')
 config.set('DEFAULT', 'pre_upload_command', '')
@@ -870,12 +871,16 @@
 if debug and config.getboolean(host, 'scp_compress'):
 print D: Setting compression for scp
 scp_compress = config.getboolean(host, 'scp_compress')
+if debug and config.getint(host, 'scp_netlimit'):
+print D: Setting network limit for scp:  + str(config.getint(host, 'scp_netlimit')) +  Kbits/sec
+scp_netlimit = config.getint(host, 'scp_netlimit')
 ssh_config_options = filter(None, map(lambda x: x.strip(),
config.get (host ,'ssh_config_options').split('\n')))
 if debug:
   print D: ssh config options:\n  +'\n  '.join(ssh_config_options)
 upload_methods[method](fqdn, login, incoming, \
-files_to_upload, debug, scp_compress, ssh_config_options)
+files_to_upload, debug, scp_compress, scp_netlimit , \
+ssh_config_options)
 else:
 upload_methods[method](fqdn, login, incoming, \
 files_to_upload, debug, 0, progress=progress)
--- dput-0.9.2.32/scp.py	2008-05-02 02:56:34.0 +0800
+++ dput-0.9.2.32/scp.py	2008-08-01 02:58:01.925951491 +0800
@@ -2,7 +2,7 @@
 
 import os,sys,stat,dputhelper
 
-def upload(fqdn,login,incoming,files_to_upload,debug,compress,
+def upload(fqdn,login,incoming,files_to_upload,debug,compress,netlimit,
 	   ssh_config_options=[],progress=0):
 
 files_to_fix = []
@@ -15,6 +15,9 @@
 command = ['scp', '-p']
 if compress:
 command.append('-C')
+if netlimit and netlimit0:
+command.append('-l')
+command.append(str(netlimit))
 for anopt in ssh_config_options:
 	command += ['-o', anopt]
 # TV-Note: Are these / Should these be escaped?


signature.asc
Description: OpenPGP digital signature


Bug#493185: v86d doesn't work from initramfs

2008-08-01 Thread Yves-Alexis Perez
Package: v86d
Version: 0.1.5.2-1
Severity: normal

Hey,

I tried to use the new v86d from the initramfs so I could have a framebuffer
in early stages, but it doesn't work.

Logs say:

Aug  1 08:11:06 hidalgo kernel: agpgart: Detected an Intel 965GM Chipset.
Aug  1 08:11:06 hidalgo kernel: agpgart: Detected 7676K stolen memory.
Aug  1 08:11:06 hidalgo kernel: agpgart: AGP aperture is 256M @ 0xe000
Aug  1 08:11:06 hidalgo kernel: uvesafb: Getting VBE info block failed 
(eax=0x4f00, err=-3)
Aug  1 08:11:06 hidalgo kernel: uvesafb: vbe_init() failed with -22
Aug  1 08:11:06 hidalgo kernel: uvesafb: probe of uvesafb.0 failed with error 
-22

As you may know I run a Thinkpad T61 full intel and can provide other stuff. I 
didn't specify a mode in the /etc/initramfs-tools/modules line because anyway  
bios doesn't send 1400x1050 as a valid resolution for my screen.

If you need more info, please ask :)

Cheers,

--
Yves-Alexis


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

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

Versions of packages v86d depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libx86-1  1.1+ds1-2  x86 real-mode library

Versions of packages v86d recommends:
ii  initramfs-tools   0.92e  tools for generating an initramfs

v86d suggests no packages.

-- no debconf information



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



Bug#493186: Upgrade to 0.2.4 ?

2008-08-01 Thread Arnaud Ebalard
Package: libp11-0
Version: 0.2.3-2
Severity: wishlist

As a result of a vulnerability discovered against OpenSC [1], new
releases of the various elements of the project have been published.
Among those is a new version of libp11: 0.2.4. Would it be possible to
release a new version of the package (there is a functionality I am
interested in in the new version).

Thanks for your work,

Cheers,

a+

[1] http://permalink.gmane.org/gmane.comp.encryption.opensc.devel/7365



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



Bug#487103: Somewhat merged upstream

2008-08-01 Thread Matt Kraai
Howdy,

The patch has been merged upstream by Patrick McHardy, one of the
netfilter maintainers, so I assume it'll be merged into the official
tree eventually.

-- 
Matt http://ftbfs.org/



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



Bug#484087: Can't install driver 2.4.0

2008-08-01 Thread Brice Goglin
Sander Marechal wrote:
 marvin:/home/sander# apt-get -t experimental install
   

Nothing wrong here. The 2.4.0 driver from experimental has been built
for the Xserver 1.4.99 from experimental, which cannot work with drivers
from unstable. So either you upgrade most X packages to experimental
(they work very well here, by the way), or you just stick everything
with from unstable.

 You mean that this bug won't be fixed in Lenny? A bug that causes
 instability, loss of work and requires daily reboots because X dies? I'd
 say that this bug be marked RC.
   

Switching to XAA is supposed to work around the problem.

We have very few testers of 2.4.0 so far, and there's a least one big
known bug (fixed soon fortunately). We can't just put 2.4.0 in Lenny so
late, it may be too risky. 2.3.2 works fine except in some cases with
EXA, and we have a workaround for these.

Brice




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



Bug#493187: akregator: Problems with 'Article' column width

2008-08-01 Thread David
Package: akregator
Version: 4:3.5.9-5
Severity: normal

*** Please type your report below this line ***

I have a few problems with column width in the normal view mode.

Problem 1: Double-clicking on the border between 'Article' and 'Feed'
headings doesn't do anything. It should resize the 'Article' column
to the width of the longest article name. It does work for other
columns however.

Problem 2: Article column width is automatically reset by marking
articles as important. This is annoying and forces me to keep
resizing the 'Article' column each time (make it wider so I can read
the full article title).

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

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

Versions of packages akregator depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-8GCC support library
ii  libkdepim1a 4:3.5.9-5KDE PIM library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.1-8  The GNU Standard C++ Library v3

akregator recommends no packages.

akregator suggests no packages.

-- no debconf information



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



Bug#493188: netperf: Netserver should not start in rcS.d

2008-08-01 Thread Rik Theys
Package: netperf
Version: 2.4.4-5
Severity: normal

Hi,

The init script for netpref currently has runlevel S included in the 
Default-Start section.
This causes netperf to start very early in the boot sequence. It's not 
necessary to start
netperf that early.

The system also tries to start netperf again in rc2.d but fails because it's 
already running.

Solution is to remove the 'S' from the Default-Start line in 
/etc/init.d/netperf.

Regards,

Rik


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

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

Versions of packages netperf depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

netperf recommends no packages.

netperf suggests no packages.

-- no debconf information

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm




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



Bug#493162: libxslt1.1: buffer overflow [CVE-2008-2935]

2008-08-01 Thread Thijs Kinkhorst
tags 493162 patch
thanks
--- libxslt-1.1.24.orig/libexslt/crypto.c
+++ libxslt-1.1.24/libexslt/crypto.c
@@ -595,11 +595,13 @@
 int str_len = 0, bin_len = 0, hex_len = 0;
 xmlChar *key = NULL, *str = NULL, *padkey = NULL;
 xmlChar *bin = NULL, *hex = NULL;
+xsltTransformContextPtr tctxt = NULL;
 
-if ((nargs  1) || (nargs  3)) {
+if (nargs != 2) {
 	xmlXPathSetArityError (ctxt);
 	return;
 }
+tctxt = xsltXPathGetTransformContext(ctxt);
 
 str = xmlXPathPopString (ctxt);
 str_len = xmlUTF8Strlen (str);
@@ -611,7 +613,7 @@
 }
 
 key = xmlXPathPopString (ctxt);
-key_len = xmlUTF8Strlen (str);
+key_len = xmlUTF8Strlen (key);
 
 if (key_len == 0) {
 	xmlXPathReturnEmptyString (ctxt);
@@ -620,15 +622,33 @@
 	return;
 }
 
-padkey = xmlMallocAtomic (RC4_KEY_LENGTH);
+padkey = xmlMallocAtomic (RC4_KEY_LENGTH + 1);
+if (padkey == NULL) {
+	xsltTransformError(tctxt, NULL, tctxt-inst,
+	exsltCryptoRc4EncryptFunction: Failed to allocate padkey\n);
+	tctxt-state = XSLT_STATE_STOPPED;
+	xmlXPathReturnEmptyString (ctxt);
+	goto done;
+}
+memset(padkey, 0, RC4_KEY_LENGTH + 1);
+
 key_size = xmlUTF8Strsize (key, key_len);
+if ((key_size  RC4_KEY_LENGTH) || (key_size  0)) {
+	xsltTransformError(tctxt, NULL, tctxt-inst,
+	exsltCryptoRc4EncryptFunction: key size too long or key broken\n);
+	tctxt-state = XSLT_STATE_STOPPED;
+	xmlXPathReturnEmptyString (ctxt);
+	goto done;
+}
 memcpy (padkey, key, key_size);
-memset (padkey + key_size, '\0', sizeof (padkey));
 
 /* encrypt it */
 bin_len = str_len;
 bin = xmlStrdup (str);
 if (bin == NULL) {
+	xsltTransformError(tctxt, NULL, tctxt-inst,
+	exsltCryptoRc4EncryptFunction: Failed to allocate string\n);
+	tctxt-state = XSLT_STATE_STOPPED;
 	xmlXPathReturnEmptyString (ctxt);
 	goto done;
 }
@@ -638,6 +658,9 @@
 hex_len = str_len * 2 + 1;
 hex = xmlMallocAtomic (hex_len);
 if (hex == NULL) {
+	xsltTransformError(tctxt, NULL, tctxt-inst,
+	exsltCryptoRc4EncryptFunction: Failed to allocate result\n);
+	tctxt-state = XSLT_STATE_STOPPED;
 	xmlXPathReturnEmptyString (ctxt);
 	goto done;
 }
@@ -670,11 +693,13 @@
 int str_len = 0, bin_len = 0, ret_len = 0;
 xmlChar *key = NULL, *str = NULL, *padkey = NULL, *bin =
 	NULL, *ret = NULL;
+xsltTransformContextPtr tctxt = NULL;
 
-if ((nargs  1) || (nargs  3)) {
+if (nargs != 2) {
 	xmlXPathSetArityError (ctxt);
 	return;
 }
+tctxt = xsltXPathGetTransformContext(ctxt);
 
 str = xmlXPathPopString (ctxt);
 str_len = xmlUTF8Strlen (str);
@@ -686,7 +711,7 @@
 }
 
 key = xmlXPathPopString (ctxt);
-key_len = xmlUTF8Strlen (str);
+key_len = xmlUTF8Strlen (key);
 
 if (key_len == 0) {
 	xmlXPathReturnEmptyString (ctxt);
@@ -695,22 +720,51 @@
 	return;
 }
 
-padkey = xmlMallocAtomic (RC4_KEY_LENGTH);
+padkey = xmlMallocAtomic (RC4_KEY_LENGTH + 1);
+if (padkey == NULL) {
+	xsltTransformError(tctxt, NULL, tctxt-inst,
+	exsltCryptoRc4EncryptFunction: Failed to allocate padkey\n);
+	tctxt-state = XSLT_STATE_STOPPED;
+	xmlXPathReturnEmptyString (ctxt);
+	goto done;
+}
+memset(padkey, 0, RC4_KEY_LENGTH + 1);
 key_size = xmlUTF8Strsize (key, key_len);
+if ((key_size  RC4_KEY_LENGTH) || (key_size  0)) {
+	xsltTransformError(tctxt, NULL, tctxt-inst,
+	exsltCryptoRc4EncryptFunction: key size too long or key broken\n);
+	tctxt-state = XSLT_STATE_STOPPED;
+	xmlXPathReturnEmptyString (ctxt);
+	goto done;
+}
 memcpy (padkey, key, key_size);
-memset (padkey + key_size, '\0', sizeof (padkey));
 
 /* decode hex to binary */
 bin_len = str_len;
 bin = xmlMallocAtomic (bin_len);
+if (bin == NULL) {
+	xsltTransformError(tctxt, NULL, tctxt-inst,
+	exsltCryptoRc4EncryptFunction: Failed to allocate string\n);
+	tctxt-state = XSLT_STATE_STOPPED;
+	xmlXPathReturnEmptyString (ctxt);
+	goto done;
+}
 ret_len = exsltCryptoHex2Bin (str, str_len, bin, bin_len);
 
 /* decrypt the binary blob */
 ret = xmlMallocAtomic (ret_len);
+if (ret == NULL) {
+	xsltTransformError(tctxt, NULL, tctxt-inst,
+	exsltCryptoRc4EncryptFunction: Failed to allocate result\n);
+	tctxt-state = XSLT_STATE_STOPPED;
+	xmlXPathReturnEmptyString (ctxt);
+	goto done;
+}
 PLATFORM_RC4_DECRYPT (ctxt, padkey, bin, ret_len, ret, ret_len);
 
 xmlXPathReturnString (ctxt, ret);
 
+done:
 if (key != NULL)
 	xmlFree (key);
 if (str != NULL)


pgpR0N9CDb6HO.pgp
Description: PGP signature


Bug#131633: NEW!Job offer vs possible promotion

2008-08-01 Thread Lorie Neely
NEW VACANCIES !!!

Charlton Finance's premiere marketing and distribution firm, is continuing to 
expand. We are  planning to open a series of branches in USA and are in need of 
new managers with fresh  ideas.
We provide salary based compensation and all openings are entry - level, ideal 
for recent  graduates or seasoned individuals looking for a career change. Our 
company prides itself on  our support staff and we are willing to train highly 
motivated people for management  opportunities.
Age requirements: 21 and older
Job location : USA nationwide.
Salary: 2000 week and more

Please reply only our personal e-mail:  [EMAIL PROTECTED]

Regards Jason Stuart Andersen, co owner




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



Bug#493189: PTS: please display testing security updates aswell

2008-08-01 Thread Thijs Kinkhorst
Package: qa.debian.org
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: pts

Hi,

The PTS currently displays stable and stable security updates in the left 
column. I think it would be worthwhile to include testing security updates 
aswell if available.


thanks,
Thijs


pgpbxXqXeoq4E.pgp
Description: PGP signature


Bug#113616: NEW!Jobs Available. High Salaries

2008-08-01 Thread Leona Peters
NEW VACANCIES !!!

Charlton Finance's premiere marketing and distribution firm, is continuing to 
expand. We are  planning to open a series of branches in USA and are in need of 
new managers with fresh  ideas.
We provide salary based compensation and all openings are entry - level, ideal 
for recent  graduates or seasoned individuals looking for a career change. Our 
company prides itself on  our support staff and we are willing to train highly 
motivated people for management  opportunities.
Age requirements: 21 and older
Job location : USA nationwide.
Salary: 2000 week and more

Please reply only our personal e-mail:  [EMAIL PROTECTED]

Regards Jason Stuart Andersen, co owner




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



Bug#493181: lenny

2008-08-01 Thread Russell Coker
I've just been told that PAM version 1.0.1-1 is going in Lenny.

I would appreciate it if you could propose a package fixing this bug as a 
candidate for Lenny.



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



Bug#493185: v86d doesn't work from initramfs

2008-08-01 Thread Evgeni Golov
Hi Corsac,

On Fri, 01 Aug 2008 08:31:14 +0200 Yves-Alexis Perez wrote:

 I tried to use the new v86d from the initramfs so I could have a framebuffer
 in early stages, but it doesn't work.
[...]
 Aug  1 08:11:06 hidalgo kernel: agpgart: Detected an Intel 965GM Chipset.
 Aug  1 08:11:06 hidalgo kernel: agpgart: Detected 7676K stolen memory.
 Aug  1 08:11:06 hidalgo kernel: agpgart: AGP aperture is 256M @ 0xe000
 Aug  1 08:11:06 hidalgo kernel: uvesafb: Getting VBE info block failed 
 (eax=0x4f00, err=-3)
 Aug  1 08:11:06 hidalgo kernel: uvesafb: vbe_init() failed with -22
 Aug  1 08:11:06 hidalgo kernel: uvesafb: probe of uvesafb.0 failed with error 
 -22

I have the same behaviour on my Z61 (but not my X31). I have to load
v86d after the real system is up (and before Xorg, as the radeon driver
does something which lets uvesafb segfault).

Could you please try the following:
1. Load uvesafb from /etc/modules and not from initrd
2. Rebuild v86d without 01_use-external-libx86.patch and test in initrd
   again.
3. And outside of initrd too.

When no of the three will help, I'll prepare you an unpatched 0.1.6
from upstream for testing.

Regards
Evgeni


pgpllz3DNwcmw.pgp
Description: PGP signature


Bug#493192: kscope doesn't run in KDE4

2008-08-01 Thread Ritesh Raj Sarraf
Package: kscope
Version: 1.6.1-1
Severity: normal

This bug could be closed with the reason that KDE4 is in experimental. ;-)

But it'd be very nice if we could have kscope working in KDE 4 too.

Currently kscope depends on libkateinterfaces.so.0 which is part of kate. But 
with Kate from 4.1, that library is not available.

Can you please prepare a kscope package for KDE 4.1 in experimental?

Ritesh

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

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

Versions of packages kscope depends on:
ii  cscope  15.6-6   Interactively examine a C program 
ii  exuberant-ctags 1:5.7-4  build tag file indexes of source c
ii  graphviz2.20.0-1 rich set of graph drawing tools
ii  kate4:4.1.0-1KDE 4 Advanced Text Editor
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-2GCC support library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.1-2  The GNU Standard C++ Library v3

kscope recommends no packages.

kscope suggests no packages.

-- no debconf information



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



Bug#443686: closed by Daniel Baumann [EMAIL PROTECTED] (Bug#443686: fixed in rdiff-backup 1.2.0-1)

2008-08-01 Thread Norbert Tretkowski
Am Donnerstag, den 31.07.2008, 20:57 + schrieb Debian BTS:
 rdiff-backup (1.2.0-1) unstable; urgency=medium
  .
* Merging upstream version 1.2.0
  (Closes: #345627, #420869, #426110, #443686, #463035, #480785, #481098).

I did not test it 1.2.0 really fixes this bug, but in my bugreport I was
not asking for a new upstream release.

http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-debian-changelog

Norbert




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



Bug#493075: scsi_id changed commandline syntax (breaks multipath)

2008-08-01 Thread Guido Günther
On Thu, Jul 31, 2008 at 06:11:01PM +0200, Marco d'Itri wrote:
 On Jul 31, Teodor [EMAIL PROTECTED] wrote:
 
  I think this can be fixed by depending on udev = 0.125 and hitting
  both together in lenny. First you'll have to ask for a freeze
  exception since this seems to be RC.
 This is planned, and I expect that the freeze exception will be granted.
 But please let me know in advance if I am supposed to do anything, and
 what.
In order to support the upgrade we need to:

udev:
* hack in enough support for -s so we can update udev without
  updating multipath-tools - this can probably be done by just
  implementing -s as -d and simply doing a: s%^/block/%^/dev/% in
  set_options if -s was set. I just did this but then noticed:

  scsi_id.c: In function ‘set_options’:
  scsi_id.c:465: error: duplicate case value
  scsi_id.c:419: error: previously used here
 
  They reused '-s' for something completely different: to specify the SG
  version. Now how broken can stuff be?

* Deprecate -s/--devpath in NEWS.Debian

once this is sorted out: 

multipath-tools:
* move multipath-tools over to using -d (I'm currently discussing this
  with upstream - the fix is obvious but just to be sure)
* depend on udev (= 0.125) - since older versions of udev don't support
  -d correctly.

Cheers,
 -- Guido



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



Bug#492012: apt-listbugs: fails to retreive bug reports if there are a lot of bugs

2008-08-01 Thread Paolo Sala

Junichi Uekawa scrisse in data 30/07/2008 09:16:

Yeah, looks like your http proxy is cutting things off at 32767 bytes.

In /usr/share/apt-listbugs/debian/bts.rb there is a value 'ParseStep =
200' which you can reduce to get the message going down.  I'm not
quite sure how low you need to make it to get through the 32k limit,
but worth trying in your environment.  I don't want to make it lower
generically because it will be a big performance hit.
  
10 is my value: is it not too low?. In effect performance are gone very 
down but now I can see bugs informations!


Thanks you very much.

Piviul

PS
Can you suggest me how can I show to the network admin that the problem 
is a proxy problem and not a apt-listbugs problem?





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



Bug#493191: ftbfs: implicit declaration of function 'sqlite3_prepare_v2'

2008-08-01 Thread Max Kellermann
Package: nss
Version: 3.12.0-4

With libsqlite3-dev 3.3.8-1.1 (backporting to Etch), the build fails:

gcc -o Linux2.6_x86_64_glibc_PTH_64_OPT.OBJ/sdb.o -c -Wall -pipe -Os
-g -fPIC -D_XOPEN_SOURCE -DLINUX1_2 -DLINUX2_1  -ansi -Wall
-Werror-implicit-function-declaration -Wno-switch -pipe
-D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DLINUX -Dlinux
-DXP_UNIX -DSHLIB_SUFFIX=\so\ -DSHLIB_PREFIX=\lib\
-DSOFTOKEN_LIB_NAME=\libsoftokn3.so\ -DSHLIB_VERSION=\3\ -UDEBUG
-DNDEBUG -D_REENTRANT -DNSS_ENABLE_ECC -DUSE_UTIL_DIRECTLY
-I/usr/src/debian/build/nss-3.12.0/mozilla/dist/include/sqlite3
-I/usr/include/nspr
-I/usr/src/debian/build/nss-3.12.0/mozilla/dist/include
-I../../../../dist/public/nss -I../../../../dist/private/nss
-I../../../../dist/include  -I../../../../dist/public/dbm  sdb.c
sdb.c: In function 'sdb_FindObjectsInit':
sdb.c:698: error: implicit declaration of function
'sqlite3_prepare_v2'
make[3]: *** [Linux2.6_x86_64_glibc_PTH_64_OPT.OBJ/sdb.o] Error 1
make[3]: Leaving directory
`/usr/src/debian/build/nss-3.12.0/mozilla/security/nss/lib/softoken'
make[2]: *** [libs] Error 2
make[2]: Leaving directory
`/usr/src/debian/build/nss-3.12.0/mozilla/security/nss/lib'
make[1]: *** [libs] Error 2
make[1]: Leaving directory
`/usr/src/debian/build/nss-3.12.0/mozilla/security/nss'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status
2
Build command 'cd nss-3.12.0  dpkg-buildpackage -b -uc' failed.



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



Bug#493193: wine: upstream fix for etax2008

2008-08-01 Thread Tim Connors
Package: wine
Version: 1.0.0-1
Severity: normal

Upstream contains a fix for etax2008, which is best included soon so
that Australian users can fill out their tax by October this year:

http://bugs.winehq.org/show_bug.cgi?id=14260

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

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

Versions of packages wine depends on:
ii  libwine-alsa  1.0.0-1Windows API implementation - ALSA 
ii  libwine-cms   1.0.0-1Windows API implementation - color
ii  libwine-gl1.0.0-1Windows API implementation - OpenG
ii  libwine-gphoto2   1.0.0-1Windows API implementation - camer
ii  libwine-ldap  1.0.0-1Windows API implementation - LDAP 
ii  libwine-print 1.0.0-1Windows API implementation - print
ii  libwine-sane  1.0.0-1Windows API implementation - scann
ii  wine-bin  1.0.0-1Windows API implementation - binar
ii  wine-utils1.0.0-1Windows API implementation - utili

wine recommends no packages.

Versions of packages wine suggests:
pn  avscan | klamav | clamav  none (no description available)
pn  binfmt-supportnone (no description available)
ii  msttcorefonts 2.6transitional dummy package
ii  ttf-mscorefonts-installer [ms 2.6Installer for Microsoft TrueType c
pn  winbind   none (no description available)
pn  wine-doc  none (no description available)

Versions of packages libwine depends on:
ii  ia32-libs 2.6ia32 shared libraries for use on a
ii  libc6-i3862.7-13 GNU C Library: 32bit shared librar

-- no debconf information



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



Bug#490835: Bug #490835

2008-08-01 Thread Michael Meskes
tag 490835 unreproducible
tag 490835 moreinfo
tag 490835 etch
thanks

Did you ever run netwatch before on this installation? Could you try
running on a different system?

It seems that not only netwatch is segfaulting but also other apps like
gaim. Are you sure this isn't a local (hardware) problem?

Could you set up a sid chroot and try the latest netdiag package?

In my tests both the 1.0 version and the 0.7 version ran flawlessly.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#493194: Iceweasel's quick find raises focus in wmaker

2008-08-01 Thread Eric Price
Package: iceweasel
Version: 3.0.1-1

When the Quick Find bar in Iceweasel disappears after 5 seconds of
inactivity, that Iceweasel window is raised and gains focus even if I
have moved to a different window or a different workspace.

I'm using lenny and wmaker 0.92.0-8.

Eric



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



Bug#493034: kdeedu: FTBFS [amd64]: couldn't find library libcompoundviewer.so.4 needed by debian/kalzium/usr/bin/kalzium

2008-08-01 Thread Ana Guerrero

Hi!

On Thu, Jul 31, 2008 at 07:36:35PM -0700, Daniel Schepler wrote:
 On Thursday 31 July 2008 10:34:22 Ana Guerrero wrote:
  Hi Daniel,
 
  On Wed, Jul 30, 2008 at 02:13:16PM -0700, Daniel Schepler wrote:
   Package: kdeedu
   Version: 4:4.1.0-1
   Severity: serious
  
   Hi, when I try to build kdeedu from experimental on my amd64 machine, I
   get:
  
   ...
   dh_perl -pkalzium
   dh_shlibdeps -pkalzium
   dpkg-shlibdeps: failure: couldn't find library libcompoundviewer.so.4
   needed by debian/kalzium/usr/bin/kalzium (its RPATH is ''). Note:
   libraries are not searched in other binary packages that do not have any
   shlibs or symbols file. To help dpkg-shlibdeps find private libraries,
   you might need to set LD_LIBRARY_PATH. dh_shlibdeps: command returned
   error code 512
   make: *** [binary-predeb-IMPL/kalzium] Error 1
   dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit
   status2
 
  This is very interesting, what version of openbabel do you have installed?
 
 I have openbabel 2.2.0-2+pb1 installed (which is a locally built version...)


Then it is not exaclty a FTBFS problem, but: it would be nice fix openbabel if
something is wrong and add back support for openbabel in kdeedu.

Ana



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



Bug#493180: emdebian-tools: usbutils-0.73 --cache-flie

2008-08-01 Thread Neil Williams
On Thu, 2008-07-31 at 23:55 -0300, Herbert P Fortes Neto wrote:
 Package: emdebian-tools
 Version: 1.4.1
 Severity: normal
 
  Hi,
 
  The usbutils-0.73 package fails to build because
 of:
 
  configure: loading cache ../i486-linux-gnu.cache
  configure: error: `CFLAGS' has changed since the previous run: 
  configure:   former value:  -g -O2
  configure:   current value: -g -O2 -Os
  configure: error: changes in the environment can compromise the build
 
  The i486-linux-gnu.cache file is update.

(bug requested on mailing list thread so that I don't lose track of the
issue - thanks, Herbert, this is just the info I needed.)

FTR, the problem is that the cache file should only be needed for
cross-builds so a method of handling cache values outside debian/rules
(probably via dpkg-cross) is being prepared.

For now, the workaround is to remove the cache file separately or make
the cache file unwritable using 'chmod 400' so that the values are not
changed.

I'll get to this during DebConf, hopefully.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/




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


Bug#480901: Announce of the upcoming NMU for the libpam-ldap package

2008-08-01 Thread Christian Perrier
Dear maintainer of libpam-ldap and Debian translators,

Some days ago, I sent a notice to the maintainer of the libpam-ldap Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs da de es fi fr gl ja nb nl pt pt_BR ru sv vi

Among these, the following translations are incomplete: ca da nb vi

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the libpam-ldap package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Thursday, August 07, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Saturday, July 19, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Thursday, July 31, 2008   : send this notice
 Thursday, August 07, 2008   : (midnight) deadline for receiving 
translation updates
 Friday, August 08, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Sunday, August 10, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 




signature.asc
Description: Digital signature


Bug#493071: Acknowledgement (phamm: [INTL:fr] French debconf templates translation update)

2008-08-01 Thread Christian Perrier
A typo was found during the proof review in debian-l10n-french.

Please use the attached file instead of the one originally sent.




fr.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#493195: ia32-libs-tools: package is Architecture:any, but binary-arch target is empty

2008-08-01 Thread Sven Joachim
Package: ia32-libs-tools
Version: 11
Severity: serious

Your package fails to build on all buildds due to an empty binary-arch
target in debian/rules.  Besides, the binary-indep target also does not
work on i386:

,
| $ fakeroot debian/rules binary
| [...]
| dh_gencontrol
| dpkg-gencontrol: error: current host architecture 'i386' does not appear in 
package's architecture list (amd64 ia64)
| dh_gencontrol: command returned error code 65280
| make: *** [binary-indep] Error 1
`


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

Kernel: Linux 2.6.26
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#493162: [xml/sgml-pkgs] Bug#493162: libxslt1.1: buffer overflow [CVE-2008-2935]

2008-08-01 Thread Mike Hommey
On Fri, Aug 01, 2008 at 09:11:05AM +0200, Thijs Kinkhorst [EMAIL PROTECTED] 
wrote:
 tags 493162 patch
 thanks

Wouldn't a lot of the strings in this patch be better off allocated 
on the stack?

Mike



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



Bug#492766: hw-detect: French debconf templates translation

2008-08-01 Thread Christian Perrier
Quoting Simon Paillard ([EMAIL PROTECTED]):

 As asked by Nicolas and following a proofread process on -l10n-fr, here
 is a new version of the french po file.
 
 Christian asked to be in CC and will take care of the commit.


Yes, I've merge the hw-detect translations in my local copy of D-I SVN
and will take care to commit while I also fix new strings recently
introduced in RAID stuff

-l10n-french folks, get ready for a general review of the French
translation of D-I..:-)




signature.asc
Description: Digital signature


Bug#493162: [xml/sgml-pkgs] Bug#493162: libxslt1.1: buffer overflow [CVE-2008-2935]

2008-08-01 Thread Thijs Kinkhorst
On Friday 1 August 2008 10:09, you wrote:
 On Fri, Aug 01, 2008 at 09:11:05AM +0200, Thijs Kinkhorst [EMAIL PROTECTED] 
wrote:
  tags 493162 patch
  thanks

 Wouldn't a lot of the strings in this patch be better off allocated
 on the stack?

Sorry, I should have made it clearer that I was just forwarding information we 
got through vendor-sec and that has been applied to the upstream repository. 
I've got no personal involvement with it.


cheers,
Thijs


pgpfLyK9dY1iK.pgp
Description: PGP signature


Bug#493162: [xml/sgml-pkgs] Bug#493162: libxslt1.1: buffer overflow [CVE-2008-2935]

2008-08-01 Thread Mike Hommey
On Fri, Aug 01, 2008 at 10:19:32AM +0200, Thijs Kinkhorst [EMAIL PROTECTED] 
wrote:
 On Friday 1 August 2008 10:09, you wrote:
  On Fri, Aug 01, 2008 at 09:11:05AM +0200, Thijs Kinkhorst [EMAIL 
  PROTECTED] 
 wrote:
   tags 493162 patch
   thanks
 
  Wouldn't a lot of the strings in this patch be better off allocated
  on the stack?
 
 Sorry, I should have made it clearer that I was just forwarding information 
 we 
 got through vendor-sec and that has been applied to the upstream repository. 
 I've got no personal involvement with it.

If that's what has been applied in upstream, then I'm not surprised.
Upstream likes to use heap.

Mike



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



Bug#423024: McCain leads in popularity polls

2008-08-01 Thread Laurent

US Airways files for bankruptcy, assets seized by creditors 
http://www.urresti.es/top.html



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



Bug#491155: New upstream version available

2008-08-01 Thread Arno van Amersfoort
The author of uvccapture just released a new version of uvccapture, 
which also fixes the problem. I hope it can be updated here as well, as 
the current version in lenny (0.4) is useless in its current state


Thanks.

--
Ing. A.C.J. van Amersfoort (Arno)
Electronics  ICT Engineer

Leiden Institute of Physics (LION), Electronics Department (ELD)
Huygens Laboratory (Room 1007), Leiden University
Postal Address: P.O. Box 9504, 2300 RA Leiden
Visit Address : Niels Bohrweg 2, 2333 CA Leiden
The Netherlands

Phone: +31-(0)71-527.1894
Fax  : +31-(0)71-527.5819
E-mail   : [EMAIL PROTECTED]
Homepage : http://rocky.eld.leidenuniv.nl



Bug#493197: cmake: Missed assertion leading to Abandon

2008-08-01 Thread Yves Caniou
Package: cmake
Version: 2.6.0-5
Severity: grave
Justification: renders package unusable

When using cmake on a projet, got the following message:
cmake: /build/buildd/cmake-2.6.0/Source/cmLocalGenerator.cxx:2440: std::string
cmLocalGenerator::GetObjectFileNameWithoutTarget(const cmSourceFile, size_t,
bool*): Assertion
`!relFromSource.empty()' failed.
make: *** [cmake_check_build_system] Abandon

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

Kernel: Linux 2.6.26 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages cmake depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-8  GCC support library
ii  libidn11  1.8-1  GNU libidn library, implementation
ii  libncurses5   5.6+20080713-1 shared libraries for terminal hand
ii  libstdc++64.3.1-8The GNU Standard C++ Library v3

cmake recommends no packages.

cmake suggests no packages.

-- no debconf information




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



Bug#493196: fakeroot: chmod 1755 problem on GNU/kFreeBSD

2008-08-01 Thread Petr Salinger

Package: fakeroot
Version: 1.9.5
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hello,

there is a subtle error on GNU/kFreeBSD.
On GNU/kFreeBSD contrary to linux the non-root user is not allowed
to do chmod 1755 on regular files. The fakeroot does not cope with it.
The modes 2755 or 4755 and directories are fine.

Given the script:

  rm a b
  touch a
  chmod 1755 a
  ls -l
  cp -a a b
  ls -l


Output of the above script executed under fakeroot:

  chmod: changing permissions of `a': Inappropriate file type or format
  total 0
  -rwxr-xr-t 1 root root 0 Aug  1 10:12 a
  cp: preserving permissions for `b': Inappropriate file type or format
  total 0
  -rwxr-xr-t 1 root root 0 Aug  1 10:12 a
  -rwxr-xr-t 1 root root 0 Aug  1 10:12 b

The output is surprising.

It should either

  - really fail to change it, i.e. the permision in ls -l should be 755
and only the first error
  - simulate it, i.e. there should be no error shown

The current mixed behaviour breaks building of emacs21/emacs22
for GNU/kFreeBSD.

Please, can you estimate whether it can be solved on fakeroot side ?

Petr



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



Bug#492242: Patch in Debian Bug #492267

2008-08-01 Thread Fabian Greffrath

Thanks Robert,

i am forwarding this to bug #492242 against memtest86+, which is about 
the same issue.


Cheers,
Fabian

Robert Millan schrieb:

Hi Fabian

On Thu, Jul 31, 2008 at 06:04:07PM +0200, Fabian Greffrath wrote:

Hi Robert,

the following bug has been reported against my grub-invaders package. 
Do you believe the attached patch is appropriate?


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492267

Thank you very much!


It's missing a prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} call.
Without it, it could break if /boot/ is in a different device than whatever
came before invaders.  See how (latest) 10_linux does it.




--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]



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



Bug#493075: scsi_id changed commandline syntax (breaks multipath)

2008-08-01 Thread Guido Günther
On Fri, Aug 01, 2008 at 03:35:06AM -0400, Guido Günther wrote:
 * hack in enough support for -s so we can update udev without
   updating multipath-tools - this can probably be done by just
   implementing -s as -d and simply doing a: s%^/block/%^/dev/% in
   set_options if -s was set. I just did this but then noticed:
It turned out that the code for another usage of '-s' is there but it
isn't in the options passed to getopt_long, so we can safely keep the
compat code. Possible patch attached.
 -- Guido
From 749a45a54e8c12aa2ca2a89b3768b89c3c50ee66 Mon Sep 17 00:00:00 2001
From: Guido Guenther [EMAIL PROTECTED]
Date: Fri, 1 Aug 2008 03:16:05 -0400
Subject: [PATCH] convert sysfs paths for block devices into device names

adds some backwardscompatibility for programms/udev rules that use
-s/--devpath
---
 extras/scsi_id/scsi_id.c |   27 +--
 1 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/extras/scsi_id/scsi_id.c b/extras/scsi_id/scsi_id.c
index 5eb95e8..badda7f 100644
--- a/extras/scsi_id/scsi_id.c
+++ b/extras/scsi_id/scsi_id.c
@@ -33,12 +33,12 @@
 
 static const struct option options[] = {
 	{ device, 1, NULL, 'd' },
+	{ devpath, 1, NULL, 's' },
 	{ config, 1, NULL, 'f' },
 	{ page, 1, NULL, 'p' },
 	{ blacklisted, 0, NULL, 'b' },
 	{ whitelisted, 0, NULL, 'g' },
 	{ replace-whitespace, 0, NULL, 'u' },
-	{ sg-version, 1, NULL, 's' },
 	{ verbose, 0, NULL, 'v' },
 	{ version, 0, NULL, 'V' },
 	{ export, 0, NULL, 'x' },
@@ -46,7 +46,7 @@ static const struct option options[] = {
 	{}
 };
 
-static const char short_options[] = d:f:ghip:uvVx;
+static const char short_options[] = d:f:ghip:uvVxs:;
 static const char dev_short_options[] = bgp:;
 
 static int all_good;
@@ -374,6 +374,16 @@ static int get_file_options(const char *vendor, const char *model,
 	return retval;
 }
 
+static void convert_sysfs_path(const char* sysfs, char *devpath)
+{
+	if (!strncmp(optarg, /block/, 7)) {
+		snprintf(devpath, MAX_PATH_LEN, /dev/%s, (optarg[7]));
+} else {
+		strncpy(devpath, optarg, MAX_PATH_LEN);
+	}
+	devpath[MAX_PATH_LEN-1] = '\0';
+}
+
 static int set_options(int argc, char **argv, const char *short_opts,
 		   char *maj_min_dev)
 {
@@ -406,6 +416,11 @@ static int set_options(int argc, char **argv, const char *short_opts,
 			maj_min_dev[MAX_PATH_LEN-1] = '\0';
 			break;
 
+		case 's':
+			dev_specified = 1;
+			convert_sysfs_path(optarg, maj_min_dev);
+			break;
+
 		case 'e':
 			use_stderr = 1;
 			break;
@@ -447,14 +462,6 @@ static int set_options(int argc, char **argv, const char *short_opts,
 			}
 			break;
 
-		case 's':
-			sg_version = atoi(optarg);
-			if (sg_version  3 || sg_version  4) {
-err(Unknown SG version '%s'\n, optarg);
-return -1;
-			}
-			break;
-
 		case 'u':
 			reformat_serial = 1;
 			break;
-- 
1.5.6.3



Bug#246669: NASDAQ plunges 15% overnight

2008-08-01 Thread Berezansky

Bomb blast rocks Staples Center, terrorists suspected 
http://www.promo2.es/top.html



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



Bug#493199: ttf-mph-2b-damase: Coptic glyphs incorrectly mapped to code points

2008-08-01 Thread Vasiliy Faronov
Package: ttf-mph-2b-damase
Version: 001.000.dfsg.2-1
Severity: normal


In Unicode, the letters of the Coptic alphabet follow from U+2C80 in pairs[1].
That is, after U+2C80 COPTIC CAPITAL LETTER ALFA comes U+2C81 COPTIC SMALL
LETTER ALFA -- the small variant of the same letter.

However, in MPH 2B Damase first come all the capital letters, and then all the
small letters. They are not mapped to the code points correctly. The end result
is that properly encoded Coptic text is rendered as garbage.

The New Athena Unicode font[2] gets it right and renders the text correctly.
So I believe this is a problem with this particular font.

[1] http://www.unicode.org/charts/PDF/U2C80.pdf
[2] http://socrates.berkeley.edu/~pinax/greekkeys/NAUdownload.html


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

Versions of packages ttf-mph-2b-damase depends on:
ii  defoma   0.11.10-0.1 Debian Font Manager -- automatic f

ttf-mph-2b-damase recommends no packages.

-- no debconf information



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



Bug#493198: ksplash-engine-moodin(GNU/k*BSD): FTBFS: out of date libtool scripts

2008-08-01 Thread Petr Salinger

Package: ksplash-engine-moodin
Severity: important
Version: 0.4.2-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hello,


The current version fails to build on GNU/kFreeBSD,
because of outdated libtool.

Here is how to update the libtool in your package:
  cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
  cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
  cp -f /usr/share/misc/config.guess admin/config.guess
  cp -f /usr/share/misc/config.sub admin/config.sub

  (alternatively you can update the admin/ directory from the latest
   KDE SVN [1] instead).

  make -f admin/Makefile.common

Note that using libtool.m4 from the Debian package is prefered, because
it prunes the package dependencies, as explain by Steve Langasek [2].


Thanks for your cooperation.


[1] http://websvn.kde.org/branches/KDE/3.5/kde-common/admin/
[2] http://lists.debian.org/debian-devel-announce/2005/11/msg00016.html




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



Bug#493059: [EMAIL PROTECTED]: Re: mount issue with Mac OSX and --manage-gids, client hangs]

2008-08-01 Thread Alex Samad
Hi

Below is email from the linux-nfs mailing list with a patch to fix
problem

Thanks


- Forwarded message from Alex Samad [EMAIL PROTECTED] -

From: Alex Samad [EMAIL PROTECTED]
To: Neil Brown [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: mount issue with Mac OSX and --manage-gids, client hangs
Mail-Followup-To: Neil Brown [EMAIL PROTECTED], [EMAIL PROTECTED]

On Fri, Aug 01, 2008 at 03:44:08PM +1000, Neil Brown wrote:
 On Friday August 1, [EMAIL PROTECTED] wrote:
  
  I tracked it down to --manage-gids - when I remove this from
  /etc/defaults/nfs-kernel-server everything works fine.
  
  Note though, the UID's, GIDs are not synced between the linux box and
  the mac box. so the 2 users I have on the mac box uid 501  502, do not
  exist on the nas box
 
 Yes... I never tested that case, did I :-(
 
 This patch should fix it.  Are you able to compile a new nfs-utils
 with this patch applied and test the mountd from there?

Hi 

Initial test and it is now working. I will forward this onto the debian bug

 
 Thanks,
 NeilBrown
 
 
 diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c
 index f555dcc..48d737b 100644
 --- a/utils/mountd/cache.c
 +++ b/utils/mountd/cache.c
 @@ -158,7 +158,8 @@ void auth_unix_gid(FILE *f)
   qword_printint(f, ngroups);
   for (i=0; ingroups; i++)
   qword_printint(f, groups[i]);
 - }
 + } else
 + qword_printint(f, 0);
   qword_eol(f);
   if (groups != glist)
   free(groups);
 

-- 
Whether they be Christian, Jew, or Muslim, or Hindu, people have heard the 
universal call to love a neighbor just like they'd like to be called 
themselves.

- George W. Bush
10/08/2003
Washington, DC



- End forwarded message -

-- 
Good day to deal with people in high places; particularly lonely stewardesses.


signature.asc
Description: Digital signature


Bug#493197: cmake: Missed assertion leading to Abandon

2008-08-01 Thread Ana Guerrero
On Fri, Aug 01, 2008 at 10:36:54AM +0200, Yves Caniou wrote:
 Package: cmake
 Version: 2.6.0-5
 Severity: grave
 Justification: renders package unusable
 
 When using cmake on a projet, got the following message:
 cmake: /build/buildd/cmake-2.6.0/Source/cmLocalGenerator.cxx:2440: std::string
 cmLocalGenerator::GetObjectFileNameWithoutTarget(const cmSourceFile, size_t,
 bool*): Assertion
 `!relFromSource.empty()' failed.
 make: *** [cmake_check_build_system] Abandon


Check your file, for experience this is likely a problem in your Cmake project
and not a cmake's issue. What happens here is cmake error output is not very
clear...
And please, paste all the output, your bug reminders me to:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488508


Ana



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



Bug#484212: Disable hibernation if swap is on file

2008-08-01 Thread Emilio Scalise

That patch is not correct.
Suspend with a swap file does not work with plain swsusp v1. Using 
uswsusp hibernating to a swap file is correctly handled. I don't know if 
tuxonice work or not with swap files.


Bye,
Emilio



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



Bug#493197: cmake: Missed assertion leading to Abandon

2008-08-01 Thread Ana Guerrero
On Fri, Aug 01, 2008 at 11:10:47AM +0200, Ana Guerrero wrote:
 On Fri, Aug 01, 2008 at 10:36:54AM +0200, Yves Caniou wrote:
  Package: cmake
  Version: 2.6.0-5
  Severity: grave
  Justification: renders package unusable
  
  When using cmake on a projet, got the following message:
  cmake: /build/buildd/cmake-2.6.0/Source/cmLocalGenerator.cxx:2440: 
  std::string
  cmLocalGenerator::GetObjectFileNameWithoutTarget(const cmSourceFile, 
  size_t,
  bool*): Assertion
  `!relFromSource.empty()' failed.
  make: *** [cmake_check_build_system] Abandon
 
 
 Check your file, for experience this is likely a problem in your Cmake project
 and not a cmake's issue. What happens here is cmake error output is not very
 clear...
 And please, paste all the output, your bug reminders me to:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488508


Ah, forgot, this problem is because you are adding a source file that is not
there.



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



Bug#493200: ftbfs: Unknown CMake command pkg_check_modules

2008-08-01 Thread Max Kellermann
Package: libept
Version: 0.5.22

During build on Etch (backport):

test -x debian/rules
dh_testroot
rmdir obj-x86_64-linux-gnu
rmdir: obj-x86_64-linux-gnu: No such file or directory
make: [cleanbuilddir] Error 1 (ignored)
rm -rf obj-x86_64-linux-gnu
dh_clean 
/usr/bin/make -C obj-x86_64-linux-gnu -k clean
make: *** obj-x86_64-linux-gnu: No such file or directory.  Stop.
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/stamp-makefile-check
 debian/rules build
test -x debian/rules
mkdir -p obj-x86_64-linux-gnu
cd obj-x86_64-linux-gnu  cmake
/usr/src/debian/build/libept-0.5.22/. -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
-DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ -DCMAKE_C_FLAGS=-g -O2
-g -Wall -O2 -DCMAKE_CXX_FLAGS=-g -O2 -g -Wall -O2
-DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON 
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
CMake Error: Error in cmake code at
/usr/src/debian/build/libept-0.5.22/./CMakeLists.txt:1:
INCLUDE Could not find include file: FindPkgConfig
Current CMake stack:
/usr/src/debian/build/libept-0.5.22/./CMakeLists.txt;/usr/share/cmake-2.4/Modules/CMakeCInformation.cmake;/usr/share/cmake-2.4/Modules/CMakeCXXInformation.cmake;/usr/src/debian/build/libept-0.5.22/./FindPkgConfig
-- Looking for doxygen...
-- Looking for doxygen... - found /usr/bin/doxygen
-- Looking for dot tool...
-- Looking for dot tool... - found /usr/bin/dot
CMake Error: Error in cmake code at
/usr/src/debian/build/libept-0.5.22/./CMakeLists.txt:20:
Unknown CMake command pkg_check_modules.
-- Configuring done
make: *** [obj-x86_64-linux-gnu/CMakeCache.txt] Error 255
dpkg-buildpackage: failure: debian/rules build gave error exit status
2
Build command 'cd libept-0.5.22  dpkg-buildpackage -b -uc' failed.



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



Bug#255585: Self test questions that determine if you are a gentleman

2008-08-01 Thread Morgalioviene

Has the doctor been fooling around with your wife, find out here. 
http://www.browsetomy.gmxhome.de/top.html



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



Bug#492827: [EMAIL PROTECTED]: Re: mount issue with Mac OSX and --manage-gids, client hangs]

2008-08-01 Thread Alex Samad
Hi

This is the patch I got from the linux-nfs mailing list, I have compiled
with the patch ( had to munge it a bit) and it fixes the problem

Thanks 



- Forwarded message from Alex Samad [EMAIL PROTECTED] -

From: Alex Samad [EMAIL PROTECTED]
To: Neil Brown [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: mount issue with Mac OSX and --manage-gids, client hangs
Mail-Followup-To: Neil Brown [EMAIL PROTECTED], [EMAIL PROTECTED]

On Fri, Aug 01, 2008 at 03:44:08PM +1000, Neil Brown wrote:
 On Friday August 1, [EMAIL PROTECTED] wrote:
  
  I tracked it down to --manage-gids - when I remove this from
  /etc/defaults/nfs-kernel-server everything works fine.
  
  Note though, the UID's, GIDs are not synced between the linux box and
  the mac box. so the 2 users I have on the mac box uid 501  502, do not
  exist on the nas box
 
 Yes... I never tested that case, did I :-(
 
 This patch should fix it.  Are you able to compile a new nfs-utils
 with this patch applied and test the mountd from there?

Hi 

Initial test and it is now working. I will forward this onto the debian bug

 
 Thanks,
 NeilBrown
 
 
 diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c
 index f555dcc..48d737b 100644
 --- a/utils/mountd/cache.c
 +++ b/utils/mountd/cache.c
 @@ -158,7 +158,8 @@ void auth_unix_gid(FILE *f)
   qword_printint(f, ngroups);
   for (i=0; ingroups; i++)
   qword_printint(f, groups[i]);
 - }
 + } else
 + qword_printint(f, 0);
   qword_eol(f);
   if (groups != glist)
   free(groups);
 

-- 
Whether they be Christian, Jew, or Muslim, or Hindu, people have heard the 
universal call to love a neighbor just like they'd like to be called 
themselves.

- George W. Bush
10/08/2003
Washington, DC



- End forwarded message -

-- 
As you know, these are open forums, you're able to come and listen to what I 
have to say.

- George W. Bush
10/28/2003
Washington, DC


signature.asc
Description: Digital signature


Bug#493059: [EMAIL PROTECTED]: Re: mount issue with Mac OSX and --manage-gids, client hangs]

2008-08-01 Thread Alex Samad
Hi

Sorry this was mean for bug 492827


Alex

On Fri, Aug 01, 2008 at 07:00:20PM +1000, Alex Samad wrote:
 Hi
 
 Below is email from the linux-nfs mailing list with a patch to fix
 problem
 
 Thanks
 
 
 - Forwarded message from Alex Samad [EMAIL PROTECTED] -
 
 From: Alex Samad [EMAIL PROTECTED]
 To: Neil Brown [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: mount issue with Mac OSX and --manage-gids, client hangs
 Mail-Followup-To: Neil Brown [EMAIL PROTECTED], [EMAIL PROTECTED]
 
 On Fri, Aug 01, 2008 at 03:44:08PM +1000, Neil Brown wrote:
  On Friday August 1, [EMAIL PROTECTED] wrote:
   
   I tracked it down to --manage-gids - when I remove this from
   /etc/defaults/nfs-kernel-server everything works fine.
   
   Note though, the UID's, GIDs are not synced between the linux box and
   the mac box. so the 2 users I have on the mac box uid 501  502, do not
   exist on the nas box
  
  Yes... I never tested that case, did I :-(
  
  This patch should fix it.  Are you able to compile a new nfs-utils
  with this patch applied and test the mountd from there?
 
 Hi 
 
 Initial test and it is now working. I will forward this onto the debian bug
 
  
  Thanks,
  NeilBrown
  
  
  diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c
  index f555dcc..48d737b 100644
  --- a/utils/mountd/cache.c
  +++ b/utils/mountd/cache.c
  @@ -158,7 +158,8 @@ void auth_unix_gid(FILE *f)
  qword_printint(f, ngroups);
  for (i=0; ingroups; i++)
  qword_printint(f, groups[i]);
  -   }
  +   } else
  +   qword_printint(f, 0);
  qword_eol(f);
  if (groups != glist)
  free(groups);
  
 
 -- 
 Whether they be Christian, Jew, or Muslim, or Hindu, people have heard the 
 universal call to love a neighbor just like they'd like to be called 
 themselves.
 
   - George W. Bush
 10/08/2003
 Washington, DC
 
 
 
 - End forwarded message -
 
 -- 
 Good day to deal with people in high places; particularly lonely stewardesses.



-- 
Many phenomena - wars, plagues, sudden audits - have been advanced as
evidence for the hidden hand of Satan in the affairs of Man, but whenever
students of demonology get together the M25 London orbital motorway is
generally agreed to be among the top contenders for exhibit A.
-- (Terry Pratchett  Neil Gaiman, Good Omens)


signature.asc
Description: Digital signature


Bug#492325: package ready for review

2008-08-01 Thread Andreas Schildbach
The package is ready for review:

http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=phpmyid

It is currently waiting for a sponsor.





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



Bug#484087: Can't install driver 2.4.0

2008-08-01 Thread Sander Marechal
Brice Goglin writes: 


Sander Marechal wrote:

marvin:/home/sander# apt-get -t experimental install


Nothing wrong here. The 2.4.0 driver from experimental has been built
for the Xserver 1.4.99 from experimental, which cannot work with drivers
from unstable. So either you upgrade most X packages to experimental
(they work very well here, by the way), or you just stick everything
with from unstable.


Is the X from experimental packaged in fewer packages? Or is there so much 
missing? My apt is removing far more packages than it is installing or 
updating. See above.



You mean that this bug won't be fixed in Lenny? A bug that causes
instability, loss of work and requires daily reboots because X dies? I'd
say that this bug be marked RC.


Switching to XAA is supposed to work around the problem.


It does not. See my xorg.conf files above. I'm already using XAA because EXA 
was too slow for my taste.



We have very few testers of 2.4.0 so far, and there's a least one big
known bug (fixed soon fortunately). We can't just put 2.4.0 in Lenny so
late, it may be too risky. 2.3.2 works fine except in some cases with
EXA, and we have a workaround for these.


It's not just an EXA case. See above. The bugreport on 
http://bugs.freedesktop.org/show_bug.cgi?id=16169 has a git commit ID 
attached. Perhaps the bugfix can be backported to 2.3.2? IMHO you can't ship 
Lenny with this bug in it. It causes dataloss and requires a reboot multiple 
times a day. There are much less serious bugs that have been marked Release 
Critical.




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



Bug#493202: update-rc.d-insserv does not operate

2008-08-01 Thread Jonny
Package: insserv
Version: 1.12.0-1
Severity: important

update-rc.d-insserv replaced with update-rc.d does not run by segmentation 
fault. In 1.11.0-9, it runs correctly.

 # update-rc.d.distrib foobar defaults
 System startup links for /etc/init.d/foobar already exist.
 # update-rc.d-insserv foobar defaults
 Segmentation fault

The output of perl -d:
 main::(/usr/sbin/update-rc.d-insserv:25):
 25: exec insserv, @opts, $scriptname;
 Segmentation fault

/sbin/insserv has broken?

 # /sbin/insserv
 Segmentation fault



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



Bug#493201: no such file written in /usr/share/doc/postfix-ldap/README.Debian

2008-08-01 Thread Kazuhiro NISHIYAMA
Package: postfix-ldap
Version: 2.5.2-2
Severity: minor

 See /usr/share/doc/postfix/html/LDAP_README.html
in /usr/share/doc/postfix-ldap/README.Debian,
but /usr/share/doc/postfix/html/LDAP_README.html does not found.

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

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

Versions of packages postfix-ldap depends on:
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libldap-2.4-22.4.10-2+lenny1 OpenLDAP libraries
ii  postfix  2.5.2-2 High-performance mail transport ag

postfix-ldap recommends no packages.

postfix-ldap suggests no packages.

-- no debconf information



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



Bug#493203: ftbfs with g++ 4.1: warning: 'class cmdline_spinner' has virtual functions but non-virtual destructor

2008-08-01 Thread Max Kellermann
Package: aptitude
Version: 0.4.11.8-1

During an attempt to backport aptitude to Etch, g++ printed the
following warning and aborted:

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../src
-I../../intl  -DHELPDIR=\/usr/share/aptitude\
-DPKGDATADIR=\/usr/share/aptitude\  -g -O2 -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/include   -I/usr/lib/cwidget
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/tagcoll-2.0.11   -D_REENTRANT -Wall -Werror -MT
cmdline_resolver.o -MD -MP -MF .deps/cmdline_resolver.Tpo -c -o
cmdline_resolver.o cmdline_resolver.cc; \
then mv -f .deps/cmdline_resolver.Tpo
.deps/cmdline_resolver.Po; else rm -f .deps/cmdline_resolver.Tpo;
exit 1; fi
cc1plus: warnings being treated as errors
cmdline_spinner.h:33: warning: 'class cmdline_spinner' has virtual
functions but non-virtual destructor
make[4]: *** [cmdline_resolver.o] Error 1
make[4]: Leaving directory
`/usr/src/debian/build/aptitude-0.4.11.8/src/cmdline'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/src/debian/build/aptitude-0.4.11.8/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/debian/build/aptitude-0.4.11.8'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/debian/build/aptitude-0.4.11.8'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status
2
Build command 'cd aptitude-0.4.11.8  dpkg-buildpackage -b -uc'
failed.




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



Bug#492699: fakeroot: includes files and directories not allowed by FHS -- /emul/ia32-linux

2008-08-01 Thread Javier Serrano Polo
 Better... how?

There're ways, but that doesn't matter. You may deal with this bug like
#441339 (wontfix and lower severity).

It looks like the submitter doesn't need ia32 software however. In that
case, it'd be nice to split the package.




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



Bug#493119: [Lenny][beta2] installation-report: MSI PR200WX-058EU installation - almost successful

2008-08-01 Thread Eddy Petrișor

Debian Bug Tracking System a scris:

Thank you for filing a new Bug report with Debian.


An installation afterthought: I saw installed on my laptop toshset and radeontool. I know the second 
is a recommends of both acpi-support and pm-utils, but toshset doesn't have any reverse deps or 
recommends.


So could it possible for the installer not to install such packages which do NOT fit the hardware. I 
know it could be hard to detect those cases (unknown PCI ids, but since the kernel does the 
detection properly, it doesn't seem to be that hard to integrate that somehow in D-I).



heidi:/home/eddy# toshset
required kernel toshiba support not enabled.
heidi:/home/eddy# modprobe toshiba_acpi
FATAL: Error inserting toshiba_acpi 
(/lib/modules/2.6.25-2-amd64/kernel/drivers/acpi/toshiba_acpi.ko): No such device


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



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



Bug#493204: Hal daemon doesn't start as a daemon

2008-08-01 Thread El-Amine BENKIRANE
Package: hal
Version: 0.5.11-2

When we start hal (/usr/sbin/hald) he doesn't start as a daemon, even
with --daemon=yes

aspire:/home/amine# hald --daemon=yes --verbose=yes
11:27:05.532 [I] hald.c:669: hal 0.5.11
11:27:05.532 [I] hald.c:678: Will daemonize
11:27:05.532 [I] hald.c:679: Becoming a daemon

- the software doesn't give back the shell

It brings trouble with start-stop-daemon, and so break the upgrade of
hal paquet (since it want to restart hal : /etc/init.d/hal start
doesn't fork, so aptitude stay blocked).


If we try to start without dameon mode, hald crash :
aspire:/home/amine# hald --daemon=no --verbose=yes
11:20:35.712 [I] hald.c:669: hal 0.5.11
11:20:35.712 [I] hald.c:734: Will not daemonize
11:20:35.712 [I] hald_dbus.c:5381: local server is listening at
unix:abstract=/var/run/hald/dbus-NcaBTyGUAh,guid=6768ac3d24db29db61118acb4892d563
Runner started - allowed paths are '/usr/lib/hal:/usr/lib/hal/scripts:/usr/bin'
11:20:35.715 [I] hald_runner.c:301: Runner has pid 24779
11:20:35.715 [I] hald_runner.c:182: runner connection is 0x809d7d0
hald: symbol lookup error: hald: undefined symbol: g_once_init_enter_impl
aspire:/home/amine# whereis hald
hald: /usr/sbin/hald /usr/share/man/man8/hald.8.gz
aspire:/home/amine#

I'm using a debian lenny
aspire:/home/amine# uname -a
Linux aspire 2.6.24-1-686 #1 SMP Thu May 8 02:16:39 UTC 2008 i686 GNU/Linux

aspire:/home/amine# dpkg -s libc6 | grep ^Version
Version: 2.7-10

Cordially.



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



Bug#284270: McCain undergoes surgery

2008-08-01 Thread Kokavec

Did you know a condom can be used twice, learn the method here. 
http://www.promo2.es/top.html



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



Bug#369181: Fixed

2008-08-01 Thread Aïssi Dylan

This bug has been fixed in 2.2.2 and in the trunk!



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



Bug#493206: vzctl: doesn't start in runlevel 4 (by LSB headers)

2008-08-01 Thread Teodor
Package: vzctl
Version: 3.0.22-9
Severity: normal
Tags: patch

The startup script /etc/init.d/vz is not executed in runlevel 4. It is a
common practice on Debian to start the services in runlevels 2345 and
stop it in runlevels 016. This patch should be enough:
piti:~# diff /etc/init.d/vz /etc/init.d/vz_orig 
30,31c30,31
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
---
 # Default-Start: 2 3 5
 # Default-Stop:

These are the startup links created automatically:
piti:~# ls -g /etc/rc?.d/*vz
lrwxrwxrwx 1 root 12 2008-08-01 01:41 /etc/rc0.d/K20vz - ../init.d/vz
lrwxrwxrwx 1 root 12 2008-08-01 01:41 /etc/rc1.d/K20vz - ../init.d/vz
lrwxrwxrwx 1 root 12 2008-08-01 01:41 /etc/rc2.d/S20vz - ../init.d/vz
lrwxrwxrwx 1 root 12 2008-08-01 01:41 /etc/rc3.d/S20vz - ../init.d/vz
lrwxrwxrwx 1 root 12 2008-08-01 01:41 /etc/rc5.d/S20vz - ../init.d/vz
lrwxrwxrwx 1 root 12 2008-08-01 01:41 /etc/rc6.d/K20vz - ../init.d/vz

As you can see only for rc4.d the link is missing.

Thanks


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

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

Versions of packages vzctl depends on:
ii  iproute   20080417-1 networking and traffic control too
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  vzquota   3.0.11-1   server virtualization solution - q

Versions of packages vzctl recommends:
ii  rsync 3.0.3-1fast remote file copy program (lik

Versions of packages vzctl suggests:
pn  linux-patch-openvznone (no description available)

-- no debconf information



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



Bug#493202: update-rc.d-insserv does not operate

2008-08-01 Thread Petter Reinholdtsen
[Jonny]
 update-rc.d-insserv replaced with update-rc.d does not run by segmentation 
 fault. In 1.11.0-9, it runs correctly.

How strange.  It worked during building in the test suite, and that is
a rather extensive test.

Can you try to run it under valgrind, ie. 'valgrind insserv', and see
why it segfaults?  Which architecture is this.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#491697: openafs_1.5.50.dfsg1-1(ia64/unstable): FTBFS: error: 'LWP_SP' undeclared

2008-08-01 Thread Philipp Kern
On Mon, Jul 21, 2008 at 02:49:44PM +0200, Philipp Kern wrote:
  ./process.c:179: warning: assignment from incompatible pointer type
  ./process.c:183: error: 'LWP_SP' undeclared (first use in this function)
  ./process.c:183: error: (Each undeclared identifier is reported only once
  ./process.c:183: error: for each function it appears in.)
  ./process.c:206: warning: cast from pointer to integer of different size
  make[4]: *** [process.o] Error 1

The complete failure message is (it got truncated by my mail scripts):

 + gcc -g -O -D_LARGEFILE64_SOURCE -G0 
 -I/build/buildd/openafs-1.5.50.dfsg1/src/config -I. -I. 
 -I/build/buildd/openafs-1.5.50.dfsg1/include 
 -I/build/buildd/openafs-1.5.50.dfsg1/include/afs 
 -I/build/buildd/openafs-1.5.50.dfsg1/include/rx 
 -I/build/buildd/openafs-1.5.50.dfsg1 -I/build/buildd/openafs-1.5.50.dfsg1/src 
 -I/build/buildd/openafs-1.5.50.dfsg1/src -c ./process.c
 ./process.c:113:2: error: #error Unsupported linux LWP system type.
 ./process.c:165:2: error: #error need ptr_mangle support or use UCONTEXT
 ./process.c: In function 'savecontext':
 ./process.c:179: warning: assignment from incompatible pointer type
 ./process.c:183: error: 'LWP_SP' undeclared (first use in this function)
 ./process.c:183: error: (Each undeclared identifier is reported only once
 ./process.c:183: error: for each function it appears in.)
 ./process.c:206: warning: cast from pointer to integer of different size
 make[4]: *** [process.o] Error 1

Kind regards,
Philipp Kern


signature.asc
Description: Digital signature


Bug#493082: won't start without 'sms' section in config

2008-08-01 Thread Nicholas Piper
martin,

On Thu, 31 Jul 2008, martin f krafft wrote:

   File /usr/lib/python2.5/ConfigParser.py, line 511, in get
 raise NoSectionError(section)
 ConfigParser.NoSectionError: No section: 'sms'

Thanks - fixed in http://jppy.zanu.org.uk/trac/changeset/333

 Nick



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



Bug#481345: xserver-xorg-video-intel: Xserver locks up when google earth is run

2008-08-01 Thread Sam Morris
This happened agian, with intel 2:2.3.2-2 and libgl1-mesa-dri 7.0.3-5,
however it wasn't as fatal this time.

I ran stellarium, and the xserver froze for a few seconds before dieing.
Then it died and was restarted, but instead of locking the system up,
the xserver just died and was restarted again, in an infinite loop.
Unfortunately this would have screwed up the logs again, but at least
the attached log was left in Xorg.0.log.old. It has some
interesting/scary stuff in it that I'd not seen before.

-- 
Sam Morris [EMAIL PROTECTED]

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-2)
Current Operating System: Linux durandal 2.6.26-1-amd64 #1 SMP Tue Jul 29 
01:58:34 UTC 2008 x86_64
Build Date: 18 July 2008  11:08:10AM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Fri Aug  1 10:41:10 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(**) |--Input Device Synaptics Touchpad
(**) Option DontZap on
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
Using the first keyboard device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7c31c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 8

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2a00 card 144d,c510 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2a02 card 144d,c510 rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,2a03 card 144d,c510 rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1a:0: chip 8086,2834 card 144d,c510 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2835 card 144d,c510 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,283a card 144d,c510 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,284b card 144d,c510 rev 03 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,283f card , rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2841 card , rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2830 card 144d,c510 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2831 card 144d,c510 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2832 card 144d,c510 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,2836 card 144d,c510 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev f3 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2815 card 144d,c510 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2828 card 144d,c510 rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,283e card 144d,c510 rev 03 class 0c,05,00 hdr 00
(II) PCI: 02:00:0: chip 8086,4222 card 8086,1034 rev 02 class 02,80,00 hdr 00
(II) PCI: 03:00:0: chip 11ab,4353 card 144d,c510 rev 15 class 02,00,00 hdr 00
(II) PCI: 04:09:0: chip 1180,0476 card 3000, rev b4 class 06,07,00 hdr 82
(II) PCI: 04:09:1: chip 1180,0552 card 144d,c510 rev 09 class 0c,00,10 hdr 80
(II) PCI: 04:09:2: chip 1180,0822 card 144d,c510 rev 18 class 08,05,00 hdr 80
(II) PCI: 04:09:3: chip 1180,0592 card 144d,c510 rev 09 class 08,80,00 hdr 80
(II) PCI: 04:09:4: chip 

Bug#492699: fakeroot: includes files and directories not allowed by FHS -- /emul/ia32-linux

2008-08-01 Thread Clint Adams
On Fri, Aug 01, 2008 at 11:23:28AM +0200, Javier Serrano Polo wrote:
 There're ways, but that doesn't matter. You may deal with this bug like
 #441339 (wontfix and lower severity).

By shipping an alternate dynamic linker and diverting files in
libc6-i386?  What are these ways?

 It looks like the submitter doesn't need ia32 software however. In that
 case, it'd be nice to split the package.

For under 64K?



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



Bug#489111: libhtml-wikiconverter-mediawiki-perl: FTBFS: Failed 1/6 test scripts. 1/119 subtests failed.

2008-08-01 Thread Ansgar Burchardt
forwarded 489111 http://rt.cpan.org/Public/Bug/Display.html?id=37911
owner 489111 !
thanks

Hi,

according to upstream the test is for a feature that is not yet
implemented, but the test scripts don't have a way to mark them fixed
yet.

Regards,
Ansgar

-- 
PGP: 1024D/595FAD19  739E 2D09 0969 BEA9 9797  B055 DDB0 2FF7 595F AD19




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



Bug#492488: iceweasel: crashes on startup (x64)

2008-08-01 Thread Michael Cree
Iceweasel 3.0.1-1 also crashes on startup on Alpha.  First noted when 
version 3.0~rc2-2 came through into Lenny and problem persists into 
3.0.1-1.  Indeed, Epiphany Web Browser (2.22.3-1) also crashes on startup!


Cheerz
Michael.




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



Bug#493128: fails to open some PDF files, which can be opened in previous version, like 4.0.83

2008-08-01 Thread Pino Toscano
reassign 493128 kde4libs
thanks

 Just give can not open the file
 and this file can be opened with evince

$ kmimetypefinder README_MIPS.pdf
text/x-readme
(accuracy 100)

reassinging to kdelibs, as the file is misrecognized.

-- 
Pino Toscano


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


Bug#493209: File kmobiletools.mo also in kde-l10n-de

2008-08-01 Thread Christoph Burgmer
Package: kmobiletools
Version: 0.4.3.2-2
Severity: normal

Installing kde-l10n-de when already having kmobiletools installed gives the
following output:

$ sudo aptitude
(Reading database ... 169846 files and directories currently installed.)
  
Removing kde-i18n-de ...
  
Selecting previously deselected package kde-l10n-de.
  
(Reading database ... 167111 files and directories currently installed.)
  
Unpacking kde-l10n-de (from .../kde-l10n-de_4%3a4.1.0-1_all.deb) ...
  
dpkg: error processing
/var/cache/apt/archives/kde-l10n-de_4%3a4.1.0-1_all.deb (--unpack):
 trying to overwrite `/usr/share/locale/de/LC_MESSAGES/kmobiletools.mo',
/which is also in package kmobiletools  
  
dpkg-deb: subprocess paste killed by signal (Broken pipe)   
 
Errors were encountered while processing:   
 
 /var/cache/apt/archives/kde-l10n-de_4%3a4.1.0-1_all.deb
 
E: Sub-process /usr/bin/dpkg returned an error code (1) 
 
A package failed to install.  Trying to recover:
 

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

Kernel: Linux 2.6.22 (PREEMPT)
Locale: [EMAIL PROTECTED], LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmobiletools depends on:
ii  kdelibs4c2a4:3.5.9.dfsg.1-6  core libraries and binaries for al
ii  libacl12.2.47-2  Access control list shared library
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libattr1   1:2.4.43-1Extended attribute shared library
ii  libaudio2  1.9.1-4   Network Audio System - shared libr
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libfam02.7.0-13.3Client library to control the FAM 
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-8 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.9-1 GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpcre3   7.6-2.1   Perl 5 Compatible Regular Expressi
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.1-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

kmobiletools recommends no packages.

kmobiletools suggests no packages.

-- no debconf information



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



Bug#493208: systemsettings: Complains after asking for password

2008-08-01 Thread Torquil Macdonald Sørensen
Package: systemsettings
Version: 4:4.1.0-1
Severity: normal

In systemsettings, the About Me section: I tried to change my name, 
and was asked for my password, which I expected. But even though I write 
the correct password, I get a window with title Sorry - Systemsettings
containing the message:


As error occurred and your password has probably not been changed. The 
error message was: chfn: Permission denied.


Going back to systemsettings later shows that the name has been 
changed successfully.

Best regards
Torquil Sørensen

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

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

Versions of packages systemsettings depends on:
ii  kdebase-runtime   4:4.1.0-1  runtime components from the offici
ii  kdelibs5  4:4.1.0-1  core libraries for all KDE 4 appli
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-1generic font configuration library
ii  libqt4-dbus   4.4.0-4Qt 4 D-Bus module
ii  libqt4-xml4.4.0-4Qt 4 XML module
ii  libqtcore44.4.0-4Qt 4 core module
ii  libqtgui4 4.4.0-4Qt 4 GUI module
ii  libstdc++64.3.1-8The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.4-2  X11 client-side library

systemsettings recommends no packages.

systemsettings suggests no packages.

-- no debconf information



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



Bug#491879: kwin does not launch automatically at starting an session

2008-08-01 Thread Adam Kraśnicki
Hello,

 Patrick, Adam, i do wonder whether this issue is related to:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492610

I dont get any windows, the only thing I get is a little delay (2s) in kde
splash at Loading the window manager (not to mention borderless windows
later ofc). Its happen every time when I try to load saved session.

 what kernel version are you using?

2.6.25+14

My actualizations from the day it happend, Im 99% sure it was at 17.07
because log says that at 18.07 was first time I restarted machine just after
login. Will check my other machine later.

15.07 2008 09:52:47 +0200
===
[INSTALOWANY, ZALEŻNOŚCI] libdns35
[INSTALOWANY, ZALEŻNOŚCI] libserf-0-0
[INSTALOWANY, ZALEŻNOŚCI] linux-image-2.6.25-2-486
[UAKTUALNIONY] bind9-host 1:9.4.2-10 - 1:9.4.2-10+lenny1
[UAKTUALNIONY] dnsutils 1:9.4.2-10 - 1:9.4.2-10+lenny1
[UAKTUALNIONY] doc-linux-text 2008.05-2 - 2008.06-1
[UAKTUALNIONY] e2fslibs 1.40.8-2 - 1.40.11-1
[UAKTUALNIONY] e2fsprogs 1.40.8-2 - 1.40.11-1
[UAKTUALNIONY] gnupg 1.4.6-2.2 - 1.4.9-2
[UAKTUALNIONY] gpgv 1.4.6-2.2 - 1.4.9-2
[UAKTUALNIONY] grub-common 1.96+20080626-1 - 1.96+20080704-2
[UAKTUALNIONY] initramfs-tools 0.92b - 0.92e
[UAKTUALNIONY] klibc-utils 1.5.10-1 - 1.5.11-3
[UAKTUALNIONY] konq-plugins 4:3.5.9-1 - 4:3.5.9-2
[UAKTUALNIONY] kpdf 4:3.5.9-1+b2 - 4:3.5.9-2
[UAKTUALNIONY] libapache2-mod-php5 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] libaprutil1 1.2.12+dfsg-3 - 1.2.12+dfsg-7
[UAKTUALNIONY] libattr1 1:2.4.41-1 - 1:2.4.43-1
[UAKTUALNIONY] libaudio2 1.9.1-2 - 1.9.1-4
[UAKTUALNIONY] libbind9-30 1:9.4.2-10 - 1:9.4.2-10+lenny1
[UAKTUALNIONY] libblkid1 1.40.8-2 - 1.40.11-1
[UAKTUALNIONY] libcomerr2 1.40.8-2 - 1.40.11-1
[UAKTUALNIONY] libcurl3 7.18.2-1 - 7.18.2-5
[UAKTUALNIONY] libcwidget3 0.5.11-1 - 0.5.12-1
[UAKTUALNIONY] libexpat1 1.95.8-4 - 2.0.1-4
[UAKTUALNIONY] libhunspell-1.2-0 1.2.4-2 - 1.2.5-1
[UAKTUALNIONY] libisc32 1:9.4.2-10 - 1:9.4.2-10+lenny1
[UAKTUALNIONY] libisccc30 1:9.4.2-10 - 1:9.4.2-10+lenny1
[UAKTUALNIONY] libisccfg30 1:9.4.2-10 - 1:9.4.2-10+lenny1
[UAKTUALNIONY] libklibc 1.5.10-1 - 1.5.11-3
[UAKTUALNIONY] liblwres30 1:9.4.2-10 - 1:9.4.2-10+lenny1
[UAKTUALNIONY] libss2 1.40.8-2 - 1.40.11-1
[UAKTUALNIONY] libsvn1 1.4.6dfsg1-4 - 1.5.0dfsg1-4
[UAKTUALNIONY] libusb-0.1-4 2:0.1.12-11 - 2:0.1.12-12
[UAKTUALNIONY] libuuid1 1.40.8-2 - 1.40.11-1
[UAKTUALNIONY] libxp6 1:1.0.0.xsf1-1 - 1:1.0.0.xsf1-2
[UAKTUALNIONY] linux-image-2.6-486 2.6.24+13 - 2.6.25+14
[UAKTUALNIONY] mlocate 0.20-2 - 0.21-1
[UAKTUALNIONY] php-pear 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] php5 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] php5-cli 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] php5-common 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] php5-curl 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] php5-gd 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] php5-mcrypt 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] php5-mysql 5.2.5-3+lenny2 - 5.2.6-2
[UAKTUALNIONY] psutils 1.17-25 - 1.17-26
[UAKTUALNIONY] reportbug 3.41 - 3.42
[UAKTUALNIONY] subversion 1.4.6dfsg1-4 - 1.5.0dfsg1-4
[UAKTUALNIONY] wamerican 6-2.1 - 6-2.3
[UAKTUALNIONY] wget 1.11.3-1 - 1.11.4-1
[UAKTUALNIONY] xserver-xorg-video-glint 1:1.2.0-1 - 1:1.2.1-1
[UAKTUALNIONY] xserver-xorg-video-nv 1:2.1.9-1 - 1:2.1.10-1
[UAKTUALNIONY] xserver-xorg-video-via 1:0.2.2-5 - 1:0.2.2-6
===

17.07 2008 08:29:11 +0200
===
[INSTALOWANY, ZALEŻNOŚCI] xserver-xorg-video-mach64
[INSTALOWANY, ZALEŻNOŚCI] xserver-xorg-video-r128
[INSTALOWANY, ZALEŻNOŚCI] xserver-xorg-video-radeon
[UAKTUALNIONY] apache2 2.2.9-2 - 2.2.9-5
[UAKTUALNIONY] apache2-mpm-prefork 2.2.9-2 - 2.2.9-5
[UAKTUALNIONY] apache2-utils 2.2.9-2 - 2.2.9-5
[UAKTUALNIONY] apache2.2-common 2.2.9-2 - 2.2.9-5
[UAKTUALNIONY] bash-completion 20080617.5 - 20080705
[UAKTUALNIONY] console-common 0.7.77 - 0.7.79
[UAKTUALNIONY] dictionaries-common 0.98.9 - 0.98.10
[UAKTUALNIONY] eject 2.1.5-8 - 2.1.5-10
[UAKTUALNIONY] gcc-4.2-base 4.2.4-2+b1 - 4.2.4-3
[UAKTUALNIONY] gettext-base 0.17-2 - 0.17-3
[UAKTUALNIONY] kdelibs-data 4:3.5.9.dfsg.1-4 - 4:3.5.9.dfsg.1-6
[UAKTUALNIONY] kdelibs4c2a 4:3.5.9.dfsg.1-4 - 4:3.5.9.dfsg.1-6
[UAKTUALNIONY] libfreetype6 2.3.6-1 - 2.3.7-1
[UAKTUALNIONY] libldap-2.4-2 2.4.9-1 - 2.4.10-2
[UAKTUALNIONY] libmysqlclient15off 5.0.51a-6 - 5.0.51a-9+lenny2
[UAKTUALNIONY] mysql-client-5.0 5.0.51a-6 - 5.0.51a-9+lenny2
[UAKTUALNIONY] mysql-common 5.0.51a-6 - 5.0.51a-9+lenny2
[UAKTUALNIONY] mysql-server 5.0.51a-6 - 5.0.51a-9+lenny2
[UAKTUALNIONY] mysql-server-5.0 5.0.51a-6 - 5.0.51a-9+lenny2
[UAKTUALNIONY] unrar 1:3.7.8-2 - 1:3.8.2-1
[UAKTUALNIONY] xserver-xorg-video-ati 1:6.8.0-1 - 1:6.9.0-1
===

18.07 2008 08:05:37 +0200
===
[INSTALOWANY, ZALEŻNOŚCI] 

Bug#386303: [evolution] Re: evolution showing Formatting message (...)

2008-08-01 Thread Mazen Neifer
Package: evolution
Version: 2.22.3.1-1

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

Hi Carlos,

This is not an acceptable workaround. HTML messages with image links are quite 
common today and most mail clients supports them. However, I've seen this 
problem with huge mails containing no images. Setting mail size limitation 
seems not help in this case (using 1MB limit)

Cheers
Mazen,

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18

Debian Release: lenny/sid
  500 unstableftp.fr.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libart-2.0-2   (= 2.3.18) | 2.3.20-2
libatk1.0-0(= 1.20.0) | 1.22.0-1
libbluetooth2(= 3.14) | 3.36-1
libbonobo2-0   (= 2.15.0) | 2.22.0-1
libbonoboui2-0 (= 2.15.1) | 2.22.0-1
libc6   (= 2.7-1) | 2.7-13
libcairo2   (= 1.2.4) | 1.6.4-6
libcamel1.2-11 (= 2.22.2) | 2.22.3-1
libdbus-1-3 (= 1.0.2) | 1.2.1-3
libdbus-glib-1-2 (= 0.71) | 0.76-1
libebook1.2-9  (= 2.22.2) | 2.22.3-1
libecal1.2-7   (= 2.22.2) | 2.22.3-1
libedataserver1.2-9(= 2.22.2) | 2.22.3-1
libedataserverui1.2-8  (= 2.22.2) | 2.22.3-1
libegroupwise1.2-13(= 2.22.2) | 2.22.3-1
libexchange-storage1.2-3   (= 2.22.2) | 2.22.3-1
libfontconfig1  (= 2.4.0) | 2.6.0-1
libfreetype6(= 2.3.5) | 2.3.7-1
libgconf2-4(= 2.13.5) | 2.22.0-1
libglade2-0   (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0   (= 2.16.0) | 2.16.5-1
libgnome-pilot2 (= 2.0.2) | 2.0.15-2.4
libgnome2-0(= 2.17.3) | 2.20.1.1-1
libgnomecanvas2-0  (= 2.11.1) | 2.20.1.1-1
libgnomeui-0   (= 2.17.1) | 2.20.1.1-1
libgnomevfs2-0  (= 1:2.17.90) | 1:2.22.0-4
libgtk2.0-0(= 2.12.0) | 2.12.11-3
libgtkhtml3.14-19  (= 3.18.3) | 3.18.3-1
libhal1   (= 0.5.8.1) | 0.5.11-2
libice6   (= 1:1.0.0) | 2:1.0.4-1
libldap-2.4-2   (= 2.4.7) | 2.4.10-3
libnm-glib0| 0.6.6-2
libnotify1  (= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10 | 
libnspr4-0d  (= 1.8.0.10) | 4.7.1-3
libnss3-1d   (= 3.12.0~1.9b1) | 3.12.0-4
liborbit2   (= 1:2.14.10) | 1:2.14.13-0.1
libpango1.0-0  (= 1.20.3) | 1.20.5-1
libpisock9 | 0.12.3-5
libpisync1 | 0.12.3-5
libpixman-1-0  | 0.10.0-2
libpng12-0   (= 1.2.13-4) | 1.2.27-1
libpopt0 (= 1.14) | 1.14-4
libsm6 | 2:1.0.3-2
libsoup2.4-1(= 2.4.1) | 2.4.1-1
libusb-0.1-4 (= 2:0.1.12) | 2:0.1.12-12
libx11-6   | 2:1.1.4-2
libxcb-render-util0| 0.2+git41-1
libxcb-render0 | 1.1-1.1
libxcb1| 1.1-1.1
libxcursor1 ( 1.1.2) | 1:1.1.9-1
libxext6   | 2:1.0.4-1
libxfixes3(= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.3-1
libxinerama1   | 2:1.0.3-2
libxml2(= 2.6.27) | 2.6.32.dfsg-2
libxrandr2 | 2:1.2.3-1
libxrender1| 1:0.9.4-2
zlib1g(= 1:1.1.4) | 1:1.2.3.3.dfsg-12
gconf2   (= 2.10.1-2) | 2.22.0-1
evolution-common(= 2.22.3.1-1) | 2.22.3.1-1
evolution-data-server (= 2.21.92) | 2.22.3-1
evolution-data-server  ( 2.23.0) | 2.22.3-1
gtkhtml3.14(= 3.17.5) | 3.18.3-1
gnome-icon-theme  (= 2.19.91) | 2.22.0-1
dbus   | 1.2.1-3






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



Bug#478470: Any news?

2008-08-01 Thread Micha Lenk
Are there any news regarding this bug? The blocking bug 478191 is
apparently fixed now...



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



Bug#489111: Bug in libhtml-wikiconverter-mediawiki-perl fixed in revision 23721

2008-08-01 Thread pkg-perl-maintainers
tag 489111 + pending
thanks

Some bugs are closed in revision 23721
by Ansgar Burchardt (ansgar-guest)

Commit message:

* Use quilt to apply patches; add debian/README.source to document usage
* Disable test for a feature not implemented yet (Closes: #489111)
* Add myself to Uploaders.



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



Bug#493210: brasero - FTBFS: missuse of va_list

2008-08-01 Thread Bastian Blank
Package: brasero
Version: 0.8.0-1
Severity: serious

brasero missuses the va_list type. This type is opaque and no pointer.

See the alpha build log[1].

Bastian

[1]:
http://buildd.debian.org/fetch.cgi?pkg=braseroarch=alphaver=0.8.0-1stamp=1216663328file=logas=raw
-- 
Ahead warp factor one, Mr. Sulu.



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



Bug#487080: (ei aihetta)

2008-08-01 Thread Holger Levsen
Hi Thomas,

On Thursday 31 July 2008 12:00, Thomas Lange wrote:
 Thanks for the info. Future FAI versions will use 2.6.25 and aufs as
 default. I will close this bug with an upload of a new version.

2.6.26 has been uploaded to unstable and is the targeted kernel for lenny.
(It's not sure yet, but it's very probably that it will be .26.)


regards,
Holger


pgp4lPxx7S5ME.pgp
Description: PGP signature


Bug#353260: This is fixed, isn’t it

2008-08-01 Thread Joachim Breitner
Hi,

going through some bugs against debbugs, I see that these bugs seem to
be fixed on bugs.debian.org – are they still open until they are put in
the debbugs package, or can they be closed?

Greetings,
Joachim


-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#467401: Good ideas

2008-08-01 Thread Joachim Breitner
Hi,

this mail simulates bug voting :-)

I find Paul’s ideas very good, and thus am subscribing to this bug.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#366921: I’d like that as well...

2008-08-01 Thread Joachim Breitner
Hi,

subscribing with gpg-signed mail would be nice.

Thanks,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#493211: brasero: FTBFS on alpha

2008-08-01 Thread Josselin Mouette
Package: brasero
Version: 0.7.1-1
Severity: serious

brasero has failed to build on alpha since version 0.7.1.

cc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. 
-DBRASERO_LOCALE_DIR=\/usr/share/locale\ -DBRASERO_PREFIX=\/usr\ 
-DBRASERO_SYSCONFDIR=\/etc\ -DBRASERO_DATADIR=\/usr/share/brasero\ 
-DBRASERO_LIBDIR=\/usr/lib\ -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED 
-DGNOME_DISABLE_DEPRECATED -DORBIT2=1 -pthread -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -g -Wall -O2 -g 
-O2 -g -Wall -O2 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -g -O2 -g -Wall -O2 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -g -Wall -O2 
-DDBUS_API_SUBJECT_TO_CHANGE -DORBIT2=1 -pthread -I/usr/include/hal 
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 
-I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 
-I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libxml2 
-I/usr/include/gail-1.0   -g -O2 -g -Wall -O2 -I/usr/include/libbeagle 
-I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-pthread -DORBIT2=1 -I/usr/include/totem-pl-parser/1/plparser 
-I/usr/include/libxml2 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-vfs-module-2.0 
-I/usr/include/evolution-data-server-2.22 -I/usr/include/gtk-2.0 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 
-I/usr/include/bonobo-activation-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1   
-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -g -O2 -g -Wall -O2 
-c burn-session.c
burn-session.c: In function 'brasero_burn_session_get_file_complement':
burn-session.c:521: warning: field precision should have type 'int', but 
argument 2 has type 'size_t'
burn-session.c:529: warning: field precision should have type 'int', but 
argument 2 has type 'size_t'
burn-session.c:537: warning: field precision should have type 'int', but 
argument 2 has type 'size_t'
burn-session.c: In function 'brasero_burn_session_logv':
burn-session.c:1441: error: used struct type value where scalar is required
make[4]: *** [burn-session.o] Error 1

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#493212: trash-cli: output of 'df' misinterpreted on non-english systems or systems using long device names.

2008-08-01 Thread Cédric Boutillier
Package: trash-cli
Version: 0.1.10.28-2
Severity: important

Hi !

Whenever I try to use trash-cli operations (list-trash or empty-trash),
I get the following error:

$ list-trash
Traceback (most recent call last):
  File /usr/bin/list-trash, line 5, in module
for trashedfile in TrashDirectory.allTrashedFiles() :
  File /var/lib/python-support/python2.5/libtrash.py, line 221, in 
allTrashedFiles
for volume in Volume.all() :
  File /var/lib/python-support/python2.5/libtrash.py, line 481, in all
return [ Volume(elem) for elem in Volume.__mount_list()]
  File /var/lib/python-support/python2.5/libtrash.py, line 473, in 
__mount_list
file_sys,disc_size,disc_used,disc_avail,disc_cap_pct,mount=df_list.split()
ValueError: too many values to unpack

This results from the fact that my 'df' output below, is not properly
parsed by /var/lib/python-support/python2.5/libtrash.py

$ df
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur
/dev/mapper/pomme-root
   12G  8,4G  2,9G  75% /
tmpfs 505M  8,0K  505M   1% /lib/init/rw
udev   10M   96K   10M   1% /dev
tmpfs 505M 0  505M   0% /dev/shm
/dev/hda3 278M   89M  174M  34% /boot
/dev/mapper/pomme-home
   33G   18G   14G  56% /home


I see two problems:
1) libtrash.py tries to ignore the first line by looking for
filesystem, but this string is not present in the localised output.
Using LC_ALL=C helps for this issue, but I get a similar error due to the
second line.

2) I am using lvm, which results in relatively long names for device
names, causing some \n characters in the output. Therefore one
filesystem is represented by more than one line. When libtrash.py reads
the second line, it gets only one element:

ValueError: need more than 1 value to unpack

replacing 'df' by 'df -P' on line 472 helps, but I am not sure it is the
best way.

Best regards,

Cédric Boutillier
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (700, 'testing'), (200, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.25-mol-ice
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages trash-cli depends on:
ii  python2.5.2-2An interactive high-level object-o
ii  python-support0.8.5  automated rebuilding support for P

trash-cli recommends no packages.

trash-cli suggests no packages.

-- no debconf information



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



Bug#487435: randomized sbrk not detected at runtime

2008-08-01 Thread David Bremner

I built gcl 2.6.7-38 (after sysctl kernel.randomize_va_space=0) on
i386 kernel 2.6.25-7.  The build went fine, but after I reboot, gcl is
not able to detect that sbrk is randomized and happily starts up.  Of
course it does not work very well; the maxima build dies right away,
for example.  

David




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



Bug#493213: config-manager: Don't depend on pybaz

2008-08-01 Thread Daniel Watkins
Package: config-manager
Version: 0.3-3.1
Severity: normal

As per bug #486730, pybaz is likely to be removed from the archive at
some point.  config-manager should be modified so that it doesn't depend
on pybaz, to avoid a similar fate.

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

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

Versions of packages config-manager depends on:
ii  bzr  1.5-1   easy to use distributed version co
ii  libc62.7-13  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.1-8   GCC support library
ii  libstdc++6   4.3.1-8 The GNU Standard C++ Library v3
ii  pybaz1.5pre1-3.2 python bindings for the bazaar rev
ii  python2.42.4.5-4 An interactive high-level object-o

config-manager recommends no packages.

config-manager suggests no packages.

-- no debconf information



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



Bug#493214: git-buildpackage: git-import-dscs do not support epoch

2008-08-01 Thread Frederic-Emmanuel PICCA
Package: git-buildpackage
Version: 0.4.33
Severity: normal


Hello

I tryed to import all the current *.dsc of the lisaac package from the
debian repository.
In fact version 0.84 and 1:0.13.1
But the order done by import-dscs was in a wrong order.
It first import the 0.13.1 version before the 0.84.

This is wrong.

Have a nice day.

Frederic

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

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

Versions of packages git-buildpackage depends on:
ii  devscripts   2.10.34 scripts to make the life of a Debi
ii  git-core 1:1.5.6.3-1 fast, scalable, distributed revisi
ii  python   2.5.2-1 An interactive high-level object-o
ii  python-dateutil  1.4-1   powerful extensions to the standar
ii  python-support   0.8.4   automated rebuilding support for P

git-buildpackage recommends no packages.

Versions of packages git-buildpackage suggests:
pn  git-load-dirs none (no description available)
pn  pristine-tar  none (no description available)

-- no debconf information



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



Bug#493215: texlive-latex-base: hyperref generates hyperlinks, starting to early

2008-08-01 Thread Hilmar Preusse
Package: texlive-latex-base
Version: 2007.dfsg.1-3
Severity: normal

This is a reopening of #95086, I'll close soon. The minimal example stays
the same:

\documentclass[a5paper]{article}
\usepackage[colorlinks]{hyperref}
\begin{document}
abc\footnote{def}\hyperlink{ghi}{jkl\newpage mno}
\vskip 30ex
\hypertarget{ghi}{pqrs}
\end{document}

The footnote on page 1 (i.e. the superscript 1 in the text and the
footnote itself) is a hyperlink although one shouldn't expect it to be one.
I assume this to be a bug in hyperref.

H.
-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also include minimal examples of
other files that are needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 hille users 1327 2006-12-28 13:02 /home/hille/.texmf/ls-R
-rw-rw-r-- 1 root users 1833 2008-08-01 06:27 /var/lib/texmf/ls-R
-rw-r--r-- 1 root staff 79 2008-07-07 09:47 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 2008-07-28 18:01 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2008-07-28 18:01 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2008-07-28 18:01 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 2008-07-28 18:01 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 9950 2008-07-28 18:25 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 12255 2008-07-28 18:25 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 6461 2008-07-28 18:25 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 4
-rw-r--r-- 1 root root 283 2007-06-11 10:19 mktex.cnf
##
 md5sums of texmf.d
31cc6be615a9a692d5593984543e7e5b  /etc/texmf/texmf.d/05TeXMF.cnf
5f7f6652cc8b8071c9e4ea6ba9e9f0a1  /etc/texmf/texmf.d/15Plain.cnf
f68e5add6afd6585b982f2f78e2e6a92  /etc/texmf/texmf.d/45TeXinputs.cnf
b52e586f7ff058ecd2eaaf51a431fbb7  /etc/texmf/texmf.d/50dvipdfmx.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
30f4f13357c2761ed01a6a15f28725a5  /etc/texmf/texmf.d/95NonPath.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

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

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

Versions of packages texlive-latex-base depends on:
ii  texlive-base   2007.dfsg.1-3 TeX Live: Essential programs and f
ii  texlive-common 2007.dfsg.1-3 TeX Live: Base component

Versions of packages texlive-latex-base recommends:
ii  texlive-latex-base-doc 2007.dfsg.1-3 TeX Live: Documentation files for 

texlive-latex-base suggests no packages.

Versions of packages tex-common depends on:
ii  debconf   1.5.23 Debian configuration management sy
ii  ucf   3.007  Update Configuration File: preserv

Versions of packages texlive-latex-base is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)
ii  tex-common1.11.2 common infrastructure for building

-- debconf information:
  tex-common/singleuser: true
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:



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



Bug#488117: Preliminary libv4l packages

2008-08-01 Thread Domenico Andreoli
On Sun, Jul 27, 2008 at 12:54:51PM +0200, Gregor Jasny wrote:
 Hi,

Hi :)

 today I've started to package libv4l. Open issues:
 * Would it make sense to split the package into 3 libs, 3 -dev and maybe  
 2 preload libs? To me it seems to be pure overkill. Policy §8.1 seems to  
  allow stuffing all libs into one package

yes, overkill. I would not split.

 * not sure if copyright file is correct
 * test with older comapt level than 7 to ease backporting
 * static libs are missing in -dev

I hope to find some time to review your package. Now it is not the right
moment. Sorry, again.

 I'd love to see this library going into Lenny before the freeze.
 Either through one of the original ITPers or maybe via a sponsored upload.

I am very sorry, had I been more determined in push libv4l to lenny it
would be already in. Unfortunately, now it is too late.

I will be happy to sponsor the upload.

cheers,
Domenico

-[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50



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



Bug#493217: libnfsidmap2: rpc.idmapd broken

2008-08-01 Thread Paul Collins
Package: libnfsidmap2
Version: 0.21-1
Severity: grave

Upgrading from 0.20-1 to 0.21-1 breaks rpc.idmapd:

$ sudo rpc.idmapd -f -v
rpc.idmapd: libnfsidmap: using domain: wgtn.ondioline.org

rpc.idmapd: libnfsidmap: processing 'Method' list

rpc.idmapd: libnfsidmap: Unable to load plugin: libnfsidmap_nsswitch.so: 
cannot open shared object file: No such file or directory

rpc.idmapd: libnfsidmap: requested translation method, 'nsswitch', is not 
available

rpc.idmapd: Unable to create name to user id mappings.
$ dpkg -L libnfsidmap2 | grep nsswitch
/usr/lib/libnfsidmap_nsswitch.so.0.0.0
/usr/lib/libnfsidmap_nsswitch.so.0

Since these newly separated plugins are not general-purpose shared
libraries, perhaps they should be shipped as /usr/lib/libnfsidmap2/nsswitch.so
and so forth, or something along those lines.

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood



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



Bug#492244: request for a freeze exception for mercurial

2008-08-01 Thread Vincent Danjean

  Hi,

  mercurial 1.0.1-3 (currently in lenny) is incompatible with
python-subversion = 1.5 (it works with python-subversion 1.4 that
is not in lenny anymore). This bug does not touch the core mercurial
operations but it prevents any conversion from subversion repository
to mercurial.
  Upstream made a patch I added in mercurial 1.0.1-4 (currently in
sid). This bug was discovered near the freeze time (but I was in
vacation) and fully fixed upstream only yesterday.

  I would be very pleased if you accept to add a freeze exception
for mercurial so that it can migrate after 10 days in sid.

  Note: in mercurial 1.0.1-4, I also fix a bashism in postinst.
The interdiff between -3 and -4 is attached to this mail (there is
a changelog entry, the fix for bashism and the patch for #492244 in the
quilt series)

  Best regards,
   Vincent

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

diff -u mercurial-1.0.1/debian/changelog mercurial-1.0.1/debian/changelog
--- mercurial-1.0.1/debian/changelog
+++ mercurial-1.0.1/debian/changelog
@@ -1,3 +1,11 @@
+mercurial (1.0.1-4) unstable; urgency=low
+
+  * fix subversion 1.5 compatibility (Closes: #492244)
+using upstream patch
+  * fix bashism in postinst
+
+ -- Vincent Danjean [EMAIL PROTECTED]  Thu, 31 Jul 2008 14:27:51 +0200
+
 mercurial (1.0.1-3) unstable; urgency=low
 
   * debian/control:
diff -u mercurial-1.0.1/debian/mercurial.postinst 
mercurial-1.0.1/debian/mercurial.postinst
--- mercurial-1.0.1/debian/mercurial.postinst
+++ mercurial-1.0.1/debian/mercurial.postinst
@@ -18,10 +18,14 @@
 # the debian-policy package
 
 check_ext() {
-local file=$1
-local ext=$2
-local dep=$3
-local enable=true
+local file
+local ext
+local dep
+local enable
+file=$1
+ext=$2
+dep=$3
+enable=true
 
 case $dep in
 wish)
diff -u mercurial-1.0.1/debian/patches/series 
mercurial-1.0.1/debian/patches/series
--- mercurial-1.0.1/debian/patches/series
+++ mercurial-1.0.1/debian/patches/series
@@ -9,0 +10 @@
+backport__svn1.5-fix.patch
only in patch2:
unchanged:
--- mercurial-1.0.1.orig/debian/patches/backport__svn1.5-fix.patch
+++ mercurial-1.0.1/debian/patches/backport__svn1.5-fix.patch
@@ -0,0 +1,227 @@
+diff -r e37fa751182a -r 6ec941b6003d hgext/convert/subversion.py
+--- a/hgext/convert/subversion.py  Fri Jul 25 13:26:16 2008 +0200
 b/hgext/convert/subversion.py  Wed Jul 30 22:26:41 2008 +0200
+@@ -130,18 +130,6 @@
+ self._stdout.close()
+ self._stdout = None
+ 
+-def get_log(url, paths, start, end, limit=0, discover_changed_paths=True,
+-strict_node_history=False):
+-args = [url, paths, start, end, limit, discover_changed_paths,
+-strict_node_history]
+-arg = encodeargs(args)
+-hgexe = util.hgexecutable()
+-cmd = '%s debugsvnlog' % util.shellquote(hgexe)
+-stdin, stdout = os.popen2(cmd, 'b')
+-stdin.write(arg)
+-stdin.close()
+-return logstream(stdout)
+-
+ # SVN conversion code stolen from bzr-svn and tailor
+ #
+ # Subversion looks like a versioned filesystem, branches structures
+@@ -188,6 +176,7 @@
+ # Module is either empty or a repository path starting with
+ # a slash and not ending with a slash.
+ self.module = self.url[len(self.base):]
++self.prevmodule = None
+ self.rootmodule = self.module
+ self.commits = {}
+ self.paths = {}
+@@ -250,7 +239,7 @@
+ def getheads(self):
+ 
+ def isdir(path, revnum):
+-kind = svn.ra.check_path(self.ra, path, revnum)
++kind = self._checkpath(path, revnum)
+ return kind == svn.core.svn_node_dir
+ 
+ def getcfgpath(name, rev):
+@@ -393,7 +382,7 @@
+ tagspath = self.tags
+ start = svn.ra.get_latest_revnum(self.ra)
+ try:
+-for entry in get_log(self.url, [self.tags], start, self.startrev):
++for entry in self._getlog([self.tags], start, self.startrev):
+ origpaths, revnum, author, date, message = entry
+ copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p, e
+   in origpaths.iteritems() if e.copyfrom_path]
+@@ -478,9 +467,9 @@
+ if not stop:
+ stop = svn.ra.get_latest_revnum(self.ra)
+ try:
+-self.reparent('')
++prevmodule = self.reparent('')
+ dirent = svn.ra.stat(self.ra, path.strip('/'), stop)
+-self.reparent(self.module)
++self.reparent(prevmodule)
+ except SubversionException:
+ dirent = None
+ if not dirent:
+@@ -489,7 +478,7 @@
+ # stat() gives us the previous revision on this line of 

Bug#469340: cups-pdf generates only files which consists of one white page

2008-08-01 Thread Martin-Éric Racine
Does the bug still apply to the 2.4.8-2 that is currently in Testing?

-- 
Martin-Éric Racine
http://q-funk.iki.fi


Bug#493196: fakeroot: chmod 1755 problem on GNU/kFreeBSD [patch]

2008-08-01 Thread Petr Salinger

tags 493196 + patch
severity 493196 important
thanks

Hi,


Please, can you estimate whether it can be solved on fakeroot side ?


Now I know, it can.

The problem is that chmod() syscall family does not return EPERM, but 
EFTYPE in this case on *BSD kernels. The linux does not have errno code 
EFTYPE at all.


Please, could you use attached patch.
It is no-op on Linux, as there is no EFTYPE defined, so it is really safe 
change.


When applied, emacs22 builds fine for us.

Many thanks

Petr
--- fakeroot-1.9.5.orig/libfakeroot.c
+++ fakeroot-1.9.5/libfakeroot.c
@@ -856,6 +856,10 @@
   r=next_chmod(path, mode);
   if(r(errno==EPERM))
 r=0;
+#ifdef EFTYPE  /* available under FreeBSD kernel */
+  if(r(errno==EPERM))
+r=0;
+#endif
   return r;
 }
 
@@ -884,6 +888,10 @@
   r=next_fchmod(fd, mode);
   if(r(errno==EPERM))
 r=0;
+#ifdef EFTYPE  /* available under FreeBSD kernel */
+  if(r(errno==EPERM))
+r=0;
+#endif
   return r;
 }
 
@@ -916,6 +924,10 @@
   r=next_fchmodat(dir_fd, path, mode, flags);
   if(r(errno==EPERM))
 r=0;
+#ifdef EFTYPE  /* available under FreeBSD kernel */
+  if(r(errno==EPERM))
+r=0;
+#endif
   return r;
 }
 #endif /* HAVE_FCHMODAT */


Bug#493216: labeled mounts break with recent udev

2008-08-01 Thread Guido Günther
Package: udev
Version: 0.125
Severity: grave

Hi,
the removal of the /dev/.static/dev/ hack in 0.124-1 breaks labeled
mounts (via LABEL=...) and might leave people with an unbootable system.

Reason is that findfs and friends query /etc/blkid.tab to find the
device matching the UUID. Since blkid.tab has things like
/dev/.static/dev/hda7 (no idea why blkid picked that one in favour of
/dev/hda7) this breaks the mount.

I see three possible solutions:
 * put the hack back in (bad)
or
 * put code into e2fsprogs that updates /etc/blkid.tag and let udev
   conflict on older than that versions of e2fsprogs.
or
 * document that we stop supporting mounts by LABEL=... and people
   should use /dev/disk/by-label/

Cheers,
 -- Guido




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



Bug#493218: gettext: crash with some unicode chars

2008-08-01 Thread Yann
Package: gettext
Version: 0.17-3
Severity: important

to reproduce, just open a file test.py with only u'\udfff' in it, and
run xgettext t.py
we get a Aborted message

it works with \ud800 for exemple, doesn't work with \udffe.

This string isn't translatable, so why xgettext parse it? And why does
it fail?

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

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

Versions of packages gettext depends on:
ii  gettext-base  0.17-3 GNU Internationalization utilities
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgomp1  4.3.1-2GCC OpenMP (GOMP) support library

Versions of packages gettext recommends:
ii  lynx  2.8.6-2+b1 Text-mode WWW Browser
ii  wget  1.11.3-1   retrieves files from the web

-- no debconf information



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



Bug#493219: g15daemon: segfault if only lcd server loaded

2008-08-01 Thread Alain Cabiran
Package: g15daemon
Version: 1.9.5.3-3
Severity: normal


Hello,

i have two problems : the first one is that g15daemon segfaults if
one only load lcd server plugin :

excerpt of g15daemon.conf
[PLUGINS]
LCDServer: Load
Clock: NoLoad
Linux UINPUT Keyboard Output: NoLoad

$ g15daemon -d 5
libg15: Found Logitech G15 v2, trying to open it
libg15: Device has 1 possible configurations
libg15: Device has 1 Alternate Settings
libg15: Interface 0 has 2 Endpoints
USB error: could not get bound driver: No data available
libg15: Found Extra Keys endpoint 1 with address 0x81 maxtransfersize=32 
libg15: Found LCD endpoint 2 with address 0x2 maxtransfersize=32 
libg15: Done opening the keyboard
g15daemon 1.9.5.3 loaded

libg15: Keyboard: 2, 0, d0, c1, 0
Loading 3 plugins named in g15daemon.conf.
G15Daemon Plugin_Loader - DEEPBIND Flag available.  Using it.

PRELOADING /usr/lib/g15daemon/1.9.5.3/plugins/g15plugin_tcpserver.so
Booting plugin LCDServer
Plugin LCDServer boot successful.
Starting plugin thread LCDServer in advanced mode

PRELOADING /usr/lib/g15daemon/1.9.5.3/plugins/g15plugin_clock.so
Clock Plugin disabled in g15daemon.conf - not running

libg15: Keyboard: 2, 0, d0, c1, 0
PRELOADING /usr/lib/g15daemon/1.9.5.3/plugins/g15plugin_uinput.so
Linux UINPUT Keyboard Output Plugin disabled in g15daemon.conf - not
running

libg15: Keyboard: 2, 0, d0, c1, 0
.
.
.

Erreur de segmentation

$ tail -1 /var/log/messages
g15daemon[16368]: segfault at 14 ip 0804cb18 sp b7cac2f0 error 4 in 
g15daemon[8048000+7000]

8084000+7000 does not change between segfaults, i have downloaded source code
so i can do any tests changes, ... you want me to. (i have basic knowledge in
C and C++).

Regards,

Alain Cabiran



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

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

Versions of packages g15daemon depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libg15-1   1.2.6-1   Library for interfacing with the L
ii  libg15daemon-client1   1.9.5.3-3 Development packages for libg15dae
ii  libg15render1  1.2.0.svn250-2Library for interfacing with the L
ii  libusb-0.1-4   2:0.1.12-12   userspace USB programming library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages g15daemon recommends:
ii  xkb-data  1.3-1  X Keyboard Extension (XKB) configu

g15daemon suggests no packages.

the installed kernel is original 2.6.26 which works with hal from lenny
because previous kernel versions did not because of my tv card (bug #471902).

-- no debconf information



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



Bug#493196: fakeroot: chmod 1755 problem on GNU/kFreeBSD [patch]

2008-08-01 Thread Petr Salinger

Please, could you use attached patch.


No, please use this one, with changes like

+#ifdef EFTYPE  /* available under FreeBSD kernel */
+  if(r(errno==EFTYPE))
+r=0;
+#endif


Sorry for the noise

Petr--- fakeroot-1.9.5.orig/libfakeroot.c
+++ fakeroot-1.9.5/libfakeroot.c
@@ -856,6 +856,10 @@
   r=next_chmod(path, mode);
   if(r(errno==EPERM))
 r=0;
+#ifdef EFTYPE  /* available under FreeBSD kernel */
+  if(r(errno==EFTYPE))
+r=0;
+#endif
   return r;
 }
 
@@ -884,6 +888,10 @@
   r=next_fchmod(fd, mode);
   if(r(errno==EPERM))
 r=0;
+#ifdef EFTYPE  /* available under FreeBSD kernel */
+  if(r(errno==EFTYPE))
+r=0;
+#endif
   return r;
 }
 
@@ -916,6 +924,10 @@
   r=next_fchmodat(dir_fd, path, mode, flags);
   if(r(errno==EPERM))
 r=0;
+#ifdef EFTYPE  /* available under FreeBSD kernel */
+  if(r(errno==EFTYPE))
+r=0;
+#endif
   return r;
 }
 #endif /* HAVE_FCHMODAT */


Bug#451183: emacs21: FTBFS on kfreebsd-amd64, emacs21-x unusable on kfreebsd-i386

2008-08-01 Thread Petr Salinger

retitle 451183 emacs21: FTBFS on kfreebsd-amd64, emacs21-x unusable on 
kfreebsd-i386
thanks

Hi,

the emacs21 also does not build on kfreebsd-amd64.

The previously attached patch solves both problems,
it is already integrated in upstream emacs22.

Please apply patch and regenerate configure.

Thanks

Petr



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



Bug#482592: Bug #482592: numlockx: fails to toggle numlock led

2008-08-01 Thread Martin-Éric Racine
If anyone has a patch to fix this, please add it to the bug.

I'll mention in passing that while upstream still is an active KDE
developer, numlockx itself hasn't seen any new release in a long time.

However, upstream still welcomes patches, such as the recent one I
submitted to autoreconf the packge for X.org 7 compatibility, which
resulted in a minor upstream release.

-- 
Martin-Éric Racine
http://q-funk.iki.fi


Bug#493202: update-rc.d-insserv does not operate

2008-08-01 Thread Jonny
$ valgrind -v --leak-check=full --show-reachable=yes insserv
==554== Memcheck, a memory error detector.
==554== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==554== Using LibVEX rev 1854, a library for dynamic binary translation.
==554== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==554== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation framework.
==554== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==554==
--554-- Command line
--554--insserv
--554-- Startup, with flags:
--554---v
--554----leak-check=full
--554----show-reachable=yes
--554-- Contents of /proc/version:
--554--   Linux version 2.6.26 ([EMAIL PROTECTED]) (gcc version 4.3.1 (Debian 
4.3.1-7) ) #1 PREEMPT Wed Jul 23 22:15:01 JST 2008
--554-- Arch and hwcaps: X86, x86-sse1
--554-- Page sizes: currently 4096, max supported 4096
--554-- Valgrind library directory: /usr/lib/valgrind
--554-- Reading syms from /lib/ld-2.7.so (0x400)
--554-- Reading debug info from /lib/ld-2.7.so...
--554-- ... CRC mismatch (computed 36af6df2 wanted bc87fe6a)
--554--object doesn't have a symbol table
--554-- Reading syms from /sbin/insserv (0x8048000)
--554--object doesn't have a symbol table
--554-- Reading syms from /usr/lib/valgrind/x86-linux/memcheck (0x3800)
--554--object doesn't have a dynamic symbol table
--554-- Reading suppressions file: /usr/lib/valgrind/default.supp
--554-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_core.so 
(0x401D000)
--554-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so 
(0x401F000)
--554-- Reading syms from /lib/i686/cmov/libc-2.7.so (0x403)
--554-- Reading debug info from /lib/i686/cmov/libc-2.7.so...
--554-- ... CRC mismatch (computed b9a5d6d7 wanted f3d4db0a)
--554--object doesn't have a symbol table
--554-- REDIR: 0x40a66d0 (rindex) redirected to 0x40230c0 (rindex)
--554-- REDIR: 0x40a6250 (strlen) redirected to 0x4023470 (strlen)
--554-- REDIR: 0x40a2490 (malloc) redirected to 0x4022cb0 (malloc)
--554-- REDIR: 0x40a2910 (realloc) redirected to 0x4022dc0 (realloc)
--554-- REDIR: 0x40a2180 (calloc) redirected to 0x4020d60 (calloc)
--554-- REDIR: 0x40a0660 (free) redirected to 0x4021ad0 (free)
--554-- REDIR: 0x40a7ad0 (memcpy) redirected to 0x40238e0 (memcpy)
--554-- REDIR: 0x40a8690 (strchrnul) redirected to 0x4024450 (strchrnul)
--554-- REDIR: 0x40a70c0 (memchr) redirected to 0x4023890 (memchr)
--554-- REDIR: 0x40a2870 (posix_memalign) redirected to 0x4020d00 
(posix_memalign)
--554-- REDIR: 0x40a5d50 (strcpy) redirected to 0x40234d0 (strcpy)
--554-- REDIR: 0x40a5ce0 (strcmp) redirected to 0x4023770 (strcmp)
--554-- REDIR: 0x40a75c0 (memset) redirected to 0x4024380 (memset)
--554-- REDIR: 0x40a6580 (strncpy) redirected to 0x40235a0 (strncpy)
--554-- REDIR: 0x40a7550 (memmove) redirected to 0x40243e0 (memmove)
--554-- REDIR: 0x40a7620 (mempcpy) redirected to 0x40244b0 (mempcpy)
==554== Invalid read of size 1
==554==at 0x402377E: strcmp (mc_replace_strmem.c:337)
==554==by 0x80513BA: (within /sbin/insserv)
==554==by 0x804D5FE: (within /sbin/insserv)
==554==by 0x4046454: (below main) (in /lib/i686/cmov/libc-2.7.so)
==554==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==554==
==554== Process terminating with default action of signal 11 (SIGSEGV)
==554==  Access not within mapped region at address 0x0
==554==at 0x402377E: strcmp (mc_replace_strmem.c:337)
==554==by 0x80513BA: (within /sbin/insserv)
==554==by 0x804D5FE: (within /sbin/insserv)
==554==by 0x4046454: (below main) (in /lib/i686/cmov/libc-2.7.so)
==554==
==554== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 11 from 1)
==554==
==554== 1 errors in context 1 of 1:
==554== Invalid read of size 1
==554==at 0x402377E: strcmp (mc_replace_strmem.c:337)
==554==by 0x80513BA: (within /sbin/insserv)
==554==by 0x804D5FE: (within /sbin/insserv)
==554==by 0x4046454: (below main) (in /lib/i686/cmov/libc-2.7.so)
==554==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
--554--
--554-- supp: 11 dl-hack3-cond-1
==554==
==554== IN SUMMARY: 1 errors from 1 contexts (suppressed: 11 from 1)
==554==
==554== malloc/free: in use at exit: 280,448 bytes in 3,062 blocks.
==554== malloc/free: 11,307 allocs, 8,245 frees, 850,084 bytes allocated.
==554==
==554== searching for pointers to 3,062 not-freed blocks.
==554== checked 315,012 bytes.
==554==
==554==
==554== 22 bytes in 2 blocks are still reachable in loss record 1 of 28
==554==at 0x4022E8C: realloc (vg_replace_malloc.c:429)
==554==by 0x4100C98: getcwd (in /lib/i686/cmov/libc-2.7.so)
==554==by 0x804A4FF: (within /sbin/insserv)
==554==by 0x804CF2A: (within /sbin/insserv)
==554==by 0x4046454: (below main) (in /lib/i686/cmov/libc-2.7.so)
==554==
==554==
==554== 48 bytes in 2 blocks are still reachable in loss record 2 of 28
==554==at 0x4022E8C: realloc (vg_replace_malloc.c:429)
==554==by 0x40DCE14: (within 

Bug#493220: beep: [INTL:fi] Updated Finnish translation of the debconf templates

2008-08-01 Thread Esko Arajärvi
Package: beep
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please include attached updated translation file fi.po to the package.

Regards,
Esko Arajärvi

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

iEYEARECAAYFAkiS/KAACgkQejjRZhTfFSxP4ACfeK/W0ga8wFYuxSpJeWLYcXTL
LtAAnR0wo325oe29+cTnSmnI/2a7p1Fw
=aeHl
-END PGP SIGNATURE-
msgid 
msgstr 
Project-Id-Version: beep\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-07-28 19:33+0200\n
PO-Revision-Date: 2008-08-01 15:06+0200\n
Last-Translator: Esko Arajärvi [EMAIL PROTECTED]\n
Language-Team: Finnish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Country: FINLAND\n

#. Type: select
#. Choices
#: ../templates:1001
msgid usable for all, usable for group audio, usable only for root
msgstr kaikkien käyttöön, ryhmän audio käyttöön, vain pääkäyttäjän käyttöön

#. Type: select
#. Description
#: ../templates:1002
msgid Install beep as:
msgstr Asenna beep:

#. Type: select
#. Description
#: ../templates:1002
msgid beep must be run as root since it needs to access the speaker hardware. There are several possibilities to make the program usable:  Either only for root (no suid bit at all), executable only by users of the group audio, or usable for all.
msgstr Ohjelmaa beep täytyy ajaa pääkäyttäjänä, koska sen täytyy voida käyttää koneen kaiutinta. Ohjelma voidaan asentaa useammalla tavalla: kaikkien käyttöön (suid root), vain ryhmän audio käyttöön (suid root ryhmälle audio) tai vain pääkäyttäjän käyttöön.

#. Type: select
#. Description
#: ../templates:1002
msgid Since each program set as suid root can be a security risk this is not done by default.  However, the program is quite small (~150 lines of code), so it is fairly easy to verify the safety of the code yourself, if you don't trust the package maintainer's judgement.
msgstr Koska mikä tahansa suid-bitin kanssa asennettu ohjelma voi olla tietoturvariski, sitä ei oletuksena aseteta. Koska ohjelma kuitenkin on melko pieni (noin 150 riviä koodia), sen turvallisuus on melko helppo tarkistaa tarvittaessa itse.



Bug#493216: labeled mounts break with recent udev

2008-08-01 Thread Marco d'Itri
reassign 493216 e2fsprogs
thanks

On Aug 01, Guido Günther [EMAIL PROTECTED] wrote:

 Reason is that findfs and friends query /etc/blkid.tab to find the
 device matching the UUID. Since blkid.tab has things like
 /dev/.static/dev/hda7 (no idea why blkid picked that one in favour of
 /dev/hda7) this breaks the mount.
I am sorry to hear that blkid has been broken for a long time.

 I see three possible solutions:
  * put the hack back in (bad)
Not going to happen.

  * put code into e2fsprogs that updates /etc/blkid.tag and let udev
conflict on older than that versions of e2fsprogs.
This is a bug which needs to be fixed, we generally do not conflict
with packages just because they are buggy.

(And anyway, people should use libvolume-id0.)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#483324: This is a Babel bug

2008-08-01 Thread Adam C Powell IV
reassign 483324 babel
retitle 483324 libsidl-dev must depend on libparsifal-dev
thanks

For libtool to link with libsidl.la, libparsifal.la must be there.

With this change, illuminator will build.

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#493217: libnfsidmap-0.21 is available

2008-08-01 Thread Aníbal Monsalve Salazar
On Wed, Jul 30, 2008 at 06:41:04PM -0400, Kevin Coffman wrote:
A new version of libnfsidmap is now available from
http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-0.21.tar.gz

Changes since libnfsidmap-0.20:

 - The main library has been changed to load plugin libraries to
perform the mappings.  This decouples the main library from any ldap
(and sasl, etc.) dependencies.

 - Several translation methods (plugins) may now be specified in the
idmapd.conf file.  While a plugin returns -ENOENT, the next is called
until a mapping is found, or there are no more plugins to try.  See
the notes in the updated sample idmapd.conf configuration file.

 - A static mapping plugin from David Härdeman [EMAIL PROTECTED]
has been added.

 - A gums mapping plugin from Olga Kornievskaia
[EMAIL PROTECTED] has been added.  Olga also did most of the work
to convert the code to use this new plugin architecture.

 - The interface is changed to add two new functions,
nfs4_gss_princ_to_ids_ex(), and nfs4_gss_princ_to_grouplist_ex() which
allow extra information to be passed to these mapping functions.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493217

Upgrading from 0.20-1 to 0.21-1 breaks rpc.idmapd:

On Fri, Aug 01, 2008 at 11:40:32PM +1200, Paul Collins wrote:
Package: libnfsidmap2
Version: 0.21-1
Severity: grave

Upgrading from 0.20-1 to 0.21-1 breaks rpc.idmapd:

  $ sudo rpc.idmapd -f -v
  rpc.idmapd: libnfsidmap: using domain: wgtn.ondioline.org

  rpc.idmapd: libnfsidmap: processing 'Method' list

  rpc.idmapd: libnfsidmap: Unable to load plugin: libnfsidmap_nsswitch.so: 
 cannot open shared object file: No such file or directory

  rpc.idmapd: libnfsidmap: requested translation method, 'nsswitch', is not 
 available

  rpc.idmapd: Unable to create name to user id mappings.
  $ dpkg -L libnfsidmap2 | grep nsswitch
  /usr/lib/libnfsidmap_nsswitch.so.0.0.0
  /usr/lib/libnfsidmap_nsswitch.so.0

Since these newly separated plugins are not general-purpose shared
libraries, perhaps they should be shipped as
/usr/lib/libnfsidmap2/nsswitch.so and so forth, or something along
those lines.

-- 
Paul Collins
Wellington, New Zealand


signature.asc
Description: Digital signature


  1   2   3   4   >