Bug#651798: marked as done (Fails to build against Linux 3.1)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 3 Feb 2012 17:38:48 +0900
with message-id 20120203083843.ga17...@verge.net.au
and subject line Re: [ovs-dev] Bug#651798: Bug#651798: Fails to build against 
Linux 3.1
has caused the Debian Bug report #651798,
regarding Fails to build against Linux 3.1
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.)


-- 
651798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openvswitch-datapath-source
Version: 1.2.2-2
Severity: grave

This module fails to build against Linux 3.1:

make[3]: Entering directory `/usr/src/linux-headers-3.1.0-1-amd64'
/usr/src/linux-headers-3.1.0-1-common/arch/x86/Makefile:81: stack protector 
enabled but no compiler support
  CC [M]  
/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/genetlink-brcompat.o
  CC [M]  
/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/brcompat.o
  CC [M]  
/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/actions.o
  CC [M]  
/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/checksum.o
  CC [M]  
/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/datapath.o
/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/datapath.c:58:2:
 error: #error Kernels before 2.6.18 or after 3.0 are not supported by this 
version of Open vSwitch.
make[6]: *** 
[/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/datapath.o] 
Error 1
make[5]: *** 
[_module_/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux] 
Error 2
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-3.1.0-1-amd64'

Since a version of Open vSwitch has been accepted for inclusion in
mainline Linux 3.3, perhaps it could be included in Debian kernel
packages starting with Linux 3.2 and then this binary package could be
removed.  However I don't know whether the mainline version is fully-
featured.

Ben.

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

Kernel: Linux 3.1.0-1-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 openvswitch-datapath-source depends on:
ii  bzip2 1.0.6-1
ii  debhelper 8.9.11 
ii  module-assistant  0.11.4 

openvswitch-datapath-source recommends no packages.

Versions of packages openvswitch-datapath-source suggests:
pn  openvswitch-switch  none

-- no debconf information


---End Message---
---BeginMessage---
Version: 1.3.0-1

On Mon, Dec 12, 2011 at 10:01:34AM -0800, Ben Pfaff wrote:
 On Mon, Dec 12, 2011 at 08:00:25AM +, Ben Hutchings wrote:
  Package: openvswitch-datapath-source
  Version: 1.2.2-2
  Severity: grave
  
  This module fails to build against Linux 3.1:

This problem has been resolved as of 1.3.0-1



---End Message---


Bug#616011: no mediawiki exporter

2012-02-03 Thread Rene Engelhard
Hi,

 How are exporters supposed to be registered ?  Can we manually request a
 re-registration
 of that exporter, possibly with verbose traces ?

Only what unopkg sync does... (which is what the trigger does) afaik.

 broken, and a bold warning should be displayed from preinst, should that
 be the case.

Had that once when we called unopkg add and that would fail when OOo was there. 
Since then it's gone, and no, I don't want this mess back.

 Looking at the various installed filters .xcu files, it looks like this
 one is the only one
 using oor:op=fuse, other (writer2latex, pdfimport) rather use
 oor:op=replace.

Good catch.

 mv /usr/lib/libreoffice/share/extensions/wiki-publisher /
 /var/lib/dpkg/info/libreoffice-common.postinst triggered
 /usr/lib/libreoffice/share/extensions
 mv /wiki-publisher/ /usr/lib/libreoffice/share/extensions/
 $EDITOR /usr/lib/libreoffice/share/extensions/wiki-publisher/Filter.xcu
 /var/lib/dpkg/info/libreoffice-common.postinst triggered
 /usr/lib/libreoffice/share/extensions
 
 ... and guess what ?  it just worked :)

Whee.

 Now the export filter is selectable in the export dialog, and send to
 finds it as well...
 
 So one question remains, what was this fuse supposed to do ?

Honestly, I need to google that up myself...

Regards,

Rene



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



Bug#616011: no mediawiki exporter

2012-02-03 Thread Rene Engelhard
Hi,

 Now I tried to replace fuse with replace for a test, and reregistering
 the thing:
 
 mv /usr/lib/libreoffice/share/extensions/wiki-publisher /
 /var/lib/dpkg/info/libreoffice-common.postinst triggered
 /usr/lib/libreoffice/share/extensions
 mv /wiki-publisher/ /usr/lib/libreoffice/share/extensions/
 $EDITOR /usr/lib/libreoffice/share/extensions/wiki-publisher/Filter.xcu
 /var/lib/dpkg/info/libreoffice-common.postinst triggered
 /usr/lib/libreoffice/share/extensions
 
 ... and guess what ?  it just worked :)
 Now the export filter is selectable in the export dialog, and send to
 finds it as well...
 
 So one question remains, what was this fuse supposed to do ?

11:01  _rene__ sberg: what is the difference between oor:op=fuse and 
 oor:op=replace? (cf. http://bugs.debian.org/616011)
[...]
11:10 @sberg _rene__, see 
http://web.archive.org/web/20101103025920/http://util.openoffice.org/common/configuration/oor-document-format.html
11:11  _rene__ thanks

--- snip ---
Operation 'replace':
This operation can only be applied to dynamic elements, i.e. sub-nodes of a set 
or dynamic properties added to extensible nodes. It indicates that a 
corresponding element from the default tree, if present, should be ignored. 
Instead the element should be constructed as if the current layer were the 
first after the schema. Thus replace nodes are only combined with settings from 
the component schema. A replaced node in a set is based on a template and 
contains only modifications relative to the default tree fragment created from 
the template. During the merge process a corresponding node in the default tree 
is discarded, a new tree is created from the template and the contents of the 
update node is applied to this clean tree.

The replace operation does not require that a corresponding node to be replaced 
is available. It also must be used to add a new node to a set or extensible 
node. Thus the real meaning of the operation is “add or replace”. Dynamic 
properties can only be added once and are then considered mandatory, so during 
layer merging the replace operation always means “add” for them,

Operation ‘fuse’ (introduced in OOo 2.0.2):
This operation has a meaning of “modify or replace.” It has the same effect as 
modify (“merge with existing data”) if the element already exists, but it has 
the effect of replace (“add, possibly based on template”) if the element does 
not yet exist.
--- snip ---

Whatever that wants to say us ;-) modify if the element already exists sounds 
like what we want, but if replace works and fuse not I'd change that ;-)

Regards,

Rene



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



Bug#658098: marked as done ([apt-build] Error when upgrade)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Feb 2012 10:41:29 +
with message-id e1rtga9-0002ix...@franck.debian.org
and subject line Bug#658098: fixed in apt-build 0.12.40
has caused the Debian Bug report #658098,
regarding [apt-build] Error when 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.)


-- 
658098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658098
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apt-build
Version: 0.12.39
Severity: normal

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

The error when upgrade today:

# aptitude -f install 
Os pacotes a seguir, parcialmente instalados, serão configurados:
  apt-build 
Nenhum pacote será instalado, atualizado ou removido.
0 pacotes atualizados, 0 novos instalados, 0 a serem removidos e 0 não 
atualizados.
É preciso obter 0 B de arquivos. Depois do desempacotamento, 0 B serão usados.
Configurando apt-build (0.12.39) ...
dpkg: erro processando apt-build (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 30
configured to not write apport reports
  Erros foram encontrados durante o 
processamento de:
 apt-build
E: Sub-process /usr/bin/dpkg returned an error code (1)
A instalação de um pacote falhou. Tentando recuperar:
Configurando apt-build (0.12.39) ...
dpkg: erro processando apt-build (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 30
Erros foram encontrados durante o processamento de:
 apt-build





--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesft.if.usp.br 
  500 testing http.us.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends (Version) | Installed
=-+-
debconf (= 0.5)  | 1.5.41
 OR debconf-2.0   | 
libc6  (= 2.2.5) | 2.13-25
perl  | 5.14.2-7
apt  (= 0.5) | 0.8.15.9
gcc   | 4:4.6.2-4
g++   | 4:4.6.2-4
dpkg-dev (= 1.9) | 1.16.1.2
libappconfig-perl(= 1.5) | 1.66-1
libapt-pkg-perl   (= 0.1.11) | 0.1.25+b1
devscripts| 2.11.3
apt-utils | 0.8.15.9


Recommends   (Version) | Installed
==-+-===
fakeroot   | 1.18.2-1
build-essential| 11.5


Package's Suggests field is empty.






-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org


---End Message---
---BeginMessage---
Source: apt-build
Source-Version: 0.12.40

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

apt-build_0.12.40.dsc
  to main/a/apt-build/apt-build_0.12.40.dsc
apt-build_0.12.40.tar.gz
  to main/a/apt-build/apt-build_0.12.40.tar.gz
apt-build_0.12.40_mipsel.deb
  to main/a/apt-build/apt-build_0.12.40_mipsel.deb



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

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

Debian distribution maintenance software
pp.
Dominique Lasserre lasserr...@gmail.com (supplier of updated apt-build 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Jan 2012 22:18:25 +0100
Source: apt-build
Binary: apt-build
Architecture: source mipsel
Version: 0.12.40
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Dominique Lasserre lasserr...@gmail.com
Description: 
 apt-build  - frontend to apt to build, optimize and install packages
Closes: 658098
Changes: 
 apt-build (0.12.40) unstable; urgency=high
 .
   * QA upload.
   * Prevent error if debconf cannot display questions. Closes: #658098
Checksums-Sha1: 
 f9b4425c390b9fdcf3886f0aa0fcc64a095dce15 1541 apt-build_0.12.40.dsc
 ee6ef1d36e34891ac2064967c894cf28dc951360 49316 apt-build_0.12.40.tar.gz
 ba3cfba8e8633b1ec9343637a5183254608dc60f 38662 

Bug#658472: libtesseract3: .so symlink in shared library package

2012-02-03 Thread Jakub Wilk

Source: libtesseract3
Version: 3.02-1
Severity: serious
Justification: Policy 8.2 (and 8.4)

$ dpkg -c libtesseract3_3.02-1_i386.deb | grep -F '.so '
lrwxrwxrwx root/root 0 2012-02-02 17:56 ./usr/lib/libtesseract.so - 
libtesseract.so.3.0.2

If your package contains files whose names do not change with each 
change in the library shared object version, you must not put them in 
the shared library package.


The .so symlink should go to the -dev package.

--
Jakub Wilk



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



Processed: reassign 658472 to libtesseract3

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

 # Thank you, reportbug.
 reassign 658472 libtesseract3 3.02-1
Bug #658472 [src:libtesseract3] libtesseract3: .so symlink in shared library 
package
Warning: Unknown package 'src:libtesseract3'
Bug reassigned from package 'src:libtesseract3' to 'libtesseract3'.
Bug No longer marked as found in versions libtesseract3/3.02-1.
Bug #658472 [libtesseract3] libtesseract3: .so symlink in shared library package
Bug Marked as found in versions tesseract/3.02-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658472
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#658476: libtesseract3: undeclared file conflict with tesseract-ocr

2012-02-03 Thread Jakub Wilk

Package: libtesseract3
Version: 3.02-1
Severity: serious

This is what happens when I upgrade tesseract-ocr from 2.04-2.1+b1 to 
3.02-1:


Unpacking libtesseract3 (from .../libtesseract3_3.02-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libtesseract3_3.02-1_i386.deb 
(--unpack):
  trying to overwrite 
'/usr/share/tesseract-ocr/tessdata/tessconfigs/batch.nochop', which is also in 
package tesseract-ocr 2.04-2.1+b1

--
Jakub Wilk



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



Bug#642733: poco: FTBFS: Makefile:43: *** No ODBC library found. Please install, unixODBC or iODBC and try again. Stop.

2012-02-03 Thread peter green

/usr/bin/make -C /build/poco-VaXUUU/poco-1.3.6p1/Data/ODBC
Makefile:43: *** No ODBC library found. Please install unixODBC or iODBC and 
try again.  Stop.
make[2]: Entering directory `/build/poco-VaXUUU/poco-1.3.6p1/Data/ODBC'
make[2]: Leaving directory `/build/poco-VaXUUU/poco-1.3.6p1/Data/ODBC'
make[1]: *** [Data/ODBC-libexec] Error 2


This bug was fixed in experimental over 4 months ago but the fix is 
still not in unstable. Is there any reason for that?






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



Bug#654459: Doesn't compile with 3.x kernels

2012-02-03 Thread Marcos Marado
FYI, upgrading to drbd-8.3.11 or later fixes this.

Best regards,
-- 
Marcos Marado



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



Bug#628253: libsfml: diff for NMU version 1.6+dfsg1-2.1

2012-02-03 Thread Konstantinos Margaritis
tags 628253 + pending
thanks

Dear maintainer,

I've prepared an NMU for libsfml (versioned as 1.6+dfsg1-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

Konstantinos
diff -u libsfml-1.6+dfsg1/debian/changelog libsfml-1.6+dfsg1/debian/changelog
--- libsfml-1.6+dfsg1/debian/changelog
+++ libsfml-1.6+dfsg1/debian/changelog
@@ -1,3 +1,11 @@
+libsfml (1.6+dfsg1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Patch from Ubuntu by Matthias Klose fix FTBFS. Closes: #628253
+* Don't include system headers in the sf namespace.
+
+ -- Konstantinos Margaritis mar...@debian.org  Fri, 03 Feb 2012 15:31:30 +0200
+
 libsfml (1.6+dfsg1-2) unstable; urgency=low
 
   * Add patch by Evgeni to build against gcc-4.6 (Closes: #625031)
diff -u libsfml-1.6+dfsg1/debian/patches/series libsfml-1.6+dfsg1/debian/patches/series
--- libsfml-1.6+dfsg1/debian/patches/series
+++ libsfml-1.6+dfsg1/debian/patches/series
@@ -1,4 +1,4 @@
-debian/fix-includes.diff -p1
+debian/fix-includes.diff
 debian/gcc-4.6.diff -p1
 debian/interlinking.diff -p1
 debian/kfreebsd.diff -p1
diff -u libsfml-1.6+dfsg1/debian/patches/debian/fix-includes.diff libsfml-1.6+dfsg1/debian/patches/debian/fix-includes.diff
--- libsfml-1.6+dfsg1/debian/patches/debian/fix-includes.diff
+++ libsfml-1.6+dfsg1/debian/patches/debian/fix-includes.diff
@@ -12,14 +12,12 @@
-diff --git a/include/SFML/System/ResourcePtr.inl b/include/SFML/System/ResourcePtr.inl
-index dbfcd0d..7bda5f1 100755
 a/include/SFML/System/ResourcePtr.inl
-+++ b/include/SFML/System/ResourcePtr.inl
-@@ -22,6 +22,7 @@
- //
+Index: libsfml-1.6+dfsg1/include/SFML/System/Resource.hpp
+===
+--- libsfml-1.6+dfsg1.orig/include/SFML/System/Resource.hpp	2011-09-21 15:03:16.449574957 +
 libsfml-1.6+dfsg1/include/SFML/System/Resource.hpp	2011-09-21 15:03:34.429601847 +
+@@ -29,6 +29,7 @@
+ // Headers
  
- 
+ #include set
 +#include cstddef
  
- 
- /// Default constructor
--- 
-tg: (7690657..) debian/fix-includes (depends on: debian/scriptheader-in-example-makefiles)
+ 
+ namespace sf
diff -u libsfml-1.6+dfsg1/debian/patches/debian/gcc-4.6.diff libsfml-1.6+dfsg1/debian/patches/debian/gcc-4.6.diff
--- libsfml-1.6+dfsg1/debian/patches/debian/gcc-4.6.diff
+++ libsfml-1.6+dfsg1/debian/patches/debian/gcc-4.6.diff
@@ -104,18 +104,6 @@
  #include SFML/System/Resource.hpp
  #include SFML/System/Unicode.hpp
  #include SFML/Graphics/Drawable.hpp
-diff --git a/include/SFML/System/ResourcePtr.inl b/include/SFML/System/ResourcePtr.inl
-index dbfcd0d..7bda5f1 100755
 a/include/SFML/System/ResourcePtr.inl
-+++ b/include/SFML/System/ResourcePtr.inl
-@@ -22,6 +22,7 @@
- //
- 
- 
-+#include cstddef
- 
- 
- /// Default constructor
 diff --git a/src/SFML/Graphics/Font.cpp b/src/SFML/Graphics/Font.cpp
 index 36c4c28..350c0cc 100755
 --- a/src/SFML/Graphics/Font.cpp


Processed: libsfml: diff for NMU version 1.6+dfsg1-2.1

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

 tags 628253 + pending
Bug #628253 [libsfml] python-sfml: FTBFS: glext.h:5040:9: error: 'ptrdiff_t' 
does not name a type
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
628253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628253
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#656085: [Pkg-mailman-hackers] Bug#656085: mailman: prompting due to modified conffiles which where not modified by the user

2012-02-03 Thread Thijs Kinkhorst
On Mon, January 16, 2012 12:36, Holger Levsen wrote:
   Setting up mailman (1:2.1.14-3) ...

   Configuration file `/etc/cron.d/mailman'
== File on system created by you or by a script.
== File also in package provided by package maintainer.

This stems from the fact that historically (since the 20th century) this
file has been created by just echo'ing it from postinst, and I recently
moved this into a proper conffile.

Will need to see how I can convince dpkg that this file did indeed change
into a conffile but that that is expected.


Thijs




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



Bug#658484: backintime-kde: segfault while loading

2012-02-03 Thread Eric Valette
Package: backintime-kde
Version: 1.0.8-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

backintime-kde4 
   
/usr/bin/backintime-kde4: line 26: 25741 Segmentation fault  python 
${APP_PATH}/app.py $@  
6 r-x-ceva6380:~-file /usr/bin/backintime-kde4 
 
/usr/bin/backintime-kde4: POSIX shell script, ASCII text executable 
 
7 r-x-ceva6380:~-sh -x /usr/bin/backintime-kde4
 
+ '[' -f app.py ']' 
 
+ APP_PATH=/usr/share/backintime/kde4   
 
+ python /usr/share/backintime/kde4/app.py  
 
/usr/bin/backintime-kde4: line 26: 25756 Segmentation fault  python 
${APP_PATH}/app.py $@

python -v /usr/share/backintime/kde4/app.py
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
import site # precompiled from /usr/lib/python2.7/site.pyc
# /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
import os # precompiled from /usr/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
# /usr/lib/python2.7/posixpath.pyc matches /usr/lib/python2.7/posixpath.py
import posixpath # precompiled from /usr/lib/python2.7/posixpath.pyc
# /usr/lib/python2.7/stat.pyc matches /usr/lib/python2.7/stat.py
import stat # precompiled from /usr/lib/python2.7/stat.pyc
# /usr/lib/python2.7/genericpath.pyc matches /usr/lib/python2.7/genericpath.py
import genericpath # precompiled from /usr/lib/python2.7/genericpath.pyc
# /usr/lib/python2.7/warnings.pyc matches /usr/lib/python2.7/warnings.py
import warnings # precompiled from /usr/lib/python2.7/warnings.pyc
# /usr/lib/python2.7/linecache.pyc matches /usr/lib/python2.7/linecache.py
import linecache # precompiled from /usr/lib/python2.7/linecache.pyc
# /usr/lib/python2.7/types.pyc matches /usr/lib/python2.7/types.py
import types # precompiled from /usr/lib/python2.7/types.pyc
# /usr/lib/python2.7/UserDict.pyc matches /usr/lib/python2.7/UserDict.py
import UserDict # precompiled from /usr/lib/python2.7/UserDict.pyc
# /usr/lib/python2.7/_abcoll.pyc matches /usr/lib/python2.7/_abcoll.py
import _abcoll # precompiled from /usr/lib/python2.7/_abcoll.pyc
# /usr/lib/python2.7/abc.pyc matches /usr/lib/python2.7/abc.py
import abc # precompiled from /usr/lib/python2.7/abc.pyc
# /usr/lib/python2.7/_weakrefset.pyc matches /usr/lib/python2.7/_weakrefset.py
import _weakrefset # precompiled from /usr/lib/python2.7/_weakrefset.pyc
import _weakref # builtin
# /usr/lib/python2.7/copy_reg.pyc matches /usr/lib/python2.7/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.7/copy_reg.pyc
# /usr/lib/python2.7/traceback.pyc matches /usr/lib/python2.7/traceback.py
import traceback # precompiled from /usr/lib/python2.7/traceback.pyc
# /usr/lib/python2.7/sysconfig.pyc matches /usr/lib/python2.7/sysconfig.py
import sysconfig # precompiled from /usr/lib/python2.7/sysconfig.pyc
# /usr/lib/python2.7/re.pyc matches /usr/lib/python2.7/re.py
import re # precompiled from /usr/lib/python2.7/re.pyc
# /usr/lib/python2.7/sre_compile.pyc matches /usr/lib/python2.7/sre_compile.py
import sre_compile # precompiled from /usr/lib/python2.7/sre_compile.pyc
import _sre # builtin
# /usr/lib/python2.7/sre_parse.pyc matches /usr/lib/python2.7/sre_parse.py
import sre_parse # precompiled from /usr/lib/python2.7/sre_parse.pyc
# /usr/lib/python2.7/sre_constants.pyc matches 
/usr/lib/python2.7/sre_constants.py
import sre_constants # precompiled from /usr/lib/python2.7/sre_constants.pyc
# /usr/lib/python2.7/sitecustomize.pyc matches 
/usr/lib/python2.7/sitecustomize.py
import sitecustomize # precompiled from /usr/lib/python2.7/sitecustomize.pyc
import encodings # directory /usr/lib/python2.7/encodings
# /usr/lib/python2.7/encodings/__init__.pyc matches 
/usr/lib/python2.7/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.7/encodings/__init__.pyc
# /usr/lib/python2.7/codecs.pyc matches /usr/lib/python2.7/codecs.py
import codecs # precompiled from /usr/lib/python2.7/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.7/encodings/aliases.pyc matches 

Bug#657775: Closing #657775

2012-02-03 Thread Alessio Treglia
Version: 1.6.0~ds1-4

Fixed with lives 1.6.0~ds1-4.

Regards.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A



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



Bug#657775: marked as done (lives: FTBFS(kfreebsd): error: unterminated argument list invoking macro _)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 3 Feb 2012 14:24:15 +0100
with message-id 
camhuwoyx0vy14omqsmysegu8iffyirzwf9cdactq+--jfqt...@mail.gmail.com
and subject line Closing #657775
has caused the Debian Bug report #657775,
regarding lives: FTBFS(kfreebsd): error: unterminated argument list invoking 
macro _
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.)


-- 
657775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:lives
Version: 1.6.0~ds1-1
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

gcc -DPACKAGE_NAME=\LiVES\ -DPACKAGE_TARNAME=\lives\ 
-DPACKAGE_VERSION=\1.6.0\ -DPACKAGE_STRING=\LiVES\ 1.6.0\ 
-DPACKAGE_BUGREPORT=\http://www.sourceforge.net/tracker/\?group_id=64341\atid=507139\;
 -DPACKAGE_URL=\\ -DPACKAGE=\lives\ -DVERSION=\1.6.0\ -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 
-D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\.libs/\ -DSTDC_HEADERS=1 -DGETTEXT_PACKAGE=\lives\ 
-DLOCALEDIR=\\$\{datarootdir\}/locale\ -DPREFIX=\/usr\ 
-DLiVES_VERSION=\1.6.0\ -DHAVE_VISIBILITY=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DINTDIV0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 
-DHAVE_UNSIGNED_LONG_LONG_INT=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 
-DUSE_POSIX_THREADS=1 -DUSE_POSIX_THREADS_WEAK=1 -DHAVE_PTHREAD_RWLOCK=1 
-DHAVE_PTHREAD_MUTEX_RECURSIVE=1 -DHAVE_BUILTIN_EXPECT=1 -DHAVE_ARGZ_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 
-DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 
-DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_STPCPY=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 
-DHAVE_ARGZ_COUNT=1 -DHAVE_ARGZ_STRINGIFY=1 -DHAVE_ARGZ_NEXT=1 
-DHAVE___FSETLOCKING=1 -DHAVE_DECL_FEOF_UNLOCKED=1 -DHAVE_DECL_FGETS_UNLOCKED=1 
-DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_NL_LOCALE_NAME=1 -DHAVE_LONG_LONG_INT=1 
-DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 
-DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_PUTENV=1 
-DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_WCSLEN=1 
-DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_GETC_UNLOCKED=1 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 
-DHAVE_DCGETTEXT=1 -DHAVE_LIBDL=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_LIBJACK=1 
-DHAVE_JACK_JACK_H=1 -DHAVE_JACK_TRANSPORT_H=1 -DHAVE_LINUX_VIDEODEV_H=1 
-DHAVE_LINUX_VIDEODEV2_H=1 -I. -DPACKAGE_DATA_DIR=\/usr/share\ 
-DLIVES_DIR=\\ -DPACKAGE_LOCALE_DIR=\/usr/share/locale\ -I .. -I 
../libOSC -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo
-Wstrict-aliasing=0-I/usr/include/liboil-0.3   -DENABLE_OIL=1 
-DENABLE_OSC=1  -I/usr/include/libpng12   -DUSE_LIBPNG=1 -DUSE_SWSCALE=1 
-DENABLE_JACK -DENABLE_JACK_TRANSPORT -lpulse   -DHAVE_PULSE_AUDIO=1 
-DENABLE_GIW=1   -DLIVES_LIBDIR=\/usr/lib\ -DHAVE_GTK_NICE_VERSION=1 
-DHAVE_GTK_VERSION216=1 -DHAVE_WEBM=1 -g -O2 -Wall -c colourspace.c
callbacks.c: In function 'on_fs_preview_clicked':
callbacks.c:11504:0: error: unterminated argument list invoking macro _
callbacks.c:5875:32: error: '_' undeclared (first use in this function)
callbacks.c:5875:32: note: each undeclared identifier is reported only once for 
each function it appears in
callbacks.c:5875:7: error: expected ')' at end of input
callbacks.c:5875:7: error: expected declaration or statement at end of input
callbacks.c:5875:7: error: expected declaration or statement at end of input
callbacks.c:5875:7: error: expected declaration or statement at end of input
callbacks.c:5732:10: warning: unused variable 'file_open_params' 
[-Wunused-variable]

Processed: reassign 658218 to src:gdcm, fixed 658218 in 2.2.0-3

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

 reassign 658218 src:gdcm 2.2.0-1
Bug #658218 {Done: Mathieu Malaterre mathieu.malate...@gmail.com} 
[libgdcm2.0-dbg,libgdcm2.2-dbg] libgdcm2.2-dbg and libgdcm2.0-dbg: error when 
trying to install together
Bug reassigned from package 'libgdcm2.0-dbg,libgdcm2.2-dbg' to 'src:gdcm'.
Bug No longer marked as fixed in versions gdcm/2.2.0-3.
Bug #658218 {Done: Mathieu Malaterre mathieu.malate...@gmail.com} [src:gdcm] 
libgdcm2.2-dbg and libgdcm2.0-dbg: error when trying to install together
Bug Marked as found in versions gdcm/2.2.0-1.
 fixed 658218 2.2.0-3
Bug #658218 {Done: Mathieu Malaterre mathieu.malate...@gmail.com} [src:gdcm] 
libgdcm2.2-dbg and libgdcm2.0-dbg: error when trying to install together
Bug Marked as fixed in versions gdcm/2.2.0-3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658218: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658218
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#658489: stunnel4: TESTING: Rebuild Stunnel against OpenSSL version g

2012-02-03 Thread Temistocle M. Mineo
Package: stunnel4
Version: 3:4.42-1
Severity: grave
Justification: renders package unusable

  Dear Maintainer,
this (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653882) bug
seems referred to unstable/experimental version of Stunnel;
  but testing is also affected: I've just upgraded from Squeeze, where
my configuration worked perfectly.

  The only noticeable difference is launching stunnel foreground as root:
pre
stunnel 4.42 on x86_64-pc-linux-gnu platform
Compiled with OpenSSL 1.0.0d 8 Feb 2011
Running  with OpenSSL 1.0.0g 18 Jan 2012
Update OpenSSL shared libraries or rebuild stunnel
/pre

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

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

Versions of packages stunnel4 depends on:
ii  adduser   3.113
ii  libc6 2.13-24
ii  libssl1.0.0   1.0.0g-1
ii  libwrap0  7.6.q-22
ii  netbase   4.47
ii  openssl   1.0.0g-1
ii  perl-modules  5.14.2-6

stunnel4 recommends no packages.

Versions of packages stunnel4 suggests:
pn  logcheck-database  none

-- Configuration Files:
/etc/default/stunnel4 changed [not included]

-- no debconf information


Bug#658491: hdf5-tools programs cannot find libhdf5.so.7

2012-02-03 Thread Giuseppe Bilotta
Package: hdf5-tools
Version: 1.8.8-6
Severity: grave

The binaries in this version of hdf5-tools are linked against
libhdf5.so.7, but the package depends on libhdf5-1.8 that provides
libhdf5.so.6. Therefore, all of the tools fail to launch with:

error while loading shared libraries: libhdf5.so.7: cannot open shared
object file: No such file or directory


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

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

Versions of packages hdf5-tools depends on:
ii  libhdf5-openmpi-1.8.4 [libhdf5-1.8]  1.8.4-patch1-3

hdf5-tools recommends no packages.

hdf5-tools 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#612035: Ping: Bug#612035: [Pkg-phototools-devel] Bug#612035: vulnerability: rewrite arbitrary user file

2012-02-03 Thread Daniel Friesel
Hi,

On Thu, Jan 19, 2012 at 12:47:06PM +, Jonathan Wiltshire wrote:
 On Fri, Jul 08, 2011 at 08:06:17PM +0200, Julien Cristau wrote:
  [...]
  ick.  mkdtemp(3), please.
 Any news on this?

the attached patches (created against the unpatched 1.3.4.dfsg.1-1 / 1.8-1
packages) use mkdtemp for the fix.

I removed the --cache 0 wget argument because my system's wget does not support
it anymore, if the wget in oldstable still has it it's safe to put that back in.

--Daniel
diff --git a/src/imlib.c b/src/imlib.c
index fc4dcf0..1d06628 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -263,7 +263,7 @@ feh_http_load_image(char *url)
char *newurl = NULL;
char randnum[20];
int rnum;
-   char *path = NULL;
+   static char *path = NULL;
 
D_ENTER(4);
 
@@ -274,11 +274,16 @@ feh_http_load_image(char *url)
   else
  path = ;
}
-   else
-  path = /tmp/;
+   else {
+  path = estrdup(/tmp/feh_XX);
+	if (mkdtemp(path) == NULL)
+		eprintf(Failed to create temporary directory);
+	path = estrjoin(, path, /, NULL);
+	opt.tmp_path = path;
+   }
 
basename = strrchr(url, '/') + 1;
-   tmpname = feh_unique_filename(path, basename);
+   tmpname = estrjoin(, path, basename, NULL);
 
if (opt.wget_timestamp)
{
@@ -288,7 +293,7 @@ feh_http_load_image(char *url)
   ppid = getpid();
   snprintf(cppid, sizeof(cppid), %06ld, (long)ppid);
   tmpname_timestamper =
- estrjoin(, /tmp/feh_, cppid, _, basename, NULL);
+ estrjoin(, path, cppid, _, basename, NULL);
}
 
if (opt.wget_timestamp)
@@ -548,7 +553,7 @@ feh_http_load_image(char *url)
  }
  else
  {
-execlp(wget, wget, --cache, 0, newurl, -O, tmpname,
+execlp(wget, wget, newurl, -O, tmpname,
quiet, (char*) NULL);
  }
  eprintf(url: exec failed: wget:);
diff --git a/src/main.c b/src/main.c
index 745fdf9..4fbe600 100644
--- a/src/main.c
+++ b/src/main.c
@@ -215,5 +215,8 @@ feh_clean_exit(void)
if (opt.filelistfile)
   feh_write_filelist(filelist, opt.filelistfile);
 
+	if (opt.tmp_path  !opt.keep_http)
+		rmdir(opt.tmp_path);
+
D_RETURN_(4);
 }
diff --git a/src/options.c b/src/options.c
index d9d803d..7fd46b0 100644
--- a/src/options.c
+++ b/src/options.c
@@ -55,6 +55,7 @@ init_parse_options(int argc, char **argv)
opt.thumb_h = 60;
opt.menu_font = estrdup(DEFAULT_MENU_FONT);
opt.font = estrdup(DEFAULT_FONT);
+   opt.tmp_path = NULL;
opt.menu_bg = estrdup(PREFIX /share/feh/images/menubg_default.png);
opt.menu_style = estrdup(PREFIX /share/feh/fonts/menu.style);
opt.menu_border = 4;
diff --git a/src/options.h b/src/options.h
index 0101885..f365da8 100644
--- a/src/options.h
+++ b/src/options.h
@@ -89,6 +89,8 @@ struct __fehoptions
char *menu_style;
char *caption_path;
 
+   char *tmp_path;
+
gib_style *menu_style_l;
 
unsigned char next_button;
diff --git a/src/imlib.c b/src/imlib.c
index 69c6e50..ea88754 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -232,15 +232,20 @@ char *feh_http_load_image(char *url)
 {
 	char *tmpname;
 	char *basename;
-	char *path = NULL;
+	static char *path = NULL;
 
 	if (opt.keep_http) {
 		if (opt.output_dir)
 			path = opt.output_dir;
 		else
 			path = ;
-	} else
-		path = /tmp/;
+	} else {
+		path = estrdup(/tmp/feh_XX);
+		if (mkdtemp(path) == NULL)
+			eprintf(Failed to create temporary directory:);
+		path = estrjoin(NULL, path, /, NULL);
+		opt.tmp_path = path;
+	}
 
 	basename = strrchr(url, '/') + 1;
 	tmpname = feh_unique_filename(path, basename);
diff --git a/src/main.c b/src/main.c
index ce46879..9588863 100644
--- a/src/main.c
+++ b/src/main.c
@@ -190,5 +190,8 @@ void feh_clean_exit(void)
 	if (opt.filelistfile)
 		feh_write_filelist(filelist, opt.filelistfile);
 
+	if (opt.tmp_path  !opt.keep_http)
+		rmdir(opt.tmp_path);
+
 	return;
 }
diff --git a/src/options.c b/src/options.c
index 5962ca1..5f928ed 100644
--- a/src/options.c
+++ b/src/options.c
@@ -56,6 +56,7 @@ void init_parse_options(int argc, char **argv)
 	opt.thumb_redraw = 10;
 	opt.menu_font = estrdup(DEFAULT_MENU_FONT);
 	opt.font = NULL;
+	opt.tmp_path = NULL;
 	opt.image_bg = estrdup(default);
 	opt.menu_bg = estrdup(PREFIX /share/feh/images/menubg_default.png);
 	opt.menu_style = estrdup(PREFIX /share/feh/fonts/menu.style);
diff --git a/src/options.h b/src/options.h
index be20687..2cb174e 100644
--- a/src/options.h
+++ b/src/options.h
@@ -88,6 +88,8 @@ struct __fehoptions {
 	char *caption_path;
 	char *start_list_at;
 
+	char *tmp_path;
+
 	gib_style *menu_style_l;
 
 	unsigned char pan_button;


signature.asc
Description: Digital signature


Bug#655789: wv 1.2.9

2012-02-03 Thread Aron Xu
Any news?

-- 
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



Bug#584987: mysql-gui-tools: EOL upstream, should not be shipped in squeeze, replaced by MySQL Workbench

2012-02-03 Thread Marcos Marado
Hi there,

Adam Majer ad...@zombino.com wrote:
[...]
 I'll upload mysql-workbench package on the weekend.

FYI, there's already an ITP for that[1], with some comments worth
reading, even if the work on it seems to have stalled[2].


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604174
[2] http://anonscm.debian.org/viewvc/pkg-mysql/mysql-workbench/trunk/debian/

Best regards,
-- 
Marcos Marado



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



Bug#613752: Registers itself to open PDF and PostScript; ends up as the default

2012-02-03 Thread Marcos Marado
Hi there,

I'm sorry, but I fail to understand two things:

1) Why is this a bug on Inkscape?

This started happening exactly to solve a bug[1]: while Inkscape
supports many filetypes,
the application wasn't registering them. And this is the correct
behaviour: applications that
open PDF should state so. What I see here is that there should be a
priority system or
something that would let applications know which application to
present as default for
opening a certain filetype, when more than one option is available.

2) Why is the severity of this bug serious?

While I understand this is an annoying bug, I don't understand how
does it fit on the
serious description:

is a severe violation of Debian policy (roughly, it violates a must
or required directive), or,
in the package maintainer's or release manager's opinion, makes the
package unsuitable for
release.

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

Best regards,
-- 
Marcos Marado



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



Bug#658341: Call for Vote: upload of multi-arch enabled dpkg (in time for wheezy)

2012-02-03 Thread Colin Watson
On Thu, Feb 02, 2012 at 08:16:34AM -0700, Bdale Garbee wrote:
 I also believe we've had sufficient discussion about this issue, and I
 therefore call for an immediate vote on the following ballot.  My thanks
 to Russ Allbery for help drafting the text.

I vote A C B.

-- 
Colin Watson   [cjwat...@debian.org]


signature.asc
Description: Digital signature


Bug#658491: marked as done (hdf5-tools programs cannot find libhdf5.so.7)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 3 Feb 2012 19:55:28 +0100
with message-id 20120203185517.GB2821@mithrandir
and subject line Re: Bug#658491: hdf5-tools programs cannot find libhdf5.so.7
has caused the Debian Bug report #658491,
regarding hdf5-tools programs cannot find libhdf5.so.7
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.)


-- 
658491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658491
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: hdf5-tools
Version: 1.8.8-6
Severity: grave

The binaries in this version of hdf5-tools are linked against
libhdf5.so.7, but the package depends on libhdf5-1.8 that provides
libhdf5.so.6. Therefore, all of the tools fail to launch with:

error while loading shared libraries: libhdf5.so.7: cannot open shared
object file: No such file or directory


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

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

Versions of packages hdf5-tools depends on:
ii  libhdf5-openmpi-1.8.4 [libhdf5-1.8]  1.8.4-patch1-3

hdf5-tools recommends no packages.

hdf5-tools suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
severity normal
thanks

On Fri, Feb 03, 2012 at 03:05:38PM +0100, Giuseppe Bilotta wrote:
 Package: hdf5-tools
 Version: 1.8.8-6
 Severity: grave
 
 The binaries in this version of hdf5-tools are linked against
 libhdf5.so.7, but the package depends on libhdf5-1.8 that provides
 libhdf5.so.6. Therefore, all of the tools fail to launch with:
 
 error while loading shared libraries: libhdf5.so.7: cannot open shared
 object file: No such file or directory
 

This is a non bug, you have simply to install the *latest* version
of the hdf5 library which provides libhdf5-1.8. You have probably
on hold the previous version for some reason.

-- 
Francesco P. Lovergine

---End Message---


Bug#640459: libindicator: FTBFS: indicator-image-helper.c:79: undefined, reference to `roundf'

2012-02-03 Thread peter green
Several months ago you uploaded a fix for this rc bug to experimental 
but the bug is still present in unstable. Please can you fix it in 
unstable too?




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



Bug#658476: libtesseract3: undeclared file conflict with tesseract-ocr

2012-02-03 Thread Jeff Breidenbach
 Doing this

Package: libtesseract3
Breaks: tesseract-ocr ( 3.01~)
Replaces: tesseract-ocr ( 3.01~)
...

 Because of this

7.6.1 Overwriting files in other packages

It is usually an error for a package to contain files which are on the
system in another package. However, if the overwriting package
declares that it Replaces the one containing the file being
overwritten, then dpkg will replace the file from the old package with
that from the new. The file will no longer be listed as owned by the
old package and will be taken over by the new package. Normally,
Breaks should be used in conjunction with Replaces.[53]

For example, if a package foo is split into foo and foo-data starting
at version 1.2-3, foo-data would have the fields

 Replaces: foo ( 1.2-3)
 Breaks: foo ( 1.2-3)



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



Processed: found 620396 in dot-forward/1:0.71-1

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

 found 620396 dot-forward/1:0.71-1
Bug #620396 [courier-mta,dot-forward] dot-forward and courier-mta: error when 
trying to install together
Bug Marked as found in versions dot-forward/1:0.71-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620396
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: found 620396 in courier-mta/0.66.3-4

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

 found 620396 courier-mta/0.66.3-4
Bug #620396 [courier-mta,dot-forward] dot-forward and courier-mta: error when 
trying to install together
The source courier-mta and version 0.66.3-4 do not appear to match any binary 
packages
Bug Marked as found in versions courier-mta/0.66.3-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620396
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#654474: Doesn't contain source for waf binary code

2012-02-03 Thread Michael Biebl
Hi,

as this issue affects quite a few packages, I'd like to bring this up
for wider discussion.

The issue basically is, that the waf build system uses a python script,
which embeds a bz2 tarball containing further python sources. Those are
unpacked to .waf-*/ when the waf script is executed. More details can be
found at [1].

A few observations/questions:

* We do accept tarball-in-tarball packages. What makes this specific
case different?

* Where exactly is the DFSG violation? The package does ship the source
code even if embedding it in the waf script doesn't make that obvious

but

* Would it be sufficient to document in README.source how a user can
unpack and modify the waf sources (basically what [2] does) and wouldn't
this fulfill the DFSG requirements?


* What about packages which ship both an autotools and waf based build
system and the Debian package uses the one based on autotools?



Michael


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645190
[2] http://wiki.debian.org/UnpackWaf


-- 
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#616108: pidgin-facebookchat: Authentication Failure - You are not permitted to do that

2012-02-03 Thread Marcos Marado
Upstream's SVN[1] has a fix for this as well as a lot other bugs,
please consider packaging
the SVN version...

[1] http://code.google.com/p/pidgin-facebookchat/source/checkout

Thanks,
-- 
Marcos Marado



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



Processed: reassign 652444 to paprefs

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

 reassign 652444 paprefs
Bug #652444 [pulseaudio-module-raop] pulseaudio-module-raop: pulseaudio expects 
its modules in /usr/lib/pulse-1.1.0 they are in pulse-1.0
Bug reassigned from package 'pulseaudio-module-raop' to 'paprefs'.
Bug No longer marked as found in versions pulseaudio/1.1-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
652444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652444
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#639636: nodejs: FTBFS/armel - testsuite fails

2012-02-03 Thread Jérémy Lal
Note:

libv8 armel -Dv8_can_use_unaligned_accesses=false : nodejs test failure
libv8 armhf -Dv8_can_use_unaligned_accesses=true : nodejs test pass.

That flag turns on a small amount of code in libv8/src/arm, maybe it's
that part that is broken.

TODO : request guest access to armel porter machine,
compile libv8 3.6 without that flag, run node testsuite.

Jérémy.




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



Processed: found 620396 in courier-mta/0.65.3-2

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

 found 620396 courier-mta/0.65.3-2
Bug #620396 [courier-mta,dot-forward] dot-forward and courier-mta: error when 
trying to install together
The source courier-mta and version 0.65.3-2 do not appear to match any binary 
packages
Bug Marked as found in versions courier-mta/0.65.3-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620396
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 651716

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

 tags 651716 + pending
Bug #651716 [libpulse-mainloop-glib0] libpulse-mainloop-glib0 - Missing strict 
dependency against libpulse0
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651716
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#641542: Reducing the severity of the bug

2012-02-03 Thread Anton Gladky
severity 641542 wishlist
thanks



-- 
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#641542: Reducing the severity of the bug

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

 severity 641542 wishlist
Bug #641542 [paraview] paraview: Please use xdmf2 package rather than internal 
versionof xdmf
Severity set to 'wishlist' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641542
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#654839: Reducing the severity

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

 severity 654839 wishlist
Bug #654839 [paraview] paraview should depend on libvtk5-dev
Severity set to 'wishlist' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
654839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654839
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#654839: Reducing the severity

2012-02-03 Thread Anton Gladky
severity 654839 wishlist
thanks



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



Processed (with 2 errors): your mail

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

 tags 657750 help confirmed
Bug #657750 [src:boinc] boinc: FTBFS: error: storage size of 'sg' isn't known
Added tag(s) confirmed and help.
 tags 658231 help confirmed
Bug #658231 [boinc-client] boinc-client: SIGSEGV on start
Added tag(s) confirmed and help.
 tags 651393 confirmed
Failed to alter tags of Bug 651393: Not altering archived bugs; see unarchive.

 forward 641593
Unknown command or malformed arguments to command.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651393
658231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658231
657750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657750
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#658095: marked as done (tesseract-ocr-eng: breaks tesseract-ocr ( 3) and ocropus (without actually declaring Breaks))

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Feb 2012 21:20:47 +
with message-id e1rtqyp-bj...@franck.debian.org
and subject line Bug#658095: fixed in tesseract 3.02-2
has caused the Debian Bug report #658095,
regarding tesseract-ocr-eng: breaks tesseract-ocr ( 3) and ocropus (without 
actually declaring Breaks)
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.)


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

Package: tesseract-ocr-eng
Version: 3.01-1
Severity: serious

After upgrading tesseract-ocr-eng both tesseract and ocropus die with:

Unable to load unicharset file /usr/share/tesseract-ocr/tessdata/eng.unicharset


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

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

Versions of packages tesseract-ocr-eng depends on:
ii  tesseract-ocr  2.04-2.1+b1

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: tesseract
Source-Version: 3.02-2

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

libtesseract-dev_3.02-2_amd64.deb
  to main/t/tesseract/libtesseract-dev_3.02-2_amd64.deb
libtesseract3_3.02-2_amd64.deb
  to main/t/tesseract/libtesseract3_3.02-2_amd64.deb
tesseract-ocr_3.02-2_amd64.deb
  to main/t/tesseract/tesseract-ocr_3.02-2_amd64.deb
tesseract_3.02-2.diff.gz
  to main/t/tesseract/tesseract_3.02-2.diff.gz
tesseract_3.02-2.dsc
  to main/t/tesseract/tesseract_3.02-2.dsc



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

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

Debian distribution maintenance software
pp.
Jeff Breidenbach j...@debian.org (supplier of updated tesseract 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: Fri, 03 Feb 2012 10:10:07 -0800
Source: tesseract
Binary: libtesseract-dev libtesseract3 tesseract-ocr
Architecture: source amd64
Version: 3.02-2
Distribution: unstable
Urgency: medium
Maintainer: Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com
Changed-By: Jeff Breidenbach j...@debian.org
Description: 
 libtesseract-dev - Development files for the tesseract command line OCR tool
 libtesseract3 - Command line OCR tool
 tesseract-ocr - Command line OCR tool
Closes: 658095 658472 658476
Changes: 
 tesseract (3.02-2) unstable; urgency=medium
 .
   * Deal with file moving to new package name (closes: #658476)
   * Move .so symlink to the dev package (closes: #658472)
   * tesseract 3.0x officially breaks ocropus 0.3.x (closes: #658095)
   * Add dependency to equation language at request of upstream
   * Note that 3.0x tesseract-ocr-dev was renamed to libtesseract-dev
   * Bumping urgency to medium due to looming propagation deadlines
Checksums-Sha1: 
 3554847e27c3c5ae841c00472781a9a146da597a 1284 tesseract_3.02-2.dsc
 8a68dc1bae0f1e6ae0fd405d0cbde4ada78fddd7 6969 tesseract_3.02-2.diff.gz
 9569f7ee75f61dc143be2b7c5668c0231e9095f1 3571310 
libtesseract-dev_3.02-2_amd64.deb
 fc9a840179879927cf39252a15d81d49f90d5a56 1369692 libtesseract3_3.02-2_amd64.deb
 ffed60d68fbce4df9f2918515b0a82317698b71a 143140 tesseract-ocr_3.02-2_amd64.deb
Checksums-Sha256: 
 fa892c693b3c7ba0180ed6c3108e7f4b3e51cdfe19be06ac4dfc97e49ce01457 1284 
tesseract_3.02-2.dsc
 372bdfcaf438c25022af113d670ca3a5b6d3c677d2ccb0808cafe0eaf1237c9e 6969 
tesseract_3.02-2.diff.gz
 dbb221fcb6de24a0303129e173e4872dd0c8296caf161f7dc62a82fb04b4a194 3571310 
libtesseract-dev_3.02-2_amd64.deb
 d1370163bf5cc541098df0305755a6be22a0d490c82ee7d54ff3288b40469424 1369692 
libtesseract3_3.02-2_amd64.deb
 c580b283cd9041ff830d0aa2978f3a818cdee1e03a092fd5ef46f1ab4a25eaa9 143140 
tesseract-ocr_3.02-2_amd64.deb
Files: 
 c69457fcdd51c3b60267317e2a00d0ef 1284 graphics optional tesseract_3.02-2.dsc
 0c395646a6032ef8b1022ba8530d5d12 6969 graphics optional 
tesseract_3.02-2.diff.gz
 ed5957418d3310c606e8697f39001fb5 3571310 graphics optional 
libtesseract-dev_3.02-2_amd64.deb
 da1b76d634480f1e2cb5a6a6287736e0 1369692 graphics optional 
libtesseract3_3.02-2_amd64.deb
 

Bug#658472: marked as done (libtesseract3: .so symlink in shared library package)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Feb 2012 21:20:47 +
with message-id e1rtqyp-bm...@franck.debian.org
and subject line Bug#658472: fixed in tesseract 3.02-2
has caused the Debian Bug report #658472,
regarding libtesseract3: .so symlink in shared library package
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.)


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

Source: libtesseract3
Version: 3.02-1
Severity: serious
Justification: Policy 8.2 (and 8.4)

$ dpkg -c libtesseract3_3.02-1_i386.deb | grep -F '.so '
lrwxrwxrwx root/root 0 2012-02-02 17:56 ./usr/lib/libtesseract.so - 
libtesseract.so.3.0.2

If your package contains files whose names do not change with each 
change in the library shared object version, you must not put them in 
the shared library package.


The .so symlink should go to the -dev package.

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: tesseract
Source-Version: 3.02-2

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

libtesseract-dev_3.02-2_amd64.deb
  to main/t/tesseract/libtesseract-dev_3.02-2_amd64.deb
libtesseract3_3.02-2_amd64.deb
  to main/t/tesseract/libtesseract3_3.02-2_amd64.deb
tesseract-ocr_3.02-2_amd64.deb
  to main/t/tesseract/tesseract-ocr_3.02-2_amd64.deb
tesseract_3.02-2.diff.gz
  to main/t/tesseract/tesseract_3.02-2.diff.gz
tesseract_3.02-2.dsc
  to main/t/tesseract/tesseract_3.02-2.dsc



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

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

Debian distribution maintenance software
pp.
Jeff Breidenbach j...@debian.org (supplier of updated tesseract 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: Fri, 03 Feb 2012 10:10:07 -0800
Source: tesseract
Binary: libtesseract-dev libtesseract3 tesseract-ocr
Architecture: source amd64
Version: 3.02-2
Distribution: unstable
Urgency: medium
Maintainer: Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com
Changed-By: Jeff Breidenbach j...@debian.org
Description: 
 libtesseract-dev - Development files for the tesseract command line OCR tool
 libtesseract3 - Command line OCR tool
 tesseract-ocr - Command line OCR tool
Closes: 658095 658472 658476
Changes: 
 tesseract (3.02-2) unstable; urgency=medium
 .
   * Deal with file moving to new package name (closes: #658476)
   * Move .so symlink to the dev package (closes: #658472)
   * tesseract 3.0x officially breaks ocropus 0.3.x (closes: #658095)
   * Add dependency to equation language at request of upstream
   * Note that 3.0x tesseract-ocr-dev was renamed to libtesseract-dev
   * Bumping urgency to medium due to looming propagation deadlines
Checksums-Sha1: 
 3554847e27c3c5ae841c00472781a9a146da597a 1284 tesseract_3.02-2.dsc
 8a68dc1bae0f1e6ae0fd405d0cbde4ada78fddd7 6969 tesseract_3.02-2.diff.gz
 9569f7ee75f61dc143be2b7c5668c0231e9095f1 3571310 
libtesseract-dev_3.02-2_amd64.deb
 fc9a840179879927cf39252a15d81d49f90d5a56 1369692 libtesseract3_3.02-2_amd64.deb
 ffed60d68fbce4df9f2918515b0a82317698b71a 143140 tesseract-ocr_3.02-2_amd64.deb
Checksums-Sha256: 
 fa892c693b3c7ba0180ed6c3108e7f4b3e51cdfe19be06ac4dfc97e49ce01457 1284 
tesseract_3.02-2.dsc
 372bdfcaf438c25022af113d670ca3a5b6d3c677d2ccb0808cafe0eaf1237c9e 6969 
tesseract_3.02-2.diff.gz
 dbb221fcb6de24a0303129e173e4872dd0c8296caf161f7dc62a82fb04b4a194 3571310 
libtesseract-dev_3.02-2_amd64.deb
 d1370163bf5cc541098df0305755a6be22a0d490c82ee7d54ff3288b40469424 1369692 
libtesseract3_3.02-2_amd64.deb
 c580b283cd9041ff830d0aa2978f3a818cdee1e03a092fd5ef46f1ab4a25eaa9 143140 
tesseract-ocr_3.02-2_amd64.deb
Files: 
 c69457fcdd51c3b60267317e2a00d0ef 1284 graphics optional tesseract_3.02-2.dsc
 0c395646a6032ef8b1022ba8530d5d12 6969 graphics optional 
tesseract_3.02-2.diff.gz
 ed5957418d3310c606e8697f39001fb5 3571310 graphics optional 
libtesseract-dev_3.02-2_amd64.deb
 da1b76d634480f1e2cb5a6a6287736e0 1369692 graphics optional 
libtesseract3_3.02-2_amd64.deb
 0c0e1f8f3656ea5cb128d7374e471075 143140 graphics optional 
tesseract-ocr_3.02-2_amd64.deb

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


Bug#658476: marked as done (libtesseract3: undeclared file conflict with tesseract-ocr)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Feb 2012 21:20:47 +
with message-id e1rtqyp-bp...@franck.debian.org
and subject line Bug#658476: fixed in tesseract 3.02-2
has caused the Debian Bug report #658476,
regarding libtesseract3: undeclared file conflict with tesseract-ocr
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.)


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

Package: libtesseract3
Version: 3.02-1
Severity: serious

This is what happens when I upgrade tesseract-ocr from 2.04-2.1+b1 to 
3.02-1:


Unpacking libtesseract3 (from .../libtesseract3_3.02-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libtesseract3_3.02-1_i386.deb 
(--unpack):
  trying to overwrite 
'/usr/share/tesseract-ocr/tessdata/tessconfigs/batch.nochop', which is also in 
package tesseract-ocr 2.04-2.1+b1

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: tesseract
Source-Version: 3.02-2

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

libtesseract-dev_3.02-2_amd64.deb
  to main/t/tesseract/libtesseract-dev_3.02-2_amd64.deb
libtesseract3_3.02-2_amd64.deb
  to main/t/tesseract/libtesseract3_3.02-2_amd64.deb
tesseract-ocr_3.02-2_amd64.deb
  to main/t/tesseract/tesseract-ocr_3.02-2_amd64.deb
tesseract_3.02-2.diff.gz
  to main/t/tesseract/tesseract_3.02-2.diff.gz
tesseract_3.02-2.dsc
  to main/t/tesseract/tesseract_3.02-2.dsc



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

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

Debian distribution maintenance software
pp.
Jeff Breidenbach j...@debian.org (supplier of updated tesseract 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: Fri, 03 Feb 2012 10:10:07 -0800
Source: tesseract
Binary: libtesseract-dev libtesseract3 tesseract-ocr
Architecture: source amd64
Version: 3.02-2
Distribution: unstable
Urgency: medium
Maintainer: Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com
Changed-By: Jeff Breidenbach j...@debian.org
Description: 
 libtesseract-dev - Development files for the tesseract command line OCR tool
 libtesseract3 - Command line OCR tool
 tesseract-ocr - Command line OCR tool
Closes: 658095 658472 658476
Changes: 
 tesseract (3.02-2) unstable; urgency=medium
 .
   * Deal with file moving to new package name (closes: #658476)
   * Move .so symlink to the dev package (closes: #658472)
   * tesseract 3.0x officially breaks ocropus 0.3.x (closes: #658095)
   * Add dependency to equation language at request of upstream
   * Note that 3.0x tesseract-ocr-dev was renamed to libtesseract-dev
   * Bumping urgency to medium due to looming propagation deadlines
Checksums-Sha1: 
 3554847e27c3c5ae841c00472781a9a146da597a 1284 tesseract_3.02-2.dsc
 8a68dc1bae0f1e6ae0fd405d0cbde4ada78fddd7 6969 tesseract_3.02-2.diff.gz
 9569f7ee75f61dc143be2b7c5668c0231e9095f1 3571310 
libtesseract-dev_3.02-2_amd64.deb
 fc9a840179879927cf39252a15d81d49f90d5a56 1369692 libtesseract3_3.02-2_amd64.deb
 ffed60d68fbce4df9f2918515b0a82317698b71a 143140 tesseract-ocr_3.02-2_amd64.deb
Checksums-Sha256: 
 fa892c693b3c7ba0180ed6c3108e7f4b3e51cdfe19be06ac4dfc97e49ce01457 1284 
tesseract_3.02-2.dsc
 372bdfcaf438c25022af113d670ca3a5b6d3c677d2ccb0808cafe0eaf1237c9e 6969 
tesseract_3.02-2.diff.gz
 dbb221fcb6de24a0303129e173e4872dd0c8296caf161f7dc62a82fb04b4a194 3571310 
libtesseract-dev_3.02-2_amd64.deb
 d1370163bf5cc541098df0305755a6be22a0d490c82ee7d54ff3288b40469424 1369692 
libtesseract3_3.02-2_amd64.deb
 c580b283cd9041ff830d0aa2978f3a818cdee1e03a092fd5ef46f1ab4a25eaa9 143140 
tesseract-ocr_3.02-2_amd64.deb
Files: 
 c69457fcdd51c3b60267317e2a00d0ef 1284 graphics optional tesseract_3.02-2.dsc
 0c395646a6032ef8b1022ba8530d5d12 6969 graphics optional 
tesseract_3.02-2.diff.gz
 ed5957418d3310c606e8697f39001fb5 3571310 graphics optional 
libtesseract-dev_3.02-2_amd64.deb
 da1b76d634480f1e2cb5a6a6287736e0 1369692 graphics optional 
libtesseract3_3.02-2_amd64.deb
 0c0e1f8f3656ea5cb128d7374e471075 143140 graphics optional 
tesseract-ocr_3.02-2_amd64.deb

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


Processed: 653...@bugs.debian.org, 653820-d...@bugs.debian.org

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

 fixed 653820 4.1.1-5u1
Bug #653820 [src:getfem++] FTBFS: install: cannot stat `macros/*.bin': No such 
file or directory
The source getfem++ and version  do not appear to match any binary packages
Bug Marked as fixed in versions getfem++/4.1.1-5u1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
653820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653820
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#641908: marked as done (package ftbfs in unstable)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 3 Feb 2012 22:49:30 +0100
with message-id 20120203214930.ga27...@glenfiddich.mraw.org
and subject line Re: Bug#641908: package ftbfs in unstable
has caused the Debian Bug report #641908,
regarding package ftbfs in unstable
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.)


-- 
641908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641908
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dojo
Version: 1.6.1+dfsg-1
Severity: serious
Tags: wheezy sid

cd util/buildscripts  java -cp /usr/share/java/shrinksafe.jar
org.mozilla.javascript.tools.shell.Main build.js profile=standard version=debian
releaseName=. cssOptimize=comments.keepLines optimize=shrinksafe.keepLines
action=release
NOTE: stripConsole is only supported for an optimize=shrinksafe value.
release:  Using profile: profiles/standard.profile.js
release:  Using version number: debian for the release.
release:  Deleting: ../../release/.
release:  Copying: ../../dojo/../dijit to: ../../release/./dijit
release:  Copying: ../../dojo/../dojox to: ../../release/./dojox
release:  Copying: ../../dojo to: ../../release/./dojo
release:  Building dojo.js and layer files
release:  Interning strings for file: ../../release/./dojo/dojo.js
release:  Optimizing (shrinksafe) file: ../../release/./dojo/dojo.js
Exception in thread main java.lang.NoSuchMethodError:
org.mozilla.javascript.Parser.parse(Ljava/lang/String;Ljava/lang/String;I)Lorg/mozilla/javascript/ScriptOrFnNode;
at 
org.dojotoolkit.shrinksafe.Compressor.compressScript(Compressor.java:987)
at 
org.dojotoolkit.shrinksafe.Compressor.compressScript(Compressor.java:979)
at 
org.dojotoolkit.shrinksafe.Compressor.compressScript(Compressor.java:975)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:161)
at 
org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:247)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86)
at
org.mozilla.javascript.gen.__jslib_buildUtil_js_4._c_anonymous_43(Unknown 
Source)
at org.mozilla.javascript.gen.__jslib_buildUtil_js_4.call(Unknown 
Source)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86)
at org.mozilla.javascript.gen.build_js_1._c_release_3(Unknown Source)
at org.mozilla.javascript.gen.build_js_1.call(Unknown Source)
at org.mozilla.javascript.optimizer.OptRuntime.call0(OptRuntime.java:57)
at org.mozilla.javascript.gen.build_js_1._c_script_0(Unknown Source)
at org.mozilla.javascript.gen.build_js_1.call(Unknown Source)
at 
org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426)
at 
org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3178)
at org.mozilla.javascript.gen.build_js_1.call(Unknown Source)
at org.mozilla.javascript.gen.build_js_1.exec(Unknown Source)
at org.mozilla.javascript.tools.shell.Main.evaluateScript(Main.java:654)
at 
org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:552)
at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:507)
at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:499)
at org.mozilla.javascript.tools.shell.Main.processFiles(Main.java:215)
at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:134)
at org.mozilla.javascript.Context.call(Context.java:521)
at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:535)
at org.mozilla.javascript.tools.shell.Main.exec(Main.java:198)
at org.mozilla.javascript.tools.shell.Main.main(Main.java:174)
make: *** [binary-indep] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2


---End Message---
---BeginMessage---
Hi,

On Thu, Jan 26, 2012 at 03:51:48PM -0500, Jason Morawski wrote:
 Matthias Klose d...@debian.org writes:
  Package: dojo
  Version: 1.6.1+dfsg-1
  Severity: serious
  Tags: wheezy sid
[..]
  Exception in thread main java.lang.NoSuchMethodError:
  org.mozilla.javascript.Parser.parse(Ljava/lang/String;Ljava/lang/String;I)Lorg/mozilla/javascript/ScriptOrFnNode;
  at 
  

Bug#653820: marked as done (FTBFS: install: cannot stat `macros/*.bin': No such file or directory)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Fri, 3 Feb 2012 23:18:43 +0100
with message-id 
calf6qjmwwbg6x4qaym86tahlkne3vkwo_kz3vpbibgn377l...@mail.gmail.com
and subject line Closing the bug
has caused the Debian Bug report #653820,
regarding FTBFS: install: cannot stat `macros/*.bin': 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.)


-- 
653820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: getfem++
Version: 4.1.1-5
Severity: serious
Justification: fails to build from source

Package fails to build:

/usr/bin/install -c -D -m 644 -t 
/tmp/buildd/getfem++-4.1.1/debian/tmp/usr/lib/scilab-getfem++//jar jar/*.jar
/usr/bin/install -c -D -m 644 -t 
/tmp/buildd/getfem++-4.1.1/debian/tmp/usr/lib/scilab-getfem++//macros 
macros/*.bin
/usr/bin/install: cannot stat `macros/*.bin': No such file or directory
make[4]: *** [install] Error 1
make[4]: Leaving directory `/tmp/buildd/getfem++-4.1.1/interface/src/scilab'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/getfem++-4.1.1/interface/src'
make[2]: *** [install-recursive] Error 1


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

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


---End Message---
---BeginMessage---
The last upload of getfem++ is succesfully built on most of platforms.
Seems, the bug does not persist any more.
Closing the bug.

[1] https://buildd.debian.org/status/package.php?p=getfem%2B%2B

Anton

---End Message---


Bug#636133: Replace libgtk2-mozembed-perl with libgtk2-webkit-perl?

2012-02-03 Thread Jonathan Yu
Hi all,

In August 2011, gregor mentioned that we could attempt to replace
libgtk2-mozembed-perl (which is currently FTBFS) with libgtk2-webkit-perl,
which was never uploaded (since being packaged in 2009). I am wondering if
there are comments as to whether we could solve BTS#636133 by replacing
libgtk2-mozembed-perl with libgtk2-webkit-perl (there is only one reverse
dependency of libgtk2-mozembed-perl, and it looks like it could use
libgtk2-webkit-perl instead).

Should we pursue this avenue, or does anyone know of a reason we shouldn't
bother?

I have not yet attempted to build libgtk2-webkit-perl nor test it against
the mentioned reverse dependency, gmusicbrowser. But it looks like we have
little choice but to remove libgtk2-mozembed-perl, as it is obsoleted by
upstream (per Chris Butler's comment).

Cheers,

Jonathan

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


Bug#658549: fatrat-unpack: needs rebuild against libzip2

2012-02-03 Thread Julien Cristau
Package: fatrat-unpack
Version: 1.1.3-1
Severity: serious

Hi,

libzip changed SONAME from libzip.so.1 to libzip.so.2, so its reverse
dependencies need to be rebuilt.  As fatrat-unpack is not autobuilt,
this means a manual upload, either with source or as binary NMU.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: block 653871 with 658549

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

 block 653871 with 658549
Bug #653871 [release.debian.org] transition: libzip
Was not blocked by any bugs.
Added blocking bug(s) of 653871: 658549
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
653871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653871
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 616011

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

 tags 616011 + pending
Bug #616011 [libreoffice-wiki-publisher] libreoffice-wiki-publisher: Export 
filter cannot be found
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616011
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#658264: closed by Michael Gilbert michael.s.gilb...@gmail.com (Re: Bug#658264: xpdf totally unusable due to memory corruption in globalParams class (namespace conflict with libpoppler))

2012-02-03 Thread Michael Gilbert
reopen 658264
severity 658264 important
tag 658264 help
retitle 658264 possible memory corruption in GlobalParams
thanks

 and xpdf.xx:159 is exactly the forementioned problematic:

  globalParams = new GlobalParams(cfgFileName);

 I have now invested \approx 6h in this report and am 100% sure it is a
 grave bug.  Please consider re-opening.

OK, reopening.  I'm probably not going to get around to looking at
this for a while, so I'm tagging help.  Since you're interested in
this, it would be great if you could spend some time trying to find a
solution.

Thanks,
Mike



--
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#658264: closed by Michael Gilbert michael.s.gilb...@gmail.com (Re: Bug#658264: xpdf totally unusable due to memory corruption in globalParams class (namespace conflict with libpop

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

 reopen 658264
Bug #658264 {Done: Michael Gilbert michael.s.gilb...@gmail.com} [xpdf] xpdf 
totally unusable due to memory corruption in globalParams class (namespace 
conflict with libpoppler)
 severity 658264 important
Bug #658264 [xpdf] xpdf totally unusable due to memory corruption in 
globalParams class (namespace conflict with libpoppler)
Severity set to 'important' from 'grave'

 tag 658264 help
Bug #658264 [xpdf] xpdf totally unusable due to memory corruption in 
globalParams class (namespace conflict with libpoppler)
Added tag(s) help.
 retitle 658264 possible memory corruption in GlobalParams
Bug #658264 [xpdf] xpdf totally unusable due to memory corruption in 
globalParams class (namespace conflict with libpoppler)
Changed Bug title to 'possible memory corruption in GlobalParams' from 'xpdf 
totally unusable due to memory corruption in globalParams class (namespace 
conflict with libpoppler)'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658264: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658264
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#657163: marked as done (gearmand: FTBFS: gearman_worker_set_server_option() failed)

2012-02-03 Thread Debian Bug Tracking System
Your message dated Sat, 04 Feb 2012 00:47:33 +
with message-id e1rttmv-0002sl...@franck.debian.org
and subject line Bug#657163: fixed in gearmand 0.27-4
has caused the Debian Bug report #657163,
regarding gearmand: FTBFS: gearman_worker_set_server_option() failed
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.)


-- 
657163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gearmand
Version: 0.27-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of gearmand are failing with test suite errors on several
architectures:

  STARTING SERVER(pid:30245): /.../gearmand-0.27/libtool --mode=execute 
/.../gearmand-0.27/./gearmand/gearmand --pid-file=var/run/gearmand.pidwRNuyg 
--daemon --port=32154 --listen=127.0.0.1 
   
  tests/start_worker.cc:162: in thread_runner() 
gearman_worker_set_server_option() failed
  make[2]: *** wait: No child processes.  Stop.
  make[2]: *** Waiting for unfinished jobs
  make[2]: *** wait: No child processes.  Stop.
  make[1]: *** wait: No child processes.  Stop.
  make[1]: *** Waiting for unfinished jobs
  make[1]: *** wait: No child processes.  Stop.
  make: *** wait: No child processes.  Stop.
  make: *** Waiting for unfinished jobs
  make: *** wait: No child processes.  Stop.

Could you please take a look?

Thanks!


---End Message---
---BeginMessage---
Source: gearmand
Source-Version: 0.27-4

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

gearman-job-server_0.27-4_amd64.deb
  to main/g/gearmand/gearman-job-server_0.27-4_amd64.deb
gearman-tools_0.27-4_amd64.deb
  to main/g/gearmand/gearman-tools_0.27-4_amd64.deb
gearman_0.27-4_all.deb
  to main/g/gearmand/gearman_0.27-4_all.deb
gearmand_0.27-4.debian.tar.gz
  to main/g/gearmand/gearmand_0.27-4.debian.tar.gz
gearmand_0.27-4.dsc
  to main/g/gearmand/gearmand_0.27-4.dsc
libgearman-dbg_0.27-4_amd64.deb
  to main/g/gearmand/libgearman-dbg_0.27-4_amd64.deb
libgearman-dev_0.27-4_amd64.deb
  to main/g/gearmand/libgearman-dev_0.27-4_amd64.deb
libgearman-doc_0.27-4_all.deb
  to main/g/gearmand/libgearman-doc_0.27-4_all.deb
libgearman6_0.27-4_amd64.deb
  to main/g/gearmand/libgearman6_0.27-4_amd64.deb



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

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

Debian distribution maintenance software
pp.
Stig Sandbeck Mathisen s...@debian.org (supplier of updated gearmand 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, 04 Feb 2012 00:48:17 +0100
Source: gearmand
Binary: libgearman6 libgearman-dev libgearman-dbg libgearman-doc 
gearman-job-server gearman-tools gearman
Architecture: source amd64 all
Version: 0.27-4
Distribution: unstable
Urgency: low
Maintainer: Stig Sandbeck Mathisen s...@debian.org
Changed-By: Stig Sandbeck Mathisen s...@debian.org
Description: 
 gearman- Distributed job queue
 gearman-job-server - Job server for the Gearman distributed job queue
 gearman-tools - Tools for the Gearman distributed job queue
 libgearman-dbg - Debug symbols for the Gearman Client Library
 libgearman-dev - Development files for the Gearman Library
 libgearman-doc - API Documentation for the Gearman Library
 libgearman6 - Library providing Gearman client and worker functions
Closes: 657163
Changes: 
 gearmand (0.27-4) unstable; urgency=low
 .
   * Use a whitelist for architectures we run build tests for
 (Closes: #657163)
Checksums-Sha1: 
 37f7655c7bb6c9b833c4b6c9db2a7804cfdf30fb 1852 gearmand_0.27-4.dsc
 e77a1814aff95ef0955e58291006008bff51f56e 15146 gearmand_0.27-4.debian.tar.gz
 15b6285ff102a8fed45f916b58a89840a3a066e0 59794 libgearman6_0.27-4_amd64.deb
 e646e0d7e544e028957f7fefc1ce78279f08da91 201564 libgearman-dev_0.27-4_amd64.deb
 f431dacba46dbf7493f86e9ecb0ba5f8caf64a86 891346 libgearman-dbg_0.27-4_amd64.deb
 3a63f7f7bafb6c4cd6a1c6382d8d14e35780d532 1823448 libgearman-doc_0.27-4_all.deb
 eb6673af7756f8834c7c1cc14c47d42d99d3618b 112772 
gearman-job-server_0.27-4_amd64.deb
 d2e24f339b8ed4ad715b1a12f6528bf2a2f141a0 63606 gearman-tools_0.27-4_amd64.deb
 

Bug#655710: libdevel-ebug-perl: Failing tests t/finished.t

2012-02-03 Thread Jonathan Yu
I've been investigating this today, and it appears that the debugger is now
faulty (I am still not sure whether it is related to the bug report filed
regarding the changes in YAML).

Running the yaml.pl script manually (turning on warnings for good measure),
we get the following output:

 perl -w yaml.pl
---
'/foo/foo- hate': bz
---
'/foo/foo- hate': bz

If we comment out this (the fourth) line in yaml.pl

#print YAML::Dump (YAML::Load (YAML::Dump ($hash)));

we get only one output:

---
'/foo/foo- hate': bz

So, obviously all four lines are being correctly executed when running
yaml.pl directly.

If we un-comment that line (return it back to its original state) and run
the test by executing the debugger manually:

(sid)root@aven:/tmp/libdevel-ebug-perl# perl bin/ebug --backend perl
bin/ebug_backend_perl t/yaml.pl
* Welcome to Devel::ebug 0.52
main(t/yaml.pl#3):
my $hash = { '/foo/foo- hate' = 'bz' };
ebug: n
main(t/yaml.pl#4):
print YAML::Dump ($hash);
ebug: n
ebug: Program finished. Enter 'restart' or 'q'

The program finishes and the debugger does not show that it has executed
the last line in yaml.pl. Thus, the test fails - since we expected another
line to be executed (the YAML Dump/Load/Dump operation).

It is difficult to isolate the cause of this, though that B::Deparse bug
seems promising. I have not done enough spelunking into the internals of
Devel::ebug to say.

Of course, perl's built-in debugger does not seem to suffer from this
problem:

 perl -d -w t/yaml.pl

Loading DB routines from perl5db.pl version 1.33
Editor support available.

Enter h or `h h' for help, or `man perldebug' for more help.

main::(t/yaml.pl:3):my $hash = { '/foo/foo- hate' = 'bz' };
  DB1 n
main::(t/yaml.pl:4):print YAML::Dump ($hash);
  DB1 n
---
'/foo/foo- hate': bz
main::(t/yaml.pl:5):print YAML::Dump (YAML::Load (YAML::Dump ($hash)));
  DB1 n
---
'/foo/foo- hate': bz
Debugged program terminated.  Use q to quit or R to restart,
  use o inhibit_exit to avoid stopping after program termination,
  h q, h R or h o to get additional info.
  DB1

I don't believe anything there has changed, so I am not sure why
Devel::ebug is broken.

Cheers,

Jonathan


Processed: tagging 627000

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

 # no affecting squeeze
 tags 627000 + wheezy sid
Bug #627000 {Done: Debian KDE Extras Team 
pkg-kde-ext...@lists.alioth.debian.org} [kipi-plugins] kipi-plugins of 
experimental must on amd64 depend on libkdcraw9 and libkexiv2-9
Added tag(s) sid and wheezy.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
627000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627000
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: forcibly merging 657990 657979

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

 forcemerge 657990 657979
Bug#657990: systemd: /dev/initctl has moved to /run/initctl
Bug#657979: systemd: Please use /run/initctl for sysvinit compatibility
Forcibly Merged 657979 657990.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
657979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657979
657990: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657990
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: [snowballz] snowballz is unable to start due to missing font

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

 block 657704 by 658385
Bug #657704 [snowballz] [snowballz] snowballz is unable to start due to missing 
font
Was not blocked by any bugs.
Added blocking bug(s) of 657704: 658385
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
657704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657704
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