Bug#598299: mono-debugger: diff for NMU version 2.6.3-2.1

2010-10-20 Thread tony mancill

Dear maintainer,

I have sponsoned an upload of Jari Aalto's NMU for mono-debugger 
(versioned as 2.6.3-2.1) and uploaded it to DELAYED/3. Please feel 
free to tell me if I should delay it longer.

Regards,
tony mancill

diff -u mono-debugger-2.6.3/debian/changelog 
mono-debugger-2.6.3/debian/changelog
--- mono-debugger-2.6.3/debian/changelog
+++ mono-debugger-2.6.3/debian/changelog
@@ -1,3 +1,12 @@
+mono-debugger (2.6.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches
+- (CVE-*): New patch. Fix CVE-2010-3369 insecure library loading
+  (grave, security; Closes: #598299).
+
+ -- Jari Aalto   Mon, 18 Oct 2010 13:01:07 +0300
+
 mono-debugger (2.6.3-2) unstable; urgency=low
 
   * Upload to Debian Unstable
diff -u mono-debugger-2.6.3/debian/patches/00list 
mono-debugger-2.6.3/debian/patches/00list
--- mono-debugger-2.6.3/debian/patches/00list
+++ mono-debugger-2.6.3/debian/patches/00list
@@ -2,0 +3 @@
+cve-2010-3369--bug598299
only in patch2:
unchanged:
--- mono-debugger-2.6.3.orig/debian/patches/cve-2010-3369--bug598299.dpatch
+++ mono-debugger-2.6.3/debian/patches/cve-2010-3369--bug598299.dpatch
@@ -0,0 +1,68 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## /tmp/CVE-2010-3369--bug598299.patch.dpatch by jaalto 
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: 
+## DP: Author: Jari Aalto 
+## DP: 
+## DP: 
+## DP: 
+## DP: 
+## DP: Signed-off-by: Jari Aalto 
+
+...@dpatch@
+
+diff --git a/build/mdb-symbolreader.in b/build/mdb-symbolreader.in
+old mode 100644
+new mode 100755
+index 7138bd0..627c2c1
+--- a/build/mdb-symbolreader.in
 b/build/mdb-symbolreader.in
+@@ -1,3 +1,18 @@
+ #!/bin/sh
+-export LD_LIBRARY_PATH="@libdir@:${LD_LIBRARY_PATH}"
+-exec @mono@ --debug @twodir@/mdb-symbolreader.exe $*
++
++Pathclean ()
++{
++   # Vulnerability fix for insecure path content
++   # Make sure "::", "^:" or ":$" is not left in path arg $1
++
++   local tmp
++   tmp=$(echo "$1" | sed -e 's/::\+// ; s/^:// ; s/:$//' )
++
++   [ "$tmp" ] && echo "$tmp"
++}
++
++LD_LIBRARY_PATH="@lib...@${ld_library_path:+:$LD_LIBRARY_PATH}"
++LD_LIBRARY_PATH=$(Pathclean "$LD_LIBRARY_PATH")
++export LD_LIBRARY_PATH
++
++exec @mono@ --debug @twodir@/mdb-symbolreader.exe "$@"
+diff --git a/build/mdb.in b/build/mdb.in
+old mode 100644
+new mode 100755
+index 12da6c3..8546d0b
+--- a/build/mdb.in
 b/build/mdb.in
+@@ -1,3 +1,18 @@
+ #!/bin/sh
+-export LD_LIBRARY_PATH="@libdir@:${LD_LIBRARY_PATH}"
+-exec @mono@ --debug @twodir@/mdb.exe $*
++
++Pathclean ()
++{
++   # Vulnerability fix for insecure path content
++   # Make sure "::", "^:" or ":$" is not left in path arg $1
++
++   local tmp
++   tmp=$(echo "$1" | sed -e 's/::\+// ; s/^:// ; s/:$//' )
++
++   [ "$tmp" ] && echo "$tmp"
++}
++
++LD_LIBRARY_PATH="@lib...@${ld_library_path:+:$LD_LIBRARY_PATH}"
++LD_LIBRARY_PATH=$(Pathclean "$LD_LIBRARY_PATH")
++export LD_LIBRARY_PATH
++
++exec @mono@ --debug @twodir@/mdb.exe "$@"



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



Processed: Re: [Openjdk] Bug#600664: openjdk-6-jre-lib: unable to remove package (circular dependency on openjdk-6-jre-headless?)

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 600664 important
Bug #600664 [openjdk-6-jre-lib] openjdk-6-jre-lib: unable to remove package 
(circular dependency on openjdk-6-jre-headless?)
Severity set to 'important' from 'serious'

> tag 600664 + moreinfo
Bug #600664 [openjdk-6-jre-lib] openjdk-6-jre-lib: unable to remove package 
(circular dependency on openjdk-6-jre-headless?)
Ignoring request to alter tags of bug #600664 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600664
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600664: [Openjdk] Bug#600664: openjdk-6-jre-lib: unable to remove package (circular dependency on openjdk-6-jre-headless?)

2010-10-20 Thread Matthias Klose

severity 600664 important
tag 600664 + moreinfo
thanks

On 21.10.2010 06:39, Michael Gilbert wrote:

severity 600664 serious
tag -moreinfo

it looks like you also need to have openjdk-6-jre installed to be ablo
to reproduce this. otherwise, removal works fine.

note that in this situation, openjdk-6-jre is also unremovable.  in
fact it *installs* packages given a removal command:

$ sudo apt-get purge openjdk-6-jre
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
   default-jre default-jre-headless
The following NEW packages will be installed:
   default-jre default-jre-headless
0 upgraded, 2 newly installed, 0 to remove and 319 not upgraded.
Need to get 8,442B of archives.
After this operation, 77.8kB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.

so, ultimately once you have openjdk-6-jre and openjdk-6-jre-lib
installed, there is no way to remove them.  thanks for looking into
this.


even this scenario is not reproducible for me in a fresh sid chroot. No, the 
question whether this is reproducible for other people or in a fresh chroot is 
not answered. The removal of these packages on the buildd machines does succeed too.


  Matthias



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



Processed (with 5 errors): Re: openjdk-6-jre-lib: unable to remove package (circular dependency on openjdk-6-jre-headless?)

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 600664 serious
Bug #600664 [openjdk-6-jre-lib] openjdk-6-jre-lib: unable to remove package 
(circular dependency on openjdk-6-jre-headless?)
Severity set to 'serious' from 'important'

> tag -moreinfo
Unknown command or malformed arguments to command.

> it looks like you also need to have openjdk-6-jre installed to be ablo
Unknown command or malformed arguments to command.

> to reproduce this. otherwise, removal works fine.
Unknown command or malformed arguments to command.

> note that in this situation, openjdk-6-jre is also unremovable.  in
Unknown command or malformed arguments to command.

> fact it *installs* packages given a removal command:
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.
-- 
600664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600664
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#597379: X freeze same problem here

2010-10-20 Thread isahib
On Fri, 2010-10-01 at 14:34 +0200, Nethanel Elzas wrote:
> Hi Ibaidul,
> 
> After solving the freeze upon start, I also do get random freezes
> (well maybe not completely random, it seems playing Nibbles can get me
> a freeze very fast - one or two levels are enough...).
> 
> About Alt+SysRq+r/e/i/s/u/b, I've learned about those keys because of
> this issue, and you can check how it is configured by running:
> cat /proc/sys/kernel/sysrq
> and you might want to modify it to 1 by: sysctl -w kernel/sysrq=1
> 
> n.
> 
> 
> On Wed, Sep 29, 2010 at 7:00 AM, isahib  wrote:
> 
> On Tue, 2010-09-28 at 08:10 +0200, Cyril Brulebois wrote:
> > isahib  (21/09/2010):
> > > I am also experiancing the same problem after the update
> from
> > > testing with xserver-xorg-video-openchrome 1:0.2.904
> +svn842-1.
> >
> > Hi,
> >
> > does the issue indeed disappear if you go back to the
> previous
> > openchrome version? Checking whether that could be a
> consequence
> > of a collateral upgrade…
> >
> > Are you able to fetch kernel/X logs, e.g. if the machine is
> still
> > responsive over the network?
> >
> > Mraw,
> > KiBi.
> 
> 
> Hi Cyril,
> 
> xserver-xorg-video-openchrome 1:0.2.904+svn827-1 works for me
> but even
> so X still freezes randomly.
> 
> Unfortunately I cannot access this machine across the network
> but once
> the X freeze occurs then none of the special keys work Ctrl
> +Alt+SysRq
> +REISUB, Ctrl+Alt+F1 etc. and the disk seems quite busy. A
> hard reboot
> is required.
> 
> Thanks
> Ibaidul
> 
> 
> 
> 
> 
> 
> --
> To unsubscribe, send mail to
> 597379-unsubscr...@bugs.debian.org.
> 
> 

Hi Nethanel,

On my machine
cat /proc/sys/kernel/sysrq outputs 438.

I changed the following to 1 but it made no difference.

REISUB doesn't work when the system freezes.
echo 1 > /proc/sys/kernel/sysrq

Kernel does not reboot system automatically when the system freezes.
echo 1 > /proc/sys/kernel/panic

Thanks
Ibaidul






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



Bug#600338: May contain non-free data

2010-10-20 Thread Miguel Landaeta
tags 600338 + patch
thanks

A patch fixing this bug is attached.
Also the changes were committed the svn repo.
Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
diff -u libitext1-java-1.4/debian/rules libitext1-java-1.4/debian/rules
--- libitext1-java-1.4/debian/rules
+++ libitext1-java-1.4/debian/rules
@@ -25,6 +25,7 @@
dh_testroot
-rm -rf build
-rm -rf debian/tmp
+   mh_clean
 
 get-orig-source: get-orig-pom
-uscan --download-version $(VERSION) --force-download --rename
diff -u libitext1-java-1.4/debian/control libitext1-java-1.4/debian/control
--- libitext1-java-1.4/debian/control
+++ libitext1-java-1.4/debian/control
@@ -5,14 +5,13 @@
 Uploaders: Michael Koch , Ludovic Claude 

 Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk, quilt
 Build-Depends-Indep: libservlet2.5-java, maven-repo-helper
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext1-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext1-java/
 Homepage: http://www.lowagie.com/iText/
 
 Package: libitext1-java
 Architecture: all
-Section: java
 Depends: ${misc:Depends}
 Description: Java Library to generate PDF on the Fly
  iText is a library that allows you to generate PDF files on the fly.
diff -u libitext1-java-1.4/debian/changelog libitext1-java-1.4/debian/changelog
--- libitext1-java-1.4/debian/changelog
+++ libitext1-java-1.4/debian/changelog
@@ -1,3 +1,15 @@
+libitext1-java (1.4-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Clarify licensing of some files that were suspected to be non-free.
+(Closes: #600338).
+  * Bump Standards-Version to 3.9.1. No changes were required.
+  * Remove redundant Section header for libitext1-java binary package.
+  * Add missing invocation of mh_clean in clean target.
+  * Indicate debian source format 1.0.
+
+ -- Miguel Landaeta   Wed, 20 Oct 2010 21:28:25 -0430
+
 libitext1-java (1.4-3) unstable; urgency=low
 
   * Removed Gerardo Curiel from Uploaders (Closes: #553102).
diff -u libitext1-java-1.4/debian/patches/series 
libitext1-java-1.4/debian/patches/series
--- libitext1-java-1.4/debian/patches/series
+++ libitext1-java-1.4/debian/patches/series
@@ -2,0 +3 @@
+clarify_licensing.patch
only in patch2:
unchanged:
--- libitext1-java-1.4.orig/debian/patches/clarify_licensing.patch
+++ libitext1-java-1.4/debian/patches/clarify_licensing.patch
@@ -0,0 +1,500 @@
+Description: Clarify licensing of some file with incorrect disclaimers
+ Posterior releases of iText clarified the licensing of the following files:
+ com/lowagie/text/pdf/codec/postscript/PACommand.java
+ com/lowagie/text/pdf/codec/postscript/PAContext.java
+ com/lowagie/text/pdf/codec/postscript/PAEngine.java
+ com/lowagie/text/pdf/codec/postscript/PAPencil.java
+ com/lowagie/text/pdf/codec/postscript/PAToken.java
+ com/lowagie/text/pdf/codec/postscript/PainterException.java
+ com/lowagie/tools/arguments/TableSorter.java
+
+ Those files are licensed also under Mozilla Public License 1.1 and
+ LGPL 2 or later.
+
+ Regarding com/lowagie/tools/arguments/TableMap.java, is a file
+ freely copied between several Java projects and a copy of this
+ file can be found in the source code of Groovy, licensed under
+ Apache 2.0.
+Author: Miguel Landaeta 
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/600338
+Last-Update: 2010-10-20
+diff --git a/com/lowagie/text/pdf/codec/postscript/PACommand.java 
b/com/lowagie/text/pdf/codec/postscript/PACommand.java
+index 91b2e18..81f31c2 100644
+--- a/com/lowagie/text/pdf/codec/postscript/PACommand.java
 b/com/lowagie/text/pdf/codec/postscript/PACommand.java
+@@ -1,4 +1,50 @@
+ /*
++ * The contents of this file are subject to the Mozilla Public License 
Version 1.1
++ * (the "License"); you may not use this file except in compliance with the 
License.
++ * You may obtain a copy of the License at http://www.mozilla.org/MPL/
++ *
++ * Software distributed under the License is distributed on an "AS IS" basis,
++ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
++ * for the specific language governing rights and limitations under the 
License.
++ *
++ * The Original Code is 'iText, a free JAVA-PDF library'.
++ *
++ * The Initial Developer of the Original Code is Bruno Lowagie. Portions 
created by
++ * the Initial Developer are Copyright (C) 1999, 2000, 2001, 2002 by Bruno 
Lowagie.
++ * All Rights Reserved.
++ * Co-Developer of the code is Paulo Soares. Portions created by the 
Co-Developer
++ * are Copyright (C) 2000, 2001, 2002 by Paulo Soares. All Rights Reserved.
++ *
++ * Contributor(s): all the names of the contributors are added in the source 
code
++ * where applicable.
++ *
++ * Alternatively, the contents of this file may be used under the terms of the
++ * LGPL license (the "GNU LIBRARY GENERAL PUBLIC LICENSE"), in

Processed: Re: May contain non-free data

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 600338 + patch
Bug #600338 [libitext1-java] May contain non-free data
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600338
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600878: marked as done (pybliographer FTBFS)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Thu, 21 Oct 2010 01:47:13 +
with message-id 
and subject line Bug#600878: fixed in pybliographer 1.2.14-2
has caused the Debian Bug report #600878,
regarding pybliographer FTBFS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pybliographer
Version: 1.2.14-1
Tags: patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/control: Added gnome-doc-utils, pkg-config, rarian-compat to
fix FTBFS

We thought you might be interested in doing the same.

diff -u pybliographer-1.2.14/debian/control pybliographer-1.2.14/debian/control
--- pybliographer-1.2.14/debian/control
+++ pybliographer-1.2.14/debian/control
@@ -1,10 +1,11 @@
 Source: pybliographer
 Section: gnome
 Priority: optional
-Maintainer: Chris Lawrence 
+Maintainer: Ubuntu Developers 
+XSBC-Original-Maintainer: Chris Lawrence 
 Standards-Version: 3.9.1
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python, python-bibtex (>= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (>= 0.3)
+Build-Depends-Indep: python, python-bibtex (>= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (>= 0.3), gnome-doc-utils, pkg-config, rarian-compat
 XS-Python-Version: >= 2.2
 Homepage: http://www.pybliographer.org/
 
diff -u pybliographer-1.2.14/debian/changelog pybliographer-1.2.14/debian/changelog
--- pybliographer-1.2.14/debian/changelog
+++ pybliographer-1.2.14/debian/changelog
@@ -1,3 +1,9 @@
+pybliographer (1.2.14-1ubuntu1) natty; urgency=low
+
+  * debian/control: add gnome-doc-utils, pkg-config, rarian-compat to build-dep-indep, fixes FTBFS (LP: #664108)
+
+ -- Roy Jamison   Wed, 20 Oct 2010 21:32:51 +0100
+
 pybliographer (1.2.14-1) unstable; urgency=low
 
   * New upstream release.
--- End Message ---
--- Begin Message ---
Source: pybliographer
Source-Version: 1.2.14-2

We believe that the bug you reported is fixed in the latest version of
pybliographer, which is due to be installed in the Debian FTP archive:

pybliographer_1.2.14-2.diff.gz
  to main/p/pybliographer/pybliographer_1.2.14-2.diff.gz
pybliographer_1.2.14-2.dsc
  to main/p/pybliographer/pybliographer_1.2.14-2.dsc
pybliographer_1.2.14-2_all.deb
  to main/p/pybliographer/pybliographer_1.2.14-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 600...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lawrence  (supplier of updated pybliographer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Oct 2010 20:31:45 -0500
Source: pybliographer
Binary: pybliographer
Architecture: source all
Version: 1.2.14-2
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence 
Changed-By: Chris Lawrence 
Description: 
 pybliographer - tool for manipulating bibliographic databases
Closes: 600878
Changes: 
 pybliographer (1.2.14-2) unstable; urgency=low
 .
   * Include missing build dependencies.  (Closes: #600878)
 Thanks to Roy Jamison from Ubuntu for the patch.
Checksums-Sha1: 
 29374a921e8ba98eac64eda07f84948e1b0f1779 1230 pybliographer_1.2.14-2.dsc
 dce081d1fb98771f99405a08df833b0ecf506770 16729 pybliographer_1.2.14-2.diff.gz
 6f2cad1289ec38851569c7ac72dc7605fedcb88f 664718 pybliographer_1.2.14-2_all.deb
Checksums-Sha256: 
 e961d3953583afdeaaf54528611c06b1b9c6c79e06300357b9bc0eaf6d903a7a 1230 
pybliographer_1.2.14-2.dsc
 7448493763498494438e77fb812db6e4f5e6313aeade33f2a81e82f8171e9689 16729 
pybliographer_1.2.14-2.diff.gz
 9960164b129527fd6d25d5b66b5c875f776736f559b45438b553bc1ec8aa9104 664718 
pybliographer_1.2.14-2_all.deb
Files: 
 5900c027d1fadad6d9505321e299d51c 1230 gnome optional pybliographer_1.2.14-2.dsc
 9226721f6c1e2c05af12fa546b574600 16729 gnome optional 
pybliographer_1.2.14-2.diff.gz
 9de60f8866b16862df986a6bf1243214 664718 gnome optional 
pybliographer_1.2.14-2_all.deb

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

iEYEARECAAYFAky/mFMACgkQ2wQKE6PXubzTnwCfd90eLk2FPXHRFFgtJNCw5Hga
hGAAn2/blnsu68x4mKqXzZZLfGXfj9p7
=53zw
-END PGP SIGNATURE-


--- End Message ---


Bug#579527: Proposed NMU

2010-10-20 Thread Guillem Jover
Hi!

On Mon, 2010-10-18 at 10:07:55 +0200, Daniel Kobras wrote:
> Neil,
> 
> On Sat, Oct 16, 2010 at 08:45:04PM +0100, Neil Williams wrote:
> > I've prepared an NMU for libdv (versioned as 1.0.0-2.1).
> > 
> > With a simple pbuilder check, I believe that installing gnome when this
> > modified package is already installed (with recommends on) will result
> > in alsa-base being selected and not oss-compat.
> 
> Why should libdv pull in alsa-base when it only supports OSS?

It should not, the NMU is bogus, and should be reverted.

In addition, while OSS might be highly deprecated on Linux systems,
it's the only portable sound system around, so it needs to be
supported anyway for anything non-Linux.

> It's legacy code, so most likely upstream will never support any
> other sound system. We could of course just demote the Recommends to
> a Suggests, meaning that most libdv users won't be able to record
> sound by default.

Personally I'd find no sound worse than using "deprecated on Linux"
OSS...

regards,
guillem



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



Bug#600890: xul-ext-sync: firefox sync is not functional as it is too old

2010-10-20 Thread Norbert Preining
Package: xul-ext-sync
Version: 1.4.3-1
Severity: grave
Justification: renders package unusable

the sync plugin refuses to work, always gives "Error While Syncing"
and then explains that
You need to update Firefox Sync to continue syncing your data.
So in this state it is completey unusable.


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

Kernel: Linux 2.6.36-rc8+ (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 xul-ext-sync depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libnspr4-0d   4.8.6-1NetScape Portable Runtime Library
ii  libnss3-1d3.12.8-1   Network Security Service libraries
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

Versions of packages xul-ext-sync recommends:
ii  iceweasel 3.5.14-1   Web browser based on Firefox

xul-ext-sync suggests no packages.

-- no debconf information



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



Bug#598619: marked as done (x11vnc: FTBFS on mips (jarsigner error: gnu.javax.crypto.keyring.MalformedKeyringException: incorrect magic))

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 23:32:53 +
with message-id 
and subject line Bug#598619: fixed in x11vnc 0.9.10-1.1
has caused the Debian Bug report #598619,
regarding x11vnc: FTBFS on mips (jarsigner error: 
gnu.javax.crypto.keyring.MalformedKeyringException: incorrect magic)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
598619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598619
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11vnc
Version: 0.9.10-1
Severity: serious
Justification: fails to build from source

See
https://buildd.debian.org/fetch.cgi?pkg=x11vnc&arch=mips&ver=0.9.10-1%2Bb1&stamp=1284040713&file=log&as=raw

> adding: VncViewer.class (in=20,392) (out=20,392) (stored 46%)
> cp -p VncViewer.jar  SignedVncViewer.jar
> cp -p UltraViewerSSL.jar SignedUltraViewerSSL.jar
> jarsigner -keystore ./keystore0 -storepass abcdef SignedVncViewer.jar  
> swkey
> jarsigner error: gnu.javax.crypto.keyring.MalformedKeyringException: 
> incorrect magic
> make[2]: *** [all] Error 1
> make[1]: *** [override_dh_auto_configure] Error 2

Cheers,
Julien


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: x11vnc
Source-Version: 0.9.10-1.1

We believe that the bug you reported is fixed in the latest version of
x11vnc, which is due to be installed in the Debian FTP archive:

x11vnc-data_0.9.10-1.1_all.deb
  to main/x/x11vnc/x11vnc-data_0.9.10-1.1_all.deb
x11vnc_0.9.10-1.1.debian.tar.gz
  to main/x/x11vnc/x11vnc_0.9.10-1.1.debian.tar.gz
x11vnc_0.9.10-1.1.dsc
  to main/x/x11vnc/x11vnc_0.9.10-1.1.dsc
x11vnc_0.9.10-1.1_amd64.deb
  to main/x/x11vnc/x11vnc_0.9.10-1.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 598...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Retout  (supplier of updated x11vnc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 18 Oct 2010 23:53:56 +0100
Source: x11vnc
Binary: x11vnc x11vnc-data
Architecture: source amd64 all
Version: 0.9.10-1.1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra 
Changed-By: Tim Retout 
Description: 
 x11vnc - VNC server to allow remote access to an existing X session
 x11vnc-data - data files for x11vnc
Closes: 598619
Changes: 
 x11vnc (0.9.10-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: B-D-I on openjdk-6-jdk rather than B-D on default-jdk.
   * debian/rules: Only rebuild jars in binary and binary-indep targets.
 (Closes: #598619)
Checksums-Sha1: 
 6a4ff68693334b72b83cca6f7e0377ac134a79ad 1262 x11vnc_0.9.10-1.1.dsc
 a0264c2c7f2e7b397a576537f650ab886bab8889 5520 x11vnc_0.9.10-1.1.debian.tar.gz
 ae148583f22ad766114d16c41e2e44611bff6953 1041060 x11vnc_0.9.10-1.1_amd64.deb
 973aee4611676f59a9a13cff21e961357589267d 540758 x11vnc-data_0.9.10-1.1_all.deb
Checksums-Sha256: 
 ec1401702fd74bfb59cd99e3d3b782adcc4026b96f3110067ccca730f065d055 1262 
x11vnc_0.9.10-1.1.dsc
 5291edd97fc78aabcd33794b50a0a5d23724f8c4857d25e9ec186d9a6556dc30 5520 
x11vnc_0.9.10-1.1.debian.tar.gz
 0babb41def918de0013353f31f5a424c4fd4fdd54fa3b84d7df6b7a97ba7b161 1041060 
x11vnc_0.9.10-1.1_amd64.deb
 22eed8ef5ad4aba9d49a520a66ad1e027aa3d672f920369dfc87bbdce155b99c 540758 
x11vnc-data_0.9.10-1.1_all.deb
Files: 
 d38fb118b22c9f8765af03d3d728cc07 1262 x11 optional x11vnc_0.9.10-1.1.dsc
 4ca4af0d755d0102d2a691019ac56859 5520 x11 optional 
x11vnc_0.9.10-1.1.debian.tar.gz
 df0055bd9710eca4e3ce87b6958236b0 1041060 x11 optional 
x11vnc_0.9.10-1.1_amd64.deb
 c0d402398d8deda49a8ec1c1aa1a7a94 540758 x11 optional 
x11vnc-data_0.9.10-1.1_all.deb

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

iEYEARECAAYFAky81REACgkQOHNNd4eQFFKFjQCfVEtgSAnHJLG7M8yE9bN+8yL/
dkoAnR7Q4vJa6KwXrNqDZRpDWXRcO6+N
=Bwjr
-END PGP SIGNATURE-


--- End Message ---


Bug#600885: basic256 FTBFS

2010-10-20 Thread Roy Jamison
Package: basic256
Version: 0.9.6.32-1
Tags: patch
Severity: serious

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/control: Build-Depend on libqtwebkit-dev. It has separated
from
libqt-dev. Fixes FTBFS (LP: #664209)

We thought you might be interested in doing the same.

https://bugs.launchpad.net/ubuntu/+source/basic256/+bug/664209
diff -Nru basic256-0.9.6.32/debian/changelog basic256-0.9.6.32/debian/changelog
--- basic256-0.9.6.32/debian/changelog	2010-08-30 01:52:27.0 +0100
+++ basic256-0.9.6.32/debian/changelog	2010-10-20 23:30:03.0 +0100
@@ -1,3 +1,10 @@
+basic256 (0.9.6.32-1ubuntu1) natty; urgency=low
+
+  * debian/control: added libqtwebkit-dev to build-dep, fixes 
+FTBFS (LP: #664209)
+
+ -- Roy Jamison   Wed, 20 Oct 2010 23:18:24 +0100
+
 basic256 (0.9.6.32-1) unstable; urgency=low
 
   * New upstream release
diff -Nru basic256-0.9.6.32/debian/control basic256-0.9.6.32/debian/control
--- basic256-0.9.6.32/debian/control	2010-08-30 01:48:43.0 +0100
+++ basic256-0.9.6.32/debian/control	2010-10-20 23:18:59.0 +0100
@@ -1,7 +1,8 @@
 Source: basic256
 Section: devel
 Priority: optional
-Maintainer: Ryan Kavanagh 
+Maintainer: Ubuntu Developers 
+XSBC-Original-Maintainer: Ryan Kavanagh 
 Build-Depends: debhelper (>= 7.0.50~),
  bison,
  flex,
@@ -10,7 +11,8 @@
  libqt4-dev,
  libsdl1.2-dev,
  libsdl-mixer1.2-dev,
- libsqlite3-dev
+ libsqlite3-dev,
+ libqtwebkit-dev
 Standards-Version: 3.9.1
 Homepage: http://www.basic256.org/
 Vcs-Browser: http://git.debian.org/?p=collab-maint/basic256.git


Processed: tagging 586540

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 586540 + help
Bug #586540 [kdm] kdm on initial start at kfreebsd bootup does not allow 
keyboard input
Added tag(s) help.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#549014: wmbubble: NMU diff for 1.46-2.1 (Intent to NMU)

2010-10-20 Thread jari . aalto

Dear maintainer,

I have some free time and I'm offering help.

Here is the NMU diff according to DevRef 5.11.1[1][2] for bug: #549014.
See the debian/patches directory for the important fixes.

Please let me know it it is ok to proceed with the NMU.

Thank you for maintaining the package,
Jari Aalto

[1] http://www.debian.org/doc/developers-reference/pkgs.html#nmu
[2] http://dep.debian.net/deps/dep1.html

lsdiff(1) of changes:

wmbubble-1.46/debian/rules
wmbubble-1.46/debian/control
wmbubble-1.46/debian/changelog
wmbubble-1.46/debian/copyright
wmbubble-1.46/debian/patches/04-default-upsidedown.dpatch
wmbubble-1.46/debian/patches/10-gtk2-migration.dpatch
wmbubble-1.46/debian/README.source
wmbubble-1.46/debian/watch

diffstat for wmbubble_1.46-2 wmbubble_1.46-2.1

 debian/README.source  |7 
 debian/watch  |4 
 wmbubble-1.46/debian/changelog|   28 +++
 wmbubble-1.46/debian/control  |9 -
 wmbubble-1.46/debian/copyright|   40 +++--
 wmbubble-1.46/debian/patches/04-default-upsidedown.dpatch |   25 ++-
 wmbubble-1.46/debian/patches/10-gtk2-migration.dpatch |  109 ++
 wmbubble-1.46/debian/rules|7 
 8 files changed, 113 insertions(+), 116 deletions(-)

diff -u wmbubble-1.46/debian/rules wmbubble-1.46/debian/rules
--- wmbubble-1.46/debian/rules
+++ wmbubble-1.46/debian/rules
@@ -25,15 +25,16 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	$(MAKE) clean BINARY=wmbubble
+	$(MAKE) clean
+	rm -f wmbubble
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
-	
+
 	$(MAKE) install PREFIX=$(CURDIR)/debian/wmbubble/usr BINARY=wmbubble
 	dh_install misc/wak.wav misc/wakwak.sh usr/share/wmbubble/
 	chmod +x $(CURDIR)/debian/wmbubble/usr/share/wmbubble/wakwak.sh
diff -u wmbubble-1.46/debian/control wmbubble-1.46/debian/control
--- wmbubble-1.46/debian/control
+++ wmbubble-1.46/debian/control
@@ -2,14 +2,15 @@
 Section: x11
 Priority: optional
 Maintainer: John H. Robinson, IV 
-Build-Depends: debhelper (>= 5.0), libgtk2.0-dev, dpatch
-Standards-Version: 3.8.0.1
+Build-Depends: debhelper (>= 7), libgtk2.0-dev, dpatch, libx11-dev
+Standards-Version: 3.9.1
+Homepage: http://www.ne.jp/asahi/linux/timecop
 
 Package: wmbubble
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: sox, x-terminal-emulator
-Description:  A system-load meter for Window Maker that features a duck
+Description: A system-load meter for Window Maker that features a duck
  A Window Maker dockapp (though it does not specifically require the Window
  Maker window manager) that indicates the system load.
  .
diff -u wmbubble-1.46/debian/changelog wmbubble-1.46/debian/changelog
--- wmbubble-1.46/debian/changelog
+++ wmbubble-1.46/debian/changelog
@@ -1,3 +1,31 @@
+wmbubble (1.46-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+- (Build-Depends): Add libx11-dev due to KDE_DOCKAPP.
+  Sync debhelper with debian/compat (Lintian).
+- (Depends): Add ${misc:Depends} (Lintian).
+- (Description): Delete extra space (Lintian).
+- (Homepage): New field (Lintian).
+- (Standards-Version): Update to 3.9.1.
+  * debian/copyright
+- Point to GPL-2 (Lintian).
+- Update layout. Add missing FSF preamble.
+  * debian/patches
+- (Number 04): Refresh. Enable KDE_DOCKAPP to make duck appear
+  on WindowMaker (grave; Closes: #549014).
+- (Number 12): Refresh. Update to Gtk 2.x by using --cflags. Add
+  -lX11 due to KDE_DOCKAPP.
+  * debian/README.source
+- New file. Document dpatch (Lintian).
+  * debian/rules
+- (clean): Delete binary manually. Makefile did not do it.
+- (install): Update obsolete "dh_clean -k" to dh_prep (Lintian).
+  * debian/watch
+- New file (Lintian).
+
+ -- Jari Aalto   Thu, 21 Oct 2010 01:25:10 +0300
+
 wmbubble (1.46-2) unstable; urgency=low
 
   * Updated debhelper to compatibility level 7
diff -u wmbubble-1.46/debian/copyright wmbubble-1.46/debian/copyright
--- wmbubble-1.46/debian/copyright
+++ wmbubble-1.46/debian/copyright
@@ -1,15 +1,35 @@
-This is Debian GNU/Linux's prepackaged version of timecop's bubblemon.
+This package was debianized by:
 
-This package was debianized by John H. Robinson, IV . The
-name was changed to wmbubble to prevent confusion between this package, and the
-GNOME applet of the name bubblemon.
+ John H. Robinson, IV .
 
-It was downloaded from http://www.ne.jp/asahi/linux/timecop/
+The name was changed to wmbubble to prevent confusion between this
+package, and the GNOME applet of the name bubblemon.
 
-Upstream Author: time...@japan.co.jp
+It was downloaded from:
 
-Copyright (C) 2001 Tim Copperfield 
+http://www.ne.jp/asahi/linux/timecop
 
-You are free to distribute

Bug#599998: marked as done (acl2: FTBFS on mipsel: Unrecoverable error: Segmentation violation..)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 22:18:04 +
with message-id 
and subject line Bug#58: fixed in acl2 4.1-3
has caused the Debian Bug report #58,
regarding acl2: FTBFS on mipsel: Unrecoverable error: Segmentation violation..
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
58: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: acl2
Version: 4.1-2
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on mipsel:
| touch debian/patches_applied
| cat debian/dlopen.lisp.in | sed "s,@VR@,4.1,g" > debian/dlopen.lisp
| echo '(progn (load "debian/sublis_patch.lsp")(si::save-system "pgcl"))' | gcl
| 
| Unrecoverable error: Segmentation violation..
| Aborted
| make: *** [saved_acl2] Error 134

Full build logs:
  https://buildd.debian.org/status/package.php?p=acl2

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: acl2
Source-Version: 4.1-3

We believe that the bug you reported is fixed in the latest version of
acl2, which is due to be installed in the Debian FTP archive:

acl2-books-certs_4.1-3_all.deb
  to main/a/acl2/acl2-books-certs_4.1-3_all.deb
acl2-books-source_4.1-3_all.deb
  to main/a/acl2/acl2-books-source_4.1-3_all.deb
acl2-books_4.1-3_i386.deb
  to main/a/acl2/acl2-books_4.1-3_i386.deb
acl2-doc_4.1-3_all.deb
  to main/a/acl2/acl2-doc_4.1-3_all.deb
acl2-emacs_4.1-3_all.deb
  to main/a/acl2/acl2-emacs_4.1-3_all.deb
acl2-infix-source_4.1-3_all.deb
  to main/a/acl2/acl2-infix-source_4.1-3_all.deb
acl2-infix_4.1-3_i386.deb
  to main/a/acl2/acl2-infix_4.1-3_i386.deb
acl2-source_4.1-3_all.deb
  to main/a/acl2/acl2-source_4.1-3_all.deb
acl2_4.1-3.debian.tar.gz
  to main/a/acl2/acl2_4.1-3.debian.tar.gz
acl2_4.1-3.dsc
  to main/a/acl2/acl2_4.1-3.dsc
acl2_4.1-3_i386.deb
  to main/a/acl2/acl2_4.1-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 599...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Camm Maguire  (supplier of updated acl2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Oct 2010 16:15:56 +
Source: acl2
Binary: acl2 acl2-source acl2-emacs acl2-infix acl2-infix-source acl2-books 
acl2-books-source acl2-books-certs acl2-doc
Architecture: source all i386
Version: 4.1-3
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire 
Changed-By: Camm Maguire 
Description: 
 acl2   - A Computational Logic for Applicative Common Lisp: main binary
 acl2-books - A Computational Logic for Applicative Common Lisp: compiled libra
 acl2-books-certs - A Computational Logic for Applicative Common Lisp: library 
certif
 acl2-books-source - A Computational Logic for Applicative Common Lisp: library 
source
 acl2-doc   - A Computational Logic for Applicative Common Lisp: documentation
 acl2-emacs - A Computational Logic for Applicative Common Lisp: emacs interfac
 acl2-infix - A Computational Logic for Applicative Common Lisp: infix interfac
 acl2-infix-source - A Computational Logic for Applicative Common Lisp: infix 
source
 acl2-source - A Computational Logic for Applicative Common Lisp: source files
Closes: 599946 58
Changes: 
 acl2 (4.1-3) unstable; urgency=low
 .
   * build-dep latest gcl
   * Bug fix: "FTBFS on mips: Terminated", thanks to Cyril Brulebois
 (Closes: #599946).
   * Bug fix: "FTBFS on mipsel: Unrecoverable error: Segmentation
 violation..", thanks to Cyril Brulebois (Closes: #58).
Checksums-Sha1: 
 da3044ad4a25aa9ec1ec90da0e630e96271426b4 1194 acl2_4.1-3.dsc
 a01705e1d8d67f8983e4bba9b76c2e0f8dfad5b1 17604 acl2_4.1-3.debian.tar.gz
 940d9228010d1e183e4a20e729d35af02690fb59 3033590 acl2-source_4.1-3_all.deb
 9354a8b8d36d3b87238cb6ddd1d7eef09b5ccafa 58540 acl2-emacs_4.1-3_all.deb
 b2841d13b194c03db2ef8e3cd786a0bde56601d4 89470 acl2-infix-source_4.1-3_all.deb
 08a1b7be55eb39fa5e1aeb579e838fb41b74b6c1 5309590 
acl2-books-source_4.1-3_all.deb
 1acc0e06d56783d3bf045e6f367c67155cf527de 2019420 acl2-books-certs_4.1-3_all.deb
 ca3a33913aca10f24ae2983a8d12d6f34aaf59ac 2837476 acl2-doc_4.1-3_all.deb
 57c22e92c17c0b3c5bedcf00b513a24bc61b7c14 21809474 acl2_4.1-3_i386.deb
 bd2ac8213a3106cb5f2701df81f11deaea1586fe 390950

Bug#599946: marked as done (acl2: FTBFS on mips: Terminated)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 22:18:04 +
with message-id 
and subject line Bug#599946: fixed in acl2 4.1-3
has caused the Debian Bug report #599946,
regarding acl2: FTBFS on mips: Terminated
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
599946: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599946
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: acl2
Version: 4.1-2
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on mips:
| […]
| Making 
/build/buildd-acl2_4.1-2-mips-g9jTjG/acl2-4.1/books/unicode/take-bytes.cert on 
Sat Oct  2 10:31:31 UTC 2010
| -rw-r--r-- 1 buildd buildd 13332 Oct  2 10:32 take-bytes.cert
| Making 
/build/buildd-acl2_4.1-2-mips-g9jTjG/acl2-4.1/books/unicode/read-utf8.cert on 
Sat Oct  2 10:32:10 UTC 2010
| make: *** Deleting file `debian/test.log'
| make: *** [debian/test.log] Terminated
| E: Caught signal 'Terminated': terminating immediately
| Build killed with signal TERM after 300 minutes of inactivity

Full build logs:
  https://buildd.debian.org/status/package.php?p=acl2

I chose to report a bug instead of just giving it back since mips*
usually kind of lack build power; you probably want to arrange a give
back with the mips buildd admins.

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: acl2
Source-Version: 4.1-3

We believe that the bug you reported is fixed in the latest version of
acl2, which is due to be installed in the Debian FTP archive:

acl2-books-certs_4.1-3_all.deb
  to main/a/acl2/acl2-books-certs_4.1-3_all.deb
acl2-books-source_4.1-3_all.deb
  to main/a/acl2/acl2-books-source_4.1-3_all.deb
acl2-books_4.1-3_i386.deb
  to main/a/acl2/acl2-books_4.1-3_i386.deb
acl2-doc_4.1-3_all.deb
  to main/a/acl2/acl2-doc_4.1-3_all.deb
acl2-emacs_4.1-3_all.deb
  to main/a/acl2/acl2-emacs_4.1-3_all.deb
acl2-infix-source_4.1-3_all.deb
  to main/a/acl2/acl2-infix-source_4.1-3_all.deb
acl2-infix_4.1-3_i386.deb
  to main/a/acl2/acl2-infix_4.1-3_i386.deb
acl2-source_4.1-3_all.deb
  to main/a/acl2/acl2-source_4.1-3_all.deb
acl2_4.1-3.debian.tar.gz
  to main/a/acl2/acl2_4.1-3.debian.tar.gz
acl2_4.1-3.dsc
  to main/a/acl2/acl2_4.1-3.dsc
acl2_4.1-3_i386.deb
  to main/a/acl2/acl2_4.1-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 599...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Camm Maguire  (supplier of updated acl2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Oct 2010 16:15:56 +
Source: acl2
Binary: acl2 acl2-source acl2-emacs acl2-infix acl2-infix-source acl2-books 
acl2-books-source acl2-books-certs acl2-doc
Architecture: source all i386
Version: 4.1-3
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire 
Changed-By: Camm Maguire 
Description: 
 acl2   - A Computational Logic for Applicative Common Lisp: main binary
 acl2-books - A Computational Logic for Applicative Common Lisp: compiled libra
 acl2-books-certs - A Computational Logic for Applicative Common Lisp: library 
certif
 acl2-books-source - A Computational Logic for Applicative Common Lisp: library 
source
 acl2-doc   - A Computational Logic for Applicative Common Lisp: documentation
 acl2-emacs - A Computational Logic for Applicative Common Lisp: emacs interfac
 acl2-infix - A Computational Logic for Applicative Common Lisp: infix interfac
 acl2-infix-source - A Computational Logic for Applicative Common Lisp: infix 
source
 acl2-source - A Computational Logic for Applicative Common Lisp: source files
Closes: 599946 58
Changes: 
 acl2 (4.1-3) unstable; urgency=low
 .
   * build-dep latest gcl
   * Bug fix: "FTBFS on mips: Terminated", thanks to Cyril Brulebois
 (Closes: #599946).
   * Bug fix: "FTBFS on mipsel: Unrecoverable error: Segmentation
 violation..", thanks to Cyril Brulebois (Closes: #58).
Checksums-Sha1: 
 da3044ad4a25aa9ec1ec90da0e630e96271426b4 1194 acl2_4.1-3.dsc
 a01705e1d8d67f8983e4bba9b76c2e0f8dfad5b1 17604 acl2_4.1-3.debian.tar.gz
 940d9228010d1e183e4a20e729d35af02690fb59 3033590 acl2-source_4.1-3_all.deb
 9354a8b8d36d3b87238cb6ddd1d7eef09b5ccafa 58540 acl2-emacs_4.1-3_all.deb
 b2841d13b194c03db2ef8e3cd786a0bde56601d4 89470 acl2-infix-source_4

Processed: Re: Bug#592361: libcrypto.so.0.9.8 accessed before /usr is mounted

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 592361 + patch
Bug #592361 [isc-dhcp-client] libssl0.9.8: libcrypto.so.0.9.8 accessed before 
/usr is mounted
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
592361: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592361
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#592361: libcrypto.so.0.9.8 accessed before /usr is mounted

2010-10-20 Thread Simon McVittie
tags 592361 + patch
thanks

On Mon, 09 Aug 2010 at 17:01:52 +0200, Kurt Roeckx wrote:
> On Mon, Aug 09, 2010 at 08:29:48AM -0600, Bruce Sass wrote:
> > /usr on my "unstable" box is an NFS import.
> > 
> > When networking is being brought up /sbin/dhclient fails because it can't
> > find libcrypto.so.0.9.8--which lives under /usr/lib--consequently eth0
> > doesn't appear, none of the NFS imports get mounted and the system is left
> > without a /usr hierarchy.
> 
> You'll probably also have this problem with libz.so.1

It seems that's only there because libcrypto requires it, so it can be fixed
at the same time.

> As far as I can see, it's trying to use MD5 functions.  But those
> functions are already provided by the binary itself

I can confirm that with -lcrypto removed, it still seems to link fine, and
the client works (at least in simple cases).

It gets a little more involved for the LDAP'ified version of the server, which
indirectly links to OpenSSL already. I haven't tested that part.

A possible patch follows.
S

>From 2be4b780c6ddf8724860f237c7987e8b6c3f0a6c Mon Sep 17 00:00:00 2001
From: Simon McVittie 
Date: Wed, 20 Oct 2010 22:32:34 +0100
Subject: [PATCH] no libcrypto

---
 debian/changelog   |   10 ++
 debian/patches/00list  |4 
 debian/patches/dhcp-4.1.0-ldap-code.dpatch |   26 +++---
 debian/patches/no-libcrypto.dpatch |   21 +
 4 files changed, 46 insertions(+), 15 deletions(-)
 create mode 100755 debian/patches/no-libcrypto.dpatch

diff --git a/debian/changelog b/debian/changelog
index 36f8c84..8bc0331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+isc-dhcp (4.1.1-P1-9.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Don't link against -lcrypto in the normal build (Closes: #592361)
+  * Adjust the LDAP patch to link OpenSSL explicitly: OpenSSL isn't strictly
+needed, but it causes us to link -lcrypto, which is needed because this
+build omits the internal MD5 implementation
+
+ -- Simon McVittie   Wed, 20 Oct 2010 22:46:14 +0100
+
 isc-dhcp (4.1.1-P1-9) unstable; urgency=high
 
   * debian/control: really don't make the new packages conflict with the
diff --git a/debian/patches/00list b/debian/patches/00list
index 1c26643..6efcd93 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -4,6 +4,10 @@ dhclient-script-exit-status
 fix_groff_warnings
 # I think this has been independently emailed upstream
 no_loopback_checksum
+
+# must be applied before the LDAP stuff
+no-libcrypto
+
 #ldap backend for dhcp server (docs and code)
 dhcp-4.1.0-ldap-docs
 dhcp-4.1.0-ldap-code
diff --git a/debian/patches/dhcp-4.1.0-ldap-code.dpatch 
b/debian/patches/dhcp-4.1.0-ldap-code.dpatch
index d3993a5..b230caf 100644
--- a/debian/patches/dhcp-4.1.0-ldap-code.dpatch
+++ b/debian/patches/dhcp-4.1.0-ldap-code.dpatch
@@ -2751,20 +2751,13 @@ diff -urNad isc-dhcp.orig/server/Makefile.am 
isc-dhcp/server/Makefile.am
  
  man_MANS = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
  EXTRA_DIST = $(man_MANS)
-diff -urNad isc-dhcp.orig/configure.ac isc-dhcp/configure.ac
 isc-dhcp.orig/configure.ac 2009-12-30 10:56:15.0 +0100
-+++ isc-dhcp/configure.ac  2009-12-30 12:34:28.0 +0100
-@@ -389,8 +389,78 @@ AC_TRY_LINK(
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
isc-dhcp-4.1.1-P1~/configure.ac isc-dhcp-4.1.1-P1/configure.ac
+--- isc-dhcp-4.1.1-P1~/configure.ac2010-10-20 22:14:33.694570303 +0100
 isc-dhcp-4.1.1-P1/configure.ac 2010-10-20 22:17:15.682086336 +0100
+@@ -419,6 +419,74 @@
+ # Look for optional headers.
  AC_CHECK_HEADERS(sys/socket.h net/if_dl.h net/if6.h regex.h)
  
- # find an MD5 library
-+saved_LIBS="$LIBS"
-+LIBS=""
- AC_SEARCH_LIBS(MD5_Init, [crypto])
- AC_SEARCH_LIBS(MD5Init, [crypto])
-+CRYPTO_LIBS="$LIBS"
-+LIBS="$saved_LIBS"
-+
 +AC_ARG_ENABLE(ldap-conf,
 +  AS_HELP_STRING([--enable-ldap-conf],
 +  [enable ldap configuration support (default is no)]))
@@ -2806,7 +2799,10 @@ diff -urNad isc-dhcp.orig/configure.ac 
isc-dhcp/configure.ac
 +  # should be possible to just link against libldap...
 +  # All this at least in case of openldap-2.4.x.
 +  #
-+  #PKG_CHECK_MODULES(OPENSSL, [openssl])
++  # However, if we're using something that uses libssl anyway,
++  # we should use libcrypto's MD5, not our own. So link libssl
++  # after all.
++  PKG_CHECK_MODULES(OPENSSL, [openssl])
 +  #if test "x$OPENSSL_LIBS" != x ; then
 +  #   # reset it, libcrypto is in OPENSSL_LIBS
 +  #   CRYPTO_LIBS=""
@@ -2825,14 +2821,14 @@ diff -urNad isc-dhcp.orig/configure.ac 
isc-dhcp/configure.ac
 +  ])
 +  fi
 +fi
-+AC_SUBST(CRYPTO_LIBS)
 +AC_SUBST(LDAP_LIBS)
 +AC_SUBST(LDAP_CPPFLAG

Processed: FTBFS is RC

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 600878 serious
Bug #600878 [pybliographer] pybliographer FTBFS
Severity set to 'serious' from 'normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600875: Acknowledgement (lvm2: 'Should-Start' should depend on mdadm-raid and not mdadm)

2010-10-20 Thread Alexander Clouter
Hi,

False alarm, I thought 2.02.39-8 was squeeze...

Close this fault report, sorry for wasting your time.

Cheers

* Debian Bug Tracking System  [2010-10-20 20:51:04+]:
>
> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debian LVM Team 
> 
> If you wish to submit further information on this problem, please
> send it to 600...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
>

-- 
Alexander Clouter
.sigmonster says: malpractice, n.:
The reason surgeons wear masks.



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



Bug#599400: marked as done (enna: Uninstallable in sid)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 20:54:13 +
with message-id 
and subject line Bug#599400: fixed in enna 0.4.1~r3557-1
has caused the Debian Bug report #599400,
regarding enna: Uninstallable in sid
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
599400: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: enna
Version: 0.4.0-4
Severity: serious
Justification: uninstallable in sid


Hi!

As libvalhalla1 and libplayer1 habe been removed from the archive, your
the enna related packages are now also uninstallable.


Best regards,
  Alexander

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

Kernel: Linux 2.6.26-2-xen-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to de...@euro)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: enna
Source-Version: 0.4.1~r3557-1

We believe that the bug you reported is fixed in the latest version of
enna, which is due to be installed in the Debian FTP archive:

enna-dbg_0.4.1~r3557-1_i386.deb
  to main/e/enna/enna-dbg_0.4.1~r3557-1_i386.deb
enna-theme_0.4.1~r3557-1_all.deb
  to main/e/enna/enna-theme_0.4.1~r3557-1_all.deb
enna_0.4.1~r3557-1.debian.tar.gz
  to main/e/enna/enna_0.4.1~r3557-1.debian.tar.gz
enna_0.4.1~r3557-1.dsc
  to main/e/enna/enna_0.4.1~r3557-1.dsc
enna_0.4.1~r3557-1_i386.deb
  to main/e/enna/enna_0.4.1~r3557-1_i386.deb
enna_0.4.1~r3557.orig.tar.bz2
  to main/e/enna/enna_0.4.1~r3557.orig.tar.bz2



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 599...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Davide Cavalca  (supplier of updated enna package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 07 Oct 2010 13:34:28 +0200
Source: enna
Binary: enna enna-dbg enna-theme
Architecture: source i386 all
Version: 0.4.1~r3557-1
Distribution: unstable
Urgency: low
Maintainer: Davide Cavalca 
Changed-By: Davide Cavalca 
Description: 
 enna   - a powerful MediaCenter application based on EFL
 enna-dbg   - debugging symbols for enna
 enna-theme - data files for Enna, a MediaCenter application
Closes: 591172 599400
Changes: 
 enna (0.4.1~r3557-1) unstable; urgency=low
 .
   * Prerelease snapshot for new upstream release:
 - fixes build with the latest EFL versions (Closes: #591172)
 - now depend on version 2 of libplayer and libvalhalla (Closes: #599400)
 - drop most patches as they are now included upstream
   * Update Standards-Version to 3.9.1 (no changes).
   * Update debian/copyright.
Checksums-Sha1: 
 22a014769eafc6ea1072e119e1279e6edda30664 1614 enna_0.4.1~r3557-1.dsc
 d2e6864b72d0add9790573b55f04f6d83eacd9ec 21257409 enna_0.4.1~r3557.orig.tar.bz2
 b0af11281f3ba21eda2f11b915c2ce570d54b4fe 4205 enna_0.4.1~r3557-1.debian.tar.gz
 1bc41db52088cc61c043ddb0f3a585064c815fdb 180072 enna_0.4.1~r3557-1_i386.deb
 c6961f06d9227ffa7ab3780b776c5d3ae84e03c3 268918 enna-dbg_0.4.1~r3557-1_i386.deb
 f9151a1fd6904010a4166c23dcf836504c08ee77 4539786 
enna-theme_0.4.1~r3557-1_all.deb
Checksums-Sha256: 
 06a1b929e859fa0fabdd5e9ead1a1daf75c384e8c81beea71a8c3af41dfd119c 1614 
enna_0.4.1~r3557-1.dsc
 8ca6c1f9c777ee214e377bd9843a4936620346108614e441d611d61eed534a1a 21257409 
enna_0.4.1~r3557.orig.tar.bz2
 e09ad0249feea17daab53182490d93b70fdc6af97dca46dc952dcc2680373a8a 4205 
enna_0.4.1~r3557-1.debian.tar.gz
 53a06cf166b7572c7579b17bdb6ec799ceae7e4bf755846dca050ae73ab902f0 180072 
enna_0.4.1~r3557-1_i386.deb
 095479dac6fc0feaae744ca57797b4188c06cc285117ecf12387d3d7edfc1209 268918 
enna-dbg_0.4.1~r3557-1_i386.deb
 0d5aebf2bad5026490086d4913ca1dc324411ba47ffee829f469bab606acd421 4539786 
enna-theme_0.4.1~r3557-1_all.deb
Files: 
 a0e1bd14a49b7808b9e78173c76af7f1 1614 video optional enna_0.4.1~r3557-1.dsc
 414dfddfc37092ede381ac5a4e83fd2a 21257409 video optional 
enna_0.4.1~r3557.orig.tar.bz2
 6e6aa1141ecd8ffcf7e3484db78ede8a 4205 video optional 
enna_0.4.1~r3557-1.debian.tar.gz
 4121dc44e969ed6648f3d5cf6b0455d7 180072 video optional 
enna_0.4.1~r3557-1_i386.deb
 d69b5b20ff9095c24c5f44e375b6b86a 268918 

Bug#591172: marked as done (enna: FTBFS: enna.c:30:23: error: Ecore_Str.h: No such file or directory)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 20:54:13 +
with message-id 
and subject line Bug#591172: fixed in enna 0.4.1~r3557-1
has caused the Debian Bug report #591172,
regarding enna: FTBFS: enna.c:30:23: error: Ecore_Str.h: No such file or 
directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
591172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: enna
Version: 0.4.0-4
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[4]: Entering directory 
> `/build/user-enna_0.4.0-4-amd64-eacmff/enna-0.4.0/src/bin'
>   CC
> enna.c:30:23: error: Ecore_Str.h: No such file or directory
> In file included from enna.c:39:
> module.h:25:24: error: Ecore_Data.h: No such file or directory
> In file included from enna.c:39:
> module.h:57: error: expected specifier-qualifier-list before 'Ecore_Plugin'
> enna.c: In function '_mousemove_cb':
> enna.c:129: warning: passing argument 2 of 'ecore_timer_add' from 
> incompatible pointer type
> /usr/include/Ecore.h:344: note: expected 'Eina_Bool (*)(void *)' but argument 
> is of type 'int (*)(void *)'
> enna.c: In function '_create_gui':
> enna.c:293: warning: passing argument 1 of 'elm_theme_extension_add' from 
> incompatible pointer type
> /usr/include/Elementary.h:300: note: expected 'struct Elm_Theme *' but 
> argument is of type 'const char *'
> enna.c:293: error: too few arguments to function 'elm_theme_extension_add'
> enna.c:343: warning: passing argument 2 of 'ecore_timer_add' from 
> incompatible pointer type
> /usr/include/Ecore.h:344: note: expected 'Eina_Bool (*)(void *)' but argument 
> is of type 'int (*)(void *)'
> enna.c:346: warning: passing argument 2 of 'ecore_event_handler_add' from 
> incompatible pointer type
> /usr/include/Ecore.h:263: note: expected 'Eina_Bool (*)(void *, int,  void 
> *)' but argument is of type 'int (*)(void *, int,  void *)'
> enna.c: In function 'enna_idle_timer_renew':
> enna.c:407: warning: passing argument 2 of 'ecore_timer_add' from 
> incompatible pointer type
> /usr/include/Ecore.h:344: note: expected 'Eina_Bool (*)(void *)' but argument 
> is of type 'int (*)(void *)'
> enna.c: In function 'main':
> enna.c:522: warning: passing argument 2 of 'ecore_event_handler_add' from 
> incompatible pointer type
> /usr/include/Ecore.h:263: note: expected 'Eina_Bool (*)(void *, int,  void 
> *)' but argument is of type 'int (*)(void *, int,  void *)'
> make[4]: *** [enna.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2010/07/31/enna_0.4.0-4_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: enna
Source-Version: 0.4.1~r3557-1

We believe that the bug you reported is fixed in the latest version of
enna, which is due to be installed in the Debian FTP archive:

enna-dbg_0.4.1~r3557-1_i386.deb
  to main/e/enna/enna-dbg_0.4.1~r3557-1_i386.deb
enna-theme_0.4.1~r3557-1_all.deb
  to main/e/enna/enna-theme_0.4.1~r3557-1_all.deb
enna_0.4.1~r3557-1.debian.tar.gz
  to main/e/enna/enna_0.4.1~r3557-1.debian.tar.gz
enna_0.4.1~r3557-1.dsc
  to main/e/enna/enna_0.4.1~r3557-1.dsc
enna_0.4.1~r3557-1_i386.deb
  to main/e/enna/enna_0.4.1~r3557-1_i386.deb
enna_0.4.1~r3557.orig.tar.bz2
  to main/e/enna/enna_0.4.1~r3557.orig.tar.bz2



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 591...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Davide Cavalca  (supplier of updated enna package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 07 Oct 2010 

Bug#600875: lvm2: 'Should-Start' should depend on mdadm-raid and not mdadm

2010-10-20 Thread Alexander Clouter
Package: lvm2
Version: 2.02.39-8
Severity: grave
Tags: squeeze
Justification: renders package unusable

Hi,

Apart from adding the tweak detailed in #568838, an upgrade from lenny to 
squeeze causes dpkg to grumble about:

insserv: There is a loop between service checkfs and lvm2 if started
insserv:  loop involving service lvm2 at depth 8
insserv: There is a loop between service checkfs and lvm2 if started
insserv:  loop involving service mdadm at depth 6
insserv:  loop involving service mountall at depth 4
insserv:  loop involving service checkfs at depth 3
insserv:  loop involving service udev at depth 1
insserv: There is a loop between service mountall and checkfs if started
insserv:  loop involving service networking at depth 5
insserv:  loop involving service urandom at depth 13
insserv:  loop involving service portmap at depth 14
insserv: Max recursions depth 99 reached
insserv: Max recursions depth 99 reached
insserv: Max recursions depth 99 reached
insserv: Max recursions depth 99 reached
insserv: Max recursions depth 99 reached
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header


Others have reported similar things for other packages (hibernate: #554905) and 
the tweak was to replace mdadm with mdadm-raid; which seems to work for me 
although I have no idea if this is the Right Solution(tm).

Marking 'grave' as the #554905 did the same :)

Cheers

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

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

Versions of packages lvm2 depends on:
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1   2:1.02.27-4 The Linux Kernel Device Mapper use
ii  libreadline5 5.2-3.1 GNU readline and history libraries
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip

Versions of packages lvm2 recommends:
ii  dmsetup  2:1.02.27-4 The Linux Kernel Device Mapper use

lvm2 suggests no packages.

-- Configuration Files:
/etc/init.d/lvm2 changed:
SCRIPTNAME=/etc/init.d/lvm2
. /lib/lsb/init-functions
[ -x /sbin/vgchange ] || exit 0
do_start()
{
modprobe dm-mod 2> /dev/null || :
/sbin/vgscan --ignorelockingfailure --mknodes || :
/sbin/vgchange -aly --ignorelockingfailure || return 2
[ -x /sbin/udevadm ] && udevadm settle 
}
do_stop()
{
/sbin/vgchange -aln --ignorelockingfailure || return 2
}
case "$1" in
  start)
log_begin_msg "Setting up LVM Volume Groups"
do_start
case "$?" in
0|1) log_end_msg 0 ;;
2) log_end_msg 1 ;;
esac
;;
  stop)
log_begin_msg "Shutting down LVM Volume Groups"
do_stop
case "$?" in
0|1) log_end_msg 0 ;;
2) log_end_msg 1 ;;
esac
;;
  restart|force-reload)
;;
  *)
echo "Usage: $SCRIPTNAME {start|stop}" >&2
exit 3
;;
esac


-- no debconf information



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



Processed: notfound 600852 in 0.8.5

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 600852 0.8.5
Bug #600852 [apt] Fail to read empty but gzipped Packages files
Ignoring request to alter found versions of bug #600852 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600852
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#598876: zdrot bug

2010-10-20 Thread Freitag, Chip
Just for the record, an ACML customer ran into this in ACML-GPU 1.1.1.  The 
problem was discovered to be the code generation issue in ZDROT, and arose 
because the library was built with GCC/GFORTRAN 4.4.1.  On a hunch I verified 
that the problem also occurs with sdrot.  Using -O0 to build resolves the 
problem.  I was about to submit a bug report to the GCC people, but it appears 
that this has already been done.
ACML-GPU 1.1.2 resolves the problem by using the less aggressive optimization 
for these two modules.

Chip Freitag
AMD


Bug#566650: Bug #566650: Please unblock dtc 0.32.2-1

2010-10-20 Thread Neil McGovern


> - ask ftp masters for a removal of DTC in Squeeze, then I'll use 
> backports.d.o (all my messages to this thread are to avoid this which 
> would really make me sad for all the time of Squeeze until Wheezy...). 
> If you guys stick to the above list, that's the only solution.
> 

We don't need to ask ftp masters here. It's just a matter of adding one
line for Britney. Besides, please note that writing (many)long mails
doesn't raise chances for an unblock.

> - allow a bit more than the above list, because version 0.30.x was 
> never the target for Squeeze.
> 

Then, it should have been stopped from migrating or at least advertized as
non-releasable in a bug report.

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/
On Sat, Oct 16, 2010 at 04:00:33AM +0800, Thomas Goirand wrote:
> Hi Neil!
> 
> First, I have listen to you in the "this week in Debian" podcast. It was
> fun. I wish I was living in Cambridge with 9 other DDs, I feel alone
> here in Shanghai (lucky, Li Daobing lives here now)! :)
> 
> Neil McGovern wrote:
> > Hi Thomas,
> > 
> > Firstly, please accept my apologies for the lack of reply to your mail.
> > As you can probably appreciate, there's a lot of work that the release
> > team have to do. However, that doesn't mean you shoudn't have a mail
> > back, so sorry.
> 
> No worries, I do understand that the release team job is huge. :)
> 
> What I understand less, is to not get answer *AND* get an unblock
> refusal *AND* a refusal to backport fixes though.
> 

Hrm. I seem to have message <4ca87e60.7000...@dogguy.org> which
indicates that there was indeed an answer, which was that we coudn't
accept an upload through unstable, and backported fixes should go
through t-p-u

> > I believe that the previous discussions on this led to the conclusion
> > that there is simply no way that the changes proposed could be reviewed.
> 
> Was there actually a technical discussion? It's been now 3 months I'm
> asking for one! Let me try again this time, and see how it goes...
> 

I'm slightly confused by these dates, dtc 0.32.1-1 was uploaded on Sept
11, 2010. Your first mail about dtc dates back to Sept 12, 2010, so I
can't see where the 3 months came from, especially since we've only been
frozen for a couple of months :)

> I asked for authorization to have needed changes, particularly for
> removing some PHP_SELF clean-ups (keep in mind this is just an example),
> and in debian/control. I haven't started the backporting work because I
> am waiting for approval from the release team first.
> 

As above, I think we mentioned that backports should be preferred.

> My plan is to apply things like this:
> 
> http://git.gplhost.com/gitweb/?p=dtc.git;a=commitdiff;h=1bbbd49d431b5427324133cea90ae21c89184afd
> 

Well, that's looks like it fixes a problem, but it doesn't look RC.

> and few other improvements (that I will have to review one by one in our
> Git). Some aren't RC per say, but I still don't feel comfortable leaving
> them in Squeeze (I didn't study the consequences of many fixes since I
> really didn't think this would be the outcome, and I think it would be a
> waste of time, when these fixes are known to be good improvements).
> There's at least one urgent critical issue (that I can't write here yet).
> 
> Also, I need to change things in debian/control, because of changes
> between Lenny and Squeeze. Would that be accepted? It doesn't appear in
> the list above... Yet, for example, our support for NSSMySQL needs
> different packages (I would need to review each difference between the
> current Squeeze version and our Stable 0.32 that aimed at Squeeze). I am
> mentioning it, because I know it could be difficult to accept.
> 

We cannot accept or refuse without seeing a patch. So, please prepare a
set of patches ready for review and send them. Please bear in mind
though, that we're trying to release real soon now, so only directed
fixes from the previous list should be worked on.

> Mehdi Dogguy wrote:
> > Now, if you can
> > show us what fixes you intend to backport, please go ahead.
> 
> I'm here trying to understand what I'll be able to do or not, I don't
> really want to work for nothing. I guess nobody does, right?
> 

I'm not asking you to do some work for nothing. I'm asking for patches
because that's what we review. We don't review technical fixes described
in English only, sorry.

> Neil McGovern wrote:
> > So in a way, yes. The size of the changeset is the reason it's being
> > rejected. Please bear in mind the amount of emails we're getting to
> > review diffs.
> 
> Sure, but please understand. I never expected the RT to read the diff of
> 1 year of developments. I first thought I would have enough time to have
> 0.32 ready before the freeze, then before the "tight freeze" (I was 10
> days late on that one). Now, because 0.30 wasn't aimed at Squeeze, we
> have a big issue. I wish to backport clean-ups and fixes, I am told that
> I can't, and that I can only make changes that you just mention be

Bug#600338: May contain non-free data

2010-10-20 Thread Miguel Landaeta
On Sat, Oct 16, 2010 at 05:50:42PM +1030, Karl Goetz wrote:
> Per a redhat bug report [1] and a related debian bug [2], itext has a
> number of non dfsg files.
> 
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=236309
> [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519466

Posterior versions of itext seem to have updated the
license of those files. In particular, in iText 2.0.2 all
the files under ./com/lowagie/text/pdf/codec/postscript/*
are also licensed under MPL 1.1 and LGPL 2 or later.

I can take care of this.

Anyway, itext is very very outdated and after squeeze
this package should be updated.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche



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



Bug#597566: clamav-getfiles: Fails to create package with multiple perl undefined reference errors

2010-10-20 Thread Eric Reischer
Further investigation reveals that the issue is related to the new 
"ScriptedUpdates" feature of ClamAV.  If you turn off "ScriptedUpdates", 
the latest clamav-getfiles works on Lenny.


ScriptedUpdates is a new feature which apparently does not create 3 .cvd 
files, but instead produces a daily .cld file, which is some manner of 
incremental update database that is generated using version 
differences.  If you set ScriptedUpdates to "no" in 
/etc/clamav/freshclam.conf, delete your database files and start 
freshclam, it will always download the .cvd files and not produce 
incremental .cld databases.


Squeeze/sid still don't work due to the missing perl functions.




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



Bug#600864: libmicrohttpd: undocumented licenses

2010-10-20 Thread Torsten Werner
Package: libmicrohttpd
Version: 0.9.0-1
Severity: serious
Justification: Policy 4.5

Hi,

the copyright file documents the LGPL but the package ships files with
other licenses, too (GPL 2 and 3, GFDL). Please fix it.

Torsten



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



Bug#589896: Bug#599510: future unblock: alsa-lib/1.0.23-2.1

2010-10-20 Thread Julien Cristau
On Wed, Oct 20, 2010 at 14:54:05 +0100, Simon McVittie wrote:

> On Fri, 08 Oct 2010 at 10:01:07 +0100, Simon McVittie wrote:
> > I've uploaded a delayed/14 NMU for alsa-lib, for
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589896 (crashes due to
> > unloading plugins that are still in use), by backporting a patch from
> > upstream. Its diffstat looks like this:
> [...]
> >  7 files changed, 151 insertions(+), 121 deletions(-)
> > 
> > The full patch and the nmudiff are on #589896:
> [...]
> > If this is too intrusive for squeeze, there are potential workarounds for
> > #589896 in either alsa-lib (don't unload plugins whether they're in use or
> > not), PortAudio (don't tell ALSA to unload plugins), or OpenAL (forcibly
> > disable PortAudio support, since PortAudio is the only backend that actually
> > tells ALSA to unload plugins, and isn't incredibly useful on Linux). There 
> > are
> > more details on the bug.
> 
> Hi release team,
> 
> Any thoughts on this? The NMU will come out of DELAYED in a couple of days
> unless I intervene, so please let me know if I should cancel it and
> prepare a package with one of the less intrusive workarounds instead.
> 
Sorry for the delay.  The NMU diff looks reasonable to me, thanks.  Let
me know when it lands and I'll unblock the package.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#597061: Re unattended-upgrades: doesn't update in minimal graphic system

2010-10-20 Thread Steven Chamberlain

Hi,

As with bug #597059, it seems to be the default behaviour *not* to apply 
upgrades to the testing distribution, unless you manually enable it in 
/etc/apt/apt.conf.d/50unattended-upgrades


I don't think this can be a release-critical bug, because after 
'squeeze' is released, unattended-upgrades will keep that (stable) 
release up-to-date by default.  It could be considered a wishlist bug 
for the next testing suite.


Regards,
--
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#597059: unattended-upgrades: change squeeze to testing in 50unattended-upgrades

2010-10-20 Thread Steven Chamberlain

Hi,

I assumed this was by design.  The default configuration in 
/etc/apt/apt.conf.d/50unattended-upgrades is as follows:



Unattended-Upgrade::Allowed-Origins {
"${distro_id} stable";
"${distro_id} ${distro_codename}-security";
//  "${distro_id} ${distro_codename}-updates";
//  "${distro_id} ${distro_codename}-proposed-updates";
};


I see no mention of 'squeeze', but the default configuration appears to 
only apply upgrades to stable, or apply security upgrades for the 
currently installed release.  If you run testing and want to 
automatically keep that upgraded, you would have to additionally add an 
entry for 'testing'.


If there is a desire to change that default behaviour, I think it need 
only be a 'wishlist' bug;  maybe there was a good reason for not doing 
it anyway.  I don't think this can be 'grave' or release-critical 
because, once squeeze is released, the default configuration *will* 
automatically keep that (stable) distribution up-to-date.


Regards,
--
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#598234: fixed on rebuild

2010-10-20 Thread Robert Millan
2010/10/20, Sven Joachim :
>> + binutils (>= 2.20.1-6),
>
> …how is this patch going to help, considering that emacs23 23.2+1-4 has
> been built with binutils 2.20.1-13 according to the logs¹?

I read the logs, but they don't prove this is the same version,
so I disregarded that.  Maybe an md5sum check would help,
if it's available.

In any case, I can confirm a rebuild helps.

-- 
Robert Millan



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



Bug#589896: [Pkg-alsa-devel] Bug#589896: future unblock: alsa-lib/1.0.23-2.1

2010-10-20 Thread Elimar Riesebieter
* Simon McVittie [101020 14:54 +0100]:
> On Fri, 08 Oct 2010 at 10:01:07 +0100, Simon McVittie wrote:
> > I've uploaded a delayed/14 NMU for alsa-lib, for
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589896 (crashes due to
> > unloading plugins that are still in use), by backporting a patch from
> > upstream. Its diffstat looks like this:
> [...]
> >  7 files changed, 151 insertions(+), 121 deletions(-)
> > 
> > The full patch and the nmudiff are on #589896:
> [...]
> > If this is too intrusive for squeeze, there are potential workarounds for
> > #589896 in either alsa-lib (don't unload plugins whether they're in use or
> > not), PortAudio (don't tell ALSA to unload plugins), or OpenAL (forcibly
> > disable PortAudio support, since PortAudio is the only backend that actually
> > tells ALSA to unload plugins, and isn't incredibly useful on Linux). There 
> > are
> > more details on the bug.
> 
> Hi release team,
> 
> Any thoughts on this? The NMU will come out of DELAYED in a couple of days
> unless I intervene, so please let me know if I should cancel it and
> prepare a package with one of the less intrusive workarounds instead.

We should wait till 1.0.24 is released. This version doesn't need
that patch. Interested oa gamers should load sid after squeeze
release, though.

Elimar


-- 
  The path to source is always uphill!
-unknown-



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



Bug#590383: marked as done (rabbitmq-server: FTBFS: src/rabbit_exchange.erl:103: badly formed define: missing closing right parenthesis)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 18:40:39 +0100
with message-id 
and subject line Re: rabbitmq-server: FTBFS: src/rabbit_exchange.erl:103: badly 
formed define: missing closing right parenthesis
has caused the Debian Bug report #590383,
regarding rabbitmq-server: FTBFS: src/rabbit_exchange.erl:103: badly formed 
define: missing closing right parenthesis
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
590383: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590383
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rabbitmq-server
Version: 1.8.0-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100725 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-rabbitmq-server_1.8.0-1-amd64-VojKxQ/rabbitmq-server-1.8.0'
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/gen_server2.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/delegate.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/delegate_sup.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/file_handle_cache.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/pg_local.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/priority_queue.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_access_control.erl
> src/rabbit_access_control.erl:165: Warning: regexp:match/2: the regexp module 
> is deprecated (will be removed in R15A); use the re module instead
> src/rabbit_access_control.erl:294: Warning: regexp:parse/1: the regexp module 
> is deprecated (will be removed in R15A); use the re module instead
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_alarm.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_amqqueue.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_amqqueue_process.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/supervisor2.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_amqqueue_sup.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_backing_queue.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_basic.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_binary_generator.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_binary_parser.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_channel.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_control.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_dialyzer.erl
> src/rabbit_dialyzer.erl:59: Warning: regexp:split/2: the regexp module is 
> deprecated (will be removed in R15A); use the re module instead
> src/rabbit_dialyzer.erl:68: Warning: regexp:split/2: the regexp module is 
> deprecated (will be removed in R15A); use the re module instead
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_error_logger.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_error_logger_file_h.erl
> erlc -I include -o ebin -Wall -v +debug_info -Duse_specs -pa ebin 
> src/rabbit_exchange.erl
> src/rabbit_exchange.erl:103: badly formed define: missing closing right 
> parenthesis
> src/rabbit_exchange.erl:237: undefined macro 'INFO_KEYS'
> src/rabbit_exchange.erl:253: undefined macro 'INFO_KEYS'
> src/rabbit_exchange.erl:36: function info/1 undefined
> src/rabbit_exchange.erl:36: function info_keys/0 undefined
> src/rabbit_exchange.erl:75: spec for undefined function 
> rabbit_exchange:info_keys/0
> src/rabbit_exchange.erl:76: spec for undefined function rabbit_exchange:info/1
> src/rabbit_exchange.erl:257: function info/1 undefined
> make[1]: *** [ebin/rabbit_exchange.beam] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/07/25/rabbitmq-server_1.8.0-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

A

Bug#600782: #600782 - pyca is NOT compatible with the default python version 2.6

2010-10-20 Thread Michael Ströder
Evgeni Golov wrote:
>> Maintainer should modify the hash-bang line in python scripts from 
>> `#!/usr/bin/python' to `#!/usr/bin/python2.5'
>> because some DeprecationWarning appeared and said md5, sha, mimify modules 
>> should be replaced.
> 
> I think your report is a bit wrong.
> 
> Yes, running pyca does produce DeprecationWarnings when run with
> python2.6, but it seems not to disturb the workflow of pyca.

Yes. A DeprecationWarning in Python is just for informing the developer about
future removal of a module/function.

> md5 and sha are deprecated since 2.5 in favour of hashlib
> mimify is deprecated since 2.3 in favour of email

Modules md5 and sha are still available even in Python 2.7 (checked docs right
now). So I currently see no urgent need to do anything about this in the
upstream source.

> PS: I plan to downgrade this to wishlist and retitle to "pyca should be
> ported to newer python libs" - any objections? Lars?

But in general please note the section *Project status* on http://www.pyca.de/

At the moment I'm not even using pyCA myself anymore.

Ciao, Michael.



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



Bug#591298: marked as done (Banshee becomes extremely slow after sqlite3 3.6.23.1-4 => 3.7.0-1 upgrade)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 16:47:59 +
with message-id 
and subject line Bug#591298: fixed in sqlite3 3.7.3-1
has caused the Debian Bug report #591298,
regarding Banshee becomes extremely slow after sqlite3 3.6.23.1-4 => 3.7.0-1 
upgrade
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
591298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sqlite3
Package: banshee
Severity: major

[Not sure whether this is a Banshee or SQLite bug.]

After I upgraded sqlite3 (and its libs) from 3.6.23.1-4 to 3.7.0-1, Banshee
becomes extremely slow. For instance, it hangs for a minute right after
startup, and also for many seconds in between songs. Fwiw, strace(1)'ing the
process shows nothing special.

Downgrading SQLite and its libs to the old version fixes the problem. Note
that the problem occurs with both Banshee 1.6.x and 1.7.x.

— Wouter


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: sqlite3
Source-Version: 3.7.3-1

We believe that the bug you reported is fixed in the latest version of
sqlite3, which is due to be installed in the Debian FTP archive:

lemon_3.7.3-1_amd64.deb
  to main/s/sqlite3/lemon_3.7.3-1_amd64.deb
libsqlite3-0-dbg_3.7.3-1_amd64.deb
  to main/s/sqlite3/libsqlite3-0-dbg_3.7.3-1_amd64.deb
libsqlite3-0_3.7.3-1_amd64.deb
  to main/s/sqlite3/libsqlite3-0_3.7.3-1_amd64.deb
libsqlite3-dev_3.7.3-1_amd64.deb
  to main/s/sqlite3/libsqlite3-dev_3.7.3-1_amd64.deb
libsqlite3-tcl_3.7.3-1_amd64.deb
  to main/s/sqlite3/libsqlite3-tcl_3.7.3-1_amd64.deb
sqlite3-doc_3.7.3-1_all.deb
  to main/s/sqlite3/sqlite3-doc_3.7.3-1_all.deb
sqlite3_3.7.3-1.debian.tar.gz
  to main/s/sqlite3/sqlite3_3.7.3-1.debian.tar.gz
sqlite3_3.7.3-1.dsc
  to main/s/sqlite3/sqlite3_3.7.3-1.dsc
sqlite3_3.7.3-1_amd64.deb
  to main/s/sqlite3/sqlite3_3.7.3-1_amd64.deb
sqlite3_3.7.3.orig-www.tar.gz
  to main/s/sqlite3/sqlite3_3.7.3.orig-www.tar.gz
sqlite3_3.7.3.orig.tar.gz
  to main/s/sqlite3/sqlite3_3.7.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 591...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS)  (supplier of updated sqlite3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Oct 2010 22:26:03 +0200
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0-dbg libsqlite3-0 libsqlite3-dev 
libsqlite3-tcl
Architecture: source all amd64
Version: 3.7.3-1
Distribution: unstable
Urgency: high
Maintainer: Laszlo Boszormenyi (GCS) 
Changed-By: Laszlo Boszormenyi (GCS) 
Description: 
 lemon  - The Lemon Parser Generator
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3- A command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 591298 598318
Changes: 
 sqlite3 (3.7.3-1) unstable; urgency=high
 .
   * New upstream release (closes: #591298), high urgency due to fixing a RC
 performance regression.
   * Updated manpage (closes: #598318).
Checksums-Sha1: 
 5d54386a2490be51f6e3eee0e6a3042157358bb6 1485 sqlite3_3.7.3-1.dsc
 35b95759a678b643bac2327144a9f683b472a8f2 2523397 sqlite3_3.7.3.orig-www.tar.gz
 2951de8f1e4a05172eb91710b7d3628fe3ea20a3 3410714 sqlite3_3.7.3.orig.tar.gz
 39e4170480ccf6606a52937df52cdb747b919a20 13153 sqlite3_3.7.3-1.debian.tar.gz
 869f5e26f4e41a880b4561e26401084205b3e39a 2603952 sqlite3-doc_3.7.3-1_all.deb
 8e070be1f9879178e6db590f8c8f3fb2c89bd0d3 118266 lemon_3.7.3-1_amd64.deb
 bd2a0cb5667cbcade3e39b800991e5dc902ae19f 100046 sqlite3_3.7.3-1_amd64.deb
 48fc890ad87fcbc7a8d0ba93c5348d8ab4c5fc00 397220 libsqlite3-0_3.7.3-1_amd64.deb
 69dfa47fd83d0477a118021ecf8320e85abf16c1 681718 
libsqlite3-0-dbg_3.7.3-1_amd64.deb
 ddfbeaef946d8390afe85abd081162ae6acaceef 497532 
libsqlite3-dev_3.7.3-1_amd64.deb
 c471fbd63d90b53fe932e4d0c82cbf6fc1f90dbd 95626 libsqlite3-tcl_3.7.3-1_amd64.deb
Checksums-Sha256: 
 a80acf1ebdd0915f34d3514c099fd9e42ce044680e2311a9dc4cc9232ffdf77c 1485 
sqlite3_3.7.3-1.dsc
 816b58f053d530ad7d50c7fbf67bcaf3330fe99a7775ccc237f27e2bb9c8a

Bug#600853: pcmanfm fails to mount volumes and desktop

2010-10-20 Thread Jeroen Diederen
Package: pcmanfm
Version: 0.9.7-1
Severity: grave
Justification: renders package unusable

in /etc/xdg/lxsession/LXDE/autostart I call pcmanfm desktop as @pcmanfm
--desktop --profile LXDE. I have gvfs running and I have set to mount Volumes,
Computer, Trash and home on the desktop in Desktop Settings. I don't see any
icons on the desktop. I guess it's a bug.



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

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pcmanfm depends on:
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libfm-gtk0   0.1.12-1file management support - GTK+ GUI
ii  libfm0   0.1.12-1file management support - core lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libx11-6 2:1.3.3-3   X11 client-side library

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme 2.30.3-1GNOME Desktop icon theme
ii  gvfs-backends1.6.4-2 userspace virtual filesystem - bac
pn  gvfs-fuse  (no description available)
ii  lxde-icon-theme  0.0.1+svn20091206-2 LXDE Standard icon theme

pcmanfm suggests no packages.

-- no debconf information



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



Bug#600664: openjdk-6-jre-lib: unable to remove package (circular dependency on openjdk-6-jre-headless?)

2010-10-20 Thread Matthias Klose

severity 600664 important
tags 600664 + moreinfo help
thanks

unable to reproduce. is this repeatable by somebody else or in a fresh chroot?



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



Processed: Re: openjdk-6-jre-lib: unable to remove package (circular dependency on openjdk-6-jre-headless?)

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 600664 important
Bug #600664 [openjdk-6-jre-lib] openjdk-6-jre-lib: unable to remove package 
(circular dependency on openjdk-6-jre-headless?)
Severity set to 'important' from 'serious'

> tags 600664 + moreinfo help
Bug #600664 [openjdk-6-jre-lib] openjdk-6-jre-lib: unable to remove package 
(circular dependency on openjdk-6-jre-headless?)
Added tag(s) help and moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600664
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600852: Fail to read empty but gzipped Packages files

2010-10-20 Thread Otavio Salvador
Package: apt
Version: 0.8.7
Severity: critical
Tags: d-i

During the build of Debian Installer we have the possibility to use
localudebs so a build/localudebs directory scanned and a Packages file
is generated for it.

In the case of an empty Packages file (gzipped) is used, APT fails to
read it and in this case breaking the whole building process of
installer.

Downgrading apt to 0.8.5 I was able to build d-i file so a change done
later then 0.8.5 has broken it.

TIA,

-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


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

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

Versions of packages apt depends on:
ii  debian-archive-keyring  2010.08.28   GnuPG archive keys of the Debian a
ii  gnupg   1.4.10-4 GNU privacy guard - a free PGP rep
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-4GCC support library
ii  libstdc++6  4.4.5-4  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc(no description available)
pn  aptitude | synaptic | wajig(no description available)
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  dpkg-dev  1.15.8.5   Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
pn  python-apt (no description available)

-- no debconf information



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



Bug#600838: marked as done (Terminal=true in .desktop file)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 15:17:08 +
with message-id 
and subject line Bug#600838: fixed in colorname 0.4+dfsg.1-2
has caused the Debian Bug report #600838,
regarding Terminal=true in .desktop file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: colorname
Version: 0.4+dfsg.1-1
Severity: serious

Hello,

thank you for colorname: I found it *extremely* useful.

It does have a simple to fix issue that however makes it not start from
the desktop menu at all for me, hence I'm making it serious: 

  $ cat /usr/share/applications/colorname.desktop
  [Desktop Entry]
  Version=1.0
  Type=Application
  Name=colorname
  Categories=Graphics;Utility;GTK
  Exec=/usr/bin/colorname
  Terminal=true
  Icon=/usr/share/pixmaps/colorname.xpm

Here what it does it opens an xterm with this content:

  xterm: Can't execvp -e: No such file or directory

Since the terminal is really not needed, I understand the fix is
trivial.


Ciao,

Enrico


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

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

Versions of packages colorname depends on:
ii  python2.6.6-3interactive high-level object-orie
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge

Versions of packages colorname recommends:
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk

colorname suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: colorname
Source-Version: 0.4+dfsg.1-2

We believe that the bug you reported is fixed in the latest version of
colorname, which is due to be installed in the Debian FTP archive:

colorname_0.4+dfsg.1-2.diff.gz
  to main/c/colorname/colorname_0.4+dfsg.1-2.diff.gz
colorname_0.4+dfsg.1-2.dsc
  to main/c/colorname/colorname_0.4+dfsg.1-2.dsc
colorname_0.4+dfsg.1-2_all.deb
  to main/c/colorname/colorname_0.4+dfsg.1-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 600...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Paleino  (supplier of updated colorname package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Oct 2010 15:57:48 +0200
Source: colorname
Binary: colorname
Architecture: source all
Version: 0.4+dfsg.1-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino 
Changed-By: David Paleino 
Description: 
 colorname  - utility to associate a name to a color
Closes: 600838
Changes: 
 colorname (0.4+dfsg.1-2) unstable; urgency=low
 .
   * debian/colorname.desktop: remove Terminal=true (Closes: #600838)
   * debian/control: Standards-Version bumped to 3.9.1, no changes
 needed
Checksums-Sha1: 
 a66543b3b1acb6ad5bb80989677d0db96acdff1d 1272 colorname_0.4+dfsg.1-2.dsc
 35e02e7376abda24da9c0e3e3baf6ef4c34a5bc8 7121 colorname_0.4+dfsg.1-2.diff.gz
 f945182da1f2ec7cd53df98e6db1cfda419b597c 22234 colorname_0.4+dfsg.1-2_all.deb
Checksums-Sha256: 
 14b2bf25f157b66a74f0fbb520bc39c0a9b9fe5f3d99c7c9a0e1d604209f2a7a 1272 
colorname_0.4+dfsg.1-2.dsc
 0f4fc8e0432d303f5a2946e4fc9fe90250b773549c8789177627fbc604c34003 7121 
colorname_0.4+dfsg.1-2.diff.gz
 739f231cc6a5ad3c80eea9c416cfc23bbdcf0cede02da88ef7b8243e6dbf41ed 22234 
colorname_0.4+dfsg.1-2_all.deb
Files: 
 7598d6617151de2de71ada829ab73c76 1272 utils optional colorname_0.4+dfsg.1-2.dsc
 7a2df342fb521b9bb1a4adda19fe6854 7121 utils optional 
colorname_0.4+dfsg.1-2.diff.gz
 8c1a51bec91a589dc7d6c16a3a52eead 22234 utils optional 
colorname_0.4+dfsg.1-2_all.deb

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

iEYEARECAAYFAky+9tMACgkQ5qqQFxOSsXRz8ACfVukOmJxjrsvkIrLlNwyQRscn
zoYAninWRi8wcEZ+mhzIVucU18gDN1T1
=lZI2
-END PGP SIGNATURE-


--- End Message ---


Bug#599511: [chromium-browser] FTBFS: converting to non-pointer type 'unsigned int' from NULL

2010-10-20 Thread Emil Langrock
Emil Langrock wrote:
> Package: chromium-browser
> Version: 7.0.544.0~r61416-1
> Severity: serious
> 
> Build in a cowbuilder with up-to-date unstable+experimental amd64 in.
> sources.list
> 
> CXX(target) out/Release/obj.target/glue/webkit/glue/webvideoframe_impl.o
> cc1plus: warnings being treated as errors
> webkit/glue/webvideoframe_impl.cc: In member function 'virtual unsigned int
> webkit_glue::WebVideoFrameImpl::texture(unsigned int) const':
> webkit/glue/webvideoframe_impl.cc:93:10: error: converting to non-pointer
> type 'unsigned int' from NULL make[1]: ***
> [out/Release/obj.target/glue/webkit/glue/webvideoframe_impl.o] Error 1
> make[1]: Leaving directory
> `/tmp/buildd/chromium-browser-7.0.544.0~r61416/src' make: ***
> [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

And when exchanging the NULL to a 0 then it build stops in the debian stuff 
because it cannot find
 debian/tmp/debian/tmp/usr/lib/chromium-browser/libosmesa.so

I will not check why that happens because the build took around five hours.
-- 
Emil Langrock



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



Bug#599334: marked as done (TYPO3 Security Bulletin TYPO3-SA-2010-020: Multiple vulnerabilities in TYPO3 Core)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 14:32:24 +
with message-id 
and subject line Bug#599334: fixed in typo3-src 4.2.5-1+lenny6
has caused the Debian Bug report #599334,
regarding TYPO3 Security Bulletin TYPO3-SA-2010-020: Multiple vulnerabilities 
in TYPO3 Core
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
599334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: typo3-src
Severity: critical
Tags: security


Affected Versions: 4.2.14 and below, 4.3.6 and below, 4.4.3 and below
Vulnerability Types: Remote File Disclosure, Cross-Site Scripting (XSS),
Privilege Escalation, Denial of Service



Vulnerable subcomponent #1: Access tracking mechanism

Vulnerability Type: Remote File Disclosure
Severity: Critical
Suggested CVSS v2.0: AV:N/AC:M/Au:N/C:C/I:N/A:N/E:F/RL:OF/RC:C
Problem Description: A Remote File Disclosure vulnerability in the
jumpUrl mechanism, used to track access on web pages and provided files,
allows a remote attacker to read arbitrary files on a host. Because of a
non-typesafe comparison between the submitted and the calculated hash,
it is possible to spoof a hash value to bypass the access control.
There's no authentication required to exploit this vulnerability. The
vulnerability allows to read any file, the web server user account has
access to.



Vulnerable subcomponent #2: Backend

Vulnerability Type: Cross-Site Scripting
Severity: Medium
Suggested CVSS v2.0: AV:N/AC:L/Au:S/C:P/I:P/A:N/E:F/RL:OF/RC:C
Problem Description: Failing to sanitize user input, the TYPO3 backend
is susceptible to XSS attacks in several places. A valid backend login
is required to exploit these vulnerabilities.


Vulnerability Type: Remote File Disclosure
Severity: Low
Suggested CVSS v2.0: AV:N/AC:M/Au:S/C:C/I:P/A:N/E:F/RL:OF/RC:C
Problem Description: Failing to properly validate user input, the
Extension Manager is susceptible to Remote File Disclosure. By forging a
special request parameter it is possible to view (and edit under special
conditions) the contents of every file the webserver has access to. A
valid admin user login is required to exploit this vulnerability.


Vulnerability Type: Privilege Escalation
Severity: Medium
Suggested CVSS v2.0: AV:N/AC:H/Au:S/C:P/I:P/A:N/E:F/RL:OF/RC:C
Problem Description: Failing to properly validate user input, the
sys_action task "be_user_creation" is susceptible to Privilege
Escalation. By forging a POST request an editor with the rights to
create users in the taskcenter, can create users which are a member of
arbitrary usergroups and by that probably leverage her privileges.



Vulnerable subcomponent #3: Validation/ Filtering API

Vulnerability Type: Denial of Service
Severity: Medium
Suggested CVSS v2.0: AV:N/AC:M/Au:N/C:N/I:N/A:C/E:F/RL:OF/RC:C
Problem Description: Because of a PHP crash in the filter_var() function
when passing large strings to it, TYPO3 is susceptible to a Denial of
Service attack in every place the API function t3lib_div::validEmail()
is used.


Vulnerability Type: Cross-Site Scripting
Severity: Low
Suggested CVSS v2.0: AV:N/AC:H/Au:N/C:P/I:P/A:N/E:F/RL:OF/RC:C
Problem Description: The normalisation feature of the RemoveXSS function
was incomplete, allowing an attacker to inject arbitrary JavaScript code.


-- 
 MfG, Christian Welzel

  GPG-Key: http://www.camlann.de/de/pgpkey.html
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15


--- End Message ---
--- Begin Message ---
Source: typo3-src
Source-Version: 4.2.5-1+lenny6

We believe that the bug you reported is fixed in the latest version of
typo3-src, which is due to be installed in the Debian FTP archive:

typo3-src-4.2_4.2.5-1+lenny6_all.deb
  to main/t/typo3-src/typo3-src-4.2_4.2.5-1+lenny6_all.deb
typo3-src_4.2.5-1+lenny6.diff.gz
  to main/t/typo3-src/typo3-src_4.2.5-1+lenny6.diff.gz
typo3-src_4.2.5-1+lenny6.dsc
  to main/t/typo3-src/typo3-src_4.2.5-1+lenny6.dsc
typo3_4.2.5-1+lenny6_all.deb
  to main/t/typo3-src/typo3_4.2.5-1+lenny6_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 599...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Welzel  (supplier of updated typo3-src package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas.

Bug#589896: future unblock: alsa-lib/1.0.23-2.1

2010-10-20 Thread Simon McVittie
On Fri, 08 Oct 2010 at 10:01:07 +0100, Simon McVittie wrote:
> I've uploaded a delayed/14 NMU for alsa-lib, for
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589896 (crashes due to
> unloading plugins that are still in use), by backporting a patch from
> upstream. Its diffstat looks like this:
[...]
>  7 files changed, 151 insertions(+), 121 deletions(-)
> 
> The full patch and the nmudiff are on #589896:
[...]
> If this is too intrusive for squeeze, there are potential workarounds for
> #589896 in either alsa-lib (don't unload plugins whether they're in use or
> not), PortAudio (don't tell ALSA to unload plugins), or OpenAL (forcibly
> disable PortAudio support, since PortAudio is the only backend that actually
> tells ALSA to unload plugins, and isn't incredibly useful on Linux). There are
> more details on the bug.

Hi release team,

Any thoughts on this? The NMU will come out of DELAYED in a couple of days
unless I intervene, so please let me know if I should cancel it and
prepare a package with one of the less intrusive workarounds instead.

Thanks,
S



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



Bug#600571: perl: Installed fine for me

2010-10-20 Thread Bruce Stephens
Package: perl
Severity: normal

I saw no issues during the upgrade.

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

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

Versions of packages perl depends on:
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libdb4.74.7.25-9 Berkeley v4.7 Database Libraries [
ii  libgdbm31.8.3-9  GNU dbm database routines (runtime
ii  perl-base   5.10.1-15minimal Perl system
ii  perl-modules5.10.1-15Core Perl modules
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages perl recommends:
ii  netbase   4.42   Basic TCP/IP networking system

Versions of packages perl suggests:
ii  libterm-readline-gnu-perl 1.20-1 Perl extension for the GNU ReadLin
ii  make  3.81-8 An utility for Directing compilati
ii  perl-doc  5.10.1-15  Perl documentation

-- no debconf information



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



Bug#600838: Terminal=true in .desktop file

2010-10-20 Thread Enrico Zini
Package: colorname
Version: 0.4+dfsg.1-1
Severity: serious

Hello,

thank you for colorname: I found it *extremely* useful.

It does have a simple to fix issue that however makes it not start from
the desktop menu at all for me, hence I'm making it serious: 

  $ cat /usr/share/applications/colorname.desktop
  [Desktop Entry]
  Version=1.0
  Type=Application
  Name=colorname
  Categories=Graphics;Utility;GTK
  Exec=/usr/bin/colorname
  Terminal=true
  Icon=/usr/share/pixmaps/colorname.xpm

Here what it does it opens an xterm with this content:

  xterm: Can't execvp -e: No such file or directory

Since the terminal is really not needed, I understand the fix is
trivial.


Ciao,

Enrico


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

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

Versions of packages colorname depends on:
ii  python2.6.6-3interactive high-level object-orie
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge

Versions of packages colorname recommends:
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk

colorname suggests no packages.

-- no debconf information



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



Bug#600824: marked as done (libldb: Incorrect path to modules)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 13:32:08 +
with message-id 
and subject line Bug#600824: fixed in ldb 1:0.9.16~git20101019-1
has caused the Debian Bug report #600824,
regarding libldb: Incorrect path to modules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: libldb0
Version: 1:0.9.14~git20100928-1
Severity: grave
Affects: sssd

In a bug report against the sssd package (#599644), it is reported
that sssd is unable to find a ldb module because it is in
/usr/lib/ldb/ and not in the path used by the current ldb library,
/usr/modules/ldb.

With version 1:0.9.14~git20100928-1 in Debian, the path is
/usr/modules/ldb:

  % strings /usr/lib/libldb.so.0.9.14|grep usr
  /usr/modules/ldb
  %

While in version 0.92~git20080616-1 in Lenny, the path was
/usr/lib/ldb:

  %  strings /usr/lib/libldb.so.0.9.2|grep usr
  /usr/lib/ldb
  %

As /usr/modules/ is not defined by FHS, the path used to be
/usr/lib/ldb/ and the problem break sssd, I set the severity to grave.

Happy hacking,
-- 
Petter Reinholdtsen


--- End Message ---
--- Begin Message ---
Source: ldb
Source-Version: 1:0.9.16~git20101019-1

We believe that the bug you reported is fixed in the latest version of
ldb, which is due to be installed in the Debian FTP archive:

ldb-tools_0.9.16~git20101019-1_amd64.deb
  to main/l/ldb/ldb-tools_0.9.16~git20101019-1_amd64.deb
ldb_0.9.16~git20101019-1.debian.tar.gz
  to main/l/ldb/ldb_0.9.16~git20101019-1.debian.tar.gz
ldb_0.9.16~git20101019-1.dsc
  to main/l/ldb/ldb_0.9.16~git20101019-1.dsc
ldb_0.9.16~git20101019.orig.tar.gz
  to main/l/ldb/ldb_0.9.16~git20101019.orig.tar.gz
libldb-dev_0.9.16~git20101019-1_amd64.deb
  to main/l/ldb/libldb-dev_0.9.16~git20101019-1_amd64.deb
libldb0_0.9.16~git20101019-1_amd64.deb
  to main/l/ldb/libldb0_0.9.16~git20101019-1_amd64.deb
python-ldb_0.9.16~git20101019-1_amd64.deb
  to main/l/ldb/python-ldb_0.9.16~git20101019-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 600...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij  (supplier of updated ldb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Oct 2010 16:45:29 +0200
Source: ldb
Binary: libldb0 ldb-tools libldb-dev python-ldb
Architecture: source amd64
Version: 1:0.9.16~git20101019-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij 
Changed-By: Jelmer Vernooij 
Description: 
 ldb-tools  - LDAP-like embedded database - tools
 libldb-dev - LDAP-like embedded database - development files
 libldb0- LDAP-like embedded database - shared library
 python-ldb - Python bindings for LDB
Closes: 584227 600824
Changes: 
 ldb (1:0.9.16~git20101019-1) unstable; urgency=low
 .
   * New upstream snapshot.
+ Use alternatives to manage new /usr/lib/ldap.so link.
   * OpenLDAP support is now always built.
   * Fixes references to ldb(3) in manpages. Closes: #584227
   * Override modules directory to be /usr/lib/ldb, rather
 than /usr/modules/ldb as is now the upstream default. Closes: #600824
Checksums-Sha1: 
 520e24f42c4ee070dd01d7d229f0d282ab0eb18d 1396 ldb_0.9.16~git20101019-1.dsc
 655dfa6e34d3a5566d041afd24beaac1ad7a715a 901335 
ldb_0.9.16~git20101019.orig.tar.gz
 73624804f1cbe6ddfb2cd58e046b95c22c81dda2 6234 
ldb_0.9.16~git20101019-1.debian.tar.gz
 866d5dc4ad14f5c16a07457a822adaa0ac9aa84b 107408 
libldb0_0.9.16~git20101019-1_amd64.deb
 b306b6fe1b9ff5dd31484c2ed9e3067e18a18b5a 39796 
ldb-tools_0.9.16~git20101019-1_amd64.deb
 c2a9cc9e81209144a5cea03d211672a6c3c9bfd2 98642 
libldb-dev_0.9.16~git20101019-1_amd64.deb
 9204b5a7b48eb9c5eb77a16350bc65c662492c5e 33780 
python-ldb_0.9.16~git20101019-1_amd64.deb
Checksums-Sha256: 
 1372eba0557dbbc000cc32962e6504145c5c7eb16a85c008af2fd7f5b8b051aa 1396 
ldb_0.9.16~git20101019-1.dsc
 c3fb3a67aec4f99dedc50135917fd831eb430f6ddfa340f6ee33aec3e86da73d 901335 
ldb_0.9.16~git20101019.orig.tar.gz
 50aff792c705987231f007710f983d385e40c94a6699d2e245b1ecdf6f6f48cc 6234 
ldb_0.9.16~git20101019-1.debian.tar.gz
 cd2893036bc8a7e2ec886a6dea9a04b7d48abbde57cde93362f57baf9fd145df 107408 
libldb0_0.9.1

Processed: limit source to ldb, tagging 600824

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #ldb (1:0.9.16~git20101019-1) unstable; urgency=low
> #
> #  * Override modules directory to be /usr/lib/ldb, rather
> #than /usr/modules/ldb as is now the upstream default. Closes: #600824
> #
> limit source ldb
Limiting to bugs with field 'source' containing at least one of 'ldb'
Limit currently set to 'source':'ldb'

> tags 600824 + pending
Bug #600824 [libldb0] libldb: Incorrect path to modules
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 600824

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 600824 + upstream
Bug #600824 [libldb0] libldb: Incorrect path to modules
Added tag(s) upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#587110: Mixxx 1.7.2

2010-10-20 Thread Sean M. Pappalardo - D.J. Pegasus

Hello again.

I just tested building the following revisions of Mixxx's 1.7 code 
branch using the default settings (just running scons with no flags):


2539 (the one used for the Debian package I think)
2534
1.7.2 tarball from the Mixxx web site

All build correctly on my AMD64 Squeeze install on the following system:
CPU:Mobile Athlon64 3400+ (2200MHz)
Memory: 1.25GB
Kernel: 2.6.32-5-amd64 #1 SMP Fri Sep 17 21:50:19 UTC 2010
Last (dist-)upgrade:2010-10-13 12:38:41 Central European time


I do want to mention as well that if you are going to stick with 1.7.x 
in Squeeze that it's highly recommended that you download the latest 
code from the branch since a number of things were fixed since 1.7.2 but 
never formally released since 1.8.0 supersedes it (and includes 
applicable fixes.) Details here: 
https://code.launchpad.net/~mixxxdevelopers/mixxx/release-1.6.2
(Ignore the name...it's a holdover from before we revamped our version 
numbering.)


Let me know if you need anything else.

Sincerely,
Sean M. Pappalardo
"D.J. Pegasus"
Mixxx Developer - Controller Specialist



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



Bug#600826: emacs23: FTBFS: E: Package 'mailx' has no installation candidate

2010-10-20 Thread Cyril Brulebois
Source: emacs23
Version: 23.2+1-5
Severity: serious
Justification: FTBFS

Hi,

you're build-depending on a virtual package, mailx, which isn't blessed
by policy. That's not supported by the buildds (#595934), so depending
on the installed packages in the chroots and on the running version of
sbuild running, your package may be given back again and again.

Mraw,
KiBi.



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



Bug#598424: marked as done (texmacs: CVE-2010-3394: insecure library loading)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 12:02:30 +
with message-id 
and subject line Bug#598424: fixed in texmacs 1:1.0.7.4-3
has caused the Debian Bug report #598424,
regarding texmacs: CVE-2010-3394: insecure library loading
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
598424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598424
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: texmacs
Version: 1:1.0.7.4-2
Severity: grave
Tags: security
User: t...@security.debian.org
Usertags: ldpath

Hello,

During a review of the Debian archive, I've found your package to
contain a script that can be abused by an attacker to execute arbitrary
code.

The vulnerability is introduced by an insecure change to
LD_LIBRARY_PATH, an environment variable used by ld.so(8) to look for
libraries on a directory other than the standard paths.

Vulnerable code follows:

/usr/lib/texmacs/TeXmacs/bin/tm_mupad_help line 29:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MuPAD_ROOT_PATH}/${SYSINFO}/lib:/usr/local/X11R6/motif-2.0/lib:/usr/local/X11R6/lib:$MuPAD_ROOT_PATH/$SYSINFO/bin
/usr/bin/texmacs line 30:
LD_LIBRARY_PATH="$TEXMACS_BIN_PATH/lib${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}"

When there's an empty item on the colon-separated list of
LD_LIBRARY_PATH, ld.so treats it as '.' (i.e. CWD/$PWD.)
If the given script is executed from a directory where a potential,
local, attacker can write files to, there's a chance to exploit this
bug.

This vulnerability has been assigned the CVE id CVE-2010-3394. Please make sure
you mention it when forwarding this report to upstream and when fixing
this bug (everywhere: upstream and here at Debian.)

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3394
[1] http://security-tracker.debian.org/tracker/CVE-2010-3394

Sincerely,
Raphael Geissert


--- End Message ---
--- Begin Message ---
Source: texmacs
Source-Version: 1:1.0.7.4-3

We believe that the bug you reported is fixed in the latest version of
texmacs, which is due to be installed in the Debian FTP archive:

texmacs-common_1.0.7.4-3_all.deb
  to main/t/texmacs/texmacs-common_1.0.7.4-3_all.deb
texmacs_1.0.7.4-3.diff.gz
  to main/t/texmacs/texmacs_1.0.7.4-3.diff.gz
texmacs_1.0.7.4-3.dsc
  to main/t/texmacs/texmacs_1.0.7.4-3.dsc
texmacs_1.0.7.4-3_i386.deb
  to main/t/texmacs/texmacs_1.0.7.4-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 598...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Atsuhito KOHDA  (supplier of updated texmacs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 20 Oct 2010 15:09:20 +0900
Source: texmacs
Binary: texmacs texmacs-common
Architecture: source all i386
Version: 1:1.0.7.4-3
Distribution: unstable
Urgency: high
Maintainer: Atsuhito KOHDA 
Changed-By: Atsuhito KOHDA 
Description: 
 texmacs- WYSIWYG mathematical text editor using TeX fonts
 texmacs-common - WYSIWYG mathematical text editor using TeX fonts
Closes: 598424
Changes: 
 texmacs (1:1.0.7.4-3) unstable; urgency=high
 .
   * Contribution of Etienne Millon .
 Thanks for Etienne.
- Fix security issue CVE-2010-3394 (Closes: #598424)
  So urgency=high.
Checksums-Sha1: 
 0ed624ceb4782a77e57cc883dd893cbe70154cdd 1302 texmacs_1.0.7.4-3.dsc
 fe448d542ee646f866596b9d8ce0b28a6bfd9c30 32345 texmacs_1.0.7.4-3.diff.gz
 14ae68aacc287119f39d60a609c78a742ee7be0b 3875996 
texmacs-common_1.0.7.4-3_all.deb
 b35b3d3fcd4922c9f3deb0a9a275f85df961fb56 1752732 texmacs_1.0.7.4-3_i386.deb
Checksums-Sha256: 
 4468b7775371f125d825440a313af492375e79dddb62868c15f78f918046d472 1302 
texmacs_1.0.7.4-3.dsc
 d08d7153e414d97404e653deb330cce0f7ec6cebbcea6458a8af917a88eb80bc 32345 
texmacs_1.0.7.4-3.diff.gz
 e17b29dc877f505139f1146c5d677f2f92ff26f3731b667e6a549a02e7762fd5 3875996 
texmacs-common_1.0.7.4-3_all.deb
 05fa3a71c42f7a2e90034b3a03232e87e50b3caaed09573e41128869f623fbb3 1752732 
texmacs_1.0.7.4-3_i386.deb
Files: 
 4274c1d6b724a1ec0acc7729c2d39e09 1302 editors optional texmacs_1.0.7.4-3.dsc
 99dfedbffb9d916844d1a1e4d25fc759 32345 editors optional 
texmacs_1.0.7.4-3.diff.gz
 d37e6782303dbc6a01e263db6809ecf6 3875996 editors optional 
texmacs-common_1.0.7.4-3_all.deb
 5bfbbea0ba3384b5af8a342c8e220888 17

Bug#587110: Mixxx in Debian Squeeze

2010-10-20 Thread Sean M. Pappalardo - D.J. Pegasus
Mixxx 1.7.x is now obsolete. Version 1.8.x is a much better version of 
the software with more features and stability, so it would be nice if it 
could be included in Squeeze. But the truth is that it is very different 
under the hood from 1.7.x. So I leave it up to the powers-that-be to 
decide which version to include.


In the meantime, I'm testing building the 1.7 Mixxx code branch on AMD64 
to see if I can reproduce then fix the problem.


Sincerely,
Sean M. Pappalardo
"D.J. Pegasus"
Mixxx Developer - Controller Specialist



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



Bug#600824: libldb: Incorrect path to modules

2010-10-20 Thread Petter Reinholdtsen

Package: libldb0
Version: 1:0.9.14~git20100928-1
Severity: grave
Affects: sssd

In a bug report against the sssd package (#599644), it is reported
that sssd is unable to find a ldb module because it is in
/usr/lib/ldb/ and not in the path used by the current ldb library,
/usr/modules/ldb.

With version 1:0.9.14~git20100928-1 in Debian, the path is
/usr/modules/ldb:

  % strings /usr/lib/libldb.so.0.9.14|grep usr
  /usr/modules/ldb
  %

While in version 0.92~git20080616-1 in Lenny, the path was
/usr/lib/ldb:

  %  strings /usr/lib/libldb.so.0.9.2|grep usr
  /usr/lib/ldb
  %

As /usr/modules/ is not defined by FHS, the path used to be
/usr/lib/ldb/ and the problem break sssd, I set the severity to grave.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#597590: marked as done (panflute-applet: Not able to add applet)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 11:47:07 +
with message-id 
and subject line Bug#597590: fixed in panflute 0.6.2-2
has caused the Debian Bug report #597590,
regarding panflute-applet: Not able to add applet
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
597590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: panflute-applet
Version: 0.6.2-1
Severity: grave
Justification: renders package unusable

I installed panflute-applet on a up-to-date testing installation. After doing
so I tried to add the applet to the panel and only got an error message:

The panel encountered a problem while loading "OAFIID:GNOME_Panflute_Applet".
Do you want to delete the applet from your configuration?

Based on https://answers.launchpad.net/panflute/+question/100815 I tried and
can confirm that error disappears and applet installs correctly if one installs
python-gnomeapplet. Sounds like just adding that dependency to the package will
make this work.



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

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

Versions of packages panflute-applet depends on:
ii  gnome-panel   2.30.2-1   launcher and docking facility for 
ii  panflute-daemon   0.6.2-1MPRIS interface to control several
ii  python2.6.5-13   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gnomedesktop   2.30.0-1+b1Python bindings for the GNOME desk
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-numpy  1:1.4.1-4  Numerical Python adds a fast array
ii  python-support1.0.9  automated rebuilding support for P

Versions of packages panflute-applet recommends:
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify

panflute-applet suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: panflute
Source-Version: 0.6.2-2

We believe that the bug you reported is fixed in the latest version of
panflute, which is due to be installed in the Debian FTP archive:

panflute-applet_0.6.2-2_all.deb
  to main/p/panflute/panflute-applet_0.6.2-2_all.deb
panflute-daemon_0.6.2-2_all.deb
  to main/p/panflute/panflute-daemon_0.6.2-2_all.deb
panflute_0.6.2-2.debian.tar.gz
  to main/p/panflute/panflute_0.6.2-2.debian.tar.gz
panflute_0.6.2-2.dsc
  to main/p/panflute/panflute_0.6.2-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fladischer Michael  (supplier of updated panflute 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Sep 2010 12:19:58 +0200
Source: panflute
Binary: panflute-daemon panflute-applet
Architecture: source all
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Fladischer Michael 
Changed-By: Fladischer Michael 
Description: 
 panflute-applet - GNOME panel applet to control several music players
 panflute-daemon - MPRIS interface to control several music players
Closes: 04 597590 597591
Changes: 
 panflute (0.6.2-2) unstable; urgency=low
 .
   * Update to Debian policy 3.9.1.
   * List supported players (Closes: #04).
   * Add dependency on python-gnomeapplet (Closes: #597590).
   * Add suggests on python-pyinotify (Closes: #597591).
   * Add suggests on python-kde3 and python-xmmsclient.
   * Add XMMS2 to list of supported players.
   * Add README.Debian to panflute-daemon to describe optional package
 dependencies.
Checksums-Sha1: 
 5af912c987f3161df6eaf8fd71687e1928071940 2258 panflute_0.6.2-2.dsc
 85eba7bb086b2e03576164b1824b95192f892240 5413 panflute_0.6.2-2.debian.tar.gz
 322fd677ab74e9b204975db3b3cd88d1c5b95723 64334 panflute-daemon_0.6.2-2_all.deb
 615bd3ec944d169f31a98b886

Bug#600820: postgresql-common (version 111): init script returns exit code 1 when stopping non-existent/vanished cluster resource

2010-10-20 Thread Oliver Schade
Package: postgresql-common
Version: 111
Severity: grave

When attempting to stop a non-existent or vanished cluster resource (like 
unmounted drbd), the new init script returns exit code 1 instead of 0, which 
would be the LSB-compliant behavior.
This breaks drbd/heartbeat setups for example.




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



Bug#598234: fixed on rebuild

2010-10-20 Thread Sven Joachim
On 2010-10-20 12:03 +0200, Robert Millan wrote:

> I can confirm that rebuilding with current toolchain solves the problem.

Nice to hear, but…

> --- debian/control.in~2010-08-14 18:54:18.0 +0200
> +++ debian/control.in 2010-10-20 11:56:54.0 +0200
> @@ -8,6 +8,7 @@
>   libgpm-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libdbus-1-dev,
>   autoconf, automake, autotools-dev, dpkg-dev (>> 1.10.0), quilt (>= 0.42),
>   debhelper (>= 7.0.50~), libxaw7-dev, sharutils, imagemagick, libgtk2.0-dev,
> + binutils (>= 2.20.1-6),

…how is this patch going to help, considering that emacs23 23.2+1-4 has
been built with binutils 2.20.1-13 according to the logs¹?

Sven


¹ 
https://buildd.debian.org/fetch.cgi?&pkg=emacs23&ver=23.2%2B1-4&arch=mipsel&stamp=1281862221&file=log



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



Bug#595446: ntop: diff for NMU version 3:3.3-14.1

2010-10-20 Thread Alexander Reichle-Schmehl
Hi Jordan,

Am 20.10.2010 02:16, schrieb Jordan Metzmeier:

> I would like to request that this time be extended. I have contacted Ola
> today to request removal from squeeze. The concern is not this RC bug,
> but the ability to offer security support for a beta release from from
> 2007 for the lifetime of squeeze. In this case, I feel that it will be
> best to offer this package via backports only, as soon as I can have a
> 4.x package prepared and uploaded to experimental.

Sure, I rescheduled them to delayed/15.  But if you would rather provide
backports and not release the package, wouldn't it make sense to cancel
it alltogether?


Best regards,
  Alexander



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



Bug#600809: marked as done (fails to upgrade: Trying to overwrite »/usr/lib/jvm/java-6-openjdk/m an/ja_JP.eucJP/man1/rmid.1.gz«)

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 11:18:24 +
with message-id 
and subject line Bug#600809: fixed in openjdk-6 6b18-1.8.2-4
has caused the Debian Bug report #600809,
regarding fails to upgrade: Trying to overwrite 
»/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmid.1.gz«
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Subject: fails to upgrade: Trying to overwrite 
»/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmid.1.gz«
Package: openjdk-6-jdk
Version: 6b18-1.8.2-3
Severity: serious

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

Dear Debian folks,


the fix for #600765 [1] seems to have introduced another problem or a problem 
surfaced after the other had been fixed.

$ sudo aptitude safe-upgrade
[…]
Entpacke Ersatz für openjdk-6-jre-headless ...
dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/openjdk-6-jre-headless_6b18-1.8.2-3_i386.deb (--unpack):
 Versuche, »/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmid.1.gz« 
zu überschreiben, welches auch in Paket openjdk-6-jdk 6b18-1.8.2-2 ist
configured to not write apport reports
Vorbereiten zum Ersetzen 
von openjdk-6-jre 6b18-1.8.2-2 (durch .../openjdk-6-jre_6b18-1.8.2-3_i386.deb) 
...
Entpacke Ersatz für openjdk-6-jre ...
Ersetze die Dateien im alten Paket openjdk-6-jdk ...
Vorbereiten zum Ersetzen von openjdk-6-jdk 6b18-1.8.2-2 (durch 
.../openjdk-6-jdk_6b18-1.8.2-3_i386.deb) ...
Entpacke Ersatz für openjdk-6-jdk ...
Verarbeite Trigger für menu ...
Verarbeite Trigger für gnome-menus ...
Verarbeite Trigger für desktop-file-utils ...
Verarbeite Trigger für hicolor-icon-theme ...
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/openjdk-6-jre-headless_6b18-1.8.2-3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuche zu lösen:
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von openjdk-6-jre:
 openjdk-6-jre hängt ab von openjdk-6-jre-headless (>= 6b18-1.8.2-3); 
aber:
Version von openjdk-6-jre-headless auf dem System ist 
6b18-1.8.2-2.
dpkg: Fehler beim Bearbeiten von openjdk-6-jre (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Richte openjdk-6-jre-lib ein (6b18-1.8.2-3) ...
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von 
icedtea-6-jre-cacao:
 icedtea-6-jre-cacao hängt ab von openjdk-6-jre-headless (= 
6b18-1.8.2-3); aber:
Version von openjdk-6-jre-headless auf dem System ist 
6b18-1.8.2-2.
dpkg: Fehler beim Bearbeiten von icedtea-6-jre-cacao (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von openjdk-6-jdk:
 openjdk-6-jdk hängt ab von openjdk-6-jre (>= 6b18-1.8.2-3); aber:
Paket openjdk-6-jre ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von openjdk-6-jdk (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von 
icedtea6-plugin:
 icedtea6-plugin hängt ab von openjdk-6-jre (= 6b18-1.8.2-3); aber:
Paket openjdk-6-jre ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von icedtea6-plugin (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 openjdk-6-jre
 icedtea-6-jre-cacao
 openjdk-6-jdk
 icedtea6-plugin

Another run of `sudo aptitude safe-upgrade` fixes the problem for me.


Thanks,

Paul


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600765

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

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

Versions of packages openjdk-6-jdk depends on:
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libx11-62:1.3.3-3X11 client-side library
ii  openjdk-6-jre   6b18-1.8.2-3 OpenJDK Java runtime, using Hotspo
ii  zlib1g  1:

Bug#586540: kdm on initial start at kfreebsd bootup does not allow keyboard input

2010-10-20 Thread Petr Salinger

as per discussion on #debian-qt-kde, I am hereby rising the severity of this bug
to serious.

This bug is a real hurdle for KDE on kfreebsd-* as it enforces a manual X
restart by the user at every reboot. (Rising the kdmrc ServerTimeout as
mentioned in various places doesn't help either).

kFreeBSD porters: could you please take a look at that ?


I looked already, see
http://lists.debian.org/debian-bsd/2010/08/msg00115.html

* xdm: seems be fine
* gdm on initial start at bootup does not allow keyboard input (#586539)
* kdm on initial start at bootup does not allow keyboard input (#586540)

When the start of gdm/kdm is not during boot, it works fine,
sort of race condition on boot between getty on vt2 and gdm/kdm on vt2.

Could be changed the first VT which is tried during finding the free one
or something like that ?

Petr



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



Bug#600782: #600782 - pyca is NOT compatible with the default python version 2.6

2010-10-20 Thread 任晓磊
On Wed, Oct 20, 2010 at 4:08 PM, Evgeni Golov  wrote:
> I think your report is a bit wrong.
>
> Yes, running pyca does produce DeprecationWarnings when run with
> python2.6, but it seems not to disturb the workflow of pyca.

There was a log line in mail.log saying "status=bounced (Command died
with status 1: "/usr/sbin/ca-certreq-mail.py" ". Maybe I was confused
about DeprecationWarnings problem and bug 600781#.


-- 
Ren Xiaolei



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



Bug#598424: Patch for CVE-2010-3394

2010-10-20 Thread Atsuhito Kohda
Hi Etienne,

On Wed, 20 Oct 2010 09:44:56 +0200, Etienne Millon wrote:

>> Does the following sentence relate to my question?
>> 
>> > I believe that the second warning can be
>> > safely ignored.
> 
> It does, indeed. On line 30 of /usr/bin/texmacs, the inclusion of
> "$TEXMACS_BIN_PATH/lib" is properly done, because :
>   
>   - if LD_LIBRARY_PATH is empty before, the ${LD_LIBRARY_PATH+...}
>   constructs evaluates to the empty string (and no colon is added)
>   - if LD_LIBRARY_PATH was non-empty, the construct evaluates to
>   ":$LD_LIBRARY_PATH" and no "single colon" is present
> 
> So, this part is safe.
> 
> However, in plugins/mupad/bin/tm_mupad_help, its use is not escaped
> and will add a leading colon, and my previous patch addresses that.
> 
> Hope that clarifies,

Thanks for your clarification.  I'll upload a fixed package
as soon as possible.  Thanks again.

Regards, 2010-10-20(Wed)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Processed: bug 600806 is forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=62300

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 600806 http://rt.cpan.org/Public/Bug/Display.html?id=62300
Bug #600806 [libxml-rsslite-perl] libxml-rsslite-perl: Test data does not have 
license
Changed Bug forwarded-to-address to 
'http://rt.cpan.org/Public/Bug/Display.html?id=62300' from 
'http://rt.cpan.org/Ticket/Display.html?id=62302'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: fixed on rebuild

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 566947 598234
Bug number 566947 not found. (Is it archived?)

> found 598234 23.2+1-4
Bug #598234 [emacs23-nox] emacs23-nox: emacs fails to install on mipsel
Ignoring request to alter found versions of bug #598234 to the same values 
previously set
> tags 598234 patch
Bug #598234 [emacs23-nox] emacs23-nox: emacs fails to install on mipsel
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598234
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#598234: fixed on rebuild

2010-10-20 Thread Robert Millan
forcemerge 566947 598234
found 598234 23.2+1-4
tags 598234 patch
thanks

Hi,

I can confirm that rebuilding with current toolchain solves the problem.

Rather than just a binNMU, I'd recommend this patch to ensure this
doesn't happen again.

-- 
Robert Millan
--- debian/control.in~  2010-08-14 18:54:18.0 +0200
+++ debian/control.in   2010-10-20 11:56:54.0 +0200
@@ -8,6 +8,7 @@
  libgpm-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libdbus-1-dev,
  autoconf, automake, autotools-dev, dpkg-dev (>> 1.10.0), quilt (>= 0.42),
  debhelper (>= 7.0.50~), libxaw7-dev, sharutils, imagemagick, libgtk2.0-dev,
+ binutils (>= 2.20.1-6),
  libgconf2-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Homepage: http://www.gnu.org/software/emacs/
 Standards-Version: 3.7.2


Bug#600809: fails to upgrade: Trying to overwrite »/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmid.1.gz«

2010-10-20 Thread Paul Menzel
Subject: fails to upgrade: Trying to overwrite 
»/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmid.1.gz«
Package: openjdk-6-jdk
Version: 6b18-1.8.2-3
Severity: serious

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

Dear Debian folks,


the fix for #600765 [1] seems to have introduced another problem or a problem 
surfaced after the other had been fixed.

$ sudo aptitude safe-upgrade
[…]
Entpacke Ersatz für openjdk-6-jre-headless ...
dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/openjdk-6-jre-headless_6b18-1.8.2-3_i386.deb (--unpack):
 Versuche, »/usr/lib/jvm/java-6-openjdk/man/ja_JP.eucJP/man1/rmid.1.gz« 
zu überschreiben, welches auch in Paket openjdk-6-jdk 6b18-1.8.2-2 ist
configured to not write apport reports
Vorbereiten zum Ersetzen 
von openjdk-6-jre 6b18-1.8.2-2 (durch .../openjdk-6-jre_6b18-1.8.2-3_i386.deb) 
...
Entpacke Ersatz für openjdk-6-jre ...
Ersetze die Dateien im alten Paket openjdk-6-jdk ...
Vorbereiten zum Ersetzen von openjdk-6-jdk 6b18-1.8.2-2 (durch 
.../openjdk-6-jdk_6b18-1.8.2-3_i386.deb) ...
Entpacke Ersatz für openjdk-6-jdk ...
Verarbeite Trigger für menu ...
Verarbeite Trigger für gnome-menus ...
Verarbeite Trigger für desktop-file-utils ...
Verarbeite Trigger für hicolor-icon-theme ...
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/openjdk-6-jre-headless_6b18-1.8.2-3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuche zu lösen:
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von openjdk-6-jre:
 openjdk-6-jre hängt ab von openjdk-6-jre-headless (>= 6b18-1.8.2-3); 
aber:
Version von openjdk-6-jre-headless auf dem System ist 
6b18-1.8.2-2.
dpkg: Fehler beim Bearbeiten von openjdk-6-jre (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Richte openjdk-6-jre-lib ein (6b18-1.8.2-3) ...
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von 
icedtea-6-jre-cacao:
 icedtea-6-jre-cacao hängt ab von openjdk-6-jre-headless (= 
6b18-1.8.2-3); aber:
Version von openjdk-6-jre-headless auf dem System ist 
6b18-1.8.2-2.
dpkg: Fehler beim Bearbeiten von icedtea-6-jre-cacao (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von openjdk-6-jdk:
 openjdk-6-jdk hängt ab von openjdk-6-jre (>= 6b18-1.8.2-3); aber:
Paket openjdk-6-jre ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von openjdk-6-jdk (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von 
icedtea6-plugin:
 icedtea6-plugin hängt ab von openjdk-6-jre (= 6b18-1.8.2-3); aber:
Paket openjdk-6-jre ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von icedtea6-plugin (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 openjdk-6-jre
 icedtea-6-jre-cacao
 openjdk-6-jdk
 icedtea6-plugin

Another run of `sudo aptitude safe-upgrade` fixes the problem for me.


Thanks,

Paul


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600765

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

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

Versions of packages openjdk-6-jdk depends on:
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libx11-62:1.3.3-3X11 client-side library
ii  openjdk-6-jre   6b18-1.8.2-3 OpenJDK Java runtime, using Hotspo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openjdk-6-jdk recommends:
ii  libxt-dev 1:1.0.7-1  X11 toolkit intrinsics library (de

Versions of packages openjdk-6-jdk suggests:
pn  openjdk-6-demo (no description available)
pn  openjdk-6-source   (no description available)
pn  visualvm   (no description available)

-- no debconf information


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


Processed: Re: Bug#586540: kdm on initial start at kfreebsd bootup does not allow keyboard input

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 586540 serious
Bug #586540 [kdm] kdm on initial start at kfreebsd bootup does not allow 
keyboard input
Severity set to 'serious' from 'important'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Forwarding

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 600806 http://rt.cpan.org/Ticket/Display.html?id=62302
Bug #600806 [libxml-rsslite-perl] libxml-rsslite-perl: Test data does not have 
license
Set Bug forwarded-to-address to 
'http://rt.cpan.org/Ticket/Display.html?id=62302'.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
600806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600806: libxml-rsslite-perl: Test data does not have license

2010-10-20 Thread Nicholas Bamber
Package: libxml-rsslite-perl
Version: 0.11-3
Severity: serious
Tags: upstream patch
Justification: Policy 4.5


The test data does not belong to the upstream author and has copyright but
no license. We are preparing a dfsg release that does not run this test.

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

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

Versions of packages libxml-rsslite-perl depends on:
ii  perl  5.10.1-15  Larry Wall's Practical Extraction 

libxml-rsslite-perl recommends no packages.

libxml-rsslite-perl suggests no packages.

-- no debconf information



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



Bug#599596: Fixed by upgrading lvm2

2010-10-20 Thread Sam Morris
As it turns out, I had libdevmapper1.02.1 and dmsetup installed from
unstable, but the stable version of lvm2 was still present:

$ debskew lvm2
Desired=Unknown/Install/Remove/Purge/Hold
| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription

+++-==-==-
ii  dmsetup2:1.02.48-3The Linux Kernel Device Mapper 
userspace lib
ii  libdevmapper1. 2:1.02.48-3The Linux Kernel Device Mapper 
userspace lib
ii  lvm2   2.02.39-8  The Linux Logical Volume Manager

Upgrading lvm2 to version 2.02.66-3 (currently in testing/unstable)
fixes the problem.

I guess this bug can be fixed by adding appropriate dependency
information to the libdevmapper1.02.1 and/or dmsetup packages.

-- 
Sam Morris 




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



Bug#600782: Wishlist

2010-10-20 Thread Lars Bahner
I am fine with that. I don't think Michael is willing to de the work, but we
may send him a patchset and have him apply it. I will look into when I have
some sparetime, but for the moment I don't.

Thanks for the prompt good answer, Evgeni.

Kind regards,
Lars


Bug#590147: Akregator is unusable crash at each start

2010-10-20 Thread Modestas Vainius
Hello,

On trečiadienis 20 Spalis 2010 11:11:03 Bastien ROUCARIES wrote:
> No this bug occurs after an upgrade.

Upgrade from what version?

> I could start agregator after
> deleting all my archive... So crash each time or loss all archive.

This supports my assumption that the problem is cache corruption.

> It is for me release critical ask to kde teams but for me it is release
> critical.

If I could reproduce it, I would agree it's RC. But now there are too many 
variables. To make things worse, akregator developement isn't very active 
upstream.

-- 
Modestas Vainius 


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


Bug#590147: Akregator is unusable crash at each start

2010-10-20 Thread Bastien ROUCARIES
On Tue, Oct 19, 2010 at 10:26 PM, Modestas Vainius  wrote:
> Hello,
>
> On šeštadienis 04 Rugsėjis 2010 15:05:44 Bastien ROUCARIES wrote:
>> severity 590147 serious
>> forwarded 590147  https://bugs.kde.org/show_bug.cgi?id=250162
>>
>> I get a backtrace and forwarded to upstream. Akregator is unusable so
>> increase to serious.
>
> Can we both agree that this bug is not release-critical? Many users including
> me can start akregator fine. You probably ran into some kind of cache
> corruption issue here. It should be rare and many users will never see it
> hence it does not qualify as grave or serious, imho.

No this bug occurs after an upgrade. I could start agregator after
deleting all my archive... So crash each time or loss all archive. It
is for me release critical ask to kde teams but for me it is release
critical.
>
> --
> Modestas Vainius 
>



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



Bug#600782: #600782 - pyca is NOT compatible with the default python version 2.6

2010-10-20 Thread Evgeni Golov
Hi,

> Maintainer should modify the hash-bang line in python scripts from 
> `#!/usr/bin/python' to `#!/usr/bin/python2.5'
> because some DeprecationWarning appeared and said md5, sha, mimify modules 
> should be replaced.

I think your report is a bit wrong.

Yes, running pyca does produce DeprecationWarnings when run with
python2.6, but it seems not to disturb the workflow of pyca.
md5 and sha are deprecated since 2.5 in favour of hashlib
mimify is deprecated since 2.3 in favour of email

Setting shebang to python2.5 would only fix 2 of 3 warnings and make
users angry who do not need py2.5 on their systems otherwise.

I'm adding Michael as upstream to CC, because you are right and pyca
*should* be ported to use the newer libs, but this is not a must have
for Squeeze.

Regards
Evgeni

PS: I plan to downgrade this to wishlist and retitle to "pyca should be
ported to newer python libs" - any objections? Lars?



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



Bug#598424: Patch for CVE-2010-3394

2010-10-20 Thread Atsuhito Kohda
Hi all, sorry for delay.

On Fri, 15 Oct 2010 09:51:07 +0200, Etienne Millon wrote:

> Here is a patch that fixes this issue. I believe that the second warning can 
> be
> safely ignored.

I'm preparing a fixed package but I've a question which
I' like to solve before upload it.

A patch of Etienne doesn't modify /usr/bin/texmacs at all 
but, apparently, an original bug report of Raphael
mentioned it.

On Tue, 28 Sep 2010 21:07:36 +, Raphael Geissert wrote:

> /usr/bin/texmacs line 30:
> LD_LIBRARY_PATH="$TEXMACS_BIN_PATH/lib${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}"

Is it intentional, or is the patch enough to fix 
the security bug?

Does the following sentence relate to my question?

> I believe that the second warning can be
> safely ignored.

Thanks for your contributions and I appreciate any
comment on my question.

Regards,2010-10-20(Wed)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Bug#593465: Please try

2010-10-20 Thread Jan Kontze

Hi Micah!

> Hi, I just posted a follow-up to the Debian bug you reported about the
> squirrelmail security regression. I neglected to CC you, so you probably
> didn't know about it. But could you have a look and try the fixed
> package that I've uploaded and then report back to the bug report?
> For your convience, I'm speaking of this one:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593465
> thanks!
> micah

Yes, your fix (gotten from:
http://people.debian.org/~micah/squirrelmail_1.4.15-4+lenny4_all.deb)
seems to solve the problem with 8-bit char passwords in my setup - I could
log in without problem into squirrelmail with such a password.

Thank you a lot! :-)

Thanks & Bye!
Jan Kontze
-- 
  Hast du Zahnpasta im Ohr, kommt dir alles leiser vor.



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



Processed: reassign 600797 to libfm, forcibly merging 600387 600797, affects 600797

2010-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 600797 libfm
Bug #600797 [pcmanfm] pcmanfm: Pcmanfm not launching anymore
Bug reassigned from package 'pcmanfm' to 'libfm'.
Bug No longer marked as found in versions pcmanfm/0.9.7-1.
> forcemerge 600387 600797
Bug#600387: pcmanfm: symbol lookup error: pcmanfm: undefined symbol: fm_path_new
Bug#600797: pcmanfm: Pcmanfm not launching anymore
Forcibly Merged 600387 600797.

> affects 600797 + pcmanfm
Bug #600797 [libfm] pcmanfm: Pcmanfm not launching anymore
Bug #600387 [libfm] pcmanfm: symbol lookup error: pcmanfm: undefined symbol: 
fm_path_new
Added indication that 600797 affects pcmanfm
Added indication that 600387 affects pcmanfm
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600797
600387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600797: pcmanfm: Pcmanfm not launching anymore

2010-10-20 Thread Eloi COUTANT
Package: pcmanfm
Version: 0.9.7-1
Severity: grave

Hello,
When I try to launch "pcmanfm" with a terminal, I have this message :

pcmanfm: symbol lookup error: pcmanfm: undefined symbol: fm_path_new


and pcmanfm isn't launched. I have tried to launch the soft after
deleting of preferences (.config/pcmanfm/*), but that's changes nothing.

Best regards,
Eloi

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (450, 'stable'),
(400, 'experimental') Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
(ignored: LC_ALL set to fr_FR.UTF-8) Shell: /bin/sh linked to /bin/dash

Versions of packages pcmanfm depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library:
Shared lib ii  libcairo2 1.8.10-6   The Cairo 2D
vector graphics libra ii  libfm-gtk00.1.14-1   file
management support - GTK+ GUI ii  libfm0
0.1.14-1   file management support - core lib ii
libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user
interface ii  libpango1.0-0 1.28.3-1   Layout and
rendering of internatio ii  libx11-6  2:1.3.3-3
X11 client-side library

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme 2.30.3-1GNOME Desktop icon theme
ii  gvfs-backends1.6.4-2 userspace virtual
filesystem - bac ii  gvfs-fuse1.6.4-2 userspace
virtual filesystem - fus ii  lxde-icon-theme  0.0.1+svn20091206-2
LXDE Standard icon theme

pcmanfm suggests no packages.

-- no debconf information



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



Bug#600765: marked as done (fails to upgrade: file conflict with openjdk-6-jdk (javaws.1.gz))

2010-10-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 07:48:13 +
with message-id 
and subject line Bug#600765: fixed in openjdk-6 6b18-1.8.2-3
has caused the Debian Bug report #600765,
regarding fails to upgrade: file conflict with openjdk-6-jdk (javaws.1.gz)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600765
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openjdk-6-jre
Version: 6b18-1.8.2-2
Severity: serious

The package fails to upgrade:

Vorbereiten zum Ersetzen von openjdk-6-jre 6b18-1.8.2-1 (durch 
.../openjdk-6-jre_6b18-1.8.2-2_i386.deb) ...
Entpacke Ersatz für openjdk-6-jre ...
dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/openjdk-6-jre_6b18-1.8.2-2_i386.deb (--unpack):
 Versuche, »/usr/lib/jvm/java-6-openjdk/man/man1/javaws.1.gz« zu überschreiben, 
welches auch in Paket openjdk-6-jdk 6b18-1.8.2-1 ist
configured to not write apport reports
  Vorbereiten zum Ersetzen von 
openjdk-6-jdk 6b18-1.8.2-1 (durch .../openjdk-6-jdk_6b18-1.8.2-2_i386.deb) ...
Entpacke Ersatz für openjdk-6-jdk ...
Verarbeite Trigger für man-db ...
Verarbeite Trigger für menu ...
Verarbeite Trigger für gnome-menus ...
Verarbeite Trigger für desktop-file-utils ...
Verarbeite Trigger für hicolor-icon-theme ...
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/openjdk-6-jre_6b18-1.8.2-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
pluto:~# LANG=C apt-get -f install



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

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

Versions of packages openjdk-6-jre depends on:
ii  libaccess-bridge-java-j 1.26.2-5 Java Access Bridge for GNOME (jni 
ii  libasound2  1.0.23-2 shared library for ALSA applicatio
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpulse0   0.9.21-3 PulseAudio client libraries
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxi6  2:1.3-4  X11 Input extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxtst62:1.1.0-3X11 Testing -- Record extension li
ii  openjdk-6-jre-headless  6b18-1.8.2-2 OpenJDK Java runtime, using Hotspo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openjdk-6-jre recommends:
ii  ttf-dejavu-extra  2.31-1 Vera font family derivate with add

Versions of packages openjdk-6-jre suggests:
pn  icedtea6-plugin(no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: openjdk-6
Source-Version: 6b18-1.8.2-3

We believe that the bug you reported is fixed in the latest version of
openjdk-6, which is due to be installed in the Debian FTP archive:

icedtea-6-jre-cacao_6b18-1.8.2-3_i386.deb
  to main/o/openjdk-6/icedtea-6-jre-cacao_6b18-1.8.2-3_i386.deb
icedtea6-plugin_6b18-1.8.2-3_i386.deb
  to main/o/openjdk-6/icedtea6-plugin_6b18-1.8.2-3_i386.deb
openjdk-6-dbg_6b18-1.8.2-3_i386.deb
  to main/o/openjdk-6/openjdk-6-dbg_6b18-1.8.2-3_i386.deb
openjdk-6-demo_6b18-1.8.2-3_i386.deb
  to main/o/openjdk-6/openjdk-6-demo_6b18-1.8.2-3_i386.deb
openjdk-6-doc_6b18-1.8.2-3_all.deb
  to main/o/openjdk-6/openjdk-6-doc_6b18-1.8.2-3_all.deb
openjdk-6-jdk_6b18-1.8.2-3_i386.deb
  to main/o/openjdk-6/openjdk-6-jdk_6b18-1.8.2-3_i386.deb
openjdk-6-jre-headless_6b18-1.8.2-3_i386.deb
  to main/o/openjdk-6/openjdk-6-jre-headless_6b18-1.8.2-3_i386.deb
openjdk-6-jre-lib_6b18-1.8.2-3_all.deb
  to main/o/openjdk-6/openjdk-6-jre-lib_6b18-1.8.2-3_all.deb
openjdk-6-jre-zero_6b18-1.8.2-3_i386.deb
  to main/o/openjdk-6/openjdk-6-jre-zero_6b18-1.8.2-3_i386.deb
openjdk-6-jre_6b18-1.8.2-3_i386.deb
  to main/o/openjdk-6/openjdk-6-jre_6b18-1.8.2-3_i386.deb
openjdk-6-source_6b18-1.8.2-3_all.deb
  to main/o/openjdk-6/openjdk-6-source_6b18-1.8.2-3_all.deb
openjdk-6_6b18-1.8.2-3.diff.gz
  to main/o/openjdk-6/openjdk

Bug#598424: Patch for CVE-2010-3394

2010-10-20 Thread Etienne Millon
Hello,

> Does the following sentence relate to my question?
> 
> > I believe that the second warning can be
> > safely ignored.

It does, indeed. On line 30 of /usr/bin/texmacs, the inclusion of
"$TEXMACS_BIN_PATH/lib" is properly done, because :
  
  - if LD_LIBRARY_PATH is empty before, the ${LD_LIBRARY_PATH+...}
constructs evaluates to the empty string (and no colon is added)
  - if LD_LIBRARY_PATH was non-empty, the construct evaluates to
":$LD_LIBRARY_PATH" and no "single colon" is present

So, this part is safe.

However, in plugins/mupad/bin/tm_mupad_help, its use is not escaped
and will add a leading colon, and my previous patch addresses that.

Hope that clarifies,

-- 
Etienne Millon


signature.asc
Description: Digital signature


Bug#600792: gtk-sharp2-examples: some test SIGABRT on armv4t (working in qemu versatile)

2010-10-20 Thread alberico
Package: gtk-sharp2-examples
Version: 2.12.10-1
Severity: grave
Justification: renders package unusable



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

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

Versions of packages gtk-sharp2-examples depends on:
ii  libglade2.0-cil   2.12.10-1  CLI binding for the Glade librarie
ii  libglib2.0-cil2.12.10-1  CLI binding for the GLib utility l
ii  libgtk2.0-cil 2.12.10-1  CLI binding for the GTK+ toolkit 2
ii  libmono-cairo2.0-cil  2.6.7-3Mono Cairo library (for CLI 2.0)
ii  libmono-corlib2.0-cil 2.6.7-3Mono core library (for CLI 2.0)
ii  libmono-system2.0-cil 2.6.7-3Mono System libraries (for CLI 2.0
ii  mono-runtime  2.6.7-3Mono runtime

gtk-sharp2-examples recommends no packages.

gtk-sharp2-examples suggests no packages.

-- no debconf information

This test is working well on qemu-system-arm and a versatile bsp, on real 
hardware (s3c2443 processor)
The window blink on the screen and the test shut down with the following output
The calendar.exe test work perfectly on both platforms.

this is the output of the failing test:

alber...@armdebian:~$ mono 
/usr/share/gtk-sharp2-examples/custom-cellrenderer.exe

(custom-cellrenderer:1347): GLib-GObject-CRITICAL **: g_value_get_float: 
assertion `G_VALUE_HOLDS_FLOAT (value)' failed

  
(custom-cellrenderer:1347): GLib-GObject-CRITICAL **: g_value_get_float: 
assertion `G_VALUE_HOLDS_FLOAT (value)' failed   

  
(custom-cellrenderer:1347): GLib-GObject-CRITICAL **: g_value_get_float: 
assertion `G_VALUE_HOLDS_FLOAT (value)' failed   

  
(custom-cellrenderer:1347): GLib-GObject-CRITICAL **: g_value_get_float: 
assertion `G_VALUE_HOLDS_FLOAT (value)' failed   

  
(custom-cellrenderer:1347): GLib-GObject-CRITICAL **: g_value_get_float: 
assertion `G_VALUE_HOLDS_FLOAT (value)' failed   
**  
  
ERROR:tramp-arm.c:48:mono_arch_patch_callsite: code should not be reached   
  
Stacktrace:

  at (wrapper native-to-managed) GLib.Timeout/TimeoutProxy.Handler () <0x00078>
  at (wrapper native-to-managed) GLib.Timeout/TimeoutProxy.Handler () <0x00078>
  at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x>
  at Gtk.Application.Run () <0x00014>
  at Driver.Main () <0x0002b>
  at (wrapper runtime-invoke) object.runtime_invoke_void 
(object,intptr,intptr,intptr) <0x0006f>

Native stacktrace:


Debug info from gdb:

[Thread debugging using libthread_db enabled]
[New Thread 0x40d63470 (LWP 1349)]
[New Thread 0x40c23470 (LWP 1348)]
0x401311c4 in read () from /lib/libpthread.so.0
  3 Thread 0x40c23470 (LWP 1348)  0x40131c54 in nanosleep () from 
/lib/libpthread.so.0
  2 Thread 0x40d63470 (LWP 1349)  0x4012fef8 in sem_wait@@GLIBC_2.4 () from 
/lib/libpthread.so.0
* 1 Thread 0x40365000 (LWP 1347)  0x401311c4 in read () from 
/lib/libpthread.so.0

Thread 3 (Thread 0x40c23470 (LWP 1348)):
#0  0x40131c54 in nanosleep () from /lib/libpthread.so.0
#1  0x40131c44 in nanosleep () from /lib/libpthread.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 2 (Thread 0x40d63470 (LWP 1349)):
#0  0x4012fef8 in sem_wait@@GLIBC_2.4 () from /lib/libpthread.so.0
#1  0x00188c64 in mono_sem_wait ()
#2  0x0013e0f0 in ?? ()
#3  0x0013e0f0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 1 (Thread 0x40365000 (LWP 1347)):
#0  0x401311c4 in read () from /lib/libpthread.so.0
#1  0x401311b4 in read () from /lib/libpthread.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

=
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=

Abortito



Alberico



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