Bug#519910: inspircd: weird and undocumented syntax required for links, accessign clsoed fd's

2009-03-16 Thread Marc Lehmann
Package: inspircd
Version: 1.1.22+dfsg-3
Severity: normal


when having two servers with the following link lines (without passwords
etc.):

   link name=server2 ipaddr=1.0.0.2

   link name=server1 ipaddr=1.0.0.1

then despite trying to connect,t he other server will instantly close the
conenction, without logging a message:

   accept(11, {sa_family=AF_INET6, sin6_port=htons(41545), inet_pton(AF_INET6, 
:::1.0.0.1, sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, [28]) = 23
   close(23)   = 0
   fcntl(23, F_GETFL)  = -1 EBADF (Bad file descriptor)
   fcntl(23, F_SETFL, 
O_ACCMODE|O_CREAT|O_EXCL|O_NOCTTY|O_TRUNC|O_APPEND|O_NONBLOCK|O_SYNC|O_ASYNC|O_DIRECT|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC|0xfff0003c)
 = -1 EBADF (Bad file descriptor)
   setsockopt(23, SOL_SOCKET, SO_SNDBUF, [32768], 4) = -1 EBADF (Bad file 
descriptor)

The first problem here is that the socket gets close()ed first, and then
inspircd tries to access it - when any multithreadeds modules are in use,
this will poentially damage unrelated file descriptions under the same
file descriptor.

The second problem is that ipv4 addresses are not matched correctly -
inspircd will try to connect to the correct address, but the receiving
server requires specification of :::1.0.0.1 instead of just 1.0.0.1
for the ip address to match.

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

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

Versions of packages inspircd depends on:
hi  libc62.9-4   GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libgnutls26  2.6.4-2 the GNU TLS library - runtime libr
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3

inspircd recommends no packages.

inspircd suggests no packages.

-- no debconf information



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



Bug#445217: Fixed in WebKitGtk 1.1.2

2009-03-16 Thread Adrian Bunk
reassign 445217 webkit
tags 445217 +fixed-upstream
thanks

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed




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



Bug#519570: [Pkg-samba-maint] Bug#519570: Kerberos working on samba 3.2.5 PDC, but failing when joining the domain

2009-03-16 Thread Christian Perrier


More generally speaking, about this bug, I think that our best option
is reporting it upstream ith all information passed by Eduardo along
his various exchanges with us.

For such bugs, I thinnk that having us (package maintainers in Debian)
as proxies hasn't much added value...

I will open a bug report in Bugzilla as soon as I have time for that
(that needs time as it needs collecting all what we have in Debian
BTSplus sending pointers to network capture made by Eduardo, etc.




signature.asc
Description: Digital signature


Bug#518150: [Python-modules-team] Bug#518150: python-matplotlib-doc: matplotlib 'user_interfaces' wx examples don't work

2009-03-16 Thread Giacomo Boffi

i understand that from wx import * should work, but it seems that
it's not going to work anytime soon


with wx2.8 it works as expected.


good


Anyhow, I don't plan an upload to just fix these examples, so this bug
will be fixed when upstream will release a new version.


that's ok for me

thank you Sandro
 gb
--
asdef


This message was sent using IMP, the Internet Messaging Program.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#519829: mount.cifs: No such file or directory error while writting to previously opened file

2009-03-16 Thread Steve Langasek
On Sun, Mar 15, 2009 at 04:42:00PM +0100, Benoit Panizzon wrote:
 Linux Users which mount files via mount.cifs experience a very strange
 problem I have been trying to find for the last couple of days.

 If they use a text editor like vi or nano (kwrite is also affected) which
 does not seam to open and lock the file exclusively, they can open the
 file, but as soon as something is changed and the user tries to save the
 file they get such an error:

 Error writing /path/to/file/on/smb/server: No such file or directory

 Saving under a different name and then renaming the file overwriting the
 original one works perfectly.

 Also deleting, creating, renaming, piping data to the file works as
 expected.

Could you try setting 'debug level' to 5 on the server, and send a log
corresponding to the error in question?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org



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



Bug#519911: samba: FTBFS on GNU/kFreeBSD (unsatisfied build-depeneds libcap2-dev)

2009-03-16 Thread Petr Salinger

Package: samba
Severity: important
Version: 2:3.3.0-4
Tags: patch
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It is due to recent change from libcap-dev into libcap2-dev.
Both libcap packages are linux specific,
please could you continue to exclude libcap2-dev as it have been
done for libcap-dev previously, similarly as is
currently done for libkeyutils-dev.

Thanks in advance

Petr






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



Bug#519912: A single corrupted file causes album to abort entire job

2009-03-16 Thread Alex Roper

Package: album
Version: 4.04-3
Severity: normal


This is not the system on which the problem occurs, by the way, but
relevant packages are the same version and I can't use the real one for
irritating reasons.

I have a large quantity of user-submitted content I co-administer using
album (photos/videos/PDFs of activities and events from a frat. As such,
inevitably corrupt files (or misnamed extension-wise files) are
uploaded. Obviously I don't except album to extract uncorrupt versions,
but I would appreciate it if an option were to be implemented that would
allow the software to skip over any file with which it encounters an
error and proceed with the rest of the run. There is a LOT of
content we have (the frosh have recently discovered the joy of high-speed
cameras), and I'd prefer that a single bad apple not spoil the
whole batch.

I debated between normal and wishlist for this, but I do believe this is
subtly different from a wished-for feature. Sorry if this is inaccurate.

If my contributing a patch would make this addition significantly more
likely please let me know, though I doubt I'd have time to do it, in all
honesty. It appears a fairly minor thing to add, since it appears that album
can already handle nonsensical output from convert (which is the problem
I get) in a somewhat graceful manner.

Alex

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

Kernel: Linux 2.6.28.1leaves (SMP w/2 CPU cores; PREEMPT)
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 album depends on:
ii  imagemagick7:6.3.7.9.dfsg1-3 image manipulation programs
ii  perl   5.10.0-19 Larry Wall's Practical Extraction

Versions of packages album recommends:
ii  album-data   4.03.dfsg-2 themes and translations for album

Versions of packages album suggests:
pn  apache2   none (no description available)

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#517181: linux-image-2.6.28-1-amd64: bnx2 driver not shipped

2009-03-16 Thread Brice Goglin
On Fri, Feb 27, 2009 at 02:24:35AM +, Ben Hutchings wrote:
 On Thu, 2009-02-26 at 14:20 +0530, Ritesh Raj Sarraf wrote:
  Package: linux-image-2.6.28-1-amd64
  Version: 2.6.28-1
  Severity: important
  
  *** Please type your report below this line ***
  
  The bnx2 driver is not available in 2.6.28.
  The same is available in 2.6.26
 
 We have been patching bnx2 to use a separate firmware file.  However it
 seems that this patch was accidentally dropped for 2.6.28 and the driver
 was left broken (so not built at all).  This should be fixed in the
 first package of 2.6.29.

Any chance we get a fixed 2.6.28 instead? Nothing really guarantees
that 2.6.29 will be ready very soon, and bnx2 has been missing from
2.6.28 for a while already...

Thanks...
Brice



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



Bug#519680: gmplayer crashes when I quit it

2009-03-16 Thread Reinhard Tartler
giggzounet giggzou...@gmail.com writes:

 Is it correct now ?

yes. The following patch taken from upstream should fix it:


r28803 | reimar | 2009-03-03 19:12:03 +0100 (Di, 03. Mär 2009) | 2 lines

100l, remove a pointless opt = NULL assignment that made print_int crash since 
r28794



--- mplayer-trunk/m_option.c(Revision 28802)
+++ mplayer-trunk/m_option.c(Revision 28803)
@@ -173,7 +173,6 @@
 }
 
 static char* print_int(const m_option_t* opt,  const void* val) {
-  opt = NULL;
   if (opt-type-size == sizeof(int64_t))
 return dup_printf(%PRId64, *(const int64_t *)val);
   return dup_printf(%d,VAL(val));


it will be included in the next upload. 

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#519913: btrfs-tools: FTBFS on alpha and ia64, printk cast warning

2009-03-16 Thread Luca Bruno
Package:  btrfs-tools
Version:  0.18-1
Severity: serious
Tags: patch

Some warnings of the form:
format '%llu' expects type 'long long unsigned int' but argument has
type 'u64'
in conjunction with -Werror are causing build failures on ia64 and
alpha. Patch attached to properly cast them, avoiding compiler
warnings.
This issue should be the last one stopping the migration to
testing...

Cheers, Luca

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
: :'  :   The Universal O.S.| lucab (AT) debian.org
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Debian GNU/Linux Developer
commit f1147b7796a2127d426ba976ebd319831d4cdea9
Author: Luca Bruno lu...@debian.org
Date:   Sun Mar 15 18:26:35 2009 +0100

btrfs-progs: Fix printf format casting errors

There are still some warnings of the form:

format '%llu' expects type 'long long unsigned int' but argument has type 'u64'

In conjunction with -Werror, this is causing some build failures.
Now they're properly casted, avoiding compiler warnings.

Signed-off-by: Luca Bruno lu...@debian.org

diff --git a/btrfsck.c b/btrfsck.c
index 5834ca3..dd546c8 100644
--- a/btrfsck.c
+++ b/btrfsck.c
@@ -1134,12 +1134,14 @@ static int check_inode_recs(struct btrfs_root *root,
 		ret = check_root_dir(rec);
 		if (ret) {
 			fprintf(stderr, root %llu root dir %llu error\n,
-root-root_key.objectid, root_dirid);
+(unsigned long long) root-root_key.objectid, 
+(unsigned long long) root_dirid);
 			error++;
 		}
 	} else {
 		fprintf(stderr, root %llu root dir %llu not found\n,
-			root-root_key.objectid, root_dirid);
+			(unsigned long long) root-root_key.objectid, 
+			(unsigned long long) root_dirid);
 	}
 
 	while (1) {
@@ -1160,7 +1162,8 @@ static int check_inode_recs(struct btrfs_root *root,
 		if (!rec-found_inode_item)
 			rec-errors |= I_ERR_NO_INODE_ITEM;
 		fprintf(stderr, root %llu inode %llu errors %x\n,
-			root-root_key.objectid, rec-ino, rec-errors);
+			(unsigned long long) root-root_key.objectid, 
+			(unsigned long long) rec-ino, rec-errors);
 		list_for_each_entry(backref, rec-backrefs, list) {
 			if (!backref-found_dir_item)
 backref-errors |= REF_ERR_NO_DIR_ITEM;
@@ -1170,7 +1173,8 @@ static int check_inode_recs(struct btrfs_root *root,
 backref-errors |= REF_ERR_NO_INODE_REF;
 			fprintf(stderr, \tunresolved ref dir %llu index %llu
  namelen %u name %s filetype %d error %x\n,
-backref-dir, backref-index,
+(unsigned long long) backref-dir, 
+(unsigned long long) backref-index,
 backref-namelen, backref-name,
 backref-filetype, backref-errors);
 		}
diff --git a/extent-tree.c b/extent-tree.c
index cc8d1d7..94ddb0c 100644
--- a/extent-tree.c
+++ b/extent-tree.c
@@ -823,7 +823,7 @@ int btrfs_lookup_extent_ref(struct btrfs_trans_handle *trans,
 		goto out;
 	if (ret != 0) {
 		btrfs_print_leaf(root, path-nodes[0]);
-		printk(failed to find block number %Lu\n, bytenr);
+		printk(failed to find block number %Lu\n, (unsigned long long) bytenr);
 		BUG();
 	}
 	l = path-nodes[0];
diff --git a/mkfs.c b/mkfs.c
index af7d12c..1533754 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -388,7 +388,7 @@ int main(int ac, char **av)
 	fprintf(stderr, File system size 
 		%llu bytes is too small, 
 		256M is required at least\n,
-		block_count);
+		(unsigned long long) block_count);
 	exit(1);
 }
 zero_end = 0;
diff --git a/print-tree.c b/print-tree.c
index 52ef7c7..8ff763f 100644
--- a/print-tree.c
+++ b/print-tree.c
@@ -70,7 +70,7 @@ static int print_inode_ref_item(struct extent_buffer *eb, struct btrfs_item *ite
 		len = (name_len = sizeof(namebuf))? name_len: sizeof(namebuf);
 		read_extent_buffer(eb, namebuf, (unsigned long)(ref + 1), len);
 		printf(\t\tinode ref index %llu namelen %u name: %.*s\n,
-		   index, name_len, len, namebuf);
+		   (unsigned long long) index, name_len, len, namebuf);
 		len = sizeof(*ref) + name_len;
 		ref = (struct btrfs_inode_ref *)((char *)ref + len);
 		cur += len;


pgpZaYiV3kVxD.pgp
Description: PGP signature


Bug#519913: btrfs-tools: FTBFS on alpha and ia64, printk cast warning

2009-03-16 Thread Daniel Baumann
Luca Bruno wrote:
 This issue should be the last one stopping the migration to
 testing...

thanks.. uploading soon.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#518053: (no subject)

2009-03-16 Thread Alexandre Delanoë



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



Bug#519914: python-gtkglext1 should depend on python-opengl

2009-03-16 Thread Jim Gruen
Package: python-gtkglext1
Version: 1.1.0-3.1
Severity: normal


When trying to run the examples in python-gtkglext1:

$ python /usr/share/doc/python-gtkglext1/examples/scribble-gl.py
Traceback (most recent call last):
  File /usr/share/doc/python-gtkglext1/examples/scribble-gl.py, line
19, in module
from gtk.gtkgl.apputils import *
  File
/var/lib/python-support/python2.5/gtk-2.0/gtk/gtkgl/apputils.py,
line 28, in module
from OpenGL.GL import *
ImportError: No module named OpenGL.GL

Installing the python-opengl package solves this problem.



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

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

Versions of packages python-gtkglext1 depends on:
ii  libatk1.0-01.24.0-0ubuntu1   The ATK accessibility toolkit
ii  libc6  2.8~20080505-0ubuntu9 GNU C Library: Shared libraries
ii  libcairo2  1.8.0-0ubuntu1.1  The Cairo 2D vector graphics libra
ii  libgl1-mesa-glx [l 7.2-1ubuntu2  A free implementation of the OpenG
ii  libglib2.0-0   2.18.2-0ubuntu2   The GLib library of C routines
ii  libglu1-mesa [libg 7.2-1ubuntu2  The OpenGL utility library (GLU)
ii  libgtk2.0-02.14.4-0ubuntu1   The GTK+ graphical user interface 
ii  libgtkglext1   1.2.0-1ubuntu1OpenGL Extension to GTK+ (shared l
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.22.2-0ubuntu1   Layout and rendering of internatio
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libx11-6   2:1.1.5-2ubuntu1.1X11 client-side library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  python 2.5.2-1ubuntu1An interactive high-level object-o
ii  python-support 0.8.4 automated rebuilding support for P

python-gtkglext1 recommends no packages.

-- no debconf information



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



Bug#518053: (no subject)

2009-03-16 Thread Alexandre Delanoë



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



Bug#519924: webkit_1.1.1-1(experimental/amd64/thukydides): symbol file not correct

2009-03-16 Thread Marc Brockschmidt
Package: webkit
Version: 1.1.1-1
Severity: serious
Tags: experimental

Heya,

Building your package fails on my buildd:

| Automatic build of webkit_1.1.1-1 on thukydides by sbuild/amd64 98-farm
| Build started at 20090315-1942
| **

[...]

| dh_makeshlibs -a -V 'libwebkit-1.0-2 (= 1.1.1)' -- -c4
| dpkg-gensymbols: warning: some symbols disappeared in the symbols file: see 
diff output below
| dpkg-gensymbols: warning: debian/libwebkit-1.0-2/DEBIAN/symbols doesn't match 
completely debian/libwebkit-1.0-2.symbols
| --- dpkg-gensymbolsY2LaLx 2009-03-15 19:27:25.0 +
| +++ dpkg-gensymbols8zRVLQ 2009-03-15 19:27:25.0 +
| @@ -75,8 +75,8 @@
|   jsvaluetoobj...@base 1.1.1
|   jsvaluetostringc...@base 1.1.1
|   jsvalueunprot...@base 1.1.1
| - ctitrampol...@base 1.1.1
| - ctivmthrowtrampol...@base 1.1.1
| +#MISSING: 1.1.1-1# ctitrampol...@base 1.1.1
| +#MISSING: 1.1.1-1# ctivmthrowtrampol...@base 1.1.1
|   kjsclassdefinitionem...@base 1.1.1
|   webkit_get_default_sess...@base 1.1.1
|   webkit_major_vers...@base 1.1.1
| dh_makeshlibs: dpkg-gensymbols returned exit code 1
| make: *** [binary-arch] Error 1
| dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2
| **
| Build finished at 20090315-2027
| FAILED [dpkg-buildpackage died]
| Build needed 00:43:14, 3142952k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=amd64pkg=webkitver=1.1.1-1

-- 
Fachbegriffe der Informatik - Einfach erklärt
170: Gigabit-Ethernet-PC-Karte
   Warum wollen Sie einen mannshohen Abwasserkanal für Ihr Privathaus? So
   schnell können Sie gar nicht kacken! (Hans Bonfigt)



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



Bug#516525: apt-cacher: possibly broken pipelining

2009-03-16 Thread Mark Hindley
I am at a slight disadvantage here as I can't actually reproduce this
behaviour which makes debugging and testing difficult.

Could you try this patch instead and see if it is better?

Thanks for your help.

Mark


diff --git a/apt-cacher b/apt-cacher
index 48741b6..7c58fae 100755
--- a/apt-cacher2
+++ b/apt-cacher2
@@ -844,14 +844,19 @@ sub return_file {
$headstring .= 'Connection: '.($concloseflag ? 'Close' : 
'Keep-Alive').\r\n;
 
# keep only parts interesting for apt
-   for($in) {
-   if(/^Last-Modified|Content|Accept|ETag|Age/) {
-   $headstring.=$_;
-   if(/^Content-Length:\ *(\d+)/) {
-   $explen=$1;
+   if ($code==200) {
+   for($in) {
+   if(/^Last-Modified|Content|Accept|ETag|Age/) {
+   $headstring.=$_;
+   if(/^Content-Length:\ *(\d+)/) {
+   $explen=$1;
+   }
}
}
}
+   else {
+   $headstring.='Content-Length: 0';
+   }
close($in);
release_global_lock;
 
@@ -861,7 +866,7 @@ sub return_file {
debug_message(Header sent: $headstring);
 
# Stop after sending the header with errors
-   return if HTTP::Status::is_server_error($code);
+   return if HTTP::Status::is_error($code);
 
}
else {



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



Bug#513957: openjdk-6-jdk: fonts display bug

2009-03-16 Thread Matthias Klose
tags 513957 + moreinfo
thanks

 Some font in Java applications can not be displayed normally, but
 Sun JRE can.  Text looks like narrowed together. Please see the
 picture I attached.

this report is unspecific.

 - please recheck with 6b14-1.5~pre1-4
 - which fonts?
 - please provide a reproducible testcase



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



Bug#519940: weechat-curses: DoS (crash) with some IRC messages from other users

2009-03-16 Thread Sebastien Helleu
Package: weechat-curses
Version: 0.2.6-3
Severity: grave
Justification: renders package unusable

Denial of service (crash) when receiving some IRC messages from other users,
with special data inside.

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

Kernel: Linux 2.6.28.7
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 weechat-curses depends on:
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libgnutls26   2.6.4-2the GNU TLS library - runtime libr
ii  libncursesw5  5.7+20090228-1 shared libraries for terminal hand
ii  weechat-common0.2.6-3Common files for WeeChat

Versions of packages weechat-curses recommends:
ii  weechat-plugins   0.2.6-3Plugins for WeeChat

weechat-curses suggests no packages.

-- no debconf information



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



Bug#519925: mirror submission for mirror.ural-net.ru

2009-03-16 Thread www.ural-net.ru
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: mirror.ural-net.ru
Type: leaf
Archive-architecture: amd64 i386 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
Security-ftp: /debian-security/
Security-http: /debian-security/
Security-rsync: debian-security/
IPv6: no
Archive-upstream: ftp.de.debian.org
Security-upstream: ftp.de.debian.org
CDImage-upstream: cdimage.debian.org
Updates: once
Maintainer: www.ural-net.ru webmas...@ural-net.ru
Country: RU Russia



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



Bug#516301: Segfault after upgrading libc to 2.9

2009-03-16 Thread Morten Werner Forsbring
Hi,

I see some of the same problem on my laptop running unstable. After
upgrading to libc 2.9 the hso kernel module does not seem to work
properly for my 3G USB modem, and the hsolinkcontrol-binary (which
controls devices using the hso module) started segfaulting.

Please let me know how I can help you find the problem.


- Werner


From dmesg:

[ 5258.360683] usb 3-2: New USB device found, idVendor=0af0,
idProduct=6971
[ 5258.360690] usb 3-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=4
[ 5258.360695] usb 3-2: Product: Globetrotter HSDPA Modem  
[ 5258.360699] usb 3-2: Manufacturer: Option N.V.
[ 5258.360703] usb 3-2: SerialNumber: Serial Number
[ 5284.748418] __ratelimit: 60 callbacks suppressed
[ 5284.748428] hsolinkcontrol[9234]: segfault at 46 ip b7ee27c9 sp bfd368d4 
error 4 in libc-2.9.so[b7ea3000+15a000]
[ 5284.753469] hsolinkcontrol[9236]: segfault at 46 ip b7edc7c9 sp bfe309d4 
error 4 in libc-2.9.so[b7e9d000+15a000]
[ 5287.937339] hsolinkcontrol[9238]: segfault at 46 ip b7f3a7c9 sp bff90b24 
error 4 in libc-2.9.so[b7efb000+15a000]
[ 5287.942874] hsolinkcontrol[9240]: segfault at 46 ip b7eea7c9 sp bfb3fee4 
error 4 in libc-2.9.so[b7eab000+15a000]
[ 5288.049395] hsolinkcontrol[9245]: segfault at 46 ip b7de67c9 sp bfc3bfd4 
error 4 in libc-2.9.so[b7da7000+15a000]
[ 5288.055090] hsolinkcontrol[9247]: segfault at 46 ip b7e8e7c9 sp bfae4684 
error 4 in libc-2.9.so[b7e4f000+15a000]
[ 5288.161465] hsolinkcontrol[9249]: segfault at 46 ip b7dd47c9 sp bf827bc4 
error 4 in libc-2.9.so[b7d95000+15a000]
[ 5288.166314] hsolinkcontrol[9251]: segfault at 46 ip b7e267c9 sp bf87a414 
error 4 in libc-2.9.so[b7de7000+15a000]
[ 5288.272213] hsolinkcontrol[9253]: segfault at 46 ip b7e1c7c9 sp bfc70014 
error 4 in libc-2.9.so[b7ddd000+15a000]
[ 5288.276701] hsolinkcontrol[9255]: segfault at 46 ip b7ddc7c9 sp bfe329d4 
error 4 in libc-2.9.so[b7d9d000+15a000]



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



Bug#519896: apt-cacher: upgrade failure

2009-03-16 Thread Marc Dequènes (Duck)

Coin,

Quoting Mark Hindley m...@hindley.org.uk:


Could you try this patch.


Just moved the complaint to the log_set_config() line.

--
Marc Dequènes (Duck)


pgppKo5A0tZmv.pgp
Description: PGP Digital Signature


Bug#515035: Backport changes from 2.3.1 to 2.2.2 or new upload?

2009-03-16 Thread Salvatore Bonaccorso
Hi

Vincent Snijders wrote in Message #27, that there is a fix now for
this problem regarding the powerpc architecture.

I have a question about that, would be the fix backported for 2.2.2
currently in unstable, or would development version 2.3.1 be uploaded
to unstable in future?

Thanks for your work on fpc!
Bests
Salvatore


signature.asc
Description: Digital signature


Bug#519042: Same here

2009-03-16 Thread Daniel Franganillo
One of my computers shows the same behaviour.
Output is:

[ERROR   ] 11:34:51 main:207 eventfd_select_interrupter: Función no implementada
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/deluge/main.py, line 204,
in start_daemon
Daemon(options, args)
  File /var/lib/python-support/python2.5/deluge/core/daemon.py, line
44, in __init__
self.core = Core(options.port).run()
  File /var/lib/python-support/python2.5/deluge/core/core.py, line 168, in run
self.session = lt.session(fingerprint, flags=0)
RuntimeError: eventfd_select_interrupter: Función no implementada

An Strace from deluge shows, after some time:

(snip)
Process 9372 detached
[pid  9378] munmap(0x7f70f0887000, 8392704) = 0
[pid  9380] ... futex resumed )   = -1 ETIMEDOUT (Connection timed out)
[pid  9378] futex(0x3be321a290, FUTEX_WAKE_PRIVATE, 1 unfinished ...
[pid  9380] futex(0x15c2200, FUTEX_WAKE_PRIVATE, 1 unfinished ...
[pid  9378] ... futex resumed )   = 0
[pid  9380] ... futex resumed )   = 0
[pid  9378] _exit(0)= ?
Process 9378 detached
[pid  9380] munmap(0x7f70ee082000, 8392704) = 0
[pid  9380] _exit(0)= ?
Process 9380 detached
[pid  9363] ... select resumed )  = 0 (Timeout)
[pid  9363] stat(/home/tritt/.config/deluge/auth, 0x7fff015f0cc0) =
-1 ENOENT (No such file or directory)
[pid  9363] select(0, NULL, NULL, NULL, {0, 1}) = 0 (Timeout)
[pid  9363] stat(/home/tritt/.config/deluge/auth, 0x7fff015f0cc0) =
-1 ENOENT (No such file or directory)
[pid  9363] select(0, NULL, NULL, NULL, {0, 1}) = 0 (Timeout)
...

And stays that way forever.

Thanks.



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



Bug#519932: phppgadmin: README.Debian instructions for allowing access incomplete

2009-03-16 Thread Olivier Berger
Package: phppgadmin
Version: 4.2.2-1
Severity: minor

Hi.

In the docs one reads : 
By default phpPgAdmin connects to localhost port 5432.  PostgreSQL
installations on Debian authenticate this access with passwords by default, so
you should give your database users passwords.  You can do this by executing
in a shell while being root:

# su - postgres
$ psql
(and inside the psql shell)
=# \password someuser
=# \q

In particular, you want to give the postgres user itself a password this way,
if you want to use phpPgAdmin for administration tasks requiring superuser
access.

However, after having granted the postgres user a password (inside postgres 
with the above instructions), one will get :

Login disallowed for security reasons.

One has to do an extra step : setting $conf['extra_login_security'] to 'false' 
in /etc/phppgadmin/config.inc.php.

This should be mentioned in the last paragraph of the above cited instructions 
IMHO.

Hope this helps.



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

Kernel: Linux 2.6.26-1-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 phppgadmin depends on:
ii  apache2   2.2.11-2   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [http 2.2.11-2   Apache HTTP Server - traditional n
ii  libapache2-mod-php5   5.2.6.dfsg.1-3 server-side, HTML-embedded scripti
ii  php5-pgsql5.2.6.dfsg.1-3 PostgreSQL module for php5

Versions of packages phppgadmin recommends:
ii  postgresql-doc8.3.6-1documentation for the PostgreSQL d

Versions of packages phppgadmin suggests:
ii  postgresql8.3.6-1object-relational SQL database (su
pn  slony1-binnone (no description available)

-- no debconf information



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



Bug#519894: dpkg-shlipdeps: version 1.5.0 fails but version 1.4.25 get's it right

2009-03-16 Thread Raphael Hertzog
retitle 518687 dpkg-shlibdeps: fails with need a valid pathname
forcemerge 518687 519894
thanks

On Sun, 15 Mar 2009, Hendrik Sattler wrote:
 Version: 1.5.0

It's 1.15.0 and not 1.5.0.

 I tested dpkg-dev from unstable today but dpkg-shlibdeps just fails to build 
 the

It's from experimental and not unstable. And the bug was already reported
and is already fixed in the git tree.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#485708: libcdk-java 1.2.0 depends on this package

2009-03-16 Thread Egon Willighagen


Hi there,

just wanted to leave a note here that packaging libcdk-java 1.2.0  
requires this package.


Mike, please let me know what the state of this ITP is.

Egon

--
http://chem-bla-ics.blogspot.com/




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



Bug#519920: sbcl has trouble starting a new swank server

2009-03-16 Thread A.W.
Package: sbcl
Version: 1:1.0.25-1

Starting a new swank server with the following code

(require 'asdf)
(asdf:oos 'asdf:load-op 'swank)
;Specifically, this line\/
(swank:start-server :dont-close t)

results in the following error:

The function SWANK:START-SERVER is undefined.0:
(SB-DEBUG::MAP-BACKTRACE #CLOSURE (LAMBDA #) {D63C255})[:EXTERNAL]
1: (SB-DEBUG:BACKTRACE 100 #SB-IMPL::STRING-OUTPUT-STREAM {D63C201})
2: (BACKTRACE-STRING)
3: (ERR ~A)[:EXTERNAL]
4: (EVAL-LINE (swank:start-server :dont-close t))
5: (CALL-INTERACTIVELY
 eval
 #S(ARGUMENT-LINE
 :STRING eval (swank:start-server :dont-close t)
 :START 39))
6: (EVAL-COMMAND eval (swank:start-server :dont-close t) NIL)
7: (HANDLE-STUMPWM-COMMANDS #XLIB:WINDOW :0 67)
8: (HANDLE-EVENT)[:EXTERNAL]
9: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK))
10: ((FLET #:WITHOUT-INTERRUPTS-BODY-[CALL-WITH-RECURSIVE-LOCK]509))
11: (SB-THREAD::CALL-WITH-RECURSIVE-LOCK
 #CLOSURE (FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK) {B77F4CB5}
 #S(SB-THREAD:MUTEX
 :NAME CLX Event Lock
 :%OWNER #SB-THREAD:THREAD initial thread RUNNING {B691579}
 :STATE 1))
12: (XLIB:PROCESS-EVENT #XLIB:DISPLAY :0 (The X.Org Foundation
R10402000))[:EXTERNAL]
13: (STUMPWM-INTERNAL-LOOP)
14: (STUMPWM-INTERNAL :0)
15: (STUMPWM :0)
16: ((LAMBDA ()))
17: ((LABELS SB-IMPL::RESTART-LISP))

I don't have any suggestions at the moment.

I am using Debian GNU/Linux Sid, updated.

-- TheGZeus: Proof of Ferocious Will --



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



Bug#472790: More info.

2009-03-16 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

If yo go to Project/Distribution  Publishing/Package Information, you
will see a buttons (Build Source Package, Build Binary package...). If
you clic on them you will see they fail because it want to use rpmbuild.

The best option, of course would be change it to make deb packaging...
but In my opinion this is an innecessary/huge effort that will not
generate a good quality package... But It fails, so at least add
rpmbuild suggest/recommends or disable that option in kdevelop Debian
package.

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

iEYEARECAAYFAkm+JIIACgkQNTNQylgICMT/5ACfbAfxWv5GrUtXSJULrg7nzs4c
zfgAn1gd4pZacOBAyMHFRvOsS7lIOW96
=+3Sk
-END PGP SIGNATURE-



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



Bug#519931: mlmmj: sends welcome E-mail when 'submod' is enabled

2009-03-16 Thread Sebastian Harl
Package: mlmmj
Version: 1.2.15-1.1
Severity: normal

Hi,

(Cc'ing the mlmmj mailinglist - a comment would be appreciated.)

When using mlmmj-sub without -c (i.e. subscription is supposed to happen
silently), mlmmj sends a welcome E-mail to the newly added user after
approving her when 'submod' is enabled. The user also gets a
notification that her subscription is waiting for approval by the
moderator.

Imho, it's not even desired that moderation should take place when
adding a user from the command line.

In any case, it would be nice if the user does not get any E-mails
unless -c is used.

TIA,
Sebastian

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#519835: debian-policy: Please add new sections to policy

2009-03-16 Thread Giacomo A. Catenazzi

As Joerg has just said on d-d-a, some new sections have been added to
the archive.  I've attached a patch for policy to bring it up-to-date.


The list become complex, considering also the priorities of sections.
Could we ask ftp-master to give us a fixed-URL to the list of sections,
the meaning and priorities?
We definitely need to add that link (informative, in a footnote).

ciao
cate



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



Bug#518985: Acknowledgement (linux-image-2.6.28-1-amd64: module ath9k doesn't work)

2009-03-16 Thread Pierre Meurisse
With the help of bugzilla.kernel.org, I could proceed step by step and
make it work after reinstalling wpasupplicant.

Thanks.

-- 
Pierre Meurisse



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



Bug#507354: emacs21-common: fill-paragraph stops working

2009-03-16 Thread Sven Joachim
On 2009-03-14 18:17 +0100, Noah Slater wrote:

 On Tue, Feb 03, 2009 at 09:50:46PM +0100, Sven Joachim wrote:
 Does fill-region still work in these situations?  It might be possible
 that some broken package sets fill-paragraph-function to an unsuitable
 value (see the docstring for fill-paragraph-function).

 Nope, fill-region still exhibits the same behaviour.

 Here is a block of text that will reproduce this strange behaviour:

 aa  aaa aa aa a aa a a   aa
 b. aaa aa aa aa aa a aaa, a aaa aa  
 aaa
 aaa aaa    a aaa a   aa  aaa aaa . 
 aaa a
   aaa.

 If you do fill-paragraph on that text, the word b is not moved to the
 first line like it should be.

This is actually correct, because if it were moved to the first line it
would change the semantics of the text: the sentence would end with the
b., while it does not in the original.  That's because by
default a dot only ends a sentence if followed by a newline or _two_
spaces, see the user option sentence-end-double-space:

,
| sentence-end-double-space is a variable defined in `paragraphs.el'.
| Its value is t
| 
|   This variable is safe as a file local variable if its value
|   satisfies the predicate `booleanp'.
| 
| Documentation:
| Non-nil means a single space does not end a sentence.
| This is relevant for filling.  See also `sentence-end-without-period'
| and `colon-double-space'.
`

If you set sentence-end-double-space to nil, then the b. is
moved to the first line, since the sentence ends after it in the
original text.

 If you remove the line break before this word so that you have a long
 line, you will get:

 aa  aaa aa aa a aa a a   aa 
 b. aaa aa aa aa aa a aaa, a aaa aa  
 aaa
 aaa aaa    a aaa a   aa  aaa aaa . 
 aaa a
   aaa.

 If you do fill-paragraph on this block of text, it will return it to the
 original example, which is in error. Yet, and this is most peculiar, if you 
 add
 the line break after the word b, and then do fill paragraph, it will
 correctly leave it alone.

Yes, because by adding the line break you are telling Emacs that the
sentence ends here.

Sven



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



Bug#519917: libvte9: no bold characters in xfce4-terminal

2009-03-16 Thread Tino Keitel
Package: libvte9
Version: 1:0.17.4-2+b1
Severity: normal

Since the upgrade from 1:0.16.14-4 to 1:0.17.4-2+b1, I have no bold
characters in xfce4-terminal anymore, like in manpages.  I use
xfce4-terminal 0.2.8-5.

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

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

Versions of packages libvte9 depends on:
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libgtk2.0-02.14.7-4+b1   The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libncurses55.7+20090228-1shared libraries for terminal hand
ii  libpango1.0-0  1.22.4-2  Layout and rendering of internatio
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libvte-common  1:0.17.4-2+b1   Terminal emulator widget for 
GTK+ 
ii  libx11-6   2:1.2-1   X11 client-side library
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

libvte9 recommends no packages.

libvte9 suggests no packages.

-- no debconf information



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



Bug#519935: open-vm-tools: /etc/modprobe.d files without extension .conf

2009-03-16 Thread Hilmar Preusse
Package: open-vm-tools
Version: 2009.02.18-148847-2
Severity: normal

Hi,

when starting the open-vm-tools the following messages occur:

sid:/etc/modprobe.d# /etc/init.d/open-vm-tools start
Loading open-vm-tools modules: vmhgfs
WARNING: All config files need .conf:
/etc/modprobe.d/display_class, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be
/ ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/pnp-hotplug, it will
/ be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/vmxnet, it will be
/ ignored in a future release.

One of the files in /etc/modprobe.d is provided by your package: vmxnet. 
I'm not sure if the file is needed at all as there is open-vm-tools.conf
being identical to this file.

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

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

Versions of packages open-vm-tools depends on:
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libc6  2.9-3 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libdumbnet11.8-2 A dumb, portable networking librar
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.3-4 GCC support library
ii  libglib2.0-0   2.20.0-1  The GLib library of C routines
ii  libgtk2.0-02.14.7-4+b1   The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libicu40   4.0.1-2   International Components for Unico
ii  libpango1.0-0  1.22.4-2  Layout and rendering of internatio
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstdc++6 4.3.3-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2-1   X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.3.0-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxss11:1.1.3-1 X11 Screen Saver extension library
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  procps 1:3.2.7-11/proc file system utilities
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages open-vm-tools recommends:
ii  ethtool  6+20090307-1display or change Ethernet device 
ii  open-vm-source   2009.02.18-148847-2 Source for VMware guest systems dr
ii  zerofree 1.0.1-1 zero free blocks from ext2/3 file-

Versions of packages open-vm-tools suggests:
pn  open-vm-toolbox   none (no description available)

-- no debconf information



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



Bug#519926: libupnp3: -dbg packages moving to archive section debug

2009-03-16 Thread Nick Leverton
Package: libupnp3
Version: 1:1.6.6-3
Severity: minor

Memo to move the -dbg package into debug section

Re: Section changes in the archive, Joerg Jaspert, 15 Mar 2009
http://lists.debian.org/debian-devel-announce/2009/03/msg00010.html



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



Bug#516488: RFH: kernel-patch-exec-shield -- protection against stack smashing and other attacks

2009-03-16 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

yes I certainly still need help with the package. The main task is to
keep the patches in sync with the kernels in sid. Also it would be
useful to make a backport for Lenny - the package didn't make it into
the relase.

Cheers,

Marcus
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkm+HckACgkQXjXn6TzcAQmerQCgniu/KUU7rHD/0ZK4NbQvvlG8
4OMAnid+dhAtBWBB6/cVDuUCxZXdYF1q
=4Rns
-END PGP SIGNATURE-



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



Bug#519918: x11-xkb-utils: xkbcomp reports 'Multiple interpretations of NoSymbol+AnyOfOrNone(all) - keyboard unusable

2009-03-16 Thread Peter Schwindt
Package: x11-xkb-utils
Version: 7.4+2
Severity: normal


Starting X after a few days off I found the keyboard not to be working properly.

Every second key I press seems to be trailed by ctrl. Unplugging and 
replugging the 
keyboard didn't seem to help. Killing X hard shows upper mentioned errors.

Keyboard used:
[ 2745.097883] usb 4-1: Product: IBM USB HUB KEYBOARD
[ 2745.097883] usb 4-1: Manufacturer: Silitek

(xserver-xorg-input-kbd   1:1.3.1-1
 xserver-xorg 1:7.3+18)

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

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

Versions of packages x11-xkb-utils depends on:
ii  cpp   4:4.3.2-3  The GNU C preprocessor (cpp)
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxaw7   2:1.0.4-2  X11 Athena Widget library
ii  libxkbfile1   1:1.0.5-1  X11 keyboard file manipulation lib
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  x11-common1:7.3+18   X Window System (X.Org) infrastruc

x11-xkb-utils recommends no packages.

x11-xkb-utils suggests no packages.

-- no debconf information



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



Bug#486458: Acknowledgement (evolution: Evolution Calendar drawing is extremely slow)

2009-03-16 Thread Johann Glaser
The  bug is still present in Evolution 2.24.5.





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



Bug#519074: mirror submission for debian.lu.prunk.si

2009-03-16 Thread Jan Prunk
Hi Simon !

On Thu, Mar 12, 2009 at 6:05 PM, Simon Paillard
simon.paill...@resel.enst-bretagne.fr wrote:

 Site: debian.lu.prunk.si
 Aliases: lux.prunk.si
 Type: leaf

 Could you setup push mirroring ?

This leaf is being pushed from ftp.at.debian.org

 Archive-architecture: amd64 i386
 Archive-ftp: /debian/
 Archive-http: /debian/
 Archive-rsync: debian/

 http://debian.lu.prunk.si/debian/ is almost empty (no doc/ pool/
 indices/ directory).

They were there, but not properly chmod-et. Fixed.

 Can you drop us a mail when it will be in sync ?

It will sync with the next push, today.

 IPv6: no
 Archive-upstream: ftp.at.debian.org
 Updates: push
 Maintainer: Jan Prunk janpr...@gmail.com
 Country: LU Luxembourg
 Location: Luxembourg city, Luxembourg

 Can you tell us how much bandwidth is available ?

It's linked to 100 Mbit.

Regards,
Jan
-- 
Jan Prunk
http://www.prunk.si
0x00E80E86 - http://pgpkeys.pca.dfn.de/



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



Bug#509850: ITP : haskell-curl -- Haskell bindings to the libcurl URL transfer library

2009-03-16 Thread Erik de Castro Lopo
Package: wnpp
Followup-For: Bug #509850
Owner: Erik de Castro Lopo er...@mega-nerd.com


* Package name: haskell-curl
  Version : 1.3.4
  Upstream Author : Sigbjorn Finne sigbjorn.fi...@gmail.com
* URL or Web page : 
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl
* License : BSD3
  Description : GHC 6 Haskell bindings to the libcurl URL transfer library

 libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
 HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports
 SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
 proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
 Kerberos4), file transfer resume, http proxy tunneling and more!





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



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



Bug#519928: kernel-package: do not include foreign architectures in linux-headers package?

2009-03-16 Thread Michael Prokop
Package: kernel-package
Version: 11.017
Severity: wishlist


In the i386 version of linux-headers-$KERNEL (where $KERNEL is
2.6.28 in this case and build via make-kpkg of course) I noticed
several directories inside /usr/src/linux-headers-$KERNEL/include
which AFAICS aren't revelant for the i386 package:

drwxr-xr-x   4 root root  4096 Mar 14 14:26 asm-arm/
drwxr-xr-x   2 root root  4096 Mar 14 14:26 asm-frv/
drwxr-xr-x   2 root root  4096 Mar 14 14:26 asm-h8300/
drwxr-xr-x   7 root root  4096 Mar 14 14:26 asm-m32r/
drwxr-xr-x   2 root root  4096 Mar 14 14:26 asm-m68k/
drwxr-xr-x   5 root root  4096 Mar 14 14:26 asm-mn10300/
drwxr-xr-x   5 root root  4096 Mar 14 14:26 asm-xtensa/

The same applies to /usr/src/linux-headers-$KERNEL/arch.
I'm not sure whether this is by intention or not. :)

regards,
-mika-



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



Bug#519921: k3b: verify fails on cd-data .iso but not dvd-video .iso

2009-03-16 Thread Arthur Marsh
Package: k3b
Version: 1.0.5-3+b1
Severity: normal


Hi, I recently acquired an LG DVD writer identified in dmesg as:

hdb: HL-DT-STDVD-RAM GH22NP20, ATAPI CD/DVD-ROM drive
ide-cd: hdb: ATAPI 48X DVD-ROM DVD-R/RAM CD-R/RW drive, 2048kB Cache

When I burned a DVD (which used growisofs), verify succeeded, but
when I burned a CD (which used wodin), verify failed.

I then found a shell script to re-check the md5sum of the burned media 
against the md5sum of the .iso file:

#!/bin/bash
 #shell script to verify a burned iso

 ISOFILE=$1
 echo Isofile:  $ISOFILE
 DVDDRIVE=/dev/hdb
 BYTES=2048

 #Get the number of extends
 NROFEXTENDS=$(($(ls -l $ISOFILE | awk '{ print $5 }') / $BYTES ))
 echo Nr of extends:  $NROFEXTENDS

 #Get MD5 sum of DVD
 dd if=$DVDDRIVE bs=$BYTES count=$NROFEXTENDS | md5sum

 #Get MD5 sum of iso file
 md5sum $ISOFILE

and this showed that the CD burned with k3b, which called wodin, had in 
fact been written correctly.

If someone needs me to do further tests I will purchase some cd-rw disks 
and be happy to try again.

Arthur.

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

Kernel: Linux 2.6.28 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages k3b depends on:
ii  cdparanoia  3.10.2+debian-5  audio extraction tool for sampling
ii  cdrdao  1:1.2.2-17   records CDs in Disk-At-Once (DAO) 
ii  genisoimage 9:1.1.9-1Creates ISO-9660 CD-ROM filesystem
ii  k3b-data1.0.5-3  A sophisticated KDE CD burning app
ii  kdelibs-data4:3.5.10.dfsg.1-1core shared data for all KDE appli
ii  kdelibs4c2a 4:3.5.10.dfsg.1-1+b1 core libraries and binaries for al
ii  libacl1 2.2.47-2 Access control list shared library
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libattr11:2.4.43-2   Extended attribute shared library
ii  libaudio2   1.9.1-5  Network Audio System - shared libr
ii  libc6   2.9-4GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.12-1 simple interprocess messaging syst
ii  libdbus-qt-1-1c20.62.git.20060814-2  simple interprocess messaging syst
ii  libdvdread4 4.1.3-4  library for reading DVDs
ii  libexpat1   2.0.1-4  XML parsing C library - runtime li
ii  libfontconfig1  2.6.0-3  generic font configuration library
ii  libfreetype62.3.9-4  FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0] 0.1.9-2  Client library for the gamin file 
ii  libgcc1 1:4.3.3-5GCC support library
ii  libhal1 0.5.11-8 Hardware Abstraction Layer - share
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libidn111.12-1   GNU Libidn library, implementation
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libk3b3 1.0.5-3+b1   The KDE cd burning application lib
ii  libmusicbrainz4c2a  2.1.5-2  Second generation incarnation of t
ii  libpng12-0  1.2.35-1 PNG library - runtime
ii  libqt3-mt   3:3.3.8b-5+b1Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libstdc++6  4.3.3-5  The GNU Standard C++ Library v3
ii  libx11-62:1.2-1  X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxft2 2.1.13-3 FreeType-based font drawing librar
ii  libxi6  2:1.2.1-1X11 Input extension library
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxrandr2  2:1.3.0-1X11 RandR extension library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  wodim   9:1.1.9-1command line CD/DVD writing tool
ii  zlib1g  1:1.2.3.3.dfsg-13compression library - runtime

Versions of packages k3b recommends:
ii  dvd+rw-tools   7.1-4 DVD+-RW/R tools
ii  kcontrol   4:3.5.10.dfsg.1-1 control center for KDE
ii  kdebase-kio-plugins4:3.5.10.dfsg.1-1 core I/O slaves for KDE
ii  libk3b3-extracodecs1.0.5-3+b1The KDE cd burning application lib
ii  vcdimager  0.7.23-4  A VideoCD (VCD) image mastering an

Versions of packages k3b suggests:
pn  k3b-i18n none  (no 

Bug#519012: openjdk-6: Requests upto 18 GB of RAM during build

2009-03-16 Thread Matthias Klose
which architecture is this?
which processes are left for which target (stage1 build, stage2 build, alternate
zero build, alternate cacao build, running the testsuite)?



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



Bug#486458: Acknowledgement (evolution: Evolution Calendar drawing is extremely slow)

2009-03-16 Thread Johann Glaser
Sorry, wrong bug. Please ignore my previous message.





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



Bug#519392: more info

2009-03-16 Thread Matija Nalis
For the record, the router to which those vpnc connections are
failing is:

HW: ASA5520
SW: Cisco Adaptive Security Appliance Software Version 8.0(4)


-- 
Opinions above are GNU-copylefted.



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



Bug#519937: Please provide django-admin.py

2009-03-16 Thread Ruben Puettmann
Package: python-django
Version: 1.0.2-1
Severity: normal


hy,

it would be very nice if you can provide django-admin.py. In nearly all
documentations about django django-admin.py is written not django-admin.

Also many software will call django-admin.py insted of django-admin.
Example is the django plugin for the eric ide. This confused many user
and software. 

Ruben



-- 
Ruben Puettmann
ru...@puettmann.net
http://www.puettmann.net


signature.asc
Description: Digital signature


Bug#519896: apt-cacher: upgrade failure

2009-03-16 Thread Mark Hindley
On Mon, Mar 16, 2009 at 12:45:35AM +0100, Marc Dequènes (Duck) wrote:
 Coin,

 In fact, 1.6.7 is not working any more. Seems it is related to libdb4.7 
 being draggued in by other packages in the upgrade.

Could you try this patch.

Mark


commit 08c1ecae34e77d5f164fa2ac4208cc0e76024b9d
Author: Mark Hindley m...@hindley.org.uk
Date:   Mon Mar 16 09:03:59 2009 +

Possible fix for #519896.

DB logging controlled with log_set_config in libdb-4.7

diff --git a/apt-cacher-lib-cs.pl b/apt-cacher-lib-cs.pl
index bff07aa..83feed9 100755
--- a/apt-cacher-lib-cs.pl
+++ b/apt-cacher-lib-cs.pl
@@ -123,8 +123,8 @@ sub db_recover {
  -Flags  = DB_CREATE | DB_INIT_LOG |
DB_INIT_MPOOL | DB_INIT_TXN |
  DB_RECOVER | DB_PRIVATE | DB_USE_ENVIRON,
-   -SetFlags = DB_LOG_INMEMORY
  or die Unable to create recovery environment: 
$BerkeleyDB::Error\n;
+$renv-log_set_config( DB_LOG_INMEMORY, 1 )  warn log_set_config failed 
with $!;
 close $logfile;
 unlink $cfg-{cache_dir}/private/dblock;
 return defined $renv;



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



Bug#519708: zabbix-frontend-php: Web Frontend doesn't work anymore after upgrading to Lenny

2009-03-16 Thread Fabio Napoleoni - ZENIT


Il giorno 14/mar/09, alle ore 16:54, Michael Ablassmeier ha scritto:


hi,

On Sat, Mar 14, 2009 at 11:08:40AM -0400, Fabio Napoleoni wrote:
Every page I load from a web browser run for a while and after 30  
seconds it reports:


Fatal error: Maximum execution time of 30 seconds exceeded in /usr/ 
share/zabbix/include/config.inc.php on line 365


I've enabled php error_log directive, with error_report to all, but
in the error file I don't find anything except the error above.


can you please set your maximum execution time higher than 30  
seconds? It seems
to error out in an error reporting function, probaby you will get an  
detailed

error message after.


I've done it, the message remains the same, probably it is a loop on  
error reporting.


I set it to120 seconds and the error_reporting to  E_ALL | E_STRICT,  
but no additional info, only this message.


--
Fabio Napoleoni - ZENIT
fa...@zenit.org

Computer Science is no more about computers than astronomy is
about telescopes

Edsger W. Dijkstra




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



Bug#466550: Pristine source from upstream VCS repository

2009-03-16 Thread Manoj Srivastava
On Mon, Mar 16 2009, Ben Finney wrote:

 Manoj Srivastava sriva...@debian.org writes:

 I would not be against a recommendation in policy to implement
  direct-from-vcs  upstream tarballs to be created vbia get-orig-source,
  and everyone else just use debian/watch and debian/urepack files.

 Okay, now I'm officially confused. I don't see how the patch [0] I've
 submitted for this issue does not satisfy what you're saying.

 Ideally, I'd like to see you produce a patch for bug#466550 that
 demonstrates what you're saying, so I can see the difference. I can
 understand if that's too much effort though.

I can see how this discussion could have gotten confusing.

Use cases:
 A) Get upstream version from the Debian archive
 B) Get a specific version from upstream (perhaps to package, or to
verify the version in the debian archive)
 C) Get the latest version from upstream (usually to package it)
In cases B and C above, the upstream distribution can be a
 tarball or a VCS.

Let me see if I can capture the current status again. I am
 starting with a modified form of Kapil's statement early in the report:
1. Once pkg_ver.orig.tar.gz enters the Debian archive this is considered
   the authoritative Debian version from which all the binary Debian
   packages will be built (for that version of the package). A
   signature/checksum is used (in the upload and the Sources.gz file) so
   as to detect any contamination. apt-get source is enough to get the
   latest Debian source from the archive (and wget for older sources)
2. Whenever upstream releases a new version, one needs to create a
   pkg_nver.orig.tar.gz for the newer version. In most cases this is merely a
   matter of downloading and renaming an upstream tar.gz. 
3. If re-packaging of upstream sources was required in order to create
   this .orig.tar.gz, then this should be documented in the copyright
   file (with some further explication in README.Debian-source
   perhaps). 
4. If upstream distributes tarballs, the uscan and uupdate programs
   are adequate and there is no significant need for a get-orig-source
   target. 
5. If the upstream distribution is in the form of a VCS, then uscan does
   not cater to it. This seems to be the case where get-orig-source can
   fill a need.



There are these three variables that govern the logic:
package in Debian already:   Yes/No
Upstream code Mangling Required: Yes/No
Upstream has  tarballs:  Yes/No
Version to Get:  Latest/Current

   In tabular/Karnaugh map form (X are the don't care states):
|--+-++--++--|
| Already  | Version | Has  tarballs | Only VCS  |
| Packaged | to get  | Mangle | Pristine | Mangle | Pristine |
|--+-++--++--|
| Yeslatest  | uscan  | uscan| GOS| GOS  |
| Yescurrent | uscan  | uscan| GOS| GOS  |
| No latest  | uscan  | uscan| GOS| GOS  |
| No current |   X|   X  |  X |  X   |
|--+-++--++--|
By logic minimization, the answer is clear :)

While the target was originally designed for cases where we had
 to mangle upstream sources, after this discussion and analysis I am
 coming to the conclusion that uscan has matured to cover all cases
 where upstream distributes a tarball; making the target obsolete. The
 places where we do not have an existing solution is if upstream
 distributes sources _only_ in a VCS.   

Now, your patch states:
--8---cut here---start-8---
+   This target generates the original source archive for
+   the package, such that its contents exactly match the
+   original source archive used to generate the package
+   for Debian.

+   The commands for this target fetch the original source
+   package, corresponding to the Debian package version,
+   from a canonical archive site (for example, via FTP,
+   WWW, or a public VCS repository), do any necessary
rearrangement to turn it into the original source
+   archive file format, and leave it in the current
+   directory. See ref id=pkg-sourcearchives for
+   policy details of the original source archive.
--8---cut here---end---8---

There are some places where I differ:
 a) You ask this target only refer to the version in the changelog, and
not the latest version
 b) You ask the file is left in the current directory, instead of ../
where uscan leaves it
 c) This patch makes  the target work for cases where uscan would be
enough -- watch files are useful for DEHS and the PTS and stuff, so
we want to recommend watch files anyway, duplicating 

Bug#517338: [Openjdk] Bug#517338: openjdk-6-jre: /usr/lib/jni not in library path

2009-03-16 Thread Matthias Klose
tags 517338 + confirmed
tags 517338 + help
thanks

brian m. carlson schrieb:
 Package: openjdk-6-jre-headless
 Version: 6b14-1~exp1
 Severity: serious
 
 According to Debian Java Policy[0], /usr/lib/jni *must* be in the
 default library path, but it isn't:

I have never seen a rationale for this policy, but it's there ... I'd like to
downgrade it, other VM's like sun-java[56] don't honor it as well. Care to send
a patch?




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



Bug#516301: problem still exists with 2.9-5

2009-03-16 Thread Eamonn Hamilton
Hi,

As time allowed, I upgraded to libc 2.9-5, and the problem still exists.
Strangely, I managed to isolate a trigger : using find, it worked
perfectly until I added '-exec echo \;' to the command line, at which
point it segfaulted immediately.

If there is anything I can do to help narrow this down, just let me
know.

Regards,
Eamonn



SAIC Limited is a private limited company registered in England and Wales. 
Registered number 1396396. Registered office at Hemel One, Boundary Way, Hemel 
Hempstead, Hertfordshire, HP2 7YU. VAT number 599 5474 64.
This e-mail and any attachments are private and confidential.  If you are not 
the intended recipient of this e-mail, any disclosure, copying, distribution or 
use of its contents is strictly prohibited. Please notify the sender 
immediately and then delete it (including any attachments) from your system.
All emails and attachments are virus scanned. It is your responsibility to 
ensure that any onward transmission, opening or use of this message and any 
attachments will not adversely affect your or the onward recipients' systems or 
data. Please carry out such virus and other such checks as you consider 
appropriate.
SAIC Limited may monitor email traffic data and, also, the content of email for 
the purposes of security, staff training and compliance with SAIC policies.




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



Bug#519929: eric new upstream version's

2009-03-16 Thread Ruben Puettmann
Package: eric
Version: 4.3.0-2
Severity: normal


 Hello,



there are a new eric version with some bug fixes.
Can you please update the package to the newest Version.


Ruben


-- 
Ruben Puettmann
ru...@puettmann.net
http://www.puettmann.net


signature.asc
Description: Digital signature


Bug#519896: apt-cacher: upgrade failure

2009-03-16 Thread Mark Hindley
On Mon, Mar 16, 2009 at 10:56:11AM +0100, Marc Dequènes (Duck) wrote:
 Coin,

 Quoting Mark Hindley m...@hindley.org.uk:

 Could you try this patch.

 Just moved the complaint to the log_set_config() line.

Sorry, they have changed the flag as well. Is this better?

commit 9d0562b66e472e40c0dda778af58708c92b2abce
Author: Mark Hindley m...@hindley.org.uk
Date:   Mon Mar 16 10:35:39 2009 +

DB_LOG_INMEMORY changed to DB_LOG_IN_MEMORY!!

diff --git a/apt-cacher-lib-cs.pl b/apt-cacher-lib-cs.pl
index 83feed9..e0665c4 100755
--- a/apt-cacher-lib-cs.pl
+++ b/apt-cacher-lib-cs.pl
@@ -124,7 +124,7 @@ sub db_recover {
DB_INIT_MPOOL | DB_INIT_TXN |
  DB_RECOVER | DB_PRIVATE | DB_USE_ENVIRON,
  or die Unable to create recovery environment: 
$BerkeleyDB::Error\n;
-$renv-log_set_config( DB_LOG_INMEMORY, 1 )  warn log_set_config failed 
with $!;
+$renv-log_set_config( DB_LOG_IN_MEMORY, 1 )  warn log_set_config 
failed with $!;
 close $logfile;
 unlink $cfg-{cache_dir}/private/dblock;
 return defined $renv;



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



Bug#519891: [INTL:ja] Update po-debconf template translation (ja.po)

2009-03-16 Thread Francesco P. Lovergine
On Mon, Mar 16, 2009 at 07:40:51AM +0900, Hideki Yamane (Debian-JP) wrote:
 Package: aolserver4
 Version: 4.5.1-1
 Severity: wishlist
 Tags: patch l10n
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Dear maintainer,
 
  Here's updated Japanese po-debconf template (ja.po) file.
  Could you apply it, please?
 

There's an ongoing discussion about the english template, please
stay in touch with debian-l10n-english and re-provide a translation
after the discussion period for the revised template.

-- 
Francesco P. Lovergine



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



Bug#426305: Bug#426304: closed by César Gómez Martín cesar.go...@gmail.com (Bug#426304: fixed in lcab 1.0b12-3)

2009-03-16 Thread César Gómez Martín
Hello Shaun, no problem.

But I am now a bit overworked, I will be able to take care of it in a
couple weeks

Best regards,
César.

On Sun, Mar 15, 2009 at 8:50 PM, Shaun Jackman sjack...@gmail.com wrote:
 Hi César,

 Would you care to adopt pocketpc-cab?

 Cheers,
 Shaun

 2008/1/27 César Gómez Martín cesar.go...@gmail.com:
 Hello, I don't mind to adopt pocketpc-cab but I will not be able to
 test it in a Pocket PC because I don't have one...

 Best regards,
 César.

 On Jan 27, 2008 10:03 PM, Shaun Jackman sjack...@gmail.com wrote:
 Thanks for adopting lcab. Do you have any interest in adopting
 pocketpc-cab, which creates CAB files for the Pocket PC platform?

 Cheers,
 Shaun

 On Jan 27, 2008 11:09 AM, Debian Bug Tracking System
 ow...@bugs.debian.org wrote:
  This is an automatic notification regarding your Bug report
  which was filed against the wnpp package:
 
  #426304: ITA: lcab -- create cabinet (.cab) archives
 
  It has been closed by César Gómez Martín cesar.go...@gmail.com.




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



Bug#519936: lyx: please update to bugfix release 1.6.2

2009-03-16 Thread G. Milde
Package: lyx
Version: 1.6.1-1
Severity: important


The upstram authors announced the relase of LyX version 1.6.2 fixing a
couple of critical bugs.

  We are pleased to announce the release of LyX 1.6.2. This is the second
  maintenance release in the 1.6.x series. The release fixes a large number
  of major and critical bugs that were reported by users of LyX 1.6.0 and
  1.6.1. Most notably, three bugs that might lead to dataloss were detected
  and resolved. Furthermore, a number of crashes, file conversion and LaTeX
  output problems are fixed. As a bonus, the performance of the application
  has been improved, and the release also introduces some new features and
  user interface improvements.

  All users of LyX 1.6.0 and LyX 1.6.1 are urged to upgrade to this version.

Please make this fixes available to Debian users as soon as possible.

Günter Milde

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

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

Versions of packages lyx depends on:
ii  libaiksaurus-1.2-0c2a  1.2.1+dev-0.12-6  an English-language thesaurus (dev
ii  libaspell150.60.6-1  GNU Aspell spell-checker runtime l
ii  libboost-regex1.34.1   1.34.1-15 regular expression library for C++
ii  libboost-signals1.34.1 1.34.1-15 managed signals and slots library 
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libgcc11:4.3.1-9 GCC support library
ii  libqtcore4 4.4.3-1   Qt 4 core module
ii  libqtgui4  4.4.3-1   Qt 4 GUI module
ii  libstdc++6 4.3.1-9   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  lyx-common 1.6.1-1   Architecture-independent files for
ii  mime-support   3.44-1MIME files 'mime.types'  'mailcap
ii  xdg-utils  1.0.2-6   desktop integration utilities from
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages lyx recommends:
ii  acroread [pdf-viewe 8.1.2-0.2Adobe Acrobat Reader: Portable Doc
ii  dvipng  1.11-1   convert DVI files to PNG graphics
ii  evince-gtk [pdf-vie 2.22.2-4 Document (postscript, pdf) viewer 
ii  gv [pdf-viewer] 1:3.6.6.91-1 PostScript and PDF viewer for X
ii  imagemagick 7:6.3.7.9.dfsg1-2+b2 image manipulation programs
ii  kghostview [pdf-vie 4:3.5.9-3PostScript viewer for KDE
ii  kpdf [pdf-viewer]   4:3.5.9-3PDF viewer for KDE
ii  latex-xft-fonts 0.1-8Xft-compatible versions of some La
ii  preview-latex-style 11.83-7.1extraction of elements from LaTeX 
ii  psutils 1.17-26  A collection of PostScript documen
ii  texlive-fonts-recom 2007.dfsg.1-5TeX Live: Recommended fonts
ii  texlive-latex-extra 2007.dfsg.16-1   TeX Live: LaTeX supplementary pack
ii  texlive-latex-recom 2007.dfsg.1-5TeX Live: LaTeX recommended packag
ii  xpdf-reader [pdf-vi 3.02-1.4 Portable Document Format (PDF) sui

Versions of packages lyx suggests:
ii  chktex  1.6.3-2  Finds typographic errors in LaTeX
ii  cups-bsd [lpr]  1.3.8-1lenny1Common UNIX Printing System(tm) - 
ii  cups-client 1.3.8-1lenny1Common UNIX Printing System(tm) - 
ii  dillo [www-browser] 0.8.6-3  Small and fast web browser
pn  dvipost none   (no description available)
ii  elinks [www-browser]0.11.4-2 advanced text-mode WWW browser
ii  gnuhtml2latex   0.3-4A Perl script that converts html f
ii  groff   1.18.1.1-21  GNU troff text-formatting system
ii  hevea   1.10-5   translates from LaTeX to HTML, inf
ii  iceweasel [www-browser] 3.0.4-1  lightweight web browser based on M
ii  konqueror [www-browser] 4:3.5.9.dfsg.1-6 KDE's advanced file manager, web b
pn  latex2rtf   none   (no description available)
pn  libtiff-tools   none   (no description available)
pn  linuxdoc-tools  none   (no description available)
ii  menu2.1.41   generates programs menu for all me
pn  noweb   none   (no description available)
pn  rcs none   (no description available)
pn  sgmltools-lite  none   (no description available)
ii  tex4ht  20080614-1   LaTeX and TeX for Hypertext (HTML)
ii  tth 3.67-4   TeX/LaTeX to HTML converter
pn  writer2latexnone   (no description available)
pn  wv  none   (no 

Bug#519798: wordpress: password reset link produces invalid keys

2009-03-16 Thread Alon Swartz
Andrea De Iacovo wrote:
 tags 519798 + lenny
 
 thanks
 
 IMO, this results in the current stable wordpress package unusable in
 production settings, as users cannot reset their passwords.
 Actually, I think,  this is not really making users unable to reset
 their password: they should just copy the malformed url directly into
 the browser address box to make the password reset process work.
I just confirmed that a copy/paste does not work, and results in the
same invalid key error.
 
 
 However version in sid isn't actually affected by the bug so I'm tagging
 this as fixed at least for squeeze/unstable.
Correct, this issue has been solved in newer versions, that's why I
reported the bug is only relevant to the package in lenny - or at least
that was my intent when filing against the stable version ;)





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



Bug#518771: Forwarded

2009-03-16 Thread Bastien ROUCARIES
forwaded 518771 to 
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=13337
thanks





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



Bug#519493: sylpheed: jpilot link is broken

2009-03-16 Thread Ricardo Mones
Hi,

On Mon, Mar 16, 2009 at 12:24 AM, gpe gp...@free.fr wrote:
 Le Sat, 14 Mar 2009 18:30:52 +0100
 Ricardo Mones mo...@debian.org a écrit:

 On Fri, 13 Mar 2009 01:21:39 +0100
 gpe92 gp...@free.fr wrote:

  Package: sylpheed
  Version: 2.6.0-1
  Severity: normal
 
  The jpilot link with the Contact database is broken.
 
   Any details about this which could make it a usable bug report?

 Which sort of detail do you want??? I think my report was simple and clear, 
 no?

  Well, I didn't say it wasn't clear, but do you think that somebody
can fix it just by having read your bug report?
  Maybe it's obvious to you, but without having the hardware myself to
test, saying it's broken gives me the same info about your problem
as if you had told me the sky is blue.

  regards,
-- 
  Ricardo Mones
  ~
  Never send a human to do a machine's job.   Agent Smith



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



Bug#519930: icedtea6-plugin: install fails in update-alternatives

2009-03-16 Thread Marcus Better
Package: icedtea6-plugin
Version: 6b14-1.5~pre1-4
Severity: serious

Upgrading the package from 6b14-1.5~pre1-3 fails:

~# aptitude install icedtea6-plugin 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
Reading extended state information
Initializing package states... Done
The following partially installed packages will be configured:
  icedtea6-plugin
0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Setting up icedtea6-plugin (6b14-1.5~pre1-4) ...
update-alternatives: error: alternative link 
/usr/lib/mozilla/plugins/libjavaplugin.so is already managed by 
iceweasel-javaplugin.so.
dpkg: error processing icedtea6-plugin (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 icedtea6-plugin
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up icedtea6-plugin (6b14-1.5~pre1-4) ...
update-alternatives: error: alternative link 
/usr/lib/mozilla/plugins/libjavaplugin.so is already managed by 
iceweasel-javaplugin.so.
dpkg: error processing icedtea6-plugin (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 icedtea6-plugin


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

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

Versions of packages icedtea6-plugin depends on:
ii  dpkg 1.15.0  Debian package management system
ii  libatk1.0-0  1.22.0-1The ATK accessibility toolkit
ii  libc62.9-4   GNU C Library: Shared libraries
ii  libcairo21.8.6-2 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.7-2 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.3.3-3   GCC support library
ii  libglib2.0-0 2.18.4-2The GLib library of C routines
ii  libgtk2.0-0  2.14.7-4+b1 The GTK+ graphical user interface 
ii  libmozjs1d   1.9.0.6-1   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d  4.7.1-4 NetScape Portable Runtime Library
ii  libpango1.0-01.22.4-2Layout and rendering of internatio
ii  libstdc++6   4.3.3-3 The GNU Standard C++ Library v3
ii  openjdk-6-jre6b14-1.5~pre1-4 OpenJDK Java runtime, using Hotspo

icedtea6-plugin recommends no packages.

icedtea6-plugin suggests no packages.

-- no debconf information



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



Bug#519915: wicd: Needs sudo to handle scripts

2009-03-16 Thread Julien Valroff
Package: wicd
Version: 1.5.9-4
Severity: normal

Hi David,

I have just noticed sudo needs to be installed and configure to be able to run 
/usr/share/wicd/configscript.py

wicd should (at least) suggest sudo, and how to set this up should be documented
somewhere.

I would however prefer not to have to use sudo (maybe it would be possible to 
let
members of the netdev group do this without sudo?)

Cheers,
Julien

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

Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
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 wicd depends on:
ii  adduser   3.110  add and remove users and groups
ii  dhcp3-client  3.1.1-6DHCP client
ii  iproute   20080725-2 networking and traffic control too
ii  net-tools 1.60-22The NET-3 networking toolkit
ii  python2.5.2-3An interactive high-level object-o
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.4  automated rebuilding support for P
ii  wireless-tools29-1.1 Tools for manipulating Linux Wirel
ii  wpasupplicant 0.6.4-3Client support for WPA and WPA2 (I

wicd recommends no packages.

Versions of packages wicd suggests:
ii  pm-utils  1.1.2.4-1  utilities and scripts for power ma

-- no debconf information




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



Bug#519916: ocaml: shouldn't be kfreebsd-amd64 also native architecture

2009-03-16 Thread Petr Salinger

Package: ocaml
Version: 3.11.0-5
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd

Hi,

the current debian/native-archs contains:

  amd64 hurd-i386 i386 kfreebsd-i386 lpia powerpc

Given it contains both (linux-)amd64 and kfreebsd-i386,
I see no reason to not include also kfreebsd-amd64.

Thanks for considering it.

Petr




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



Bug#519943: RM: libxml-catalog-perl -- ROM; superseeded, dead upstream

2009-03-16 Thread Daniel Leidert
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The libxml-catalog-perl package is pretty old (no new upstream release
since 2000) and related to a draft, which has been superseeded by the
XML catalog specification.

It has no reverse (build-)dependencies and can be removed from
unstable/testing.

Ardo von Rangelroij gave his ok (I'm part of the Debian XML/SGML team).

Regards, Daniel


- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)

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

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

iEYEARECAAYFAkm+MD4ACgkQm0bx+wiPa4zsXQCfZ/28wyf26t8t+etuklDfSWUF
hkMAn0PgkM1tnZuI/By6GaI90oxKkCg7
=+AiX
-END PGP SIGNATURE-



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



Bug#518281: FTBS: midori on pa-risc

2009-03-16 Thread Sebastian Andrzej Siewior
* Trent W. Buck | 2009-03-16 13:01:50 [+1100]:

Unfortunately neither I nor Christian (the upstream maintainer) have
access to HPPA hardware, and I cannot emulate it with the qemu version
available to me.  However Christian has said that your patch looks
good.  I guess that means he's happy to apply it once we know it
fixes the problem.

I will leave this bug as-is until someone can provide HPPA hardware to
test on.

So you do are not a DD, I did not know this. Could you please upload
this to exp and see if the buildd build this? You need a similar fix for
mips btw.

Sebastian



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



Bug#519927: default response to libpam-runtime configuration disables unix passwords

2009-03-16 Thread Russell Senior

Package: libpam-runtime 
Version: 1.0.1-7
Severity: critical

On some Debian unstable systems, configuring libpam-runtime leads to
the following question:

  # dpkg-reconfigure libpam-runtime
  Pluggable Authentication Modules (PAM) determine how authentication, 
  authorization, and password changing are handled on the system, as well as 
  allowing configuration of additional actions to take when starting user 
  sessions.

  Some PAM module packages provide profiles that can be used to automatically 
  adjust the behavior of all PAM-using applications on the system.  Please 
  indicate which of these behaviors you wish to enable.

1. Unix authentication  2. none of the above

  (Enter the items you want to select, separated by spaces.)

  PAM profiles to enable: 

Pressing enter (with an empty default) results in Unix password
authentication being turned off.  This is unexpected and not very nice
behavior.  I have labelled severity as critical as it had the effect
of leaving a system accessible remotely without password for several
days, during which typical ssh robo-scans were able to log in freely
and trivially gain root.


-- 
Russell Senior ``I have nine fingers; you have ten.''
seni...@aracnet.com



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



Bug#519906: use a database like MySQL to speed things up

2009-03-16 Thread Jens Seidel
On Mon, Mar 16, 2009 at 12:00:09PM +0800, jida...@jidanni.org wrote:
 Say, I notice aptitude is quite slow, e.g.,
 ...Reading database ...  55%...

Right, aptitude is very slow on embedded systems. There is some room for
improvements. If I e.g. update the package list but no updates are available
it should not be required to rebuild some trees (which takes 30 seconds and
longer).
 
 Maybe moving the guts to a database like MySQL (in addition to
 xapian?) might speed things up.
 
 Hmmm, true, aptitude would no longer work from a bare bones system.

I don't know anything about this stuff but Subversion 1.6 uses now sqlite
which can be provided by a single header file IIRC.
 
 But you'll need apt-get anyway on e.g., cellphones with CPUs too tiny
 for comfortable aptitude use.

Right, I have to kill a few processes (such as X) on my OpenMoko until I can
use aptitude.

Jens



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



Bug#519942: RFP: libsparse -- solver for sparse linear equations

2009-03-16 Thread Moritz Lenz

Package: wnpp
Severity: wishlist

* Package name: libsparse
  Version : 1.4
  Upstream Author : Kenneth S. Kundert kund...@users.sourceforge.net
* URL : http://sparse.sourceforge.net/
* License : BSD
  Programming Lang: C
  Description : solver for sparse linear equations

libsparse is a C library for solving equations of the form A*x = b where 
A is a sparse matrix. It uses LU factorization under the hood.


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



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



Bug#519933: Document --sort (-s) readahead-list cmd line option

2009-03-16 Thread Mathieu Malaterre
Package: readahead
Version: 1:1.20060421.1016-4
Severity: normal


debian package of readahead-list add a new option --sort (see patch 
10-readahead-list-sort.patch), however the man page were not updated.

Thanks !

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

Versions of packages readahead depends on:
ii  debconf [debconf-2.0]1.5.11etch2 Debian configuration management sy
ii  libc62.7-10  GNU C Library: Shared libraries

readahead recommends no packages.

-- debconf information:
  readahead/profile-once: false



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



Bug#514456: imagemagick: Encoding photos to slideshow very slow

2009-03-16 Thread Bastien ROUCARIES
On Mon, Mar 16, 2009 at 9:28 AM, Michael Pavletich pcpa...@gmail.com wrote:
 My apolagies for the lengthy delay. Mepis8 went final increasing my
 workload plus family commitments.


 Stable
Stable is now lenny and not etch, therefore it is not really a good measure.
Thank you to test with old stable.

 7:6.3.7.9.dfsg1-3~lenny1
 mich...@mikepav:~/Pictures/SandWater$ time sh script.sh

 real    0m1.815s
 user    0m1.557s
 sys     0m0.217s

 Testing
 7:6.3.7.9.dfsg1-3~lenny
 mich...@mikepav:~/Pictures/SandWater$ time sh script.sh

 real    0m1.927s
 user    0m1.687s
 sys     0m0.177s

Ok noise is about 0.1 s and is system time (file cache). Please get
only the time of second run.

 Sid
 7:6.3.7.9.dfsg2-1
 mich...@mikepav:~/Pictures/SandWater$ time sh script.sh

 real    0m1.741s
 user    0m1.543s
 sys     0m0.170s

This is an improvement.

 Openmp Compiled for Mepis8 (Lenny base, see below for additional deps)
 7:6.4.7.10-0mlrepo1
 mich...@mikepav:~/Pictures/SandWater$ time sh script.sh

 real    0m1.353s
 user    0m1.430s
 sys     0m0.153s

Ok could you compute so open MP will give you a speed up of 13%/number
of your core
Nice improvement but not sufficient. I think experimental version are
compiled with openmp enabled

Thanks for this bug report, It is helpful, but please test on oldstable.

Bastien



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



Bug#519144: dput: no newline after each uploaded file with progress_indicator=2

2009-03-16 Thread Y Giridhar Appaji Nag
Hi,

On 09/03/14 11:40 +0100, Adeodato Simó said ...
 * Y Giridhar Appaji Nag [Wed, 11 Mar 2009 14:52:55 +0530]:
 
  this bug.  Can you please try the following patch?
 
 (NB: please always send patches as an attachment, since it requires
 extra effort to extract them from the body, as this can be encoded,
 etc., and for extra points please provide patches that apply to the
 version in unstable and not to the tip of the VCS, unless you explicitly
 mention it. ;-)

All noted :)

  If this does not work, can you tell me how you are able to reproduce
  this and send across your terminal settings?
 
 The patch does not work. (In fact, I tried to fix the problem myself
 before submitting the bug, and s/stderr/stdout/ was one of the first
 things I tried as well.)
 
 I use rxvt-unicode. I’ve tried with xterm and it also does not work, but
 it does work correctly with konsole (even the unpatched version).

Thank you for the additional information.  I am able to reproduce the
issue with rxvt-unicode but things work fine with xterm, xfce4-terminal
and gnome-terminal.  I will try and figure out why (so far I noticed
that $TERM is rxvt-unicode with rxvt-unicode, and xterm with the rest.
But setting TERM to xterm doesn't work in rxvt-unicode -- with or
without the patch).

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://people.debian.org/~appaji/


signature.asc
Description: Digital signature


Bug#495598: cups Depends: ttf-freefont

2009-03-16 Thread Fabian Greffrath

Dear cups-maintainers,

to serve both purposes (cups uses ghostscript fonts for printing but 
requires truetype flavours) maybe you could help me convince the 
ghostscript maintainers of my proposal in #496059 (a patch to also 
build truetype flavours of the fonts in the gsfonts package).


Thank you very much!

Fabian




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



Bug#519793: xserver-xorg-video-intel: [865G]Random lookups after extended period of use - workaround included

2009-03-16 Thread Julien Cristau
On Sun, 2009-03-15 at 09:38 +0100, Martin Ammermüller wrote:
 I think i found a working xorg.conf setup listed below. If i get
 problems with it, i will report back.

As far as I can tell the only difference from the default is that aiglx
is disabled, right?

Cheers,
Julien



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



Bug#496909: opensync-plugin-kdepim: Confirming Mapping Write Errors

2009-03-16 Thread Julian Mehnle
Package: opensync-plugin-kdepim
Version: 0.22-3
Followup-For: Bug #496909

I can confirm this:

$ msynctool --sync Pico --filter-objtype note --filter-objtype todo 
--filter-objtype contact --conflict 1
Synchronizing group Pico
The previous synchronization was unclean. Slow-syncing
Member 1 of type kdepim-sync just connected
received event dsession
Member 2 of type syncml-obex-client just connected
All clients connected or error
Received an reply to our Alert
Going to receive 0 changes
Received an entry KOrganizer-961318606.665 with data of size 8 from member 
1 (kdepim-sync). Changetype ADDED
Received an entry KOrganizer-1529342777.123 with data of size 8 from member 
1 (kdepim-sync). Changetype ADDED
Member 2 of type syncml-obex-client just sent all changes
Received an entry KOrganizer-1772654145.261 with data of size 8 from member 
1 (kdepim-sync). Changetype ADDED
Received an entry KOrganizer-1152323585.194 with data of size 8 from member 
1 (kdepim-sync). Changetype ADDED
...
Received an entry KOrganizer-467295408.743 with data of size 8 from member 
1 (kdepim-sync). Changetype ADDED
Received an entry KOrganizer-728637434.183 with data of size 8 from member 
1 (kdepim-sync). Changetype ADDED
Member 1 of type kdepim-sync just sent all changes
All clients sent changes or error
All conflicts have been reported
Member 1 of type kdepim-sync committed all changes.
Received an reply to our sync
Sent an entry 6124 of size 361 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6125 of size 366 to member 2 (syncml-obex-client). Changetype 
ADDED
...
Sent an entry 6145 of size 311 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6146 of size 293 to member 2 (syncml-obex-client). Changetype 
ADDED
Error writing entry 5783 to member 2 (syncml-obex-client): Unable to commit 
change. Error 415
Mapping Write Error: Unable to commit change. Error 415
Sent an entry 6147 of size 258 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6148 of size 495 to member 2 (syncml-obex-client). Changetype 
ADDED
...
Sent an entry 6191 of size 407 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6192 of size 331 to member 2 (syncml-obex-client). Changetype 
ADDED
Error writing entry 5830 to member 2 (syncml-obex-client): Unable to commit 
change. Error 415
Mapping Write Error: Unable to commit change. Error 415
Sent an entry 6193 of size 398 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6194 of size 320 to member 2 (syncml-obex-client). Changetype 
ADDED
...
...
...
Sent an entry 6479 of size 365 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6480 of size 401 to member 2 (syncml-obex-client). Changetype 
ADDED
Error writing entry 
04008200E00074C5B7101A82E008C0324D12A880C90110007B5A2D7FE687AC4CAFBF68A41599FC5C
 to member 2 (syncml-obex-client): Unable to commit change. Error 415
Mapping Write Error: Unable to commit change. Error 415
Sent an entry 6481 of size 365 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6482 of size 451 to member 2 (syncml-obex-client). Changetype 
ADDED
Error writing entry 5187 to member 2 (syncml-obex-client): Unable to commit 
change. Error 415
Mapping Write Error: Unable to commit change. Error 415
Sent an entry 6483 of size 365 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6484 of size 281 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6485 of size 422 to member 2 (syncml-obex-client). Changetype 
ADDED
Sent an entry 6486 of size 903 to member 2 (syncml-obex-client). Changetype 
ADDED
Member 2 of type syncml-obex-client committed all changes.
All clients have written
Member 2 of type syncml-obex-client just disconnected
Member 1 of type kdepim-sync just disconnected
All clients have disconnected
The sync failed: Unable to write one or more objects
Error while synchronizing: Unable to write one or more objects

I wish I knew what's going on there.


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (600, 'testing'), (90, 'unstable')
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 opensync-plugin-kdepim depends on:
ii  kdelibs4c2a 4:3.5.10.dfsg.1-1+b1 core libraries and binaries for al
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.3-3GCC support library
ii  libkcal2b   4:3.5.9-5KDE calendaring library
ii  libopensync00.22-2   Synchronisation framework for emai
ii  libstdc++6  

Bug#389876: ITP: koha -- web-based library catalogue (ILS/OPAC)

2009-03-16 Thread MJ Ray
Trent W. Buck trentb...@gmail.com wrote: [...]
 Firstly, what is the status of the ITP?  Chris (part of the upstream
 Koha team) told me in #koha that in Lenny the dependencies are all
 resolved, so I guess that all that remains is to package Koha itself.

I've asked Chris Cormack about that on #koha just now. I thought
we're still two short: Class::Adapter and SMS::Send.

 How far along are you with that?

There's the collab-maint tree that you're probably aware of.
I'm currently testing a clean install at a client site.

The thorny problems are the ones where the koha installation usually
interferes with mysqld and wider system settings.

 Secondly, I wanted to let you know that I'm available to help work on
 this ITP.  I am a DM.  You can see my portfolio at the link below.  As
 yet, I don't have any experience with Perl packaging.
 http://qa.debian.org/developer.php?login=trentb...@gmail.com
 http://qa.debian.org/developer.php?packages=scheme48 (recently O'd)

Thanks.

 I looked briefly at upstream yesterday, and it seems to me that at a
 minimum you will want a -common package (due to the large amount of
 architecture-independent data files) and as there are apparently 50MB
 of translation files, possible also seperate koha-language-ISO 639
 packages.

Yes, I'd agree with that split as a minimum.  I'm open to suggestions
about whether we want libkoha-perl and koha packages split or not.

Hope that explains,
-- 
MJ Ray (slef).  LMS developer and supporter for a small, friendly
worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/
(Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237



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



Bug#494029: [Openjdk] Bug#494029: netx: Invalid XML document syntax with webstart

2009-03-16 Thread Matthias Klose
ely...@gmail.com schrieb:
 Subject: netx: Invalid XML document syntax with webstart
 Package: openjdk-6-jre
 Version: 6b11-5
 Severity: -1
 
 *** Please type your report below this line ***
 
 When attempting to run
 https://sas.elluminate.com/m.jnlp?sid=345password=M.EDC69948AA4D9A2DE9EE032AE4202Busername=Test
 (the test file for ClassLive, found at
 http://www.elluminate.com/support/softwaredownload.jsp) I get the error
 
 net.sourceforge.nanoxml.XMLParseException: XML Parse Exception during
 parsing of the XML definition at line 90: Unexpected end of data reached

please recheck with 6b14-1.5~pre1-4.



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



Bug#516074: zabbix: General update after the debconf review process

2009-03-16 Thread Christian Perrier
*please read on...there is important info in this mail*

Dear Debian maintainer,

On Sunday, February 01, 2009, I sent you a notification about the beginning of 
a review
action on debconf templates for zabbix.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/templates with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

IMPORTANT: in the case of zabbix, it's crucial to use files I send
here. Some quirks have been found in rewritten templates (#518501) and
are corrected However, most translators based their translation
work on previously sent templates. So if you use the files *they*
sent, these files will become fuzzy.

I corected this in the attached files, which is why I urge you to use
this set of files.


The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Sunday, February 01, 2009. If your package was 
updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: Binary data
--- zabbix.old/debian/zabbix-agent.templates2009-01-28 08:28:42.790033979 
+0100
+++ zabbix/debian/zabbix-agent.templates2009-02-19 07:11:52.094519708 
+0100
@@ -1,5 +1,14 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: zabbix-agent/server
 Type: string
 _Description: Zabbix server host address:
- Please enter the host name or the address of the Zabbix server you 
+ Please enter the host name or IP address of the Zabbix server you
  want to connect to.
--- zabbix.old/debian/zabbix-frontend-php.templates 2009-01-28 
08:28:42.715678539 +0100
+++ zabbix/debian/zabbix-frontend-php.templates 2009-03-06 18:20:00.387759120 
+0100
@@ -1,15 +1,29 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: zabbix-frontend-php/reconfigure-webserver
 Type: multiselect
-_Choices: apache, apache-ssl, apache-perl, apache2
+Choices: apache, apache-ssl, apache-perl, apache2
 Default: apache, apache-ssl, apache-perl, apache2
-_Description: Webserver Reconfiguration:
- Zabbix supports any web server that php4 does, but this automatic
- configuration process only supports Apache. Please select which 
- apache version you want to configure the Zabbix frontend for.
+_Description: Web server to reconfigure for Zabbix:
+ Zabbix supports any web server supported by PHP5, however only
+ Apache can be configured automatically. 
+ .
+ Please select which Apache version you want to configure the Zabbix
+ frontend for.
 
 Template: zabbix-frontend-php/restart-webserver
 Type: boolean
 Default: true
-_Description: Would you like to restart your webserver(s) now?
- Remember that in order to apply the changes your webserver(s) has/have to
- be restarted. 
+_Description: Restart the web server(s) now?
+ In order to apply the changes needed for Zabbix configuration, the
+ web server needs to be restarted.
+ .
+ Please choose whether you prefer doing it automatically now
+ or manually later.
--- zabbix.old/debian/control   2009-01-28 08:28:42.777882724 +0100
+++ zabbix/debian/control   2009-02-05 18:35:02.338330525 +0100
@@ -11,26 +11,19 @@
 Package: zabbix-agent
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, logrotate, ucf
-Description: software for monitoring of your 

Bug#519934: k3b: verify fails on cd-data .iso but not dvd-video .iso

2009-03-16 Thread Arthur Marsh

Package: k3b
Version: 1.0.5-3+b1
Severity: normal


Hi, I recently acquired an LG DVD writer identified in dmesg as:

hdb: HL-DT-STDVD-RAM GH22NP20, ATAPI CD/DVD-ROM drive
ide-cd: hdb: ATAPI 48X DVD-ROM DVD-R/RAM CD-R/RW drive, 2048kB Cache

When I burned a DVD (which used growisofs), verify succeeded, but
when I burned a CD (which used wodin), verify failed.

I then found a shell script to re-check the md5sum of the burned media
against the md5sum of the .iso file:

#!/bin/bash
 #shell script to verify a burned iso

 ISOFILE=$1
 echo Isofile:  $ISOFILE
 DVDDRIVE=/dev/hdb
 BYTES=2048

 #Get the number of extends
 NROFEXTENDS=$(($(ls -l $ISOFILE | awk '{ print $5 }') / $BYTES ))
 echo Nr of extends:  $NROFEXTENDS

 #Get MD5 sum of DVD
 dd if=$DVDDRIVE bs=$BYTES count=$NROFEXTENDS | md5sum

 #Get MD5 sum of iso file
 md5sum $ISOFILE

and this showed that the CD burned with k3b, which called wodin, had in
fact been written correctly.

If someone needs me to do further tests I will purchase some cd-rw disks
and be happy to try again.

Arthur.

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

Kernel: Linux 2.6.28 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages k3b depends on:
ii  cdparanoia  3.10.2+debian-5  audio extraction tool for 
sampling
ii  cdrdao  1:1.2.2-17   records CDs in Disk-At-Once 
(DAO)
ii  genisoimage 9:1.1.9-1Creates ISO-9660 CD-ROM 
filesystem
ii  k3b-data1.0.5-3  A sophisticated KDE CD 
burning app
ii  kdelibs-data4:3.5.10.dfsg.1-1core shared data for all 
KDE appli
ii  kdelibs4c2a 4:3.5.10.dfsg.1-1+b1 core libraries and binaries 
for al
ii  libacl1 2.2.47-2 Access control list shared 
library
ii  libart-2.0-22.3.20-2 Library of functions for 2D 
graphi
ii  libattr11:2.4.43-2   Extended attribute shared 
library
ii  libaudio2   1.9.1-5  Network Audio System - 
shared libr

ii  libc6   2.9-4GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.12-1 simple interprocess 
messaging syst
ii  libdbus-qt-1-1c20.62.git.20060814-2  simple interprocess 
messaging syst

ii  libdvdread4 4.1.3-4  library for reading DVDs
ii  libexpat1   2.0.1-4  XML parsing C library - 
runtime li
ii  libfontconfig1  2.6.0-3  generic font configuration 
library
ii  libfreetype62.3.9-4  FreeType 2 font engine, 
shared lib
ii  libgamin0 [libfam0] 0.1.9-2  Client library for the 
gamin file

ii  libgcc1 1:4.3.3-5GCC support library
ii  libhal1 0.5.11-8 Hardware Abstraction Layer 
- share
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange 
library
ii  libidn111.12-1   GNU Libidn library, 
implementation
ii  libjpeg62   6b-14The Independent JPEG 
Group's JPEG
ii  libk3b3 1.0.5-3+b1   The KDE cd burning 
application lib
ii  libmusicbrainz4c2a  2.1.5-2  Second generation 
incarnation of t

ii  libpng12-0  1.2.35-1 PNG library - runtime
ii  libqt3-mt   3:3.3.8b-5+b1Qt GUI Library (Threaded 
runtime v

ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libstdc++6  4.3.3-5  The GNU Standard C++ Library v3
ii  libx11-62:1.2-1  X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext62:1.0.4-1X11 miscellaneous extension 
librar
ii  libxft2 2.1.13-3 FreeType-based font drawing 
librar

ii  libxi6  2:1.2.1-1X11 Input extension library
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxrandr2  2:1.3.0-1X11 RandR extension library
ii  libxrender1 1:0.9.4-2X Rendering Extension 
client libra

ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  wodim   9:1.1.9-1command line CD/DVD writing 
tool

ii  zlib1g  1:1.2.3.3.dfsg-13compression library - runtime

Versions of packages k3b recommends:
ii  dvd+rw-tools   7.1-4 DVD+-RW/R tools
ii  kcontrol   4:3.5.10.dfsg.1-1 control center for KDE
ii  kdebase-kio-plugins4:3.5.10.dfsg.1-1 core I/O slaves for KDE
ii  libk3b3-extracodecs1.0.5-3+b1The KDE cd burning 
application lib
ii  vcdimager  0.7.23-4  A VideoCD (VCD) image 
mastering an


Versions of packages k3b suggests:
pn  k3b-i18n   

Bug#519944: libpam-ccreds: cc_Test segfaults when using - as the password

2009-03-16 Thread Petter Reinholdtsen

Package: libpam-ccreds
Version: 8-1
Severity: minor

The cc_test program crashes when using - as the password.  This is the
usage information which made me test with -:

  Usage: cc_test [-validate|-store|-update] [service] [user] [password]
[ccredsfile]
   where service may be any
   where password may be - to delete a user

Here is a test run in valgrind using
  cc_test -store any pre - /tmp/foo

==851== Memcheck, a memory error detector.
==851== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==851== Using LibVEX rev 1658, a library for dynamic binary translation.
==851== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==851== Using valgrind-3.2.1-Debian, a dynamic binary instrumentation framework.
==851== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==851== For more details, rerun with: -v
==851==
==851== Invalid read of size 1
==851==at 0x401E208: strlen (mc_replace_strmem.c:246)
==851==by 0x80489E9: main (cc_test.c:68)
==851==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==851==
==851== Process terminating with default action of signal 11 (SIGSEGV)
==851==  Access not within mapped region at address 0x0
==851==at 0x401E208: strlen (mc_replace_strmem.c:246)
==851==by 0x80489E9: main (cc_test.c:68)
==851==
==851== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 27 from 1)
==851== malloc/free: in use at exit: 93,442 bytes in 39 blocks.
==851== malloc/free: 48 allocs, 9 frees, 94,648 bytes allocated.
==851== For counts of detected errors, rerun with: -v
==851== searching for pointers to 39 not-freed blocks.
==851== checked 137,304 bytes.
==851==
==851== LEAK SUMMARY:
==851==definitely lost: 4,142 bytes in 1 blocks.
==851==  possibly lost: 86,255 bytes in 10 blocks.
==851==still reachable: 3,045 bytes in 28 blocks.
==851== suppressed: 0 bytes in 0 blocks.
==851== Use --leak-check=full to see details of leaked memory.
Segmentation fault

The problem is strlen(NULL) called in this block:

if (strcmp(action, -validate) == 0) {
rc = pam_cc_validate_credentials(pamcch, PAM_CC_TYPE_DEFAULT,
 password, strlen(password));
function = pam_cc_validate_credentials;
} else if (strcmp(action, -store) == 0) {
rc = pam_cc_store_credentials(pamcch, PAM_CC_TYPE_DEFAULT,
  password, strlen(password));
function = pam_cc_store_credentials;
} else if (strcmp(action, -update) == 0) {
rc = pam_cc_delete_credentials(pamcch, PAM_CC_TYPE_DEFAULT,
   password,
   (password == NULL) ? 0 :
   strlen(password));
function = pam_cc_delete_credentials;

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#519938: ITP: yui-compressor -- YUI Compressor - The Yahoo! JavaScript and CSS Compressor

2009-03-16 Thread dominik . smatana

Package: wnpp
Owner: Dominik Smatana dominik.smat...@gmail.com
Severity: wishlist

* Package name: yui-compressor
 Version : 2.4.2
 Upstream Author : Julien Lecomte jleco...@yahoo-inc.com, Isaac Schlueter
* URL : http://developer.yahoo.com/yui/compressor/
* License : BSD
 Programming Lang: Java
 Description : YUI Compressor - The Yahoo! JavaScript and CSS Compressor

The YUI Compressor is a JavaScript compressor which, in addition to removing
comments and white-spaces, obfuscates local variables using the smallest
possible variable name. This obfuscation is safe, even when using constructs
such as 'eval' or 'with' (although the compression is not optimal is those
cases) Compared to jsmin, the average savings is around 20%.

The YUI Compressor is also able to safely compress CSS files. The decision
on which compressor is being used is made on the file extension (js or css)


AUTHOR

 The YUI Compressor was written and is maintained by:
 Julien Lecomte jleco...@yahoo-inc.com
 The CSS portion is a port of Isaac Schlueter's cssmin utility.

COPYRIGHT

 Copyright (c) 2007-2009, Yahoo! Inc. All rights reserved.

LICENSE

 All code specific to YUI Compressor is issued under a BSD license.
 YUI Compressor extends and implements code from Mozilla's Rhino project.
 Rhino is issued under the Mozilla Public License (MPL), and MPL applies
 to the Rhino source and binaries that are distributed with YUI Compressor.


Notes: 


There is already package yui (Yahoo User Interface Library), but it doesn't 
contain YUI Compressor.

This package is needed by another project - YUI Compressor Ant Task (being 
packaged for Debian too).



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

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

signature.asc
Description: OpenPGP digital signature


Bug#502841: The bug is still present in Evolution 2.24.5.

2009-03-16 Thread Johann Glaser
The bug is still present in Evolution 2.24.5.





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



Bug#519923: listen_0.6~rc1-1(experimental/i386/demosthenes): Missing build-deps, broken configure

2009-03-16 Thread Marc Brockschmidt
Package: listen
Version: 0.6~rc1-1
Severity: serious
Tags: experimental

Heya,

Your package fails to build on my buildd:

| Automatic build of listen_0.6~rc1-1 on demosthenes.ayous.org by sbuild/i386 
98-farm
| Build started at 20090315-1942
| **

[...]

| Checking for DBUS: not found
| Listen dbus recommanded. 
| Checking for python-daap: not found
| Listen recommends python-daap (http://jerakeen.org/code/PythonDaap/)
| Checking for python-libgpod: not found
| Listen recommends python-gpod (http://www.gtkpod.org)
| Checking for python-musicbrainz2: not found
| , but recommanded
| Checking for python-tunepimp  0.5: not found
| , but recommanded
| Checking for libsexy: not found
| Listen recommends python sexy for sexy widget. 
| Checking for gnome.ui:/bin/sh: line 4: 32214 Aborted python 
./check.py
| make[1]: *** [check] Error 134
| make[1]: Leaving directory `/build/buildd/listen-0.6~rc1'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20090315-1949
| FAILED [dpkg-buildpackage died]
| Build needed 00:00:13, 3756k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=i386pkg=listenver=0.6~rc1-1

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
165: SuSE
   Nürnberger Windows (Andreas Gradert)



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



Bug#513952: topgit: proposed CDBS snippet

2009-03-16 Thread Stefano Zacchiroli
On Sun, Mar 15, 2009 at 02:23:31AM +0100, Jonas Smedegaard wrote:
 It sounds like you didn't actually look at my proposed snippet, 
 containing the following comment:
 
 # This very makefile snippet ideally is provided by the topgit package 
 # - see bug#513952. 
 # Also, Debian Policy 4.14 implicitly recommends build-depending on 
 # packages containing build documentation referenced from Debian.source. 

I looked at the snippet, but overlooked the comment (and I was not
aware of the policy recommendation).

Given that it is so, let it be. Even if it still sounds me a bit dumb
to have people fiddle with, or just be aware of, topgit _just_ to
fulfill a documentation requirement automatically. It is not a big
deal either.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime



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



Bug#519941: 10.2 Libraries recommends use of /etc/ld.so.conf instead of /etc/ld.so.conf.d

2009-03-16 Thread Goswin von Brederlow
Package: debian-policy
Severity: normal

Hi,

Debian policy 10.2 Libraries says:

| Packages containing shared libraries that may be linked to by other
| packages' binaries, but which for some compelling reason can not be
| installed in /usr/lib directory, may install the shared library files
| in subdirectories of the /usr/lib directory, in which case they should
| arrange to add that directory in /etc/ld.so.conf in the package's
| post-installation script, and remove it in the package's post-removal
| script.

I believe this should be changed to dropping a file into
/etc/ld.so.conf.d instead. Giving a policy for the filename might be a
good idea too so there won't be conflicts. How about
/etc/ld.so.conf/package.conf?

MfG
Goswin

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

Kernel: Linux 2.6.26-xen-1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



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



Bug#448555: fonts are not hinted, therefore blurry and ugly

2009-03-16 Thread Fathi BOUDRA
hi,

thanks for the patch.
Added to qt-copy patches and will be in next Debian Qt packages upload.

cheers,

Fathi



Bug#519919: RFP: d2r-server -- D2R Server is a tool for publishing relational databases on the Semantic Web

2009-03-16 Thread Olivier Berger
Package: wnpp
Severity: wishlist


* Package name: d2r-server
  Upstream Author : Chris Bizer  ch...@bizer.de
* URL : http://www.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/
* License : GPL
  Programming Lang: Java
  Description : D2R Server is a tool for publishing relational databases on 
the Semantic Web

D2R Server is a tool for publishing relational databases on the Semantic Web.
It enables RDF and HTML browsers to navigate the content of the database,
and allows applications to query the database using the SPARQL query language.

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



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



Bug#513952: topgit: proposed CDBS snippet

2009-03-16 Thread Jonas Smedegaard
Excerpts from Stefano Zacchiroli's message of man mar 16 11:33:04 +0100 2009:
 On Sun, Mar 15, 2009 at 02:23:31AM +0100, Jonas Smedegaard wrote:
  It sounds like you didn't actually look at my proposed snippet, 
  containing the following comment:
  
  # This very makefile snippet ideally is provided by the topgit 
  # package - see bug#513952.
  # Also, Debian Policy 4.14 implicitly recommends build-depending on 
  # packages containing build documentation referenced from 
  # Debian.source.
 
 I looked at the snippet, but overlooked the comment (and I was not 
 aware of the policy recommendation).
 
 Given that it is so, let it be. Even if it still sounds me a bit dumb 
 to have people fiddle with, or just be aware of, topgit _just_ to 
 fulfill a documentation requirement automatically. It is not a big 
 deal either.

I felt it a bit dumb too - until I thought about it a bit more: Debian 
has a noble rule of not relying on network access. Imagine sitting 
offline and wanting to read that packaging documentation, just to 
realize that it contains only pointers to inaccessible files.

As a packager you are still left with the choice of providing more 
self-contained pakcages by *not* referring to package-external 
documentation but write something up yourself.


Kind regards,

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

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


signature.asc
Description: PGP signature


Bug#519934: Acknowledgement (k3b: verify fails on cd-data .iso but not dvd-video .iso)

2009-03-16 Thread Arthur Marsh

Please mark this as a duplicate of Bug#519921.



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



Bug#519632: ocamlbricks: FTBFS: ocamldoc-api-ref-config: Command not found

2009-03-16 Thread Jonathan . Roudiere

Hi,

/usr/share/cdbs/1/class/ocamldoc-api-ref-config is provide by
the ocaml-nox package and ocamlbricks depends on ocaml-nox,

Ocaml-nox is it installed on your system ?

try apt-get build-dep ocamlbricks before build ocamlbricks,

Joe



pgpm9UtzkWjEj.pgp
Description: Signature numérique PGP


bin3u5PInhp2z.bin
Description: Clef publique PGP


Bug#515035: Backport changes from 2.3.1 to 2.2.2 or new upload?

2009-03-16 Thread Vincent Snijders

Salvatore Bonaccorso schreef:

Hi

Vincent Snijders wrote in Message #27, that there is a fix now for
this problem regarding the powerpc architecture.

I have a question about that, would be the fix backported for 2.2.2
currently in unstable, or would development version 2.3.1 be uploaded
to unstable in future?



I am not an fpc maintainer, nor a debian maintainer, so I won't backport 
anything.

The fix is available in the development version 2.3.1 which will eventually become 
2.4.0 as stable release. When, that is unknown.


AFAIK, the fix has not been backported to version 2.2.4, which is already tagged in 
the fpc svn repository and is to be released in the coming weeks. Personally, I 
doubt, that this fix will be back ported to the 2.2.x branch, but you 'd better ask 
that a fpc or debian developer.


Even if it will be backported to 2.2.5, it is not yet decided if there will be a 
2.2.6 release or that the next fpc release will be 2.4.0. A fixes_2_4_0 branch (the 
first step towards a 2.4.0 release, after the 2.3.1 has all the features for 2.4.0) 
has not yet been created.


Vincent



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



Bug#519930: [Openjdk] Bug#519930: icedtea6-plugin: install fails in update-alternatives

2009-03-16 Thread Matthias Klose
reassign 519930 iceweasel
thanks

the plugin is provided by icedtea6-plugin, it shouldn't be managed by iceweasel.

Marcus Better schrieb:
 Package: icedtea6-plugin
 Version: 6b14-1.5~pre1-4
 Severity: serious
 
 Upgrading the package from 6b14-1.5~pre1-3 fails:
 
 ~# aptitude install icedtea6-plugin 
 Reading package lists... Done 
 Building dependency tree  
 Reading state information... Done 
 Reading extended state information
 Initializing package states... Done
 The following partially installed packages will be configured:
   icedtea6-plugin
 0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
 Need to get 0B of archives. After unpacking 0B will be used.
 Writing extended state information... Done
 Setting up icedtea6-plugin (6b14-1.5~pre1-4) ...
 update-alternatives: error: alternative link 
 /usr/lib/mozilla/plugins/libjavaplugin.so is already managed by 
 iceweasel-javaplugin.so.
 dpkg: error processing icedtea6-plugin (--configure):
  subprocess installed post-installation script returned error exit status 2
 Errors were encountered while processing:
  icedtea6-plugin
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 A package failed to install.  Trying to recover:
 Setting up icedtea6-plugin (6b14-1.5~pre1-4) ...
 update-alternatives: error: alternative link 
 /usr/lib/mozilla/plugins/libjavaplugin.so is already managed by 
 iceweasel-javaplugin.so.
 dpkg: error processing icedtea6-plugin (--configure):
  subprocess installed post-installation script returned error exit status 2
 Errors were encountered while processing:
  icedtea6-plugin




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



Bug#515035: Backport changes from 2.3.1 to 2.2.2 or new upload?

2009-03-16 Thread Mazen Neifer
FPC 2.2.4 is being released by the end of the week, This problem is
probably fixed in it. Otherwise I will backport the fixed from 2.3.1

Cheers,
Mazen,

Le lundi 16 mars 2009 à 08:42 +0100, Salvatore Bonaccorso a écrit :
 Hi
 
 Vincent Snijders wrote in Message #27, that there is a fix now for
 this problem regarding the powerpc architecture.
 
 I have a question about that, would be the fix backported for 2.2.2
 currently in unstable, or would development version 2.3.1 be uploaded
 to unstable in future?
 
 Thanks for your work on fpc!
 Bests
 Salvatore




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



Bug#519937: Please provide django-admin.py

2009-03-16 Thread Chris Lamb
Ruben Puettmann wrote:

 it would be very nice if you can provide django-admin.py. In nearly all
 documentations about django django-admin.py is written not
 django-admin.

Alas, doing this would violate Debian Policy §10.4:

   When scripts are installed into a directory in the system PATH, the
   script name should not include an extension such as .sh or .pl that
   denotes the scripting language currently used to implement it. 

   http://www.debian.org/doc/debian-policy/ch-files.html#s-scripts

Specific exceptions to Policy can be made, but they would have to be
backed up by stronger arguments beyond the ones you have already brought
up - the Eric plugin could surely be patched to fallback to calling
django-admin, and the mismatch between the documentation and the script
itself is trivial and cosmetic.

Thus, I don't believe this change can be made at this time. Sorry.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#519945: xvkbd: Zero (0) on numeric keypad does not work

2009-03-16 Thread Vladislav Kurz
Package: xvkbd
Version: 2.7a-3.1
Severity: normal


Hello,

I have noticed that 0 on keypad does not work as expected. It generates
Shift-Insert as if truekeypad is always on for this key. Here is a
patch.

--- xvkbd-3.0.orig/xvkbd.c
+++ xvkbd-3.0/xvkbd.c
@@ -2291,6 +2291,7 @@
case XK_KP_Add: keysym = XK_plus; break;
case XK_KP_Subtract: keysym = XK_minus; break;
case XK_KP_Enter: keysym = XK_Return; break;
+   case XK_KP_0: keysym = XK_0; break;
case XK_KP_1: keysym = XK_1; break;
case XK_KP_2: keysym = XK_2; break;
case XK_KP_3: keysym = XK_3; break;


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

Versions of packages xvkbd depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxmu6   1:1.0.2-2  X11 miscellaneous utility library
ii  libxpm4   1:3.5.7-1  X11 pixmap library
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource extension 
ii  xaw3dg1.5+E-14   Xaw3d widget set

Versions of packages xvkbd recommends:
ii  wamerican [wordlist]  6-2American English dictionary words 

-- no debconf information



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



Bug#339586: closed by Manoj Srivastava sriva...@acm.org (Re: Bug#339586: fvwm should support the _NET_WM* properties)

2009-03-16 Thread Vincent Lefevre
reopen 339586
found 339586 1:2.5.27.ds-2
thanks

On 2009-03-16 05:42:02 +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the fvwm package:
 
 #339586: fvwm should support the _NET_WM* properties
 
 It has been closed by Manoj Srivastava sriva...@acm.org.
 
 Their explanation is attached below along with your original report.

I wonder why this bug was closed. I didn't see any change related
to it in the changelog of the new version. And I can still see the
effect of this bug in fvwm 2.5.27.ds-2.

-- 
Vincent Lefèvre vinc...@vinc17.org - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



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



Bug#519946: Kino is missing dependencies: curl, (g/m)awk, ffmpeg2theora

2009-03-16 Thread Arnaud Soyez (Weboide)
Package: kino
Version: 1.3.0-2.2
Tags: patch

Some dependencies are missing:

See the script: /usr/share/kino/scripts/publish/frame.sh
It calls for curl, awk, and ffmpeg2theora but they are not at all in
debian/control depends, recommends nor suggests.

Here's the changelog for the ubuntu version (1.3.0-2.1ubuntu3):

kino (1.3.0-2.1ubuntu3) jaunty; urgency=low

  * Changed dependencies (for frame.sh): (LP: #307426)
- Added to recommends: gawk | mawk, curl.
- Added to suggests: ffmpeg2theora.


This is from a bug report on launchpad against 1.3.0-2.1ubuntu2 but
applies also to 1.3.0-2.2.

https://bugs.launchpad.net/ubuntu/+source/kino/+bug/307426
http://launchpadlibrarian.net/22753468/kino_1.3.0-2.1ubuntu3.debdiff


Thanks for your time.

--
Arnaud Soyez
LP page: launchpad.net/~weboide
GPG Key: 579B6657 (keyserver.ubuntu.com)



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


Bug#519947: resolvconf destroys /etc/resolv.conf on every boot

2009-03-16 Thread Christoph Pleger
Package: resolvconf
Version: 1.42
Severity: critical
Justification: breaks unrelated software

Hello,

after installing resolvconf (because it is recommended by vpnc), my file 
/etc/resolv.conf was overwritten by only a comment that the file should not be 
edited by hand. Because it contained no information about nameserver 
configuration, all resolution of DNS host names did not work anymore. To make 
DNS resolution work again, I restored my old /etc/resolv.conf, but after the 
next reboot, the file again only contained the comment mentioned above.

I think that this bug is critical, as it makes networking nearly unusable. 
Surely, most users do not want to type in IP addresses.

Regards
  Christoph


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

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

Versions of packages resolvconf depends on:
ii  coreutils 6.10-6 The GNU core utilities
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

resolvconf recommends no packages.

resolvconf suggests no packages.

-- debconf information:
* resolvconf/linkify-resolvconf: true
* resolvconf/downup-interfaces:
  resolvconf/link-tail-to-original: false



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



Bug#519936: [Pkg-lyx-devel] Bug#519936: lyx: please update to bugfix release 1.6.2

2009-03-16 Thread Sven Hoexter
tags 519936 pending
thanks

Guenther you should consider joining the pkg-lyx-devel list. :)
LyX 1.6.2 is already in the svn but I just had no time so far to
check for necessary changes by the new Debian package policy released
a few days ago. Oh and someone has to check if we can close some more
bugs with this release.

Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]



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



Bug#519948: scons - Unable to clean source

2009-03-16 Thread Bastian Blank
Package: scons
Version: 1.0.0-1
Severity: important

scons -c does not really clean the source directory. This makes it
impossible to build debian packages using scons without another cleanup
step (see debian policy §4.9).

|  dpkg-source -b ffmpeg2theora-0.24
| dpkg-source: info: using source format `1.0'
| dpkg-source: info: building ffmpeg2theora using existing 
ffmpeg2theora_0.24.orig.tar.gz
| dpkg-source: info: building ffmpeg2theora in ffmpeg2theora_0.24-0.1.diff.gz
| dpkg-source: error: cannot represent change to 
ffmpeg2theora-0.24/.sconsign.dblite: binary file contents changed
| dpkg-source: unrepresentable changes to source
| dpkg-buildpackage: failure: dpkg-source -b ffmpeg2theora-0.24 gave error exit 
status 1
| debuild: fatal error at line 1324:
| dpkg-buildpackage -rfakeroot -D -us -uc failed

There are two things left behind:
- A directory .sconf_temp and
- a file .sconsign.dblite.

Bastian

-- 
She won' go Warp 7, Cap'n!  The batteries are dead!



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



Bug#519949: mp3gain reports bogus values on 32 bit system

2009-03-16 Thread Simon MacMullen
Package: mp3gain
Version: 1.4.6-7
Severity: normal

I've found at least one song on which mp3gain reports completely wrong
values. This only occurs on i386 systems, amd64 reports the correct
values.

I've tested this on two lenny i386 systems (the one I'm reporting this
from is a vserver guest with an amd64 kernel on the host but the other
machine is physical and purely 32 bit).  I've also tested on one lenny
amd64 machine, and one each of Ubuntu Intrepid i386 and amd64. The 
Ubuntu package has exactly the same version number - 1.4.6-7.

Only the lenny i386 version reports incorrect values. All the other
versions are consistent with each other, and sound correct, while the
lenny i386 version is far too loud and distorted.

I don't want to post the song anywhere public for obvious copyright
reasons but could email it to a developer.

Examples of program output follow. Machine names have been changed:

Correct:

si...@lenny64:~$ mp3gain /tmp/I\'m\ Alive.mp3 
/tmp/I'm Alive.mp3
Recommended Track dB change: -8.90 
Recommended Track mp3 gain change: -6
Max PCM sample at current gain: 36684.562432
Max mp3 global gain field: 197
Min mp3 global gain field: 125


Recommended Album dB change for all files: -8.90
Recommended Album mp3 gain change for all files: -6

Incorrect:

si...@lenny32:~$ mp3gain /tmp/I\'m\ Alive.mp3 
/tmp/I'm Alive.mp3
Recommended Track dB change: 5.07  
Recommended Track mp3 gain change: 3
WARNING: some clipping may occur with this gain change!
Max PCM sample at current gain: 41552.642048
Max mp3 global gain field: 197
Min mp3 global gain field: 125


Recommended Album dB change for all files: 5.07
Recommended Album mp3 gain change for all files: 3
WARNING: with this global gain change, some clipping may occur in file
/tmp/I'm Alive.mp3

For the time being I'm able to work around this by installing the
package from Ubuntu, but I'd love to see it fixed in Debian.

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

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

Versions of packages mp3gain depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries

mp3gain recommends no packages.

mp3gain suggests no packages.

-- no debconf information



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



Bug#519950: kexec-tools: There's no way of just rebooting normally

2009-03-16 Thread Ralf Hildebrandt
Package: kexec-tools
Version: 20080324-2.1
Severity: normal


The /etc/default/kexec setting is always being applied. There's no way
of saying reboot, just this time, via reboot instead of kexec.

One can of course EDIT /etc/default/kexec, reboot, and edit back.
Anyway, it would be cool to have the possibility of passing an
argument to reboot that causes a real reboot to happen.

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

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

Versions of packages kexec-tools depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  libc6 2.9-4  GNU C Library: Shared libraries

kexec-tools recommends no packages.

kexec-tools suggests no packages.

-- debconf information:
* kexec-tools/load_kexec: true



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



  1   2   3   4   >