Bug#682183: the list of FTBFSes

2012-07-21 Thread Adam Borowski
On Fri, Jul 20, 2012 at 10:05:04PM +0200, Enrico Tassi wrote:
 On Fri, Jul 20, 2012 at 04:31:23PM +0200, Adam Borowski wrote:
  Looking around, it looks it could be fixed by:
  * moving lua-deb-multiarch.h to /usr/include/$arch/
  * removing /usr/lib/x86_64-linux-gnu/lua5.1/include/ from pkgconfig data
  
  I kind of fail to see how lua-deb-multiarch.h is related to lua at all, it's
  an include that's generally useful.  If it's the default search path, you
  can still cross-compile, but don't have to specify it in a -I stanza.
 
 Thanks for the list, I think I should just revert my last change, plus
 some extra magic for cpp. I'll do it as soon as possible.

It would be sad to lose multiarchification, and it would need to be re-added
in wheezy+1 anyway.

I just tried the fix I proposed above, it seems to work (tested on 6 random
failing packages).

Patch attached.


-- 
Copyright and patents were never about promoting culture and innovations;
from the very start they were legalized bribes to give the king some income
and to let businesses get rid of competition.  For some history, please read
https://en.wikipedia.org/wiki/Statute_of_Monopolies_1623
diff -Nurd lua5.1-5.1.5.orig/debian/changelog lua5.1-5.1.5/debian/changelog
--- lua5.1-5.1.5.orig/debian/changelog	2012-07-16 13:03:22.0 +0200
+++ lua5.1-5.1.5/debian/changelog	2012-07-21 08:10:07.640978034 +0200
@@ -1,3 +1,11 @@
+lua5.1 (5.1.5-3.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Put multiarch helper header in the standard include path, rather than
+somewhere that relies on pkg-config (Closes: #682183)
+
+ -- Adam Borowski kilob...@angband.pl  Sat, 21 Jul 2012 08:08:34 +0200
+
 lua5.1 (5.1.5-3) unstable; urgency=low
 
   * Install architecture dependent .h file in /usr/lib and fix .pc files
diff -Nurd lua5.1-5.1.5.orig/debian/liblua5.1-0-dev.install lua5.1-5.1.5/debian/liblua5.1-0-dev.install
--- lua5.1-5.1.5.orig/debian/liblua5.1-0-dev.install	2012-07-16 12:34:54.0 +0200
+++ lua5.1-5.1.5/debian/liblua5.1-0-dev.install	2012-07-21 08:06:33.496983230 +0200
@@ -1,5 +1,4 @@
 usr/include
-usr/lib/*/*/*/*.h
 usr/lib/*/*.a
 usr/lib/*/*.so
 usr/lib/*/pkgconfig/*.pc
diff -Nurd lua5.1-5.1.5.orig/debian/lua-c++.pc.in lua5.1-5.1.5/debian/lua-c++.pc.in
--- lua5.1-5.1.5.orig/debian/lua-c++.pc.in	2012-07-16 12:36:12.0 +0200
+++ lua5.1-5.1.5/debian/lua-c++.pc.in	2012-07-21 08:07:33.432981560 +0200
@@ -22,4 +22,4 @@
 Requires:
 Libs: -L${libdir} -l${lib_name}
 Libs.private: -lm -ldl
-Cflags: -I${includedir}/${lib_name_include} -I/usr/lib/${deb_host_multiarch}/${lib_name_include}/include/
+Cflags: -I${includedir}/${lib_name_include}
diff -Nurd lua5.1-5.1.5.orig/debian/lua.pc.in lua5.1-5.1.5/debian/lua.pc.in
--- lua5.1-5.1.5.orig/debian/lua.pc.in	2012-07-16 12:36:22.0 +0200
+++ lua5.1-5.1.5/debian/lua.pc.in	2012-07-21 08:07:48.056981175 +0200
@@ -22,4 +22,4 @@
 Requires:
 Libs: -L${libdir} -l${lib_name}
 Libs.private: -lm -ldl
-Cflags: -I${includedir}/${lib_name_include} -I/usr/lib/${deb_host_multiarch}/${lib_name_include}/include/
+Cflags: -I${includedir}/${lib_name_include}
diff -Nurd lua5.1-5.1.5.orig/debian/rules lua5.1-5.1.5/debian/rules
--- lua5.1-5.1.5.orig/debian/rules	2012-07-16 13:07:23.0 +0200
+++ lua5.1-5.1.5/debian/rules	2012-07-21 08:08:27.848980415 +0200
@@ -13,7 +13,7 @@
 PKGPP_CONFIG_FILE = $(PKG_DIR)/$(LUA)-c++.pc
 DOC_DIR = debian/$(LUA)-doc/usr/share/doc/$(LUA)-doc
 
-LUA_MULTIARCH_INCLUDE = $(DEB_DESTDIR)/lib/$(DEB_HOST_MULTIARCH)/$(LUA)/include/
+LUA_MULTIARCH_INCLUDE = $(DEB_DESTDIR)/include/$(DEB_HOST_MULTIARCH)/
 LUA_MULTIARCH = lua-deb-multiarch.h
 
 ifeq (hurd,$(shell dpkg-architecture -qDEB_HOST_ARCH_OS))


signature.asc
Description: Digital signature


Bug#682299: CMake cannot find correct header path of lua5.1 after latest update

2012-07-21 Thread Aron Xu
Package: src:lua5.1
Severity: serious
Version: 5.1.5-3

It seems that the latest update has broke CMake to find correct header
path, so building fcitx (as an example) in unstable will fail:
[ 43%] Building C object src/module/lua/CMakeFiles/fcitx-lua.dir/lua.c.o
cd /tmp/buildd/fcitx-4.2.4.1/obj-x86_64-linux-gnu/src/module/lua 
/usr/bin/gcc  -Dfcitx_lua_EXPORTS -Wall -Wextra -Wno-sign-compare
-Wno-unused-parameter -fvisibility=hidden -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security
-D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2  -fPIC
-I/tmp/buildd/fcitx-4.2.4.1/obj-x86_64-linux-gnu
-I/tmp/buildd/fcitx-4.2.4.1/src -I/tmp/buildd/fcitx-4.2.4.1/src/lib
-I/usr/include/lua5.1-D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H
-fvisibility=hidden -o CMakeFiles/fcitx-lua.dir/lua.c.o   -c
/tmp/buildd/fcitx-4.2.4.1/src/module/lua/lua.c
In file included from /usr/include/lua5.1/lua.h:16:0,
 from /tmp/buildd/fcitx-4.2.4.1/src/module/lua/luawrap.h:24,
 from /tmp/buildd/fcitx-4.2.4.1/src/module/lua/lua.c:30:
/usr/include/lua5.1/luaconf.h:98:31: fatal error: lua-deb-multiarch.h:
No such file or directory
compilation terminated.
make[3]: *** [src/module/lua/CMakeFiles/fcitx-lua.dir/lua.c.o] Error 1
make[3]: Leaving directory `/tmp/buildd/fcitx-4.2.4.1/obj-x86_64-linux-gnu'
make[2]: *** [src/module/lua/CMakeFiles/fcitx-lua.dir/all] Error 2
make[2]: Leaving directory `/tmp/buildd/fcitx-4.2.4.1/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/fcitx-4.2.4.1/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


I'm not sure which part should do some adjustment, lua5.1 or cmake,
please reassign as you see appropriate.

-- 
Regards,
Aron Xu


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



Processed: +patch

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 package liblua5.1-0-dev
Limiting to bugs with field 'package' containing at least one of 
'liblua5.1-0-dev'
Limit currently set to 'package':'liblua5.1-0-dev'

 tags 682183 +patch
Bug #682183 [liblua5.1-0-dev] liblua5.1-0-dev: lua-deb-multiarch.h not found 
when compiling source including lua.h
Bug #682234 [liblua5.1-0-dev] liblua5.1-0-dev: Lua5.1 include changes in 
5.1.5-3 cause other packages to FTBFS
Added tag(s) patch.
Added tag(s) patch.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
682183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682183
682234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682234
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#681687: missing mime entry

2012-07-21 Thread Steve Langasek
On Thu, Jul 19, 2012 at 12:34:19AM +0100, Ian Jackson wrote:
 Neil McGovern writes (Bug#681687: missing mime entry):
  As I understand it, there are still a number of issues with this
  approach (.desktop files do not contain enough information to get
  argument ordering correct in all cases, and it's far too late to start
  using a new auto-generation system this late in the cycle).

 I don't think it likely that the TC will want to overrule the Release
 Team's decision on this point.

 So I hereby propose the following TC resolution:

   1. The Technical Committee agrees with Neil McGovern's analysis of
  the situation regarding evince's missing mime type entry.

   2. If changes are desirable to our system for dealing with mime
  type entries and desktop files, including changes to policy or
  additional automation, these should be made via the usual
  development and policy amendment processes.  It is now too
  late to do this for wheezy.

   3. We do not disagree with the Release Team's assessment that
  the failure of the evince package to provide a mime type
  entry is a release critical bug.

   4. We therefore decline to overrule the Release Team.

I concur with this.  update-mime is a Policy requirement; maintainers don't
get to unilaterally decide that bits of Policy are obsolete and ignore them
on the basis that the applications they care about are using a different
interface.  Maintainers have a duty to either follow the Policy, or engage
the Debian community to get Policy changed.  And I think the GNOME
Maintainers haven't done the latter because they know it wouldn't fly - this
is a change that breaks compatibility with other software and renders the
system as a whole buggier, and changing Policy doesn't paper over that.

I'm inclined to think that this should be considered RC for a lot more
packages than just evince.  I'm not going to go hunting those, but I
definitely support the release team's position that it be RC for evince in
particular, because evince is the default pdf viewer and pdfs are a very
common document type to be passed around between applications that don't yet
implement the freedesktop standard.

Now, I think providing a tool to auto-translate .desktop files into mailcap
entries is a perfectly appropriate way to go about solving this bug, if
someone chooses to do that.  If such a tool emerges, I think that's great
for Debian as a whole, and we can consider revising Policy to consider
.desktop files the primary interface instead.  But until we have such a tool
working in the release, it's the responsibility of the evince maintainers to
make sure their package complies with policy.

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


signature.asc
Description: Digital signature


Processed: your mail

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 682299 liblua5.1-0-dev
Bug #682299 [src:lua5.1] CMake cannot find correct header path of lua5.1 after 
latest update
Bug reassigned from package 'src:lua5.1' to 'liblua5.1-0-dev'.
No longer marked as found in versions lua5.1/5.1.5-3.
Ignoring request to alter fixed versions of bug #682299 to the same values 
previously set
 forcemerge 682183 682299
Bug #682183 [liblua5.1-0-dev] liblua5.1-0-dev: lua-deb-multiarch.h not found 
when compiling source including lua.h
Bug #682234 [liblua5.1-0-dev] liblua5.1-0-dev: Lua5.1 include changes in 
5.1.5-3 cause other packages to FTBFS
Bug #682299 [liblua5.1-0-dev] CMake cannot find correct header path of lua5.1 
after latest update
There is no source info for the package 'liblua5.1-0-dev' at version '5.1.5-3' 
with architecture ''
Unable to make a source version for version '5.1.5-3'
Marked as found in versions 5.1.5-3.
Added tag(s) patch.
Bug #682234 [liblua5.1-0-dev] liblua5.1-0-dev: Lua5.1 include changes in 
5.1.5-3 cause other packages to FTBFS
Merged 682183 682234 682299
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
682183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682183
682234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682234
682299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682299
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 as pending bugs that are closed by packages in NEW

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Saturday 21 July  08:03:09 UTC 2012
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/leptonlib;leptonlib/a
 tags 681570 + pending
Bug #681570 [libleptonica] gammatest: liblept.so.1: cannot open shared object 
file: No such file or directory
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/leptonlib;leptonlib/a
 tags 664176 + pending
Bug #664176 [libleptonica] libleptonica: package name doesn't vary with soname
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/leptonlib;leptonlib/a
 tags 681574 + pending
Bug #681574 [libleptonica] libleptonica: shlibs computes wrong dependency
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/libreoffice;libreoffice/a
 tags 678313 + pending
Bug #678313 {Done: Rene Engelhard r...@debian.org} [libreoffice-kde] 
libreoffice-kde: Create new in file manager icons missing
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/libreoffice;libreoffice/a
 tags 633929 + pending
Bug #633929 {Done: Rene Engelhard r...@debian.org} 
[libreoffice-filter-mobiledev] filter-mobiledev from 3.5 breaks 3.4.x LO
Bug #679346 {Done: Rene Engelhard r...@debian.org} 
[libreoffice-filter-mobiledev] filter-mobiledev from 3.5 breaks 3.4.x LO
Added tag(s) pending.
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
633929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633929
664176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664176
678313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678313
679346: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679346
681570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681570
681574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681574
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#677297: [rt.debian.org #3892] Re: Bug#677297: kfreebsd-8: cve-2012-0217

2012-07-21 Thread Yves-Alexis Perez
On sam., 2012-07-14 at 11:59 +, r...@debian.org via RT wrote:
 URL: https://rt.debian.org/Ticket/Display.html?id=3892 
 
 2012/7/12 Steven Chamberlain via RT r...@rt.debian.org:
  Robert, would you be able to upload this for me please?
 
 I'm on it.
 
Any news?
-- 
Yves-Alexis


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


Bug#677297: [rt.debian.org #3892] Re: Bug#677297: kfreebsd-8: cve-2012-0217

2012-07-21 Thread Robert Millan
2012/7/21 Yves-Alexis Perez cor...@debian.org:
 On sam., 2012-07-14 at 11:59 +, r...@debian.org via RT wrote:
 URL: https://rt.debian.org/Ticket/Display.html?id=3892 

 2012/7/12 Steven Chamberlain via RT r...@rt.debian.org:
  Robert, would you be able to upload this for me please?

 I'm on it.

 Any news?

There was a separate thread discussing this. I just put you on CC.

-- 
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#664176: marked as done (libleptonica: package name doesn't vary with soname)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 09:17:10 +
with message-id e1ssvoe-0001kq...@franck.debian.org
and subject line Bug#664176: fixed in leptonlib 1.69-3.1
has caused the Debian Bug report #664176,
regarding libleptonica: package name doesn't vary with soname
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.)


-- 
664176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664176
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libleptonica
Version: 1.69-2
Severity: serious
Justification: policy §8.1

Policy sayeth:

The run-time shared library must be placed in a package whose
name changes whenever the SONAME of the shared library changes.

But libleptonica in squeeze and wheezy have the same name and
different sonames.  Solving this would probably solve bug#664175.


---End Message---
---BeginMessage---
Source: leptonlib
Source-Version: 1.69-3.1

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

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 664...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Nieder jrnie...@gmail.com (supplier of updated leptonlib 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, 19 Jul 2012 16:39:48 -0500
Source: leptonlib
Binary: libleptonica-dev liblept3 leptonica-progs
Architecture: source amd64
Version: 1.69-3.1
Distribution: unstable
Urgency: medium
Maintainer: Jeff Breidenbach j...@debian.org
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 leptonica-progs - sample programs for Leptonica image processing library
 liblept3   - image processing library
 libleptonica-dev - image processing library
Closes: 664176 681570 681574
Changes: 
 leptonlib (1.69-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Rename libleptonica package to liblept3 (closes: #664176, #681570,
 #681574)
 * liblept3 Breaks and Replaces libleptonica (= 1.69~) to reflect
   transfer of ownership of /usr/lib/liblept.so.3
Checksums-Sha1: 
 10222c8b3ee75a3f5f65e9c280a61d16fe4c3382 1212 leptonlib_1.69-3.1.dsc
 a198fe41321a17eb8c43742486052c3337e58697 5430 leptonlib_1.69-3.1.debian.tar.gz
 8be35b792c10b82544aa15ac799bd93812fb7f9c 1276916 
libleptonica-dev_1.69-3.1_amd64.deb
 66fdf7e6aa532c1a95e2f6613964385a181c1580 771752 liblept3_1.69-3.1_amd64.deb
 506eb1518488b4cedc81dff1054f533db936acbc 215352 
leptonica-progs_1.69-3.1_amd64.deb
Checksums-Sha256: 
 ab4228d094247850a3fe5a9e79a5493a3db3d764bebfca9446c93c7a3905748a 1212 
leptonlib_1.69-3.1.dsc
 e358542f02c2b1fb98dcb66a66ad8b59ff39611889bf60e33e09c366024e8e0d 5430 
leptonlib_1.69-3.1.debian.tar.gz
 a1cdc358c5ca42ec0971be84b1bb30788a329168bed3f3b2ae035521127c7c6a 1276916 
libleptonica-dev_1.69-3.1_amd64.deb
 da9f464df20c8d4b67110bbb22046c33f4c4e7efd6a756350b36451da786bbbf 771752 
liblept3_1.69-3.1_amd64.deb
 ce55c445da339600f2295e9135b8d2ce2903fee14b92cb41a7a898de0cedcefc 215352 
leptonica-progs_1.69-3.1_amd64.deb
Files: 
 b7a0b83186a535d4a4dbcb4ca1c50d51 1212 graphics optional leptonlib_1.69-3.1.dsc
 a5bef6cb5b335fd246a7b6e5c2c36f32 5430 graphics optional 
leptonlib_1.69-3.1.debian.tar.gz
 a44abe600e3e3df30ab195160d1ae69e 1276916 libdevel optional 
libleptonica-dev_1.69-3.1_amd64.deb
 174537fe4ace1f854aa7a7f9e48de272 771752 libs optional 
liblept3_1.69-3.1_amd64.deb
 96dbe5d3e0c9d291c79da26be9d9e186 215352 graphics optional 
leptonica-progs_1.69-3.1_amd64.deb

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

iD8DBQFQCeoKazfo3TSzaFYRApQBAJ9MCegXOoXsm2dSOzxKYB675EnSTgCfRIBO
h370YKiyWZM6WGvC91C9Zek=
=LG39
-END PGP SIGNATUREEnd Message---


Bug#681570: marked as done (gammatest: liblept.so.1: cannot open shared object file: No such file or directory)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 09:17:10 +
with message-id e1ssvoe-0001kt...@franck.debian.org
and subject line Bug#681570: fixed in leptonlib 1.69-3.1
has caused the Debian Bug report #681570,
regarding gammatest: liblept.so.1: cannot open shared object file: 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.)


-- 
681570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681570
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libleptonica
Version: 1.69-3
Severity: serious
Justification: breaks partial upgrades (policy §3.5)
Tags: patch

As mentioned at [1], if I upgrade libleptonica and then try to run
tesseract or an example program from leptonica-progs, I get errors:

 $ gammatest
 gammatest: error while loading shared libraries: liblept.so.1: cannot open 
shared object file: No such file or directory

That's because libleptonica in wheezy does not contain liblept.so.1.
Declaring Breaks against packages from squeeze that link to
liblept.so.1 fixes it.

Another patch that solves the same problem is at [2].  This patch is
less invasive so I would like to use it first; the release team will
let us know if [2] is worth pursuing later.  I'll be filing a bug with
another patch (about shlibs) and then putting up the source package on
Alioth in case the patches already look ok and you'd like an NMU.  If
you have time to modify the changelog and make an upload under your
name, that would be even better.

Hope that helps,
Jonathan

[1] http://bugs.debian.org/680674

 debian/changelog |8 
 debian/control   |1 +
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bb11b3c8..fa541b31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+leptonlib (1.69-3.1) local; urgency=low
+
+  * Add Breaks relations to prevent libleptonica from satisfying
+dependencies by packages in squeeze and producing liblept.so.1:
+cannot open shared object file errors.
+
+ -- Jonathan Nieder jrnie...@gmail.com  Sat, 14 Jul 2012 05:41:18 -0500
+
 leptonlib (1.69-3) unstable; urgency=low
 
   * Get ready for libpng transition (closes: #662392)
diff --git a/debian/control b/debian/control
index 438e1b09..34611b99 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Package: libleptonica
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: leptonica-progs ( 1.69~), tesseract-ocr ( 3.02.01-4~)
 Description: image processing library
  Well-tested C library for some basic image processing operations,
  along with a description of the functions and some design methods. A
-- 
1.7.10.4



---End Message---
---BeginMessage---
Source: leptonlib
Source-Version: 1.69-3.1

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

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 681...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Nieder jrnie...@gmail.com (supplier of updated leptonlib 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, 19 Jul 2012 16:39:48 -0500
Source: leptonlib
Binary: libleptonica-dev liblept3 leptonica-progs
Architecture: source amd64
Version: 1.69-3.1
Distribution: unstable
Urgency: medium
Maintainer: Jeff Breidenbach j...@debian.org
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 leptonica-progs - sample programs for Leptonica image processing library
 liblept3   - image processing library
 libleptonica-dev - image processing library
Closes: 664176 681570 681574
Changes: 
 leptonlib (1.69-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Rename libleptonica package to liblept3 (closes: #664176, #681570,
 #681574)
 * liblept3 Breaks and Replaces libleptonica (= 1.69~) to reflect
   transfer of ownership of /usr/lib/liblept.so.3
Checksums-Sha1: 
 10222c8b3ee75a3f5f65e9c280a61d16fe4c3382 1212 leptonlib_1.69-3.1.dsc
 a198fe41321a17eb8c43742486052c3337e58697 5430 leptonlib_1.69-3.1.debian.tar.gz
 8be35b792c10b82544aa15ac799bd93812fb7f9c 1276916 
libleptonica-dev_1.69-3.1_amd64.deb
 

Bug#681574: marked as done (libleptonica: shlibs computes wrong dependency)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 09:17:10 +
with message-id e1ssvoe-0001kw...@franck.debian.org
and subject line Bug#681574: fixed in leptonlib 1.69-3.1
has caused the Debian Bug report #681574,
regarding libleptonica: shlibs computes wrong dependency
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.)


-- 
681574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libleptonica
Version: 1.69-3
Severity: important
Justification: inaccurate dependency in shlibs file (policy §8.6.3)
Tags: patch

Hi,

Packages linking to a library use the shlibs system to automatically
compute their dependencies.  This makes the work of the release team a
lot easier --- when the ABI of a library changes in such a way as to
require a stricter dependency for binaries built against it, the
correct dependency gets used automatically with no need for manual
effort to add it in the depending package.

Currently the dependencies computed through the shlibs system for
libleptonica are inaccurate: because they are unversioned, they are
satisfied by libleptonica from wheezy as well, which does not even
provide liblept.so.3.  To work around this, libtesseract3 gained a
hard-coded versioned dependency.

Let's fix the shlibs file so we can drop that workaround in tesseract
and create fewer surprises for future users and packagers working with
the library.

 debian/changelog |2 ++
 debian/rules |2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fa541b31..c4be472d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ leptonlib (1.69-3.1) local; urgency=low
   * Add Breaks relations to prevent libleptonica from satisfying
 dependencies by packages in squeeze and producing liblept.so.1:
 cannot open shared object file errors.
+  * Use a version (= 1.69~) in the libleptonica dependency in
+libleptonica.shlibs.
 
  -- Jonathan Nieder jrnie...@gmail.com  Sat, 14 Jul 2012 05:41:18 -0500
 
diff --git a/debian/rules b/debian/rules
index 007d76a1..3b7003b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ binary-arch: build install
dh_strip
dh_compress
dh_fixperms
-   dh_makeshlibs
+   dh_makeshlibs -V'libleptonica (= 1.69~)'
dh_installdeb
dh_shlibdeps
dh_gencontrol
-- 
1.7.10.4



---End Message---
---BeginMessage---
Source: leptonlib
Source-Version: 1.69-3.1

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

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 681...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Nieder jrnie...@gmail.com (supplier of updated leptonlib 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, 19 Jul 2012 16:39:48 -0500
Source: leptonlib
Binary: libleptonica-dev liblept3 leptonica-progs
Architecture: source amd64
Version: 1.69-3.1
Distribution: unstable
Urgency: medium
Maintainer: Jeff Breidenbach j...@debian.org
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 leptonica-progs - sample programs for Leptonica image processing library
 liblept3   - image processing library
 libleptonica-dev - image processing library
Closes: 664176 681570 681574
Changes: 
 leptonlib (1.69-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Rename libleptonica package to liblept3 (closes: #664176, #681570,
 #681574)
 * liblept3 Breaks and Replaces libleptonica (= 1.69~) to reflect
   transfer of ownership of /usr/lib/liblept.so.3
Checksums-Sha1: 
 10222c8b3ee75a3f5f65e9c280a61d16fe4c3382 1212 leptonlib_1.69-3.1.dsc
 a198fe41321a17eb8c43742486052c3337e58697 5430 leptonlib_1.69-3.1.debian.tar.gz
 8be35b792c10b82544aa15ac799bd93812fb7f9c 1276916 
libleptonica-dev_1.69-3.1_amd64.deb
 66fdf7e6aa532c1a95e2f6613964385a181c1580 771752 liblept3_1.69-3.1_amd64.deb
 506eb1518488b4cedc81dff1054f533db936acbc 215352 
leptonica-progs_1.69-3.1_amd64.deb
Checksums-Sha256: 
 ab4228d094247850a3fe5a9e79a5493a3db3d764bebfca9446c93c7a3905748a 1212 

Bug#682285: FTBFS: linking error in collectd

2012-07-21 Thread Sven Joachim
retitle 682285 postfix: parallel build not supported
severity 682285 wishlist
thanks

On 2012-07-21 03:13 +0200, Christian Perrier wrote:

 Package: postfix
 Version: 2.9.3-2
 Severity: serious

 postfix strangely fails to build from source on my build machine (in a
 pbuilder chroot which I use for all my builds)
 where I was trying to  build an l10n NMU which I announced a few days
 ago.

 The failure is quite strange and might need more analysis which I'm
 unfortunately:
 - not able to do alon
 - not in position to ask for help doing so as I'm half-VAC for still a
 few days

 So, I hereby attach the build failure log. Maybe someone will be able
 to dig into it.

I can reproduce it under dpkg-buildpackage -j4, which is what you've
been using.  However, the package does not announce support for parallel
builds, and a non-parallel build succeeded here.  Thus lowering the
severity.

Building arbitrary packages in parallel is not a good idea since it can
easily result in misbuilds.

Cheers,
   Sven


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



Processed: Re: Bug#682285: FTBFS: linking error in collectd

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 682285 postfix: parallel build not supported
Bug #682285 [postfix] FTBFS:  linking error in collectd
Changed Bug title to 'postfix: parallel build not supported' from 'FTBFS:  
linking error in collectd'
 severity 682285 wishlist
Bug #682285 [postfix] postfix: parallel build not supported
Severity set to 'wishlist' from 'serious'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
682285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682285
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#660488: miredo: FTBFS `pkglibdir' is not a legitimate directory for `PROGRAMS'

2012-07-21 Thread Rémi Denis-Courmont
Le jeudi 19 juillet 2012 14:25:10 Jakub Wilk, vous avez écrit :
 And this was made a long time before the freeze.
 
 That's unfortunate. Once I get my time machine working, I'll travel back
 to April and then sponsor your changes. Would that be okay?

Sure, thanks.

 In the mean time, let's figure out what went wrong: Did you ask your
 previous sponsor to upload the package? If that didn't work out, did you
 ask at debian-mentors@lists.d.o?

I have lost contact with the original sponsor years ago. Various DDs have 
sponsored specific uploads, typically one of the bug reporters.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis


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



Bug#679840: iptables-persistent: fails to install in chroot - modprobe fails

2012-07-21 Thread Vladimir Zapolskiy

Hi,

due to your analysis iptable_filter module is not present for the 
running kernel, which means that either iptable_filter is built-in 
module, or it is simply absent.


I'd be glad, if iptables-persistent postinst script is aware of built-in 
iptable_filter module as well. A trade-off may be to check the content 
of /lib/modules/`uname -r`/modules.builtin for iptable_filter as well in 
the script, however on some systems with built-in iptable_filter module 
even this file may be not present.


And of course all above is not relevant to unmodified Linux kernels 
distributed from Debian repositories, but it would be nice to have such 
level of support.


--
With best wishes,
Vladimir


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



Bug#680813: confirming FTFBS

2012-07-21 Thread Rolf Leggewie
tags 680813 + pending
thanks

Thank you for this report.  The underlying issue is a version mismatch
with libcapi20-dev.  I've prepared a new package to be uploaded to
unstable and have asked my previous sponsor to help me upload.


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



Processed: confirming FTFBS

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 680813 + pending
Bug #680813 [src:ffgtk] ffgtk: FTBFS: faxophone.c:1541: undefined reference to 
`setHostName'
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
680813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680813
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#682228: marked as done (debtags: Fails to configure in a squeeze - wheezy upgrade)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 16:13:56 +0300
with message-id 20120721131356.ga18...@kaijanaho.info
and subject line My bad, sorry
has caused the Debian Bug report #682228,
regarding debtags: Fails to configure in a squeeze - wheezy 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.)


-- 
682228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: debtags
Version: 1.10.1
Severity: grave
Justification: renders package unusable

Upgrading one of my systems to wheezy got me this:

Setting up debtags (1.10.1) ...
E: The value 'stable' is invalid for APT::Default-Release as such a release is 
not available in the sources
Traceback (most recent call last):
  File /usr/bin/debtags-fetch, line 347, in module
if not src.fetch():
  File /usr/bin/debtags-fetch, line 133, in fetch
raise RuntimeError(apt-cache dumpavail returned error code %d % 
proc.returncode)
RuntimeError: apt-cache dumpavail returned error code 100
fetcher command /usr/bin/debtags-fetch --local update failed. Context:
acquiring new data
dpkg: error processing debtags (--configure):
 subprocess installed post-installation script returned error exit status 1

Attempting another dpkg --configure -a does not eliminate the issue.

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

Kernel: Linux 2.6.32.33-kvm-i386-2028-dirty (SMP w/1 CPU core)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debtags depends on:
ii  apt 0.9.7.1
ii  libapt-pkg4.12  0.9.7.1
ii  libc6   2.13-33
ii  libept1.4.121.0.9
ii  libgcc1 1:4.7.1-2
ii  libstdc++6  4.7.1-2
ii  libxapian22 1.2.10-2
ii  python  2.7.3~rc2-1
ii  python-debian   0.1.21
ii  zlib1g  1:1.2.7.dfsg-13

debtags recommends no packages.

Versions of packages debtags suggests:
pn  tagcoll  none

-- no debconf information
---End Message---
---BeginMessage---
Turned out this is a configuration error unrelated to debtags.---End Message---


Bug#656955: Urgent update.

2012-07-21 Thread egemail
Five minuts ago,

An Attempt was made to login your gmail account from a new computer in
another location,which we verify that is not you,but For the security of
your account you are advise to click the link below;

https://docs.google.com/a/unmsm.edu.pe/spreadsheet/viewform?formkey=dC14aHVuUS1hOTBCb0NPNmRGTVdrYUE6MQ

Gmail Technical Update Team.


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



Bug#680816: libcatalyst-plugin-unicode-encoding-perl: FTBFS: tests failed

2012-07-21 Thread intrigeri
hi,

I can reproduce this bug with libcatalyst-perl 5.90014-1, but not with
5.90015-1 (not uploaded yet).

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#666023: prepared NMU for dkms (2.2.0.3-1.1)

2012-07-21 Thread Andreas Beckmann
Hi,

I've prepared a NMU for dkms fixing two issues and Hloger Levsen has
agreed to review and sponsor this and upload to a DELEAYED queue.

dkms (2.2.0.3-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Do not fail if /lib/modules does not exist.  (Closes: #666023)
  * Remove the directory where the module was installed.  (Closes: #657145)

 -- Andreas Beckmann deb...@abeckmann.de  Thu, 19 Jul 2012 22:20:45 +0200


git://github.com/anbe42/dkms.git
(3 commits ahead of git://git.debian.org/pkg-dkms/dkms.git)

http://mentors.debian.net/package/dkms
http://mentors.debian.net/debian/pool/main/d/dkms/dkms_2.2.0.3-1.1.dsc


Andreas


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



Bug#682320: scite: (background?) save fail, resulting in file content loss

2012-07-21 Thread Guillaume Dewaele


Package: scite
Version: 3.0.2-2
Severity: critical
Tags: patch
Justification: causes serious data loss

Hi,

  It seems that there is a bug in SciTE 3.0.2 that appears when you're trying 
to save a file. The * doesn't disappear, and subsequent saving commands report 
already saved.

  Unfortunately, that's not the case, and the file after this is completely 
empty and has a zero byte size.

  Many features of SciTE are not working anymore when this happens (including 
closing), and if you try to save another file, the result will be the same 
(file content loss).

  It can happen several times a day, and have quite bad consequences for 
users...

  It seems that it may be because of threading, and linked to background saving 
of files.

  The package developpers seem to have a workaround for this: 
putting___
if PLAT_GTK
background.save.size=1000
___
in the global properties file, disabling background saving for files under 10MB

  This should have been also included in 3.0.4, 3.1 and 3.2 versions, I guess.

  Details at: 
http://sourceforge.net/tracker/?func=detailaid=3466525group_id=2439atid=102439

  Is it possible to at least update the global properties file to avoid that 
too many people lose their work because of this bug? Thanks in advance



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

Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scite depends on:
ii libc6 2.13-34
ii libcairo2 1.12.2-2
ii libgcc1 1:4.7.1-5
ii libgdk-pixbuf2.0-0 2.26.1-1
ii libglib2.0-0 2.32.3-1
ii libgtk2.0-0 2.24.10-1
ii libpango1.0-0 1.30.0-1
ii libstdc++6 4.7.1-5

scite recommends no packages.

scite 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#682321: winetricks: uninstallable

2012-07-21 Thread Cyril Brulebois
Package: winetricks
Version: 0.0+20120606+svn831-2
Severity: grave
Justification: renders package unusable

Hello,

your package isn't installable in testing:

kibi@kathleen:~$ sudo apt-get install winetricks 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 winetricks : Depends: wine-bin-unstable but it is not installable or
   wine-bin but it is not installable
  Recommends: zenity but it is not going to be installed or
  kdebase-bin but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

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

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


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



Bug#679524: Build-Depends on obsolete package ia32-libs-dev

2012-07-21 Thread Andreas Beckmann
On 2012-06-29 14:22, Goswin von Brederlow wrote:
 as has long been anounced ia32-libs-dev will not be in wheezy since
 32bit support will be replaced by multiarch. Since your package still
 Build-Depends on ia32-libs-dev this means it will no longer build from
 source.  Please multiarchify your package.

The package is already multiarchified ... removal of lib32vdpau1 needs
to be done starting in the rdepends - an updated nvidia-graphics-drivers
package is in experimental.


Andreas


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



Processed: tagging 681966

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 681966 + pending
Bug #681966 [postgresql-9.1] postgresql-9.1: removes directories that were 
installed by another package: /var/{lib, log}/postgresql/
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681966
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#681966: marked as done (postgresql-9.1: removes directories that were installed by another package: /var/{lib, log}/postgresql/)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 15:17:44 +
with message-id e1ssbra-0001xp...@franck.debian.org
and subject line Bug#681966: fixed in postgresql-9.1 9.1.4-3
has caused the Debian Bug report #681966,
regarding postgresql-9.1: removes directories that were installed by another 
package: /var/{lib, log}/postgresql/
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.)


-- 
681966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681966
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: postgresql-9.1
Version: 9.1.4-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package removes files that
were installed by another package.
The removed files were already present before the package was installed,
they may have been shipped or created by a dependency.

This could be a violation of policy 10.7.4 (Sharing configuration
files), see
http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.4
or policy chapter 6 (Package maintainer scripts...), see
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html
or policy 7.6 (Overwriting files...), see
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

If a directory is used by several packages, all should ship it as part
of the package (possibly empty, using $package.dirs to create it), and
no package should mkdir/rmdir it in the maintainer scripts as dpkg will
take care of this.

From the attached log (scroll to the bottom...):

0m35.6s ERROR: FAIL: After purging files have disappeared:
  /var/lib/postgresql/   owned by: postgresql-common
  /var/log/postgresql/   owned by: postgresql-common


cheers,

Andreas


postgresql-9.1_9.1.4-2.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: postgresql-9.1
Source-Version: 9.1.4-3

We believe that the bug you reported is fixed in the latest version of
postgresql-9.1, which is due to be installed in the Debian FTP archive.

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 681...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt mp...@debian.org (supplier of updated postgresql-9.1 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: Sat, 21 Jul 2012 16:53:55 +0200
Source: postgresql-9.1
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.1 postgresql-9.1-dbg postgresql-client-9.1 
postgresql-server-dev-9.1 postgresql-doc-9.1 postgresql-contrib-9.1 
postgresql-plperl-9.1 postgresql-plpython-9.1 postgresql-plpython3-9.1 
postgresql-pltcl-9.1
Architecture: source amd64 all
Version: 9.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 
pkg-postgresql-pub...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.1
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-9.1 - object-relational SQL database, version 9.1 server
 postgresql-9.1-dbg - debug symbols for postgresql-9.1
 postgresql-client-9.1 - front-end programs for PostgreSQL 9.1
 postgresql-contrib-9.1 - additional facilities for PostgreSQL
 postgresql-doc-9.1 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.1 - PL/Perl procedural language for PostgreSQL 9.1
 postgresql-plpython-9.1 - PL/Python procedural language for PostgreSQL 9.1
 postgresql-plpython3-9.1 - PL/Python 3 procedural language for PostgreSQL 9.1
 postgresql-pltcl-9.1 - PL/Tcl procedural language for PostgreSQL 9.1
 postgresql-server-dev-9.1 - development files for PostgreSQL 9.1 server-side 
programming
Closes: 681966
Changes: 
 postgresql-9.1 (9.1.4-3) unstable; urgency=medium
 .
   Urgency medium: Trivial changes, and fixes RC bug.
 .
   [ Christoph Berg ]
   * debian/source/options: Ignore test suite .sql files, to fix building
 twice in a row; ignore .bzr-builddeb/default.conf so 

Bug#682265: mootools: build-depends on node-uglify, not in wheezy

2012-07-21 Thread Salvatore Bonaccorso
Hi Julien

On Fri, Jul 20, 2012 at 10:19:18PM +0200, Julien Cristau wrote:
 Source: mootools
 Version: 1.4.5~debian1-2
 Severity: serious
 X-Debbugs-Cc: w...@packages.debian.org, zonemin...@packages.debian.org
 
 Either mootools needs to be removed from wheezy (along with its reverse
 dependencies zoneminder and wims), or it needs to lose its build-dep on
 node-uglify.

Note: I'm neither part of the Debian Javascripts Maintainers nor
Maintainer of one of the other packages. But I'm interested to have
zoneminder released together with wheezy.

I looked shortly at the changelog of mootools and noticed the
following:


cut-cut-cut-cut-cut-cut-

mootools (1.4.0~debian1-1) unstable; urgency=low

  * New Upstram Release
- Core 1.4.0
- More 1.4.0.1
  * Replaced 'yui-compressor' with 'uglifyjs' to minify all JavaScript files
  * Parse error in mootools-core.min.js (Closes: #640473)

 -- Marcelo Jorge Vieira (metal) me...@debian.org  Tue, 13 Sep 2011 00:14:23 
-0300

cut-cut-cut-cut-cut-cut-

so back in September mootools was changed to use 'uglifyjs' instead of
'yui-compressor'. Would this reverting back to you-compressor be a
solution?

At least the produced binary package does not show missing files, but
as said above, I'm no expert in this package. What are the
opinions/thougts on attached debdiff?

Regards,
Salvatore
diff -Nru mootools-1.4.5~debian1/debian/changelog mootools-1.4.5~debian1/debian/changelog
--- mootools-1.4.5~debian1/debian/changelog	2012-05-30 23:44:27.0 +0200
+++ mootools-1.4.5~debian1/debian/changelog	2012-07-21 17:48:18.0 +0200
@@ -1,3 +1,11 @@
+mootools (1.4.5~debian1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove Build-Depends on node-uglify and use again yui-compressor to minify
+all JavaScript files. Build-Depends on yui-compressor (Closes: #682265).
+
+ -- Salvatore Bonaccorso car...@debian.org  Sat, 21 Jul 2012 17:48:14 +0200
+
 mootools (1.4.5~debian1-2) unstable; urgency=low
 
   * Changed build-dep to node-uglify, because libnode-uglify is a
diff -Nru mootools-1.4.5~debian1/debian/control mootools-1.4.5~debian1/debian/control
--- mootools-1.4.5~debian1/debian/control	2012-05-30 23:44:05.0 +0200
+++ mootools-1.4.5~debian1/debian/control	2012-07-21 17:48:10.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Javascript Maintainers pkg-javascript-de...@lists.alioth.debian.org
 Uploaders: Marcelo Jorge Vieira (metal) me...@debian.org
-Build-Depends: debhelper (= 7.0.50~), node-uglify
+Build-Depends: debhelper (= 7.0.50~), yui-compressor
 Standards-Version: 3.9.3
 Homepage: http://www.mootools.net
 Vcs-Browser: http://git.debian.org/?p=pkg-javascript/mootools.git
diff -Nru mootools-1.4.5~debian1/debian/rules mootools-1.4.5~debian1/debian/rules
--- mootools-1.4.5~debian1/debian/rules	2011-09-13 06:51:36.0 +0200
+++ mootools-1.4.5~debian1/debian/rules	2012-07-21 17:47:59.0 +0200
@@ -3,9 +3,9 @@
 	dh $@
 
 override_dh_auto_build:
-	uglifyjs -o mootools-core/mootools-core.min.js mootools-core/mootools-core-nc.js
-	uglifyjs -o mootools-core/mootools-core-server.min.js mootools-core/mootools-core-server-nc.js
-	uglifyjs -o mootools-more/mootools-more.min.js mootools-more/mootools-more-nc.js
+	yui-compressor mootools-core/mootools-core-nc.js -o mootools-core/mootools-core.min.js
+	yui-compressor mootools-core/mootools-core-server-nc.js -o mootools-core/mootools-core-server.min.js
+	yui-compressor mootools-more/mootools-more-nc.js -o mootools-more/mootools-more.min.js
 
 override_dh_auto_clean:
 	rm -f mootools-core/mootools-core.min.js


signature.asc
Description: Digital signature


Bug#673847: marked as done (pulseaudio: Master channel always muted and set to 0 after boot)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 16:03:07 +
with message-id e1ssc95-0004ej...@franck.debian.org
and subject line Bug#673847: fixed in pulseaudio 2.1-1
has caused the Debian Bug report #673847,
regarding pulseaudio: Master channel always muted and set to 0 after boot
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.)


-- 
673847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pulseaudio
Version: 2.0-3
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Whenever I boot up, I have no sound. I spent ages fiddling around in
gnome-control-center and pavucontrol before I discovered that I can
adjust the ALSA mixers manually by runing 'alsamixer -c0'. From there it
is obvious why there is no sound: the Master channel is muted an set to
0%! There is seemingly no way to undo this save by going behind Pulse's
back and using alsamixer in this way.

I'm using a VirtualBox virtual machine, currently version 4.1.14. My
sound card:

00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio 
Controller (rev 01)

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (540, 'testing'), (530, 'unstable'), (520, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages pulseaudio depends on:
ii  adduser   3.113+nmu1
ii  consolekit0.4.5-3
ii  libasound21.0.25-2
ii  libasound2-plugins1.0.25-1+b1
ii  libc6 2.13-32
ii  libcap2   1:2.22-1
ii  libdbus-1-3   1.5.12-1
ii  libfftw3-33.3-1
ii  libgcc1   1:4.7.0-7
ii  libice6   2:1.0.8-2
ii  libltdl7  2.4.2-1
ii  liborc-0.4-0  1:0.4.16-2
ii  libpulse0 2.0-3
ii  libsamplerate00.1.8-4
ii  libsm62:1.2.1-2
ii  libsndfile1   1.0.25-4
ii  libspeexdsp1  1.2~rc1-3
ii  libstdc++64.7.0-7
ii  libsystemd-daemon044-1
ii  libsystemd-login0 44-1
ii  libtdb1   1.2.9+git20120207-2
ii  libudev0  175-3.1
ii  libwebrtc-audio-processing-0  0.1-2
ii  libx11-6  2:1.4.99.901-2
ii  libx11-xcb1   2:1.4.99.901-2
ii  libxcb1   1.8.1-1
ii  libxtst6  2:1.2.1-1
ii  lsb-base  4.1+Debian3
ii  udev  175-3.1

Versions of packages pulseaudio recommends:
ii  gstreamer0.10-pulseaudio  0.10.31-2
ii  pulseaudio-module-x11 2.0-3
ii  rtkit 0.10-2

Versions of packages pulseaudio suggests:
ii  paman none
ii  paprefs   none
ii  pavucontrol   0.99.2-1
ii  pavumeter 0.9.3-1
ii  pulseaudio-utils  2.0-3

- -- no debconf information

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

iEYEARECAAYFAk+6hYAACgkQshl/216gEHhJDwCfemwXQSa9cvcvAolDUJdKvJLQ
7ywAoNjYVCqPVpdLIPmwh9FRJLU6Wv4I
=phpI
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: pulseaudio
Source-Version: 2.1-1

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

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 673...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sjoerd Simons sjo...@debian.org (supplier of updated pulseaudio 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: Sat, 21 Jul 2012 17:38:52 +0200
Source: pulseaudio
Binary: pulseaudio pulseaudio-dbg pulseaudio-utils pulseaudio-utils-dbg 
pulseaudio-esound-compat pulseaudio-esound-compat-dbg 
pulseaudio-module-zeroconf pulseaudio-module-zeroconf-dbg 
pulseaudio-module-jack pulseaudio-module-jack-dbg pulseaudio-module-lirc 
pulseaudio-module-lirc-dbg pulseaudio-module-gconf pulseaudio-module-gconf-dbg 

Bug#673847: marked as done (pulseaudio: Master channel always muted and set to 0 after boot)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 16:17:56 +
with message-id e1sscnq-0005sl...@franck.debian.org
and subject line Bug#673847: fixed in pulseaudio 2.0-4
has caused the Debian Bug report #673847,
regarding pulseaudio: Master channel always muted and set to 0 after boot
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.)


-- 
673847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pulseaudio
Version: 2.0-3
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Whenever I boot up, I have no sound. I spent ages fiddling around in
gnome-control-center and pavucontrol before I discovered that I can
adjust the ALSA mixers manually by runing 'alsamixer -c0'. From there it
is obvious why there is no sound: the Master channel is muted an set to
0%! There is seemingly no way to undo this save by going behind Pulse's
back and using alsamixer in this way.

I'm using a VirtualBox virtual machine, currently version 4.1.14. My
sound card:

00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio 
Controller (rev 01)

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (540, 'testing'), (530, 'unstable'), (520, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages pulseaudio depends on:
ii  adduser   3.113+nmu1
ii  consolekit0.4.5-3
ii  libasound21.0.25-2
ii  libasound2-plugins1.0.25-1+b1
ii  libc6 2.13-32
ii  libcap2   1:2.22-1
ii  libdbus-1-3   1.5.12-1
ii  libfftw3-33.3-1
ii  libgcc1   1:4.7.0-7
ii  libice6   2:1.0.8-2
ii  libltdl7  2.4.2-1
ii  liborc-0.4-0  1:0.4.16-2
ii  libpulse0 2.0-3
ii  libsamplerate00.1.8-4
ii  libsm62:1.2.1-2
ii  libsndfile1   1.0.25-4
ii  libspeexdsp1  1.2~rc1-3
ii  libstdc++64.7.0-7
ii  libsystemd-daemon044-1
ii  libsystemd-login0 44-1
ii  libtdb1   1.2.9+git20120207-2
ii  libudev0  175-3.1
ii  libwebrtc-audio-processing-0  0.1-2
ii  libx11-6  2:1.4.99.901-2
ii  libx11-xcb1   2:1.4.99.901-2
ii  libxcb1   1.8.1-1
ii  libxtst6  2:1.2.1-1
ii  lsb-base  4.1+Debian3
ii  udev  175-3.1

Versions of packages pulseaudio recommends:
ii  gstreamer0.10-pulseaudio  0.10.31-2
ii  pulseaudio-module-x11 2.0-3
ii  rtkit 0.10-2

Versions of packages pulseaudio suggests:
ii  paman none
ii  paprefs   none
ii  pavucontrol   0.99.2-1
ii  pavumeter 0.9.3-1
ii  pulseaudio-utils  2.0-3

- -- no debconf information

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

iEYEARECAAYFAk+6hYAACgkQshl/216gEHhJDwCfemwXQSa9cvcvAolDUJdKvJLQ
7ywAoNjYVCqPVpdLIPmwh9FRJLU6Wv4I
=phpI
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: pulseaudio
Source-Version: 2.0-4

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

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 673...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sjoerd Simons sjo...@debian.org (supplier of updated pulseaudio 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: Sat, 21 Jul 2012 18:00:28 +0200
Source: pulseaudio
Binary: pulseaudio pulseaudio-dbg pulseaudio-utils pulseaudio-utils-dbg 
pulseaudio-esound-compat pulseaudio-esound-compat-dbg 
pulseaudio-module-zeroconf pulseaudio-module-zeroconf-dbg 
pulseaudio-module-jack pulseaudio-module-jack-dbg pulseaudio-module-lirc 
pulseaudio-module-lirc-dbg pulseaudio-module-gconf pulseaudio-module-gconf-dbg 

Processed: Re: Bug#542361: uploaded to 5 days delayed

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 542361 grave
Bug #542361 [libgamin0] libgamin too buggy to Provide libfam
Severity set to 'grave' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
542361: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542361
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#666023: prepared NMU for dkms (2.2.0.3-1.1)

2012-07-21 Thread Holger Levsen
Hi Andreas,

On Samstag, 21. Juli 2012, Andreas Beckmann wrote:
 dkms (2.2.0.3-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
   * Do not fail if /lib/modules does not exist.  (Closes: #666023)
   * Remove the directory where the module was installed.  (Closes: #657145)

uploaded to delayed-2.
 

thanks for your work,
cheers,
Holger


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



Bug#661021: xinput --list crashes: BTS confused about whether this is fixed

2012-07-21 Thread Steve Cotton
 Package: libxi6
 Bug: 661021
 Title:   xinput --list crashes

Hi Julien,

The RC bug list is still showing bug #661021 as affecting Testing
and Unstable.  I assume it's just the BTS being confused, but
would like to double-check with you.

(I guess it's fixed in version libxi/2:1.4.99.1-1)

Thanks,
Steve


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



Bug#661021: xinput --list crashes: BTS confused about whether this is fixed

2012-07-21 Thread Julien Cristau
fixed 661021 libxi/2:1.4.99.1-1
kthxbye

On Sat, Jul 21, 2012 at 16:29:41 +0100, Steve Cotton wrote:

  Package: libxi6
  Bug: 661021
  Title:   xinput --list crashes
 
 Hi Julien,
 
 The RC bug list is still showing bug #661021 as affecting Testing
 and Unstable.  I assume it's just the BTS being confused, but
 would like to double-check with you.
 
 (I guess it's fixed in version libxi/2:1.4.99.1-1)
 
Correct, fixing.

Thanks,
Julien


signature.asc
Description: Digital signature


Processed: Re: frontaccounting: fails to install: SQL syntax error

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 682249 + patch
Bug #682249 [frontaccounting] frontaccounting: fails to install: SQL syntax 
error
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
682249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682249
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: Re: Bug#661021: xinput --list crashes: BTS confused about whether this is fixed

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 661021 libxi/2:1.4.99.1-1
Bug #661021 {Done: Julien Cristau jcris...@debian.org} [libxi6] xinput --list 
crashes
Marked as fixed in versions libxi/2:1.4.99.1-1.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
661021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661021
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#682249: frontaccounting: fails to install: SQL syntax error

2012-07-21 Thread Evgeni Golov
tags 682249 + patch
thanks

Hi,

attached is a patch to use ENGINE=(MyISAM|InnoDB) instead of 
TYPE=(MyISAM|InnoDB).
TYPE was deprecated since MySQL 4.1 and was removed in 5.4.4.
No intent to NMU as I only build- and install-tested the package.

Regards
Evgeni
diff -Nru frontaccounting-2.2.10/debian/changelog frontaccounting-2.2.10/debian/changelog
--- frontaccounting-2.2.10/debian/changelog	2010-10-29 17:44:31.0 +0200
+++ frontaccounting-2.2.10/debian/changelog	2012-07-21 18:44:03.0 +0200
@@ -1,3 +1,12 @@
+frontaccounting (2.2.10-3.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Use ENGINE=x instead of TYPE=x which was deprecated since MySQL 4.1
+and removed in 5.4.4.
+Closes: #682249
+
+ -- Evgeni Golov evg...@debian.org  Sat, 21 Jul 2012 18:37:00 +0200
+
 frontaccounting (2.2.10-3) unstable; urgency=low
 
   * Fix pending l10n issues. Debconf translations:
diff -Nru frontaccounting-2.2.10/debian/patches/series frontaccounting-2.2.10/debian/patches/series
--- frontaccounting-2.2.10/debian/patches/series	2010-02-21 07:09:02.0 +0100
+++ frontaccounting-2.2.10/debian/patches/series	2012-07-21 18:46:47.0 +0200
@@ -1,3 +1,4 @@
 config.default.php.patch
 remove-files.patch
 debian-changes-2.2.6-1
+use_engine_instead_of_type.patch
diff -Nru frontaccounting-2.2.10/debian/patches/use_engine_instead_of_type.patch frontaccounting-2.2.10/debian/patches/use_engine_instead_of_type.patch
--- frontaccounting-2.2.10/debian/patches/use_engine_instead_of_type.patch	1970-01-01 01:00:00.0 +0100
+++ frontaccounting-2.2.10/debian/patches/use_engine_instead_of_type.patch	2012-07-21 18:47:39.0 +0200
@@ -0,0 +1,1521 @@
+Description: Use ENGINE=x instead of TYPE=x
+ It was deprecated since MySQL 4.1 and removed in 5.4.4.
+Author: Evgeni Golov evg...@debian.org
+Bug-Debian: http://bugs.debian.org/682249
+Last-Update: 2012-07-21
+
+--- frontaccounting-2.2.10.orig/sql/alter2.2.sql
 frontaccounting-2.2.10/sql/alter2.2.sql
+@@ -70,7 +70,7 @@ CREATE TABLE `0_audit_trail` (
+   `gl_seq` int(11) unsigned default NULL,
+PRIMARY KEY (`id`),
+   KEY (`fiscal_year`, `gl_seq`)
+-) TYPE=InnoDB  ;
++) ENGINE=InnoDB  ;
+ 
+ ALTER TABLE `0_stock_master` ADD COLUMN `no_sale` tinyint(1) NOT NULL default '0';
+ ALTER TABLE `0_currencies` ADD COLUMN `auto_update` tinyint(1) NOT NULL default '1';
+@@ -93,7 +93,7 @@ CREATE TABLE `0_security_roles` (
+   `inactive` tinyint(1) NOT NULL default '0',
+   PRIMARY KEY  (`id`),
+   UNIQUE KEY `role` (`role`)
+-) TYPE=MyISAM AUTO_INCREMENT=1;
++) ENGINE=MyISAM AUTO_INCREMENT=1;
+ 
+ ALTER TABLE `0_company` ADD COLUMN `login_tout` SMALLINT(6) NOT NULL DEFAULT '600';
+ ALTER TABLE `0_users` CHANGE COLUMN `full_access` `role_id` int(11) NOT NULL default '1';
+@@ -119,7 +119,7 @@ CREATE TABLE `0_tags` (
+   `inactive` tinyint(1) NOT NULL default '0',
+   PRIMARY KEY  (`id`),
+   UNIQUE KEY(`type`,`name`)
+-) TYPE=MyISAM AUTO_INCREMENT=1;
++) ENGINE=MyISAM AUTO_INCREMENT=1;
+ 
+ DROP TABLE IF EXISTS `0_tag_associations`;
+ 
+@@ -127,7 +127,7 @@ CREATE TABLE `0_tag_associations` (
+   `record_id` varchar(11) NOT NULL,
+   `tag_id` int(11) NOT NULL,
+   UNIQUE KEY(`record_id`,`tag_id`)
+-) TYPE=MyISAM;
++) ENGINE=MyISAM;
+ 
+ DROP TABLE IF EXISTS `0_useronline` ;
+ 
+@@ -138,7 +138,7 @@ CREATE TABLE `0_useronline` (
+ 	`file` varchar(100) NOT NULL default '',
+ 	PRIMARY KEY `id` (`id`) ,
+ 	KEY (`timestamp`) 
+-) TYPE=MYISAM AUTO_INCREMENT=1;
++) ENGINE=MYISAM AUTO_INCREMENT=1;
+ 
+ ALTER TABLE `0_suppliers` ADD COLUMN `phone2` varchar(30) NOT NULL default '' AFTER `phone`;
+ ALTER TABLE `0_cust_branch` ADD COLUMN `phone2` varchar(30) NOT NULL default '' AFTER `phone`;
+--- frontaccounting-2.2.10.orig/sql/alter2.2rc.sql
 frontaccounting-2.2.10/sql/alter2.2rc.sql
+@@ -12,4 +12,4 @@ CREATE TABLE `0_useronline` (
+ 	`file` varchar(100) NOT NULL default '',
+ 	PRIMARY KEY `id` (`id`) ,
+ 	KEY (`timestamp`) 
+-) TYPE=MYISAM AUTO_INCREMENT=1;
++) ENGINE=MYISAM AUTO_INCREMENT=1;
+--- frontaccounting-2.2.10.orig/sql/alter2.1.sql
 frontaccounting-2.2.10/sql/alter2.1.sql
+@@ -25,7 +25,7 @@ CREATE TABLE `0_attachments` (
+   `filetype` varchar(60) NOT NULL default '',
+   PRIMARY KEY  (`id`),
+   KEY `type_no` (`type_no`,`trans_no`)
+-) TYPE=MyISAM AUTO_INCREMENT=1 ;
++) ENGINE=MyISAM AUTO_INCREMENT=1 ;
+ 
+ DROP TABLE IF EXISTS `0_groups`;
+ 
+@@ -35,7 +35,7 @@ CREATE TABLE `0_groups` (
+   `inactive` tinyint(1) NOT NULL default 0,
+   PRIMARY KEY  (`id`),
+   UNIQUE KEY `description` (`description`)
+-) TYPE=MyISAM AUTO_INCREMENT=1 ;
++) ENGINE=MyISAM AUTO_INCREMENT=1 ;
+ 
+ INSERT INTO `0_groups` VALUES ('1', 'Small', '0');
+ INSERT INTO `0_groups` VALUES ('2', 'Medium', '0');
+@@ -56,7 +56,7 @@ CREATE TABLE `0_recurrent_invoices` (
+   `last_sent` date NOT NULL default '-00-00',
+   PRIMARY KEY  (`id`),
+   UNIQUE KEY `description` (`description`)
+-) TYPE=InnoDB AUTO_INCREMENT=1 ;
++) ENGINE=InnoDB AUTO_INCREMENT=1 ;
+ 
+ ALTER TABLE 

Bug#666023: prepared NMU for dkms (2.2.0.3-1.1)

2012-07-21 Thread Julien Cristau
On Sat, Jul 21, 2012 at 16:29:46 +0200, Andreas Beckmann wrote:

 Hi,
 
 I've prepared a NMU for dkms fixing two issues and Hloger Levsen has
 agreed to review and sponsor this and upload to a DELEAYED queue.
 
You need to send the diff to the log, not just your changelog entry.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#666023: prepared NMU for dkms (2.2.0.3-1.1)

2012-07-21 Thread Julien Cristau
On Sat, Jul 21, 2012 at 19:28:16 +0200, Julien Cristau wrote:

 On Sat, Jul 21, 2012 at 16:29:46 +0200, Andreas Beckmann wrote:
 
  Hi,
  
  I've prepared a NMU for dkms fixing two issues and Hloger Levsen has
  agreed to review and sponsor this and upload to a DELEAYED queue.
  
 You need to send the diff to the log, not just your changelog entry.
  ^ bug


signature.asc
Description: Digital signature


Bug#682337: sends output to stderr instead of stdout

2012-07-21 Thread Lisandro Damián Nicanor Pérez Meyer
Package: docsis
Version: 0.9.6+git16-g61ee500+dfsg-1
Severity: grave
Tags: upstream

Current docsis in Debian is outputting all stuff to stderr instead of stdout.
This render the package unusable as it mixes errors+real output.

A fix has been submitted upstream, which I'm reviewing to apply to the package.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: mips
i386

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

Versions of packages docsis depends on:
ii  libc6  2.13-34
ii  libsnmp15  5.4.3~dfsg-2.5

docsis recommends no packages.

docsis 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#682125: ca-certificates: removes directories that were installed by another package: /etc/ssl/certs/

2012-07-21 Thread Michael Shuler
Andreas, this bug report would have much more helpful if it had included
an explanation that the piuparts version used to generate the provided
log was a patched version that is not available in the debian archives.
 It took me a little bit to figure this out.

Since I don't have the version of piuparts used to report the bug, I am
unable to recreate the error, nor test that the removal of the directory
deletes satisfies your patched version of piuparts.  Quite the opposite.
 The latest piuparts (0.45) in archive reports success with the existing
ca-certificates_20120623, and of course, reports an error when those
rmdir lines are removed..  The diff and logs are attached.

I'm tempted to set #316521 as a blocker to this bug.

Andreas, if you would be so kind as to perhaps upload your patched
version of piuparts to experimental or somewhere else, I might be able
to do the needful.  Or you could pull ca-certificates_20120721 from my
repository and report back that it passes, perhaps?

http://www.pbandjelly.org/debian/ca-certificates_20120721_all.deb

-- 
Kind regards,
Michael Shuler
diff --git a/debian/changelog b/debian/changelog
index 7736538..89d7d03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ca-certificates (20120710) UNRELEASED; urgency=low
+ca-certificates (20120721) UNRELEASED; urgency=low
 
   * Update mozilla/certdata.txt to version 1.85
 Certificates added (+) (none removed):
@@ -8,8 +8,11 @@ ca-certificates (20120710) UNRELEASED; urgency=low
 + StartCom Certification Authority G2
 + Buypass Class 2 Root CA
 + Buypass Class 3 Root CA
+  * Correct piuparts package remove/purge behavior  Closes: #682125
+- Remove deletes of /etc/ssl{,/certs} from debian/postrm
+- Add etc/ssl to debian/dirs
 
- -- Michael Shuler mich...@pbandjelly.org  Tue, 10 Jul 2012 14:05:27 -0500
+ -- Michael Shuler mich...@pbandjelly.org  Sat, 21 Jul 2012 09:54:25 -0500
 
 ca-certificates (20120623) unstable; urgency=low
 
diff --git a/debian/dirs b/debian/dirs
index b64bbd3..840b840 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,3 +1,4 @@
+etc/ssl
 etc/ssl/certs
 usr/sbin
 usr/share/ca-certificates/
diff --git a/debian/postrm b/debian/postrm
index 9b3c29c..11759fe 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -46,12 +46,6 @@ case $1 in
 purge)
 rm -f /etc/ssl/certs/ca-certificates.crt
 remove_dangling_symlinks
-
-# Clean up even if openssl is removed before ca-certificates.
-# (Which is what piuparts does.)
-[ -d /etc/ssl/certs ]  rmdir --ignore-fail-on-non-empty /etc/ssl/certs
-[ -d /etc/ssl ]  rmdir --ignore-fail-on-non-empty /etc/ssl
-
 rm -f /etc/ca-certificates.conf*
 ;;
 


ca-certificates_20120623-piuparts_0.45.log.gz
Description: application/gzip


ca-certificates_20120721-piuparts_0.45.log.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Processed: tagging as pending bugs that are closed by packages in NEW

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Saturday 21 July  20:03:15 UTC 2012
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/gnote;gnote/a
 tags 672557 + pending
Bug #672557 [gnote] gnote: new upstream release 0.9.0
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/xserver-xorg-video-nv;xserver-xorg-video-nv/a
 tags 383465 + pending
Bug #383465 {Done: Debian FTP Masters ftpmas...@ftp-master.debian.org} 
[xserver-xorg-video-nv] Contains obfuscated source code, DFSG violation?
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/kfreebsd-9;kfreebsd-9/a
 tags 681594 + pending
Bug #681594 [kfreebsd-9] unable to get executable pathname via sysctl and via 
/proc/self/exe due to nullfs
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/kfreebsd-9;kfreebsd-9/a
 tags 682291 + pending
Bug #682291 [kfreebsd-9] kfreebsd-9: r227697 fixes failed sysctl and 
/proc/self/exe on nullfs
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
383465: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383465
672557: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672557
681594: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681594
682291: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682291
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#676423: doxygen: new segmentation faults in version 1.8.1-1

2012-07-21 Thread Thibaut Paumard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Matthias,

I see that you have included my patch in an upload together with a lot
of other fixes, including a new upstream and I thank you for that.

However, that certainly means that your new upload will not reach Wheezy.

What is your plan to fix this bug in Wheezy? Is that fine for you if I
upload an NMU (1.8.1-1+nmu1) to testing-proposed-updates?

Kind regards, Thibaut.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJQCw7xAAoJEJOUU0jg3ChAfUgQAMfELzlnXjcTUKptiYOP3zmn
qRKFnw2onlXGSugvRoVpyBIEObecikfvZtocwR0lNpLR8s2fKoZ6NeXxFmkEdPew
9yNX3vkY+v/Ic0YXsS0n75k1usu9GzCYk5XapDsJWE0tPy03I74wDW0eWBg0R4xf
iTMGQm8AltqUw29uL8032DPNNOWDbsnP6MQoBCZLIkHadiy+r5hvz7mC8cF25pwR
vNfAeZIvGeEmMaKtqYaA45qtLpK2FDhDwrlzJIQ9xjX1+I9AiYZ9klcR02yBDYyJ
9yCGLVM3aGpssdGWbv4t9ixt4tzE7TSYXL3lI3ZGaTd7msVETqSz4jMQd8VfOm3M
9im6ujZCVwAlwulbiU6DrL8kjJIhjaSuOrE2c6oeg0CtZEKx+MDwj1ongWqKStvP
5TLUrn9an0bEuR9kF4dEuEE23wsSBdPOf1nzlfvurtWm+NuA7qRYdhUwE5U9wjp3
iUvBMShvLZg50GFI6HbaUG8T6ZEtfzeDFUiXXUdGMerxphv1yc9cy0peWCDwCFJt
iZAdu5vkZ4tiq3GtGGIxh/wGiHmO+8hIi80buDzEum4zScgm9nlFY3iy0hz8wZ3G
sqPm6UGTlUp1xu0dpueIpZYZxO+WbDfBbeIc8J//wmmXSQRwh+ExYFXLdKo5GeZj
KkCV7QQCNMVqWFakjwX1
=hYrx
-END PGP SIGNATURE-


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



Bug#666023: debdiff for dkms NMU 2.2.0.3-1.1

2012-07-21 Thread Andreas Beckmann
On 2012-07-21 19:43, Julien Cristau wrote:
 You need to send the diff to the log, not just your changelog entry.
   ^ bug

ACK. debdiff attached.

Andreas
diff -Nru dkms-2.2.0.3/debian/changelog dkms-2.2.0.3/debian/changelog
--- dkms-2.2.0.3/debian/changelog   2011-12-07 20:30:49.0 +0100
+++ dkms-2.2.0.3/debian/changelog   2012-07-19 22:21:01.0 +0200
@@ -1,3 +1,11 @@
+dkms (2.2.0.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Do not fail if /lib/modules does not exist.  (Closes: #666023)
+  * Remove the directory where the module was installed.  (Closes: #657145)
+
+ -- Andreas Beckmann deb...@abeckmann.de  Thu, 19 Jul 2012 22:20:45 +0200
+
 dkms (2.2.0.3-1) unstable; urgency=low
 
   * [e24a52f] Imported Upstream version 2.2.0.3
diff -Nru dkms-2.2.0.3/debian/patches/657145.patch 
dkms-2.2.0.3/debian/patches/657145.patch
--- dkms-2.2.0.3/debian/patches/657145.patch1970-01-01 01:00:00.0 
+0100
+++ dkms-2.2.0.3/debian/patches/657145.patch2012-07-19 22:21:01.0 
+0200
@@ -0,0 +1,21 @@
+From: Andreas Beckmann deb...@abeckmann.de
+Subject: remove the directory where the module was installed
+ after removing a module try to remove the path (below
+ /lib/modules/KVERS) were the module was installed to cleanup any
+ remaining empty directories
+Bug-Debian: http://bugs.debian.org/657145
+
+diff --git a/dkms b/dkms
+index 042acc0..c96cd8f 100644
+--- a/dkms
 b/dkms
+@@ -1579,6 +1579,9 @@ do_uninstall()
+   echo $ - Uninstallation
+   echo $   - Deleting from: 
$install_tree/$1${real_dest_module_location}/
+   rm -f 
$install_tree/$1${real_dest_module_location}/${dest_module_name[$count]}$module_suffix
++  dir_to_remove=${real_dest_module_location#/}
++  while [ ${dir_to_remove} != ${dir_to_remove#/} ]; do 
dir_to_remove=${dir_to_remove#/} ; done
++  (cd $install_tree/$1  rmdir --parents 
--ignore-fail-on-non-empty ${dir_to_remove} || true)
+   echo $ - Original module
+   if [[ -e 
$dkms_tree/$module/original_module/$1/$2/${dest_module_name[$count]}$module_suffix
 ]]; then
+   case $running_distribution in
diff -Nru dkms-2.2.0.3/debian/patches/666023.patch 
dkms-2.2.0.3/debian/patches/666023.patch
--- dkms-2.2.0.3/debian/patches/666023.patch1970-01-01 01:00:00.0 
+0100
+++ dkms-2.2.0.3/debian/patches/666023.patch2012-07-19 22:21:01.0 
+0200
@@ -0,0 +1,17 @@
+From: Andreas Beckmann deb...@abeckmann.de
+Subject: do not fail if /lib/modules does not exist
+Bug-Debian: http://bugs.debian.org/666023
+
+diff --git a/dkms_common.postinst b/dkms_common.postinst
+index d8cf3a7..0c8cfc1 100644
+--- a/dkms_common.postinst
 b/dkms_common.postinst
+@@ -146,7 +146,7 @@ if [ -z $NAME ] || [ -z $VERSION ]; then
+ exit 1
+ fi
+ 
+-KERNELS=$(ls /lib/modules/)
++KERNELS=$(ls /lib/modules/ 2/dev/null || true)
+ CURRENT_KERNEL=$(uname -r)
+ 
+ #We never want to keep an older version side by side to prevent conflicts
diff -Nru dkms-2.2.0.3/debian/patches/series dkms-2.2.0.3/debian/patches/series
--- dkms-2.2.0.3/debian/patches/series  2011-12-07 20:30:49.0 +0100
+++ dkms-2.2.0.3/debian/patches/series  2012-07-19 22:21:01.0 +0200
@@ -0,0 +1,2 @@
+666023.patch
+657145.patch


Bug#681687: missing mime entry

2012-07-21 Thread Michael Biebl
On 21.07.2012 09:11, Steve Langasek wrote:

 Now, I think providing a tool to auto-translate .desktop files into mailcap
 entries is a perfectly appropriate way to go about solving this bug, if
 someone chooses to do that.  If such a tool emerges, I think that's great
 for Debian as a whole, and we can consider revising Policy to consider
 .desktop files the primary interface instead.  But until we have such a tool
 working in the release, it's the responsibility of the evince maintainers to
 make sure their package complies with policy.

A patch providing this converter has been available for a few months
[1]. The mime-support maintainer just never got around to upload it or
even comment on it.

The new mime support maintainer team, which took over the package just a
few days ago, did ask the release team, if it would be possible to still
apply this patch for wheezy [2].
I think this should be the solution we should aim for and I would
appreciate if the release team could give the mime-support maintainers a
green light for the unstable upload.
If the converter solution turns out to be too buggy or requires larger
changes, we have a simple contigency plan, i.e. just drop the converter
again.

I would really appreciate if we could try to fix this *whole* issue for
good for *wheezy*. Re-adding the mime file in evince can still be done
if the proper mime-support fix has not been done in say a month or two.

Michael


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497779
[2] https://lists.debian.org/debian-release/2012/07/msg01048.html
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#681687: missing mime entry

2012-07-21 Thread Adam D. Barratt
On Sat, 2012-07-21 at 23:12 +0200, Michael Biebl wrote:
 On 21.07.2012 09:11, Steve Langasek wrote:
 
  Now, I think providing a tool to auto-translate .desktop files into mailcap
  entries is a perfectly appropriate way to go about solving this bug, if
[...]
 The new mime support maintainer team, which took over the package just a
 few days ago, did ask the release team, if it would be possible to still
 apply this patch for wheezy [2].
[...]
 [2] https://lists.debian.org/debian-release/2012/07/msg01048.html

As far as I can tell, that's very much not what that message says.  In
fact, it doesn't appear to request anything of the release team at all.

Regards,

Adam


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



Processed: Re: Bug#672959: kfreebsd-*: panic: vm_fault_copy_wired

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 672959 serious
Bug #672959 [src:sysvinit] kfreebsd-*: panic: vm_fault_copy_wired
Severity set to 'serious' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
672959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672959
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#682353: crashes my X11 session on upgrade

2012-07-21 Thread Antoine Beaupré
Package: msva-perl
Version: 0.8-2
Severity: critical

When msva-perl (I assume) upgraded, I had a nice little GTK prompt
asking me if I wanted to restart the validation agent. I gingerly
clicked yes and my session crashed, I don't know why.

I think this is the text I saw:

my $label = Gtk2::Label-new(Some components of the running Monkeysphere
Validation Agent have been updated.

Would you like to restart the validation agent?);

This is in ./Crypt/Monkeysphere/MSVA/Monitor.pm.

I frankly didn't even know I was running the validation agent, this is
kind of mysterious. I am, however, running monkeysphere, as I have
this in my .xsession:

monkeysphere s

I am marking this critical because it could make upgrades from squeeze
completely crash for users in X11.

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
fr_CA.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages msva-perl depends on:
iu  libconfig-general-perl 2.50-1
iu  libconvert-asn1-perl   0.23-1
iu  libcrypt-x509-perl 0.51-1
iu  libfile-homedir-perl   0.99-1
iu  libgnupg-interface-perl0.45-1
iu  libhttp-server-simple-perl 0.44-1
iu  libjson-perl   2.53-1
iu  libnet-server-perl 0.99-4
iu  libregexp-common-perl  2011121001-1
iu  perl-modules [libparent-perl]  5.14.2-12

Versions of packages msva-perl recommends:
ii  libanyevent-perl7.010-1
ii  libgtk2-perl2:1.244-1
ii  libio-socket-ssl-perl   1.74-1
ii  liblinux-inotify2-perl  1:1.22-0.2+b1
ii  libnet-ssleay-perl  1.48-1+b1
ii  liburi-perl 1.60-1
ii  libwww-perl 6.04-1

Versions of packages msva-perl suggests:
pn  liblwp-protocol-socks-perl  none

-- 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: merging 682351 682350

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 682351 682350
Bug #682351 [git-annex] git-annex: build fails because of failing tests
Bug #682350 [git-annex] git-annex: build fails because of failing tests
Merged 682350 682351
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
682350: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682350
682351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682351
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#682351: git-annex: build fails because of failing tests

2012-07-21 Thread Joey Hess
Motiejus Jakštys wrote:
 Building git-annex in pbuilder on squeeze having backports.debian.org
 repository enabled yields this error:
 Testing 1:blackbox:0:git-annex init   
 Testing 1:blackbox:1:git-annex add:0  
 Cases: 54  Tried: 15  Errors: 0  Failures: 0fatal: No HEAD commit to compare 
 with (yet)
 fatal: No HEAD commit to compare with (yet)

It sort of looks like your build environment has something causing
deletion or loss of parts of /tmp while git-annex's test suite is
running there. 

At least, that's the only hypothesis I can muster that explains
the above, in which a git repository is present for part of two
test cases, and then suddenly loses its HEAD, as well as 
the below, in which a git repository in which git config user.name
and git config user.email have both been run suddenly starts complaining
they were not

 Testing 1:blackbox:1:git-annex add:1  
 Cases: 54  Tried: 16  Errors: 0  Failures: 0
 *** Please tell me who you are.
 
 Run
 
   git config --global user.email y...@example.com
   git config --global user.name Your Name
 
 to set your account's default identity.
 Omit --global to set the identity only in this repository.
 
 fatal: empty ident  git-annex test t...@example.com not allowed

Not to mention all these where git clone fails due to 
directories it should have just created turning up missing:

 Cases: 54  Tried: 17  Errors: 0  Failures: 1fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 18  Errors: 0  Failures: 2fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 19  Errors: 0  Failures: 3fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 20  Errors: 0  Failures: 4fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 21  Errors: 0  Failures: 5fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 22  Errors: 0  Failures: 6fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 23  Errors: 0  Failures: 7fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 24  Errors: 0  Failures: 8fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 25  Errors: 0  Failures: 9fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 26  Errors: 0  Failures: 10fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 27  Errors: 0  Failures: 11fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 28  Errors: 0  Failures: 12fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 29  Errors: 0  Failures: 13fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 30  Errors: 0  Failures: 14fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 31  Errors: 0  Failures: 15fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory
 Cases: 54  Tried: 32  Errors: 0  Failures: 16fatal: Unable to create 
 '/tmp/buildd/git-annex-3.20120614~bpo60+1/.t/tmprepo/.git/annex/index.lock': 
 No such file or directory

Given all this, and given that this version has successfully autobuilt
on all architectures, I respenctfully suggest you investigate what's
eating /tmp in your build environment.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#679728: marked as done (systemd: diversion removed in postinst, should be removed in preinst)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 22:47:13 +
with message-id e1ssis9-0001jv...@franck.debian.org
and subject line Bug#679728: fixed in systemd 44-4
has caused the Debian Bug report #679728,
regarding systemd: diversion removed in postinst, should be removed in preinst
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.)


-- 
679728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: systemd
Version: 44-2
Severity: serious

This breaks other packages installed in the same apt run.

00:12  uau Mithrandir: with latest debian systemd package, 
/lib/lsb/init-functions doesn't exist between unpacking 
 and postinst that removes diversion
00:12  uau /etc/init.d/vsftpd: 22: .: Can't open /lib/lsb/init-functions
- vsftpd prerm executed during that 
 interval

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

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

Versions of packages systemd depends on:
ii  dpkg 1.16.4.3
ii  initscripts  2.88dsf-22.1
ii  libacl1  2.2.51-8
ii  libaudit01:1.7.18-1.1
ii  libc62.13-33
ii  libcap2  1:2.22-1
ii  libcryptsetup4   2:1.4.3-2
ii  libdbus-1-3  1.6.0-1
ii  libkmod2 8-2
ii  liblzma5 5.1.1alpha+20120614-1
ii  libpam0g 1.1.3-7.1
ii  libselinux1  2.1.9-5
ii  libsystemd-daemon0   44-2
ii  libsystemd-id128-0   44-2
ii  libsystemd-journal0  44-2
ii  libsystemd-login044-2
ii  libudev0 175-3.1
ii  libwrap0 7.6.q-23
ii  udev 175-3.1
ii  util-linux   2.20.1-5.1

Versions of packages systemd recommends:
ii  libpam-systemd  44-2

Versions of packages systemd suggests:
ii  python2.7.3~rc2-1
ii  python-cairo  1.8.8-1+b2
ii  python-dbus   1.1.0-1
pn  systemd-gui   none

-- no debconf information

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


---End Message---
---BeginMessage---
Source: systemd
Source-Version: 44-4

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

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 679...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tollef Fog Heen tfh...@debian.org (supplier of updated systemd 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: Sun, 01 Jul 2012 08:17:50 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd systemd-gui libsystemd-login0 
libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev 
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 
libsystemd-id128-dev
Architecture: source amd64
Version: 44-4
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen tfh...@debian.org
Changed-By: Tollef Fog Heen tfh...@debian.org
Description: 
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library - development files
 libsystemd-daemon0 - systemd utility library
 libsystemd-id128-0 - systemd 128 bit ID utility library
 libsystemd-id128-dev - systemd 128 bit ID utility library - development files
 libsystemd-journal-dev - systemd journal utility library - development files
 libsystemd-journal0 - systemd journal utility library
 libsystemd-login-dev - systemd login utility library - development files
 libsystemd-login0 - systemd login utility library
 systemd- system and service manager
 systemd-gui - system and service manager - GUI
 systemd-sysv - system and service manager - SysV links
Closes: 665943 668047 679728 680011
Changes: 
 systemd (44-4) unstable; urgency=low
 .
   [ Michael Biebl ]
   * Override timestamp for man page building, thereby avoiding skew
 between architectures which caused problems for multi-arch.
 Closes: #680011
 .
   [ Tollef Fog Heen ]
   * Move diversion removal from postinst to 

Bug#679873: marked as done (lsb-base: Can't open /lib/lsb/init-functions)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 22:47:13 +
with message-id e1ssis9-0001jv...@franck.debian.org
and subject line Bug#679728: fixed in systemd 44-4
has caused the Debian Bug report #679728,
regarding lsb-base: Can't open /lib/lsb/init-functions
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.)


-- 
679728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 4.1+Debian7
Severity: critical

Hi,

I've seen this on my laptop and now on my workstation too:
| Preparing to replace clamav-freshclam 0.97.5+dfsg-2 (using
|   .../clamav-freshclam_0.97.5+dfsg-3_i386.deb) ...
| /etc/init.d/clamav-freshclam: 264: .: Can't open /lib/lsb/init-functions
| invoke-rc.d: initscript clamav-freshclam, action stop failed.
| dpkg: warning: subprocess old pre-removal script returned error exit status 2
| dpkg: trying script from the new package instead ...
| /etc/init.d/clamav-freshclam: 264: .: Can't open /lib/lsb/init-functions
| invoke-rc.d: initscript clamav-freshclam, action stop failed.
| dpkg: error processing 
/var/cache/apt/archives/clamav-freshclam_0.97.5+dfsg-3_i386.deb (--unpack):
| subprocess new pre-removal script returned error exit status 2
| Errors were encountered while processing:
| /var/cache/apt/archives/clamav-freshclam_0.97.5+dfsg-3_i386.deb

Indeed, that file doesn't exist:
| root@frost:~# ls /lib/lsb/
| init-functions.d  init-functions.systemd

This breaks any script (including those from init.d) that use LSB functions.

Feel free to reassing to «systemd» if you consider appropriate.

Thanks

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

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

-- no debconf information


---End Message---
---BeginMessage---
Source: systemd
Source-Version: 44-4

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

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 679...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tollef Fog Heen tfh...@debian.org (supplier of updated systemd 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: Sun, 01 Jul 2012 08:17:50 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd systemd-gui libsystemd-login0 
libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev 
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 
libsystemd-id128-dev
Architecture: source amd64
Version: 44-4
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen tfh...@debian.org
Changed-By: Tollef Fog Heen tfh...@debian.org
Description: 
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library - development files
 libsystemd-daemon0 - systemd utility library
 libsystemd-id128-0 - systemd 128 bit ID utility library
 libsystemd-id128-dev - systemd 128 bit ID utility library - development files
 libsystemd-journal-dev - systemd journal utility library - development files
 libsystemd-journal0 - systemd journal utility library
 libsystemd-login-dev - systemd login utility library - development files
 libsystemd-login0 - systemd login utility library
 systemd- system and service manager
 systemd-gui - system and service manager - GUI
 systemd-sysv - system and service manager - SysV links
Closes: 665943 668047 679728 680011
Changes: 
 systemd (44-4) unstable; urgency=low
 .
   [ Michael Biebl ]
   * Override timestamp for man page building, thereby avoiding skew
 between architectures which caused problems for multi-arch.
 Closes: #680011
 .
   [ Tollef Fog Heen ]
   * Move diversion removal from postinst to preinst.  Closes: #679728
   * Prevent the journal from crashing when running out of disk space.
 This is 499fb21 from upstream.  Closes: #668047.
   * Stop mounting a tmpfs on /media.  Closes: #665943
Checksums-Sha1: 
 7f3e457c3829024cd806e7a534b3ea737ede6156 2834 systemd_44-4.dsc
 

Bug#681747: marked as done (pulseaudio: Fails to upgrade)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jul 2012 22:47:13 +
with message-id e1ssis9-0001jv...@franck.debian.org
and subject line Bug#679728: fixed in systemd 44-4
has caused the Debian Bug report #679728,
regarding pulseaudio: Fails to 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.)


-- 
679728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pulseaudio
Version: 1.1-3.2
Severity: serious

Attempting to upgrade PulseAudio I get:

(Reading database ... 323691 files and directories currently installed.)
Preparing to replace pulseaudio 1.1-3.2 (using .../pulseaudio_2.0-3_amd64.deb) 
...
/etc/init.d/pulseaudio: 23: .: Can't open /lib/lsb/init-functions
invoke-rc.d: initscript pulseaudio, action stop failed.
dpkg: warning: subprocess old pre-removal script returned error exit status 2
dpkg: trying script from the new package instead ...
/etc/init.d/pulseaudio: 23: .: Can't open /lib/lsb/init-functions invoke-rc.d: 
initscript pulseaudio, action stop failed.
dpkg: error processing
 /var/cache/apt/archives/pulseaudio_2.0-3_amd64.deb (--unpack):
 subprocess new pre-removal script returned error exit status 2
/etc/init.d/pulseaudio: 23: .: Can't open /lib/lsb/init-functions
invoke-rc.d: initscript pulseaudio, action start failed.
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit
status 2
Errors were encountered while processing:
 /var/cache/apt/archives/pulseaudio_2.0-3_amd64.deb
Error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.PermissionsInvalid:
The permission of the setuid helper is not correct


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

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

Versions of packages pulseaudio depends on:
ii  adduser 3.113+nmu3
ii  consolekit  0.4.5-3
iu  libasound2  1.0.25-3
iu  libasound2-plugins  1.0.25-2
ii  libc6   2.13-34
iu  libcap2 1:2.22-1.1
iu  libdbus-1-3 1.6.2-2
iu  libfftw3-3  3.3.2-3
ii  libice6 2:1.0.8-2
iu  libltdl72.4.2-1.1
ii  liborc-0.4-01:0.4.16-2
iu  libpulse0   2.0-3
iu  libsamplerate0  0.1.8-5
ii  libsm6  2:1.2.1-2
iu  libsndfile1 1.0.25-5
iu  libspeexdsp11.2~rc1-6
iu  libtdb1 1.2.10-2
ii  libudev0175-3.1
iu  libx11-62:1.5.0-1
iu  libx11-xcb1 2:1.5.0-1
ii  libxcb1 1.8.1-1
ii  libxtst62:1.2.1-1
ii  lsb-base4.1+Debian7
ii  udev175-3.1

Versions of packages pulseaudio recommends:
iu  gstreamer0.10-pulseaudio  0.10.31-3
iu  pulseaudio-esound-compat  2.0-3
iu  pulseaudio-module-x11 2.0-3
ii  rtkit 0.10-2

Versions of packages pulseaudio suggests:
pn  paman none
pn  paprefs   none
pn  pavucontrol   none
pn  pavumeter none
iu  pulseaudio-utils  2.0-3

-- no debconf information
---End Message---
---BeginMessage---
Source: systemd
Source-Version: 44-4

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

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 679...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tollef Fog Heen tfh...@debian.org (supplier of updated systemd 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: Sun, 01 Jul 2012 08:17:50 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd systemd-gui libsystemd-login0 
libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev 
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 
libsystemd-id128-dev
Architecture: source amd64
Version: 44-4
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen tfh...@debian.org
Changed-By: Tollef Fog Heen tfh...@debian.org
Description: 
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd 

Bug#682354: gthumb: glib errors, crash on startup

2012-07-21 Thread Phil Dibowitz
Package: gthumb
Version: 3:3.0.1-2
Severity: grave
Justification: renders package unusable


gthumb completely doesn't work:

  [phil@rider ~]$ gthumb
  
  (process:27263): GLib-GObject-WARNING **: specified class size for type
  `GthApplication' is smaller than the parent type's `GtkApplication'
  class size
  
  (process:27263): GLib-CRITICAL **: g_once_init_leave: assertion `result
  != 0' failed
  
  (process:27263): GLib-GObject-CRITICAL **: g_object_new: assertion
  `G_TYPE_IS_OBJECT (object_type)' failed
  
  (process:27263): GLib-GIO-CRITICAL **: g_application_run: assertion
  `G_IS_APPLICATION (application)' failed
  
  (process:27263): GLib-GObject-CRITICAL **: g_object_unref: assertion
  `G_IS_OBJECT (object)' failed
  

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

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

Versions of packages gthumb depends on:
ii  gsettings-desktop-schema 3.4.2-1 GSettings deskop-wide schemas
ii  gthumb-data  3:3.0.1-2   image viewer and browser - arch-in
ii  libatk1.0-0  2.4.0-2 ATK accessibility toolkit
ii  libc62.13-34 Embedded GNU C Library: Shared lib
ii  libcairo-gobject21.12.2-2The Cairo 2D vector graphics libra
ii  libcairo21.12.2-2The Cairo 2D vector graphics libra
ii  libexiv2-12  0.23-1  EXIF/IPTC metadata manipulation li
ii  libgcc1  1:4.6.3-1   GCC support library
ii  libgdk-pixbuf2.0-0   2.24.0-1GDK Pixbuf library
ii  libglib2.0-0 2.32.3-1GLib library of C routines
ii  libgnome-keyring03.4.1-1 GNOME keyring services library
ii  libgstreamer-plugins-bas 0.10.36-1   GStreamer libraries from the base
ii  libgstreamer0.10-0   0.10.36-1   Core GStreamer libraries and eleme
ii  libgtk-3-0   3.2.3-1 GTK+ graphical user interface libr
ii  libjpeg8 8d-1Independent JPEG Group's JPEG runt
ii  libpango1.0-01.30.0-1Layout and rendering of internatio
ii  libpng12-0   1.2.49-2PNG library - runtime
ii  librsvg2-2   2.36.1-1SAX-based renderer library for SVG
ii  libsoup-gnome2.4-1   2.38.1-2HTTP library implementation in C -
ii  libsoup2.4-1 2.36.1-1HTTP library implementation in C -
ii  libstdc++6   4.6.3-1 GNU Standard C++ Library v3
ii  libtiff4 3.9.6-2 Tag Image File Format (TIFF) libra
ii  libxml2  2.8.0+dfsg1-4   GNOME XML library
ii  zlib1g   1:1.2.7.dfsg-13 compression library - runtime

Versions of packages gthumb recommends:
ii  bison 1:2.5.dfsg-2.1 YACC-compatible parser generator
ii  flex  2.5.35-10.1A fast lexical analyzer generator.
ii  gstreamer0.10-gnomevfs0.10.36-1  GStreamer plugin for GnomeVFS
ii  gvfs-bin  1.12.3-1+b1userspace virtual filesystem - bin

gthumb 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#672210: songwrite: diff for NMU version 0.14-8.1

2012-07-21 Thread Christophe Siraut
tags 672210 + patch
tags 672210 + pending
thanks

Dear maintainer,

I've prepared an NMU for songwrite (versioned as 0.14-8.1). Note the
same problem (struct.pack with signed byte) probably remains in other
parts of the code.

Regards.


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



Bug#681678: licq: Fails to start without recommends being installed

2012-07-21 Thread Axel Beckert
Hi Evgeni,

Evgeni Golov wrote:
 I think the whole licq-plugin stuff is done wrong.

I agree.

 Licq clearly needs an additional plugin to be usable, but not all
 plugins are sufficient: licq needs a ui/frontend plugin to be
 usable.

*nod*

 Given the following real packages (I droped transitional and common 
 ones):
 licq - multi-protocol instant messaging client (base files)
 licq-plugin-autoreply - autoreply plug-in for Licq
 licq-plugin-console - console user interface plug-in for Licq
 licq-plugin-forwarder - forwarder plug-in for Licq
 licq-plugin-jabber - Jabber plug-in for Licq
 licq-plugin-kde4 - graphical user interface plug-in for Licq using KDE4
 licq-plugin-msn - MSN plug-in for Licq
 licq-plugin-osd - on-screen display plug-in for Licq
 licq-plugin-qt4 - graphical user interface plug-in for Licq using Qt4
 licq-plugin-rms - remote management server plug-in for telnet Licq 
 access
 
 I propose the following:
  * licq depends licq-plugin-qt4 | licq-plugin-ui
  * -console, -kde4, -qt4¹ provide licq-plugin-ui
  * all (real) plugins recommend(!) and enhance licq
  * the current -plugin provides becomes useless and can be dropped

Sounds sane and consistent for me. Thanks for having a closer look.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


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



Bug#682115: tiff: CVE-2012-3401 heap overflow in tiff2pdf

2012-07-21 Thread Jay Berkenbilt
Marc Deslauriers marc.deslauri...@ubuntu.com wrote:

 *** /tmp/tmpgGHwFf/bug_body
 In Ubuntu, the attached patch was applied to achieve the following:

   * SECURITY UPDATE: possible arbitrary code execution via heap overflow
 in tiff2pdf.
 - debian/patches/CVE-2012-3401.patch: properly set t2p-t2p_error in
   tools/tiff2pdf.c.
 - CVE-2012-3401


 Thanks for considering the patch.

I will try to get this patch in this weekend.  Thanks.  Note that
tiff2pdf from the tiff3 package is not actually installed (it comes from
the tiff package, which is 4.x), but I'll still apply the patch to avoid
confusion.  I'll certainly apply the patch to the tiff package.

-- 
Jay Berkenbilt q...@debian.org


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



Bug#682115: tiff: CVE-2012-3401 heap overflow in tiff2pdf

2012-07-21 Thread Marc Deslauriers
On Sat, 2012-07-21 at 20:57 -0400, Jay Berkenbilt wrote:
 Marc Deslauriers marc.deslauri...@ubuntu.com wrote:
 
  *** /tmp/tmpgGHwFf/bug_body
  In Ubuntu, the attached patch was applied to achieve the following:
 
* SECURITY UPDATE: possible arbitrary code execution via heap overflow
  in tiff2pdf.
  - debian/patches/CVE-2012-3401.patch: properly set t2p-t2p_error in
tools/tiff2pdf.c.
  - CVE-2012-3401
 
 
  Thanks for considering the patch.
 
 I will try to get this patch in this weekend.  Thanks.  Note that
 tiff2pdf from the tiff3 package is not actually installed (it comes from
 the tiff package, which is 4.x), but I'll still apply the patch to avoid
 confusion.  I'll certainly apply the patch to the tiff package.
 

Yeah, I skipped the tiff3 package in Quantal too for the same reason.

Marc.


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



Bug#682361: supercollider FTFBS on amel and armhf qreal VS double issues

2012-07-21 Thread peter green

Package: supercollider
Version: 1:3.5.3~repack-2
severity: serious
tags: patch

Your package failed to build on armel and armhf 


[ 78%] Building CXX object 
lang/CMakeFiles/libsclang.dir/__/QtCollider/widgets/QcMultiSlider.cpp.o
cd /build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/obj-arm-linux-gnueabihf/lang  /usr/bin/g++   -DSC_LINUX -DSC_DATA_DIR=\/usr/share/SuperCollider\ -DYYSTACK_USE_ALLOCA 
-DHAVE_LID -DHAVE_WII -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DSC_QT -DQT_COLLIDER_EXPORTING -DQT_NO_KEYWORDS -DBUILDING_SUPERCOLLIDER -DHAVE_READLINE -DHAVE_ALSA=1 -DQT_NO_DEBUG -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -O2 -g -I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/common 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/lang -I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/plugin_interface 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/server 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/external_libraries/boost_lockfree 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/external_libraries/threadpool 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/external_libraries/yaml-cpp-0.3.0/include 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/external_libraries/TLSF-2.4.6/src 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/lang/LangSource/Bison -I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/SCDoc 
-I/usr/include/qt4 -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/QtCollider 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/lang/X11_INCLUDE_DIR-fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fvisibility=hidden -pthread -o 
CMakeFiles/libsclang.dir/__/QtCollider/widgets/QcMultiSlider.cpp.o -c /build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:
 In member function 'virtual void QcMultiSlider::mousePressEvent(QMouseEvent*)':
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:187:47:
 error: no matching function for call to 'QcMultiSlider::valueRect(int, 
double)'
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:187:47:
 note: candidate is:
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:152:7:
 note: QRect QcMultiSlider::valueRect(int, qreal)
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:152:7:
 note:   no known conversion for argument 2 from 'double' to 'qreal {aka 
float}'
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:
 In member function 'virtual void QcMultiSlider::mouseMoveEvent(QMouseEvent*)':
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:231:45:
 error: no matching function for call to 'QcMultiSlider::valueRect(int, 
double)'
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:231:45:
 note: candidate is:
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:152:7:
 note: QRect QcMultiSlider::valueRect(int, qreal)
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:152:7:
 note:   no known conversion for argument 2 from 'double' to 'qreal {aka 
float}'
make[3]: *** 
[lang/CMakeFiles/libsclang.dir/__/QtCollider/widgets/QcMultiSlider.cpp.o] Error 
1


On most architectures qreal is defined as double but on arm architectures
it is defined as float. Assignments between qreal and double are ok because
assignments between float and double are ok but there can be issues with
pointers, reference parameters, templates and overloaded functions if proper 
distinctions are not made. In this particular case the issue is a reference 
parameter.


The fix is simple enough, just a couple of variable definitions that need
changing.

I've updated arm-qreal-is-float.patch to fix this issue.



From: Felipe Sateler fsate...@debian.org
Date: 

Bug#682115: marked as done (tiff: CVE-2012-3401 heap overflow in tiff2pdf)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sun, 22 Jul 2012 01:47:12 +
with message-id e1sslgk-00043c...@franck.debian.org
and subject line Bug#682115: fixed in tiff 4.0.2-2
has caused the Debian Bug report #682115,
regarding tiff: CVE-2012-3401 heap overflow in tiff2pdf
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.)


-- 
682115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tiff
Version: 4.0.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch



*** /tmp/tmpgGHwFf/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

  * SECURITY UPDATE: possible arbitrary code execution via heap overflow
in tiff2pdf.
- debian/patches/CVE-2012-3401.patch: properly set t2p-t2p_error in
  tools/tiff2pdf.c.
- CVE-2012-3401


Thanks for considering the patch.


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

Kernel: Linux 3.2.0-27-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru tiff-4.0.2/debian/changelog tiff-4.0.2/debian/changelog
diff -Nru tiff-4.0.2/debian/patches/CVE-2012-3401.patch tiff-4.0.2/debian/patches/CVE-2012-3401.patch
--- tiff-4.0.2/debian/patches/CVE-2012-3401.patch	1969-12-31 19:00:00.0 -0500
+++ tiff-4.0.2/debian/patches/CVE-2012-3401.patch	2012-07-19 10:04:30.0 -0400
@@ -0,0 +1,16 @@
+Description: fix possible arbitrary code execution via heap overflow
+ in tiff2pdf.
+Origin: Patch thanks to Huzaifa Sidhpurwala huzai...@redhat.com
+
+Index: tiff-4.0.2/tools/tiff2pdf.c
+===
+--- tiff-4.0.2.orig/tools/tiff2pdf.c	2012-06-15 17:51:54.0 -0400
 tiff-4.0.2/tools/tiff2pdf.c	2012-07-19 10:04:27.937219982 -0400
+@@ -1066,6 +1066,7 @@
+ Can't set directory %u of input file %s, 
+ i,
+ TIFFFileName(input));
++			t2p-t2p_error = T2P_ERR_ERROR;
+ 			return;
+ 		}
+ 		if(TIFFGetField(input, TIFFTAG_PAGENUMBER, pagen, paged)){
diff -Nru tiff-4.0.2/debian/patches/series tiff-4.0.2/debian/patches/series
--- tiff-4.0.2/debian/patches/series	2012-06-24 13:45:53.0 -0400
+++ tiff-4.0.2/debian/patches/series	2012-07-19 10:04:25.0 -0400
@@ -1 +1,2 @@
 opengl.patch
+CVE-2012-3401.patch
---End Message---
---BeginMessage---
Source: tiff
Source-Version: 4.0.2-2

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

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 682...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jay Berkenbilt q...@debian.org (supplier of updated tiff 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: Sat, 21 Jul 2012 21:27:34 -0400
Source: tiff
Binary: libtiff5 libtiffxx5 libtiff5-dev libtiff5-alt-dev libtiff-tools 
libtiff-opengl libtiff-doc
Architecture: source all amd64
Version: 4.0.2-2
Distribution: unstable
Urgency: high
Maintainer: Jay Berkenbilt q...@debian.org
Changed-By: Jay Berkenbilt q...@debian.org
Description: 
 libtiff-doc - TIFF manipulation and conversion documentation
 libtiff-opengl - TIFF manipulation and conversion tools
 libtiff-tools - TIFF manipulation and conversion tools
 libtiff5   - Tag Image File Format (TIFF) library
 libtiff5-alt-dev - Tag Image File Format library (TIFF), alternative 
development fil
 libtiff5-dev - Tag Image File Format library (TIFF), development files
 libtiffxx5 - Tag Image File Format (TIFF) library -- C++ interface
Closes: 682115
Changes: 
 tiff (4.0.2-2) unstable; urgency=high
 .
   * SECURITY UPDATE: possible arbitrary code execution via heap overflow
 in tiff2pdf.  (Closes: #682115)
 - debian/patches/CVE-2012-3401.patch: properly set t2p-t2p_error in
   tools/tiff2pdf.c.
 - CVE-2012-3401
 Changes prepared by Marc Deslauriers for Ubuntu.  Thanks!
Checksums-Sha1: 
 

Bug#682195: marked as done (tiff: CVE-2012-3401 heap overflow in tiff2pdf)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sun, 22 Jul 2012 01:47:21 +
with message-id e1sslgt-00044k...@franck.debian.org
and subject line Bug#682195: fixed in tiff3 3.9.6-7
has caused the Debian Bug report #682195,
regarding tiff: CVE-2012-3401 heap overflow in tiff2pdf
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.)


-- 
682195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tiff
Version: 4.0.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch



*** /tmp/tmpgGHwFf/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

  * SECURITY UPDATE: possible arbitrary code execution via heap overflow
in tiff2pdf.
- debian/patches/CVE-2012-3401.patch: properly set t2p-t2p_error in
  tools/tiff2pdf.c.
- CVE-2012-3401


Thanks for considering the patch.


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

Kernel: Linux 3.2.0-27-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru tiff-4.0.2/debian/changelog tiff-4.0.2/debian/changelog
diff -Nru tiff-4.0.2/debian/patches/CVE-2012-3401.patch tiff-4.0.2/debian/patches/CVE-2012-3401.patch
--- tiff-4.0.2/debian/patches/CVE-2012-3401.patch	1969-12-31 19:00:00.0 -0500
+++ tiff-4.0.2/debian/patches/CVE-2012-3401.patch	2012-07-19 10:04:30.0 -0400
@@ -0,0 +1,16 @@
+Description: fix possible arbitrary code execution via heap overflow
+ in tiff2pdf.
+Origin: Patch thanks to Huzaifa Sidhpurwala huzai...@redhat.com
+
+Index: tiff-4.0.2/tools/tiff2pdf.c
+===
+--- tiff-4.0.2.orig/tools/tiff2pdf.c	2012-06-15 17:51:54.0 -0400
 tiff-4.0.2/tools/tiff2pdf.c	2012-07-19 10:04:27.937219982 -0400
+@@ -1066,6 +1066,7 @@
+ Can't set directory %u of input file %s, 
+ i,
+ TIFFFileName(input));
++			t2p-t2p_error = T2P_ERR_ERROR;
+ 			return;
+ 		}
+ 		if(TIFFGetField(input, TIFFTAG_PAGENUMBER, pagen, paged)){
diff -Nru tiff-4.0.2/debian/patches/series tiff-4.0.2/debian/patches/series
--- tiff-4.0.2/debian/patches/series	2012-06-24 13:45:53.0 -0400
+++ tiff-4.0.2/debian/patches/series	2012-07-19 10:04:25.0 -0400
@@ -1 +1,2 @@
 opengl.patch
+CVE-2012-3401.patch
---End Message---
---BeginMessage---
Source: tiff3
Source-Version: 3.9.6-7

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

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 682...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jay Berkenbilt q...@debian.org (supplier of updated tiff3 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: Sat, 21 Jul 2012 21:33:53 -0400
Source: tiff3
Binary: libtiff4 libtiffxx0c2 libtiff4-dev
Architecture: source amd64
Version: 3.9.6-7
Distribution: unstable
Urgency: high
Maintainer: Jay Berkenbilt q...@debian.org
Changed-By: Jay Berkenbilt q...@debian.org
Description: 
 libtiff4   - Tag Image File Format (TIFF) library (old version)
 libtiff4-dev - Tag Image File Format (TIFF) library (old version), development 
f
 libtiffxx0c2 - Tag Image File Format (TIFF) library (old version) -- C++ 
interfa
Closes: 682195
Changes: 
 tiff3 (3.9.6-7) unstable; urgency=high
 .
   * SECURITY UPDATE: possible arbitrary code execution via heap overflow
 in tiff2pdf.  (Closes: #682195)
 - debian/patches/CVE-2012-3401.patch: properly set t2p-t2p_error in
   tools/tiff2pdf.c.
 - CVE-2012-3401
 Changes prepared by Marc Deslauriers for Ubuntu.  Thanks!
Checksums-Sha1: 
 a2e12cab6a19701c122fa786959cc34b6c57297a 1929 tiff3_3.9.6-7.dsc
 713e83581ad2193552cd77233eebe80276eb9573 15629 tiff3_3.9.6-7.debian.tar.gz
 4f4046db6ee55b2cde2700822084ca369661c9b9 201782 libtiff4_3.9.6-7_amd64.deb
 3f3f59ec99bbb951a2b808aa94d945c3c07f3405 63148 libtiffxx0c2_3.9.6-7_amd64.deb
 

Processed: your mail

2012-07-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 682030 + pending
Bug #682030 [python-scipy] causes FTBFS of skimage on BE platforms: ValueError: 
matrix must have float64 values
Added tag(s) pending.
 tag 681270 + pending
Bug #681270 [python-scipy] causes FTBFS of pymvpa2 on s390x: TypeError: 
Improper input parameters in leastsq call
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681270: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681270
682030: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682030
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#681270: marked as done (causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sun, 22 Jul 2012 04:17:22 +
with message-id e1ssnbe-0005n5...@franck.debian.org
and subject line Bug#681270: fixed in python-scipy 0.10.1+dfsg1-4
has caused the Debian Bug report #681270,
regarding causes FTBFS of pymvpa2 on s390x: TypeError: Improper input 
parameters in leastsq call
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.)


-- 
681270: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681270
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-scipy
Version: 0.10.1+dfsg1-3
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Please see attached a somewhat minimalistic code to reproduce the
problem.

it fails only on s390x -- fine on s390 and any other architecture/port where
pymvpa2 was just built.

Traceback (most recent call last):
  File scipy-fx-failure2.py, line 65, in module
1.47441522,  1.78073152,  2.08704783,  2.39336413,  2.69968044]))
  File scipy-fx-failure2.py, line 52, in least_sq_fit
return leastsq(efx, params)
  File /usr/lib/python2.7/dist-packages/scipy/optimize/minpack.py, line 324, 
in leastsq
raise errors[info][1](errors[info][0])
TypeError: Improper input parameters.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'stable')
Architecture: amd64 (x86_64)

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

Versions of packages python-scipy depends on:
ii  libamd2.2.01:3.4.0-2
ii  libatlas3-base [liblapack.so.3gf]  3.8.4-7
ii  libatlas3gf-base   3.8.4-7
ii  libblas3 [libblas3gf]  1.2.20110419-5
ii  libblas3gf 1.2.20110419-5
ii  libc6  2.13-33
ii  libgcc11:4.7.1-2
ii  libgfortran3   4.7.1-2
ii  liblapack3 [liblapack3gf]  3.4.1-4
ii  liblapack3gf   3.4.1-4
ii  libquadmath0   4.7.1-2
ii  libstdc++6 4.7.1-2
ii  libumfpack5.4.01:3.4.0-2
ii  python 2.7.3~rc2-1
ii  python-numpy [python-numpy-abi9]   1:1.6.2-1
ii  python2.6  2.6.8-0.2
ii  python2.7  2.7.3~rc2-2.1

Versions of packages python-scipy recommends:
ii  g++ [c++-compiler]  4:4.7.1-1
ii  g++-4.4 [c++-compiler]  4.4.7-1
iu  g++-4.6 [c++-compiler]  4.6.3-8
ii  g++-4.7 [c++-compiler]  4.7.1-2
ii  python-dev  2.7.3~rc2-1
ii  python-imaging  1.1.7-4

Versions of packages python-scipy suggests:
ii  python [python-profiler]  2.7.3~rc2-1

-- no debconf information
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
# vi: set ft=python sts=4 ts=4 sw=4 et:
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
#
#   See COPYING file distributed along with the PyMVPA package for the
#   copyright and license terms.
#
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
Misc. functions (in the mathematical sense)

__docformat__ = 'restructuredtext'

import numpy as np
from numpy import array
from scipy.optimize import leastsq


def dual_gaussian(x, amp1=1.0, mean1=0.0, std1=1.0,
 amp2=1.0, mean2=0.0, std2=1.0):
from scipy.stats import norm
print x
if std1 = 0 or std2 = 0:
return np.nan
return (amp1 * norm.pdf(x, mean1, std1)) + (amp2 * norm.pdf(x, mean2, std2))



def least_sq_fit(fx, params, y, x=None, **kwargs):
y = np.asanyarray(y)

if len(y.shape)  1:
nsamp, ylen = y.shape
else:
nsamp, ylen = (1, len(y))

# contruct matching x-values if necessary
if x is None:
x = np.arange(ylen)

# transform x and y into 1d arrays
if nsamp  1:
x = np.array([x] * nsamp).ravel()
y = y.ravel()

# define error function
def efx(p):
print EFX: , p
err = y - fx(x, *p, **kwargs)
return err

# do fit
return leastsq(efx, params)


if __name__ == '__main__':
print least_sq_fit(dual_gaussian, 
	(1000, 0.5, 0.1, 1000, 0.8, 0.05), 
array([[ 1,  0,  0,  0,  5,  2,  6,  9,  6, 12, 14,  9, 12,  7,  7,  5,  2,
 2,  0,  1],
   [ 1,  0,  0,  0,  5,  2,  6,  9,  6, 12, 14,  9, 12,  7,  7,  5,  2,
 2,  0,  1]]), 
   array([-3.12032937, -2.81401307, -2.50769676, -2.20138046, 

Bug#682030: marked as done (causes FTBFS of skimage on BE platforms: ValueError: matrix must have float64 values)

2012-07-21 Thread Debian Bug Tracking System
Your message dated Sun, 22 Jul 2012 04:17:22 +
with message-id e1ssnbe-0005n8...@franck.debian.org
and subject line Bug#682030: fixed in python-scipy 0.10.1+dfsg1-4
has caused the Debian Bug report #682030,
regarding causes FTBFS of skimage on BE platforms: ValueError: matrix must have 
float64 values
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.)


-- 
682030: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682030
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-scipy
Version: 0.10.1+dfsg1-3
Severity: serious
Tags: patch upstream
Justification: fails to build from source (but built successfully in the past)

I believe I have spotted it even before skimage FTBFSs:
https://buildd.debian.org/status/package.php?p=skimage
e.g.
https://buildd.debian.org/status/fetch.php?pkg=skimagearch=powerpcver=0.6.1-1stamp=1342573386
issue was reported upstream
http://projects.scipy.org/scipy/ticket/1680
and was fixed
https://github.com/scipy/scipy/commit/6c02025

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages python-scipy depends on:
ii  libamd2.2.01:3.4.0-2
ii  libatlas3-base [liblapack.so.3gf]  3.8.4-7
ii  libatlas3gf-base   3.8.4-7
ii  libblas3 [libblas3gf]  1.2.20110419-5
ii  libblas3gf 1.2.20110419-5
ii  libc6  2.13-33
ii  libgcc11:4.7.1-2
ii  libgfortran3   4.7.1-2
ii  liblapack3 [liblapack3gf]  3.4.1-4
ii  liblapack3gf   3.4.1-4
ii  libquadmath0   4.7.1-2
ii  libstdc++6 4.7.1-2
ii  libumfpack5.4.01:3.4.0-2
ii  python 2.7.3~rc2-1
ii  python-numpy [python-numpy-abi9]   1:1.6.2-1
ii  python2.6  2.6.8-0.2
ii  python2.7  2.7.3~rc2-2.1

Versions of packages python-scipy recommends:
ii  g++ [c++-compiler]  4:4.7.1-1
ii  g++-4.4 [c++-compiler]  4.4.7-1
ii  g++-4.6 [c++-compiler]  4.6.3-8
ii  g++-4.7 [c++-compiler]  4.7.1-2
ii  python-dev  2.7.3~rc2-1
ii  python-imaging  1.1.7-4

Versions of packages python-scipy suggests:
ii  python [python-profiler]  2.7.3~rc2-1

-- no debconf information
---End Message---
---BeginMessage---
Source: python-scipy
Source-Version: 0.10.1+dfsg1-4

We believe that the bug you reported is fixed in the latest version of
python-scipy, which is due to be installed in the Debian FTP archive.

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 682...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Varun Hiremath va...@debian.org (supplier of updated python-scipy 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: SHA512

Format: 1.8
Date: Sat, 21 Jul 2012 17:23:02 -0400
Source: python-scipy
Binary: python-scipy python3-scipy python-scipy-dbg python3-scipy-dbg
Architecture: source amd64
Version: 0.10.1+dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-scipy - scientific tools for Python
 python-scipy-dbg - scientific tools for Python - debugging symbols
 python3-scipy - scientific tools for Python 3
 python3-scipy-dbg - scientific tools for Python 3 - debugging symbols
Closes: 681270 682030
Changes: 
 python-scipy (0.10.1+dfsg1-4) unstable; urgency=low
 .
   [ Julian Taylor ]
   * use dh_numpy3
 - build depend on python3-numpy = 1:1.6.2~rc1-1~
   * debian/rules: remove reference to pyshared
 .
   [ Varun Hiremath ]
   * debian/patches:
 - add dtype.diff (Closes: #682030)
 - add up_minpack_ints.diff, thanks to Yaroslav Halchenko (Closes: #681270)
Checksums-Sha1: 
 abe10eddf1383545d311fcc3ffa85de2b80324e1 2641 python-scipy_0.10.1+dfsg1-4.dsc