Bug#567210: doc-available always returns false without network

2014-01-31 Thread Eugene Zhukov
On Thu, Jan 30, 2014 at 1:49 PM, Eugene Zhukov jevgeni...@gmail.com wrote:
 It fails immediately without network, but hangs and succeeds with
 network. Saxon does not have a local copy of PUBLIC -//W3C//DTD
 XHTML+RDFa is not shown anymore! With tcpdump and wireshark I see a
 request:
 GET /MarkUp/DTD/xhtml-rdfa-1.dtd HTTP/1.1
 User-Agent: Java/1.6.0_27
 Host: www.w3.org
 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
 Connection: keep-alive
I just wanted to amend this test-case with more-or-less full HTTP
request/response chain from tcpdump: http://paste.debian.net/79423/


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



Bug#737126: Bug#736656: libdbi-drivers: drivers not found anymore, due to multi-arch

2014-01-31 Thread Markus Hoenicka

Am 2014-01-31 05:17, schrieb Prach Pongpanich:

On Fri, Jan 31, 2014 at 7:09 AM,  markus.hoeni...@mhoenicka.de wrote:

Prach Pongpanich writes:

[..]

  (Cc:-ing #737126)
 
  That reduced failures, but still remain the issue with the_float 
and

  the_double.
 
  Running libdbi framework test...
  test_dbi.c:3732: unit test failure: sqlite3 - libdbi connection -
  Retrieving fields as - test_dbi_result_get_as_longlong - [-1] 
should

  match [0] at [test_dbi.c] line [3732]
  test_dbi.c:3733: unit test failure: sqlite3 - libdbi connection -
  Retrieving fields as - test_dbi_result_get_as_longlong - [-1] 
should

  match [0] at [test_dbi.c] line [3733]
  Running libdbi framework test...
  Running libdbi framework test...
  Running libdbi framework test...
  Completed libdbi framework test: 397 passes, 2 failures, 0 
exceptions.

  make: *** [test-stamp] Error 1
 

Ok, seems we're halfway there. It is certainly worth checking all the
compiler warnings that Laszlo mentioned. But the above mentioned
failures may be related to the way how libdbi converts floating
point numbers to long long values. Prach, could you please run the
test program below and report any compiler warnings as well as the
output on armel?


float2longlong.c
--8
#include stdlib.h
#include stdio.h

int main() {
  float bigfloat = 3.402823e+38;
  long long bigfloat_casted;

  bigfloat_casted = (long long)bigfloat;
  printf(%lld\n, bigfloat_casted);
  exit (0);
}


I've added a big double:

root@raspy-sid:~# gcc -Wall -g fd2ll.c -o fd2ll
root@raspy-sid:~# ./fd2ll
bigfloat2ll = -1
bigdouble2ll = -1

--
Prach


Thanks. I'll have to mull over this a little, but it basically means 
that the design of the test program is flawed. The hard-coded expected 
return values are not as platform-independent as we figured, because 
they may exceed the range of valid numbers on some platforms. One option 
is to forgo the hard-coded values and use constants from limits.h like 
LLONG_MAX instead, assuming that they are available on all platforms. 
We'd then have to create the string representations via snprintf() 
instead of hard-coding them. Problem is that I'm not aware of similar 
limits for floats. Do you know where to get this info from at compile 
time?


regards,
Markus

--
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38


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



Bug#737195: package is 'all' not 'any'

2014-01-31 Thread Mathieu Malaterre
Package: openslide-python
Severity: grave


-- Forwarded message --
From: Benjamin Gilbert bgilb...@cs.cmu.edu
Date: Fri, Jan 31, 2014 at 7:52 AM
Subject: Observations on python-openslide package
To: Mathieu Malaterre mathieu.malate...@gmail.com


Hi Mathieu,

I was looking at the Debian python-openslide package and noticed a few
things which I thought I'd pass along:

- Everything in OpenSlide Python is arch-indep, but the package is
built as arch-dep.


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



Bug#736800: [src:moodle] Sourceless flash file

2014-01-31 Thread Robert Bihlmeyer
# This bug affects moodle for some time already. Details below.
found 736800 2.2.2.dfsg-1
thanks


webservice/amf/testclient/AMFTester.swf

is present since at least Moodle 2.0:

http://git.moodle.org/gw?p=moodle.git;a=tree;f=webservice/amf/testclient;h=de1e4b15a9b5d4222e01327c54e8658450382f0f;hb=64063ad95adb0442dd25cbb593afa0884c33b71c

Build instructions and source is in the same directory, but you
need Adobe Flex to compile it. Seems like a false positive.


lib/flowplayer/*

Has been there since 2.0.3:
http://git.moodle.org/gw?p=moodle.git;a=tree;f=lib/flowplayer;h=61724063575df2ceccc25c51795ac703e195f12b;hb=06ede85e1f2286de63a462aa89a27830d4c1b1c0

This is somewhat problematic. Source is available under GPL3 from here:
http://flash.flowplayer.org/download/

Since neither the deb nor moodle upstream currently includes source,
there is a GPL compliance issue.

My immediate recommendation is to elide it, similar to the treatment
flvplayer has gotten before. The GPL issue needs to be reported to
upstream.

A longterm project would be to work with upstream toward using
flowplayer's HTML5 version (with source, of course).

(Before doing that, it would be interesting to ponder whether Flowplayer
Ltd.'s usage of GPL3 clause 5d is conformant with Debian's view. See
http://flowplayer.org/license/free-license-faq.html for details.)

-- 
Robert BihlmeyerASSISTArrow ECS Internet Security AG


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



Bug#737047: postfix-policyd-spf-python: Missing depends on python-dns

2014-01-31 Thread Andreas Beckmann
On Friday, 31. January 2014 08:53:49 Kurt Roeckx wrote:
 On Thu, Jan 30, 2014 at 07:24:20PM -0500, Scott Kitterman wrote:
  I'm not sure how this can happen. Python-spf (which is what's importing
  DNS) depends on python-dns.

 That's a very good point.  I do have the version from wheezy
 installed.  I don't understand.

Cannot reproduce this in piuparts. python-dns gets pulled into squeeze and is 
updated during the distupgrade to wheezy.

Check your upgrade history if something interesting happened to python-dns.
/var/log/dpkg.log* /var/log/apt/term.log*


Andreas


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



Processed: [src:moodle] Sourceless flash file

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # This bug affects moodle for some time already. Details below.
 found 736800 2.2.2.dfsg-1
Bug #736800 [src:moodle] [src:moodle] Sourceless flash file
Marked as found in versions moodle/2.2.2.dfsg-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
736800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736800
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 736145, tagging 737187, tagging 731247, found 737189 in 5.8.0-15, found 737189 in 6.0.0-1 ...

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 736145 - moreinfo
Bug #736145 [nvidia-detect] nvidia-detect gives no senseful output
Removed tag(s) moreinfo.
 tags 737187 + jessie sid
Bug #737187 [fsl] fsl: depends on deprecaed Tcl/Tk 8.4
Added tag(s) sid and jessie.
 tags 731247 + jessie sid
Bug #731247 [bzr-git] bzr-git: Broken by dulwich 0.9.4
Added tag(s) sid and jessie.
 found 737189 5.8.0-15
Bug #737189 [libvtk-java,libvtk6-java] libvtk6-java and libvtk-java: error when 
trying to install together
There is no source info for the package 'libvtk6-java' at version '5.8.0-15' 
with architecture ''
Marked as found in versions vtk/5.8.0-15.
 found 737189 6.0.0-1
Bug #737189 [libvtk-java,libvtk6-java] libvtk6-java and libvtk-java: error when 
trying to install together
There is no source info for the package 'libvtk-java' at version '6.0.0-1' with 
architecture ''
Marked as found in versions vtk6/6.0.0-1.
 found 737190 5.8.0-15
Bug #737190 [tcl-vtk,vtk6] vtk6 and tcl-vtk: error when trying to install 
together
There is no source info for the package 'vtk6' at version '5.8.0-15' with 
architecture ''
Marked as found in versions vtk/5.8.0-15.
 found 737190 6.0.0-1
Bug #737190 [tcl-vtk,vtk6] vtk6 and tcl-vtk: error when trying to install 
together
There is no source info for the package 'tcl-vtk' at version '6.0.0-1' with 
architecture ''
Marked as found in versions vtk6/6.0.0-1.
 tags 737047 + moreinfo unreproducible
Bug #737047 [postfix-policyd-spf-python] postfix-policyd-spf-python: Missing 
depends on python-dns
Added tag(s) unreproducible and moreinfo.
 fixed 736365 1.2-15
Bug #736365 {Done: gregor herrmann gre...@debian.org} [tuxguitar] tuxguitar: 
stable package depends on obsolete xulrunner-10.0
Marked as fixed in versions tuxguitar/1.2-15.
 notfixed 725062 2.13.2-1
Bug #725062 {Done: Cédric Boutillier bou...@debian.org} [ruby-rmagick] 
ruby-rmagick: FTBFS when specifying hardening parameters
No longer marked as fixed in versions ruby-rmagick/2.13.2-1.
 fixed 725062 2.13.2-2
Bug #725062 {Done: Cédric Boutillier bou...@debian.org} [ruby-rmagick] 
ruby-rmagick: FTBFS when specifying hardening parameters
Marked as fixed in versions ruby-rmagick/2.13.2-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
725062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725062
731247: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731247
736145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736145
736365: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736365
737047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737047
737187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737187
737189: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737189
737190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737190
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#737196: Does not work anymore with recent upgrade of python-cffi

2014-01-31 Thread Vincent Bernat
Package: snimpy
Version: 0.8.1-1
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Traceback (most recent call last):
  File /usr/bin/snimpy, line 9, in module
load_entry_point('snimpy==0.8.1', 'console_scripts', 'snimpy')()
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 353, in 
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2302, in 
load_entry_point
return ep.load()
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2029, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File /usr/lib/python2.7/dist-packages/snimpy/main.py, line 41, in module
from snimpy import manager
  File /usr/lib/python2.7/dist-packages/snimpy/manager.py, line 33, in 
module
from snimpy import snmp, mib, basictypes
  File /usr/lib/python2.7/dist-packages/snimpy/mib.py, line 155, in module
, libraries=[smi])
  File /usr/lib/python2.7/dist-packages/cffi/api.py, line 339, in verify
lib = self.verifier.load_library()
  File /usr/lib/python2.7/dist-packages/cffi/verifier.py, line 73, in 
load_library
self._write_source()
  File /usr/lib/python2.7/dist-packages/cffi/verifier.py, line 125, in 
_write_source
file = open(self.sourcefilename, 'w')
IOError: [Errno 2] No such file or directory: 
'/usr/lib/python2.7/dist-packages/snimpy/__pycache__/_cffi__x26c8cb4axa0dd8598.c'


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

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

Versions of packages snimpy depends on:
ii  libc6   2.17-97
ii  libsmi2ldbl 0.4.8+dfsg2-8
ii  python  2.7.5-5
ii  python-cffi 0.8.1-1
ii  python-pysnmp4  4.2.5-1
pn  python2.7:any   none

snimpy recommends no packages.

Versions of packages snimpy suggests:
ii  ipython  1.1.0-1

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJS62heAAoJEJWkL+g1NSX5u8kP/R4irCc4Wk0RRdBx+XxPQVxd
m4vGGPVSVUncdPFBpwnm5uSk3drMy3V/LAtX8ANI/B8kOjr56JE7vKC9agdNeMUH
VrKAJ2nkIf6c06a+1W2bgC/GUPbCy6WEDSQFo5B4U1v7gyYzB6/AoqoGjkqD6rwI
7n2ylul7P1hNNHCgg9VwgD83oxbwhGZIDsA8kaAWcVyRL7+vWECYAdqNPVsQa0Ij
KCtv7S1Su5HaN08rZgqRv80ouqhsd/tk/P3IUD6P8U22hXag5XWuGD/z8c7eaq9O
EiGb4E9A3PaGPdGN3Ik6HV3JxMOzx5IUjJp4Za3FgjlEo1ybP9yck6NhVzZnFAiP
jbcHZWlNrrOUxKrpbZdv4soT/toZp+u9OzoAaRz38xzoNDZLiMABy6Z4Bn275XLV
BaUSGePFz6IhCoHnI3BnAthBxKtXY9yQyd6jYWJOqOXd/lXiA3dFgqJxZ0tXtk3I
jFA/bj6iSHTfxQx4qnq1dSLnlcsN2QKmwfndOktQHVe0zJgLJNYQ1WdVvdrXPmTz
BSITBz5edbMih7cVXq3eT+AIucS5t8508B7PRbsm4Y4yxylG2ujH4kR1+bA34v1y
TobXIqZUW+9ub832dAHHQdmDf+gUIrNOZg0KLMY74KjjNsXLt9XL3FLVY7/h0znv
2Q9rUqPapBaKaNo0d8cn
=s1ay
-END PGP SIGNATURE-


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



Bug#737127: marked as done (chasen: FTBFS on powerpc and several other architectures: symbols not matching)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 09:18:43 +
with message-id e1w9afh-0005qt...@franck.debian.org
and subject line Bug#737127: fixed in chasen 2.4.5-11
has caused the Debian Bug report #737127,
regarding chasen: FTBFS on powerpc and several other architectures: symbols not 
matching
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.)


-- 
737127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: chasen
Version: 2.4.5-10
Severity: serious

Hi,

chasen FTBFS on powerpc (and on several other architectures) like this:

...
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_compress -X.pdf -X.tex
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_fixperms -a
   dh_strip -a
   dh_makeshlibs -a
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libchasen2/DEBIAN/symbols doesn't match 
completely debian/libchasen2.symbols.powerpc
--- debian/libchasen2.symbols.powerpc (libchasen2_2.4.5-10_powerpc)
+++ dpkg-gensymbolsEonEBc   2014-01-29 08:03:18.0 +
@@ -32,7 +32,7 @@
  _ZN5Darts15DoubleArrayImplIchlmNS_6LengthIcEEED2Ev@Base 2.4.5
  
_ZNSt6vectorIN5Darts15DoubleArrayImplIchlmNS0_6LengthIcEEE6node_tESaIS5_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS5_S7_EERKS5_@Base
 2.4.5
  
_ZNSt6vectorIlSaIlEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPlS1_EERKl@Base
 2.4.5
- 
_ZNSt8_Rb_treeISsSt4pairIKSslESt10_Select1stIS2_ESt4lessISsESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base
 2.4.5
+#MISSING: 2.4.5-10# 
_ZNSt8_Rb_treeISsSt4pairIKSslESt10_Select1stIS2_ESt4lessISsESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base
 2.4.5
 #MISSING: 2.4.5# 
_ZNSt8_Rb_treeISsSt4pairIKSslESt10_Select1stIS2_ESt4lessISsESaIS2_EE15_M_insert_equalERKS2_@Base
 2.4.5
  _ZTIN5Darts15DoubleArrayImplIchlmNS_6LengthIc@Base 2.4.5
  _ZTSN5Darts15DoubleArrayImplIchlmNS_6LengthIc@Base 2.4.5
dh_makeshlibs: dpkg-gensymbols -plibchasen2 -Idebian/libchasen2.symbols.powerpc 
-Pdebian/libchasen2 
-edebian/libchasen2/usr/lib/powerpc-linux-gnu/libchasen.so.2.0.4
 returned exit code 1
make: *** [binary-arch] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2
...

Please see also the other buildd's logs at:

https://buildd.debian.org/status/package.php?p=chasensuite=sid
http://buildd.debian-ports.org/status/package.php?p=chasensuite=sid

The above includes a proposal how to fix the issue.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: chasen
Source-Version: 2.4.5-11

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

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

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

Debian distribution maintenance software
pp.
NOKUBI Takatsugu k...@daionet.gr.jp (supplier of updated chasen 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 31 Jan 2014 17:36:06 +0900
Source: chasen
Binary: libchasen-dev libchasen2 chasen chasen-dictutils
Architecture: source i386
Version: 2.4.5-11
Distribution: unstable
Urgency: low
Maintainer: NOKUBI Takatsugu k...@daionet.gr.jp
Changed-By: NOKUBI Takatsugu k...@daionet.gr.jp
Description: 
 chasen - Japanese Morphological Analysis System
 chasen-dictutils - Japanese Morphological Analysis System - utilities for 
dictionary
 libchasen-dev - Japanese Morphological Analysis System (libraries and headers)
 libchasen2 - Japanese Morphological Analysis System (shared libraries)
Closes: 737127
Changes: 
 chasen (2.4.5-11) unstable; urgency=low
 .
   * debian/libchasen2.symbols.powerpcspe
 - Update to latest gcc.
   * debian/libchasen2.symbols.alpha
 - Ditto.
   * debian/libchasen2.symbols.ppc64
 - Ditto.
   * 

Processed: Re: python-liblas: hardcoded dependency on liblas1 which is no longer built by liblas

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 affects 735516 + src:liblas
Bug #735516 [python-liblas] python-liblas: hardcoded dependency on liblas1 
which is no longer built by liblas
Added indication that 735516 affects src:liblas
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
735516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735516
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#737179: marked as done (ruby-recaptcha: Build-Depends on obsolete ruby-pkg-tools)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 09:20:57 +
with message-id e1w9ahr-0006gn...@franck.debian.org
and subject line Bug#737179: fixed in ruby-recaptcha 0.3.6-2
has caused the Debian Bug report #737179,
regarding ruby-recaptcha: Build-Depends on obsolete ruby-pkg-tools
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.)


-- 
737179: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737179
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ruby-recaptcha
Version: 0.3.6-1
Severity: serious
Justification: depends on obsolete package

Dear Maintainer,

Your package ruby-recaptcha Build-Depends on ruby-pkg-tools, which is
the old, obsolete packaging helper for ruby software.
As your package also Build-Depends on gem2deb (the new helper), please
remove the dependency on the old ruby-pkg-tools.

ruby-pkg-tools will go away really soon now.

Thank you,
Christian
---End Message---
---BeginMessage---
Source: ruby-recaptcha
Source-Version: 0.3.6-2

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

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

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

Debian distribution maintenance software
pp.
David Martínez Moreno en...@debian.org (supplier of updated ruby-recaptcha 
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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Jan 2014 23:52:57 -0800
Source: ruby-recaptcha
Binary: ruby-recaptcha
Architecture: source all
Version: 0.3.6-2
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno en...@debian.org
Changed-By: David Martínez Moreno en...@debian.org
Description: 
 ruby-recaptcha - Ruby helpers for the reCAPTCHA API
Closes: 737179
Changes: 
 ruby-recaptcha (0.3.6-2) unstable; urgency=low
 .
   * debian/control: Remove ruby-pkg-tools from Build-Depends (closes:
 #737179).
Checksums-Sha1: 
 89e4ee100411a6ecc86f7d7ff2ff1dac5b9fbf50 1300 ruby-recaptcha_0.3.6-2.dsc
 4e59e51a8cf348a687b90e7d2e6536da3db40940 2336 
ruby-recaptcha_0.3.6-2.debian.tar.xz
 fee7ade10fb0311f2ad1428778db2e9cf87c5fb7 9186 ruby-recaptcha_0.3.6-2_all.deb
Checksums-Sha256: 
 dd679213ae2b05097c0f670f43b5b220f22fb6a4147ff600faf0219481f0bbd1 1300 
ruby-recaptcha_0.3.6-2.dsc
 5aa23ea522efbee674d0bfe96aacfda3a1722ce324ef8a9cb45a3861646c5c78 2336 
ruby-recaptcha_0.3.6-2.debian.tar.xz
 941055c6469e19f7978441ba4396913482e76f0a7ef16e2e9143b6c78d87504c 9186 
ruby-recaptcha_0.3.6-2_all.deb
Files: 
 3f52779c02924cdf19444e687f953f39 1300 ruby optional ruby-recaptcha_0.3.6-2.dsc
 7027d5811b4fb906d42b448117e25c53 2336 ruby optional 
ruby-recaptcha_0.3.6-2.debian.tar.xz
 938a51384ed77e6e70d18fc308f8ab48 9186 ruby optional 
ruby-recaptcha_0.3.6-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlLrV40ACgkQWs/EhA1iABtBUQCggt39eYsdhxBQjToAT00h95mf
LhQAoJ85eOxtx9aboxJz1NslM9sfxB/Z
=coWz
-END PGP SIGNATUREEnd Message---


Bug#737126: Bug#736656: libdbi-drivers: drivers not found anymore, due to multi-arch

2014-01-31 Thread GCS
On Fri, Jan 31, 2014 at 9:04 AM, Markus Hoenicka
markus.hoeni...@mhoenicka.de wrote:
 Problem is that I'm not aware of similar limits for floats. Do you
 know where to get this info from at compile time?
 Attached a sample. Basically those are: FLT_MAX, DBL_MAX and LDBL_MAX.

Laszlo/GCS
#include stdio.h
#include stdlib.h

#include float.h

int main(void) {

  printf(float  neg: %f\n, -FLT_MAX);
  printf(float  min: %f\n, FLT_MIN);
  printf(float  max: %f\n, FLT_MAX);
  printf(double neg: %lf\n, -DBL_MAX);
  printf(double min: %lf\n, DBL_MIN);
  printf(double max: %lf\n, DBL_MAX);
  printf(long double neg: %Lf\n, -LDBL_MAX);
  printf(long double min: %Lf\n, LDBL_MIN);
  printf(long double max: %Lf\n, LDBL_MAX);

  return EXIT_SUCCESS;
}


Bug#733723: marked as done (ruby-rmagick: FTBFS on i386: stroke_linecap.rb:42:in `draw': pixels are not authentic)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 09:51:31 +
with message-id e1w9al1-0001i8...@franck.debian.org
and subject line Bug#733723: fixed in ruby-rmagick 2.13.2-3
has caused the Debian Bug report #733723,
regarding ruby-rmagick: FTBFS on i386: stroke_linecap.rb:42:in `draw': pixels 
are not authentic
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.)


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

Dear Maintainer,

ruby-rmagick failed to build from source on i386.

Excerpt from 
https://buildd.debian.org/status/fetch.php?pkg=ruby-rmagickarch=i386ver=2.13.2-1stamp=1380584926

 /usr/bin/ruby1.9.1 -I /«PKGBUILDDIR»/./lib -I /«PKGBUILDDIR»/./ext/RMagick 
 stroke_dasharray.rb (example 154 of 188)
 /«PKGBUILDDIR»/lib/RMagick.rb:1836: warning: assigned but unused variable - 
 current
 /usr/bin/ruby1.9.1 -I /«PKGBUILDDIR»/./lib -I /«PKGBUILDDIR»/./ext/RMagick 
 stroke_fill.rb (example 155 of 188)
 /«PKGBUILDDIR»/lib/RMagick.rb:1836: warning: assigned but unused variable - 
 current
 /usr/bin/ruby1.9.1 -I /«PKGBUILDDIR»/./lib -I /«PKGBUILDDIR»/./ext/RMagick 
 stroke_linecap.rb (example 156 of 188)
 /«PKGBUILDDIR»/lib/RMagick.rb:1836: warning: assigned but unused variable - 
 current
 stroke_linecap.rb:42:in `draw': pixels are not authentic `' @ 
 error/cache.c/QueueAuthenticPixelCacheNexus/4387 (Magick::ImageMagickError)
from stroke_linecap.rb:42:in `main'
 setup.rb: Too many examples failed. Search for Help! at
 http://rmagick.rubyforge.org/install-faq.html.
 post-setup.rb: stroke_linecap.rb example returned error code pid 19738 exit 1

This build failure has delayed migration to testing for 91 days.

Christian
---End Message---
---BeginMessage---
Source: ruby-rmagick
Source-Version: 2.13.2-3

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

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

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

Debian distribution maintenance software
pp.
Cédric Boutillier bou...@debian.org (supplier of updated ruby-rmagick 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 31 Jan 2014 07:16:52 +0100
Source: ruby-rmagick
Binary: ruby-rmagick ruby-rmagick-doc
Architecture: source amd64 all
Version: 2.13.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-rmagick - ImageMagick API for Ruby
 ruby-rmagick-doc - ImageMagick API for Ruby (documentation)
Closes: 733723
Changes: 
 ruby-rmagick (2.13.2-3) unstable; urgency=medium
 .
   * Team upload
   * deactivate temporarily fail-on-doc-failure.patch, to allow as much errors
 as upstream when building the documentation and let the package build
 on i386 (Closes: #733723).
   * use dpkg-dev to export buildflags
 + bump dh compatibility to 9
 + build-depend on dpkg-dev
 + export flags in debian/rules
 + remove preserve_flags.patch
Checksums-Sha1: 
 acee41e01dec3d63021c0f9763c5d1e4917108de 2285 ruby-rmagick_2.13.2-3.dsc
 e8f5f359d7b35892b77224bf7d464e66c1be32d4 9576 
ruby-rmagick_2.13.2-3.debian.tar.xz
 089f9fc7b6a64d51dea7b63acc73710f5c493244 236092 ruby-rmagick_2.13.2-3_amd64.deb
 f2484325d726038d0a8503973f689ccc1312ea2f 5888568 
ruby-rmagick-doc_2.13.2-3_all.deb
Checksums-Sha256: 
 b5b06d5b9149b04fb4639704849951ea8a345a7437a9808d23c5a9cb17e2e530 2285 
ruby-rmagick_2.13.2-3.dsc
 959337569905d6b844ac97faf0f6a51a00679217119637ac663d5c981aa8154d 9576 
ruby-rmagick_2.13.2-3.debian.tar.xz
 74696f578c52e805716a0dfca6776529aa3fb60958085f28d7cfe659acd1eca0 236092 
ruby-rmagick_2.13.2-3_amd64.deb
 733cb90e5a4ab21c2b65e96cf1343755a806df5b065079b572ef316cab656d2f 5888568 
ruby-rmagick-doc_2.13.2-3_all.deb
Files: 
 168f4334360a20548c4d654ef445fde6 2285 ruby optional ruby-rmagick_2.13.2-3.dsc
 ce8ac667e222815138ea4d3c8e4b759f 9576 

Bug#713358: marked as done (qgis: FTBFS: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. PYTHON_LIBRARY)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 10:00:18 +
with message-id e1w9atw-00052j...@franck.debian.org
and subject line Bug#713358: fixed in qgis 2.0.1-1
has caused the Debian Bug report #713358,
regarding qgis: FTBFS: CMake Error: The following variables are used in this 
project, but they are set to NOTFOUND. PYTHON_LIBRARY
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.)


-- 
713358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qgis
Version: 1.7.4+1.7.5~20120320-1.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/python-qgis.install.in 
 debian/python-qgis.install
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/python-qgis.lintian-overrides.in 
 debian/python-qgis.lintian-overrides
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/qgis-plugin-grass.install.in 
 debian/qgis-plugin-grass.install
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/qgis.sh.in debian/qgis.sh
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/control.debiangis debian/control
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/libqgis{QGIS_ABI}-dev.install 
 debian/libqgis1.7.5-dev.install
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/libqgis{QGIS_ABI}.install 
 debian/libqgis1.7.5.install
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/libqgis{QGIS_ABI}.lintian-overrides 
 debian/libqgis1.7.5.lintian-overrides
 sed -e s/{QGIS_ABI}/1.7.5/g -e s/{GRASS}/grass64/g -e 
 s/{GRASS_ABI}/642/g debian/qgis-sqlanywhere{QGIS_ABI}.install 
 debian/qgis-sqlanywhere1.7.5.install
 dh_testdir
 # Add here commands to configure the package.
 [ -d debian/build ] || mkdir debian/build
 [ ! -e CMakeCache.txt ] || rm CMakeCache.txt
 cd debian/build; cmake -D GRASS_PREFIX=/usr/lib/grass64 -D 
 CMAKE_INSTALL_PREFIX=/usr -D CMAKE_SKIP_RPATH=TRUE -D 
 BINDINGS_GLOBAL_INSTALL=TRUE -D PEDANTIC=TRUE -D WITH_SPATIALITE=TRUE -D 
 WITH_MAPSERVER=TRUE -D QGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin -D 
 WITH_APIDOC=TRUE -D WITH_INTERNAL_SPATIALITE=TRUE ../..
 -- The C compiler identification is GNU 4.8.1
 -- The CXX compiler identification is GNU 4.8.1
 -- Check for working C compiler: /usr/bin/cc
 -- Check for working C compiler: /usr/bin/cc -- works
 -- Detecting C compiler ABI info
 -- Detecting C compiler ABI info - done
 -- Check for working CXX compiler: /usr/bin/c++
 -- Check for working CXX compiler: /usr/bin/c++ -- works
 -- Detecting CXX compiler ABI info
 -- Detecting CXX compiler ABI info - done
 -- Quantum GIS version: 1.7.5 Wroclaw (10705)
 -- Found GRASS: /usr/lib/grass64 (6.4.2)
 -- Looking for openpty
 -- Looking for openpty - not found
 -- Looking for openpty
 -- Looking for openpty - found
 -- Found Proj: /usr/lib/libproj.so
 -- Found Expat: /usr/lib/x86_64-linux-gnu/libexpat.so
 -- Found GSL: -L/usr/lib -lgsl -lgslcblas -lm
 -- Found GEOS: /usr/lib/libgeos_c.so
 -- Found GDAL: /usr/lib/libgdal.so
 -- Found Qwt: /usr/lib/libqwt-qt4.so
 -- Found PostgreSQL: /usr/lib/libpq.so
 -- Looking for Q_WS_X11
 -- Looking for Q_WS_X11 - found
 -- Looking for Q_WS_WIN
 -- Looking for Q_WS_WIN - not found
 -- Looking for Q_WS_QWS
 -- Looking for Q_WS_QWS - not found
 -- Looking for Q_WS_MAC
 -- Looking for Q_WS_MAC - not found
 -- Found Qt4: /usr/bin/qmake (found suitable version 4.8.4, minimum 
 required is 4.4.0) 
 -- Pedantic compiler settings enabled
 -- Found PythonInterp: /usr/bin/python (found version 2.7.5) 
 -- Found Python executable: /usr/bin/python
 -- Found Python version: 2.7.5+
 -- Found Python library: PYTHON_LIBRARY-NOTFOUND
 -- Found SIP version: 4.14.7
 -- Found PyQt4 version: 4.10.2
 -- Found FCGI: /usr/lib/libfcgi.so
 -- Found Doxygen: /usr/bin/doxygen (found version 1.8.1.2) 
 CMake Error: The following variables are used in this project, but they are 
 set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the CMake 
 files:
 PYTHON_LIBRARY
 linked by target python_module_qgis_analysis in directory 
 /«BUILDDIR»/qgis-1.7.4+1.7.5~20120320/python
 linked by target python_module_qgis_core in directory 
 

Bug#737199: cups-tea4cups: typo in cups-tea4cups.postrm: dkg-statoverride: not found

2014-01-31 Thread Andreas Beckmann
Package: cups-tea4cups
Version: 3.13~alpha0+svn3565-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to remove.

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

  Removing cups-tea4cups (3.13~alpha0+svn3565-1) ...
  /var/lib/dpkg/info/cups-tea4cups.postrm: 22: 
/var/lib/dpkg/info/cups-tea4cups.postrm: dkg-statoverride: not found
  dpkg: error processing package cups-tea4cups (--remove):
   subprocess installed post-removal script returned error exit status 127
  Errors were encountered while processing:
   cups-tea4cups


cheers,

Andreas


cups-tea4cups_3.13~alpha0+svn3565-1.log.gz
Description: GNU Zip compressed data


Bug#737126: Bug#736656: libdbi-drivers: drivers not found anymore, due to multi-arch

2014-01-31 Thread Markus Hoenicka

Am 2014-01-31 10:48, schrieb László Böszörményi:

On Fri, Jan 31, 2014 at 9:04 AM, Markus Hoenicka
markus.hoeni...@mhoenicka.de wrote:

Problem is that I'm not aware of similar limits for floats. Do you
know where to get this info from at compile time?

 Attached a sample. Basically those are: FLT_MAX, DBL_MAX and LDBL_MAX.

Laszlo/GCS


Ah, I see. I'll see if I can come up with a fixed testkit.

regards,
Markus
--
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38


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



Processed (with 1 errors): libzeroc-ice3.5-java: fails to upgrade from squeeze - trying to overwrite /usr/share/java/ant-ice.jar

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 affects + zeroc-ice33 libzeroc-ice3.3-java
Unknown tag/s: affects, zeroc-ice33, libzeroc-ice3.3-java.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore squeeze squeeze-ignore wheezy wheezy-ignore jessie jessie-ignore.

Bug #737204 [libzeroc-ice3.5-java] libzeroc-ice3.5-java: fails to upgrade from 
squeeze - trying to overwrite /usr/share/java/ant-ice.jar
Requested to add no tags; doing nothing.

-- 
737204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737204
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#737203: wine32: tries to replace file which belongs to wine32-unstable

2014-01-31 Thread Rémi Letot
Package: wine32
Version: 1.6.2-5
Severity: serious
Justification: Policy 7.6.1

Dear Maintainer,

trying to switch from wine-unstable to wine, I encountered the following:

(Reading database ... 280522 files and directories currently installed.)
Preparing to unpack .../wine32_1.6.2-5_i386.deb ...
Unpacking wine32 (1.6.2-5) ...
dpkg: error processing archive /var/cache/apt/archives/wine32_1.6.2-5_i386.deb 
(--unpack):
 trying to overwrite '/usr/share/wine/gecko/wine_gecko-1.5-x86.msi', which is 
also in package wine32-unstable 1.5.31-1
configured to not write apport reports
  Processing triggers for man-db (2.6.6-1) 
...
Errors were encountered while processing:
 /var/cache/apt/archives/wine32_1.6.2-5_i386.deb

I guess wine32 should Replaces: and Breaks: wine32-unstable, but that is 
your call :-)

Thanks for your work,
-- 
Rémi

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

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

Versions of packages wine32 depends on:
ii  libc6  2.17-97
ii  libwine1.6.2-5
ii  libwine-gecko-1.4  1.4+dfsg1-3
ii  x11-utils  7.7+1

wine32 recommends no packages.

wine32 suggests no packages.


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



Bug#736482: update

2014-01-31 Thread Mathieu Malaterre
Control: fixed -1 4.3-2


Nevermind, the bug is not present in stable, therefore only affects
testing and up.

Sorry for the mess, (re)closing.


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



Processed: update

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 fixed -1 4.3-2
Bug #736482 {Done: Mathieu Malaterre ma...@debian.org} [libcgal-dev] 
libcgal-dev: compilation error with jet_smooth_point
Ignoring request to alter fixed versions of bug #736482 to the same values 
previously set

-- 
736482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736482
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#736482: marked as done (libcgal-dev: compilation error with jet_smooth_point)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 11:54:08 +0100
with message-id 
ca+7wuszfcrcausxvtigjvqwl5doefckyvvr8sy91mgxfrj0...@mail.gmail.com
and subject line update
has caused the Debian Bug report #736482,
regarding libcgal-dev: compilation error with jet_smooth_point
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.)


-- 
736482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Subject: libcgal-dev: compilation error with jet_smooth_point
Package: libcgal-dev
Version: 4.2-5+b2
Severity: important

Dear Maintainer,

A bug has been reported on the mailing list here with the correction to be made
in the source (see attached files):

https://sympa.inria.fr/sympa/arc/cgal-discuss/2014-01/msg00097.html

Without this fix, the following won't compile:

#include  CGAL/jet_smooth_point_set.h
void main() {}

Thanks for applying the fix.

Best,
Arnaud



-- System Information:
Debian Release: 7.3
 APT prefers stable-updates
 APT policy: (500, 'stable-updates'), (500, 'stable'), (200,
'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 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 libcgal-dev depends on:
ii  libboost-dev  1.54.0.1
ii  libboost-program-options-dev  1.54.0.1
ii  libboost-system-dev   1.54.0.1
ii  libboost-thread-dev   1.54.0.1
ii  libcgal10 4.2-5+b2
ii  libgmp-dev [libgmp10-dev] 2:5.1.3+dfsg-1
ii  libmpfr-dev   3.1.2-1
ii  zlib1g-dev1:1.2.8.dfsg-1

libcgal-dev recommends no packages.

libcgal-dev suggests no packages.

-- no debconf information



jet_estimate_normals.h
Description: Binary data


jet_smooth_point_set.h
Description: Binary data
---End Message---
---BeginMessage---
Control: fixed -1 4.3-2


Nevermind, the bug is not present in stable, therefore only affects
testing and up.

Sorry for the mess, (re)closing.---End Message---


Processed: update

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 fixed -1 4.3-2
Bug #736482 [libcgal-dev] libcgal-dev: compilation error with jet_smooth_point
Marked as fixed in versions cgal/4.3-2.

-- 
736482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736482
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: affects 737204

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 affects 737204 + zeroc-ice33 libzeroc-ice3.3-java
Bug #737204 [libzeroc-ice3.5-java] libzeroc-ice3.5-java: fails to upgrade from 
squeeze - trying to overwrite /usr/share/java/ant-ice.jar
Added indication that 737204 affects zeroc-ice33 and libzeroc-ice3.3-java
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
737204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737204
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#717613: Re[2]: [Pkg-utopia-maintainers] Bug#717613: systemd-udevd failes to execute /lib/udev/socket:@/org/freedesktop/hal/udev_event

2014-01-31 Thread lct

 @lct: If you run apt-get autoremove, is hal uninstalled?

I can only *assume* it is *not*. 
I always use autoremove after upgrades (I upgrade via apt-get) and the 
situation with tons and tons of warning messages persisted up till now,
that is, until I explicitly checked for existing bug, 
tried to remove hal (synaptic) and hal-info,
no package disagreed,
no messages after boot up anymore.

But because I did not awarenessly issued autoremove *prior* to directly purging 
hal, I can't guarantee for that, but my assumption above about HAL's volatility 
and injection is very strong.

I did not believe it has to do anything with outdated HAL, nor I was aware of 
its presence in the system, because I thought that,
this was temporary issue due to switch or integration (as in compatibility 
to) with systemd.

That said, I don't understand why would anyone still support the possibility to 
have HAL installed in current Debian Testing system.
It was deprecated from upstream, it was deprecated from current software stack, 
it is far less energy efficient, it is harder to configure and so on.

Thanks!

Bug#736616: Bug#637757: libaudio-ecasound-perl: FTBFS on mips

2014-01-31 Thread Alessandro Ghedini
On lun, gen 27, 2014 at 08:48:10 +0200, Damyan Ivanov wrote:
 -=| Alessandro Ghedini, 26.01.2014 13:51:58 +0100 |=-
   The trace ends with:
   
   -8--
   [...]
   -8--
  
  This unfortunately doesn't seem to be very helpful since it doesn't show the
  error (which actually happens in the middle of the clock_gettime()s). In any
  case I don't think it would add much anyway.
 
 I attach the trace (compressed) just in case.

Turns out that the trace was, in fact, quite useful, it's just that I missed the
most important part:

 9068  ... poll resumed )  = 0 (Timeout)

So, yeah, I have a patch that seems to work and I'm now waiting for upstream's
comments on it.

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'


signature.asc
Description: Digital signature


Bug#737190: vtk6 and tcl-vtk: error when trying to install together

2014-01-31 Thread Dominique Belhachemi
I am surprised to see a vtk6 package in unstable. Please remove it and test
it in experimental.

-Dominique


Bug#737202: devscripts-el: fails to upgrade from 'wheezy': ERROR: install script from devscripts-el package failed (during Install devscripts-el for emacs23)

2014-01-31 Thread Tatsuya Kinoshita
On January 31, 2014 at 11:33AM +0100, anbe (at debian.org) wrote:
   Install emacsen-common for emacs23
[...]
   install/devscripts-el: Handling emacs23, logged in /tmp/elc_tCbg9i.log
   ERROR: install script from devscripts-el package failed
[...]
 devscripts.el:19:1:Error: Cannot open load file: mcharset

It seems apel's mcharset.elc is not found when byte-compiling.

The devscripts-el package depends on apel, so install/devscripts-el
called from devscripts-el.postinst succeed, but install/devscripts-el
called from emacsen-common or emacsen could fail as above.

To fix this bug, please skip byte-compilation in install/devscripts-el
if the depending file is not yet prepared.

e.g.
if [ ! -e /usr/share/$FLAVOR/site-lisp/apel/mcharset.elc ]; then exit 0; 
fi

Thanks,
--
Tatsuya Kinoshita


pgpE1hHTviubG.pgp
Description: PGP signature


Bug#737187: fsl: depends on deprecaed Tcl/Tk 8.4

2014-01-31 Thread Michael Hanke
Please go ahead and NMU the package. An upload of FSL5 is overdue --
will hopefully happen over the next few weeks.

Thanks,

Michael


On Fri, Jan 31, 2014 at 11:18:20AM +0400, Sergei Golovan wrote:
 Package: fsl
 Version: 4.1.9-7
 Severity: serious
 Tags: patch
 
 Dear Maintainer,
 
 We are about to drop Tcl/Tk 8.4 from Debian, but your fsl package still
 depends on tcl8.4 and tk8.4. The attached patch just replaces these
 dependencies by tcl and tk, which are metapackages installing the default
 Tcl/Tk version.
 
 If you don't mind, I'll perform NMU with this patch.
 
 -- System Information:
 Debian Release: 7.3
   APT prefers proposed-updates
   APT policy: (500, 'proposed-updates'), (500, 'stable'), (100, 'unstable'), 
 (1, 'experimental')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 diff -Nru fsl-4.1.9/debian/changelog fsl-4.1.9/debian/changelog
 --- fsl-4.1.9/debian/changelog2012-10-22 13:00:27.0 +0400
 +++ fsl-4.1.9/debian/changelog2014-01-31 10:47:47.0 +0400
 @@ -1,3 +1,10 @@
 +fsl (4.1.9-7.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Replaced tcl8.4 and tk8.4 by tcl and tk in the package dependencies.
 +
 + -- Sergei Golovan sgolo...@debian.org  Fri, 31 Jan 2014 10:47:41 +0400
 +
  fsl (4.1.9-7) unstable; urgency=low
  
* Stop regenerating tclIndex during postinst. This is no longer necessary
 diff -Nru fsl-4.1.9/debian/control fsl-4.1.9/debian/control
 --- fsl-4.1.9/debian/control  2012-10-22 13:04:59.0 +0400
 +++ fsl-4.1.9/debian/control  2014-01-31 10:46:39.0 +0400
 @@ -7,7 +7,7 @@
   libboost-dev (= 1.32.0), libpng12-dev (= 1.2.8rel),
   libgd2-noxpm-dev (= 2.0.33) | libgd2-xpm-dev (= 2.0.33), libnewmat10-dev,
   libgdchart-gd2-noxpm-dev | libgdchart-gd2-xpm-dev,
 - liboctave-dev | octave3.2-headers | octave3.0-headers, tcl8.4 (=8.4.7),
 + liboctave-dev | octave3.2-headers | octave3.0-headers, tcl,
   imagemagick, libnifti-dev ( 1.1.0-1)
  Standards-Version: 3.9.3
  Homepage: http://www.fmrib.ox.ac.uk/fsl/
 @@ -29,7 +29,7 @@
  
  Package: fsl-4.1
  Architecture: any
 -Depends: ${shlibs:Depends}, ${misc:Depends}, mozilla-firefox | www-browser, 
 tcsh | c-shell, tk8.4 (=8.4.7), tcl8.4 (=8.4.7), bc, dc
 +Depends: ${shlibs:Depends}, ${misc:Depends}, mozilla-firefox | www-browser, 
 tcsh | c-shell, tk, tcl, bc, dc
  Recommends: fsl-doc-4.1 (= ${source:Version}), fsl-atlases, fslview
  Suggests: fsl-feeds, octave | ${octave:Depends}, dicomnifti, 
 fsl-possum-data, fsl-first-data, gridengine-client
  Conflicts: fsl-fslview, fsl-doc-4.1 ( 4.1.9-5~)


-- 
Michael Hanke
http://mih.voxindeserto.de


-- 
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#737035: pam: FTBFS on !linux-any

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 737035 serious
Bug #737035 [src:pam] pam: FTBFS on !linux-any
Severity set to 'serious' from 'important'
 tags 737035 + patch
Bug #737035 [src:pam] pam: FTBFS on !linux-any
Added tag(s) patch.
 user debian-...@lists.debian.org
Setting user to debian-...@lists.debian.org (was ste...@pyro.eu.org).
 usertags 737035 kfreebsd
There were no usertags set.
Usertags are now: kfreebsd.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
737035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737035
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: [Pkg-ime-devel] Bug#737090: ibus-pinyin: Perhaps need pinyin database

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 block 737090 by 737136
Bug #737090 [ibus-pinyin] ibus-pinyin: Perhaps need pinyin database
737090 was not blocked by any bugs.
737090 was not blocking any bugs.
Added blocking bug(s) of 737090: 737136

-- 
737090: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737090
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#737090: [Pkg-ime-devel] Bug#737090: ibus-pinyin: Perhaps need pinyin database

2014-01-31 Thread Osamu Aoki
control:  block 737090 by 737136

Hi,

On Wed, Jan 29, 2014 at 11:02:56PM -0800, Hongzheng Wang wrote:
 The package ibus-pinyin in sid just updated to 1.5.0.  I noticed that it no
 longer depends on ibus-pinyin-db-open-phrase/android.  My question is where
 the new ibus-pinyin gets pinyin database.  I checked Fedora package and
 found there is a pyzy that contains a file 'main.db'.  By contrast, Debian's
 libpyzy contains only pyzy algorithms.

My upload of new  libpyzy fixing 737136 should have fixed this bug for
you.  Please confirm since you can use these packages.  I can not.

I keep tyhis bug as grave for now to prevent going to testing.

Once new libpyzy 1.0.1-4 is in testing, I will close this bug.
Than also uplad new -5 splitting db file as separate package.

I wonder why keep in this complicated 2 source packages. I think it is
better to package as 2 simple separate source packages.

Regards,

Osamu


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



Processed: tagging 731398

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 731398 + fixed-upstream
Bug #731398 [src:galax] galax: FTBFS with ocaml 4.01.0
Added tag(s) fixed-upstream.
 thanks
Stopping processing here.

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

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 patch
Bug #731398 [src:galax] galax: FTBFS with ocaml 4.01.0
Added tag(s) patch.

-- 
731398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731398
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#731398: galax: FTBFS with ocaml 4.01.0

2014-01-31 Thread Andreas Moog
Control: tags -1 patch

Hi there,

please find attached a patch from upstream that fixes the build against
ocaml 4.01. Since I'm not a DD, I can't upload myself.

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru galax-1.1/debian/changelog galax-1.1/debian/changelog
--- galax-1.1/debian/changelog  2011-11-11 00:42:50.0 +0100
+++ galax-1.1/debian/changelog  2014-01-31 15:59:05.0 +0100
@@ -1,3 +1,10 @@
+galax (1.1-11) UNRELEASED; urgency=medium
+
+  * Apply patch from upstream git to fix build with Ocaml4.01 
+(Closes: #731398)
+
+ -- Andreas Moog andreas.m...@warperbbs.de  Fri, 31 Jan 2014 14:54:50 +0100
+
 galax (1.1-10) unstable; urgency=low
 
   * Team upload
diff -Nru galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch 
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch
--- galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch   
1970-01-01 01:00:00.0 +0100
+++ galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch   
2014-01-31 15:58:28.0 +0100
@@ -0,0 +1,451 @@
+Description: short summary of the patch
+Author: Jerome Simeon jeromesim...@me.com
+Bug-Debian: http://bugs.debian.org/731398
+Origin: upstream, 
https://github.com/jeromesimeon/Galax/commit/95c090d1f5a1f70c0013e92c7e70d347ee870dc5.patch
+
+Index: galax-1.1/base/finfo.ml
+===
+--- galax-1.1.orig/base/finfo.ml   2014-01-31 14:53:51.0 +0100
 galax-1.1/base/finfo.ml2014-01-31 14:53:51.0 +0100
+@@ -119,7 +119,7 @@
+   let ch =
+   input_char inch
+   in
+-  if ch = '\012' or ch = '\n' then begin
++  if ch = '\012' || ch = '\n' then begin
+   incr lineno;
+   linepos := 0
+   end
+Index: galax-1.1/code_selection/code/code_fn.ml
+===
+--- galax-1.1.orig/code_selection/code/code_fn.ml  2014-01-31 
14:53:51.0 +0100
 galax-1.1/code_selection/code/code_fn.ml   2014-01-31 14:53:51.0 
+0100
+@@ -271,7 +271,7 @@
+ let float_nan_zero_test =
+   ((fun x -
+ if x == nan then raise_nan()
+-else if (x = infinity) or (x = -.infinity) then raise_infinity()
++else if (x = infinity) || (x = -.infinity) then raise_infinity()
+ else x),
+(fun x -
+  if x == nan then raise_nan()
+Index: galax-1.1/config/Makefile.galax-inst
+===
+--- galax-1.1.orig/config/Makefile.galax-inst  2014-01-31 14:53:51.0 
+0100
 galax-1.1/config/Makefile.galax-inst   2014-01-31 14:53:51.0 
+0100
+@@ -112,6 +112,7 @@
+ -I $(CONF_OCAML_STDLIB) \
+ -I $(CONF_OCAML_LIBPCRE) \
+ -I $(CONF_OCAML_LIBNETSTRING) \
++-I $(CONF_OCAML_LIBNETSTRING_PCRE) \
+ -I $(CONF_OCAML_LIBPXP) \
+ -I $(CONF_OCAML_LIBPXP_UTF8) \
+ -I $(CONF_OCAML_LIBPXP_ISO88591) \
+@@ -172,6 +173,7 @@
+ bigarray.cma \
+ pcre.cma \
+ netstring.cma \
++netstring-pcre.cma \
+ pxp_engine.cma \
+ pxp_lex_utf8.cma pxp_lex_link_utf8.cmo \
+ pxp_lex_iso88591.cma pxp_lex_link_iso88591.cmo \
+@@ -203,6 +205,7 @@
+ bigarray.cmxa \
+ pcre.cmxa \
+ netstring.cmxa \
++netstring-pcre.cmxa \
+ pxp_engine.cmxa \
+ pxp_lex_utf8.cmxa pxp_lex_link_utf8.cmx \
+ pxp_lex_iso88591.cmxa pxp_lex_link_iso88591.cmx \
+Index: galax-1.1/configure
+===
+--- galax-1.1.orig/configure   2014-01-31 14:53:51.0 +0100
 galax-1.1/configure2014-01-31 14:53:51.0 +0100
+@@ -18,7 +18,7 @@
+ # value2: on by command line (forced)
+ 
+ version=1.0
+-ocaml_version=3.10
++ocaml_version=4.01
+ # Function:   print_options()
+ # Description:
+ # Print the current values of all options
+@@ -124,6 +124,7 @@
+ # ocaml_pkglib:   This is where the OCaml pkg-lib is 
installed (default=$ocaml_lib/ocaml/pkg-lib)
+ # ocaml_pcre: This is where the OCaml PCRE 
interface is installed (default=$ocaml_pkglib/pcre)
+ # ocaml_netstring:This is where the OCaml netstring files 
are installed (default=$ocaml_pkglib/netstring)
++# ocaml_netstring_pcre:   This is where the OCaml netstring files 
are installed (default=$ocaml_pkglib/netstring-pcre)
+ # ocaml_equeue:   This is where the OCaml equeue files are 
installed (default=$ocaml_pkglib/equeue)
+ # ocaml_netclient:This is where the OCaml netclient files 
are installed (default=$ocaml_pkglib/netclient)
+ # ocaml_netsys:   This is where the OCaml netsys files 
are installed (default=$ocaml_pkglib/netstring)
+@@ -191,6 +192,7 @@
+ ocaml_pkglib=
+ ocaml_pcre=
+ ocaml_netstring=
++ocaml_netstring_pcre=
+ ocaml_equeue=
+ ocaml_netclient=
+ ocaml_netsys=
+@@ 

Bug#735499: marked as done (Non free donate project button)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 15:49:23 +
with message-id e1w9gll-0006dj...@franck.debian.org
and subject line Bug#735499: fixed in csoundqt 0.8.2~dfsg-1
has caused the Debian Bug report #735499,
regarding Non free donate project button
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.)


-- 
735499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735499
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:csoundqt
Version: 0.8.0-3 
Severity: serious
User: debian...@debian.org
Usertags:  license-problem-md5sum-non-free-file
X-Debbugs-CC: ftpmas...@debian.org

images/project-support.jpg usual name is project-support.jpg. Non free logo. 
See also 
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3t=24735sid=00d5a91304948ce71a38e695d225e122.
This file is not free, it a donation button from sourceforge without copyright

Bastien
---End Message---
---BeginMessage---
Source: csoundqt
Source-Version: 0.8.2~dfsg-1

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

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

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

Debian distribution maintenance software
pp.
Felipe Sateler fsate...@debian.org (supplier of updated csoundqt 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 31 Jan 2014 12:05:02 -0300
Source: csoundqt
Binary: csoundqt qutecsound
Architecture: source all amd64
Version: 0.8.2~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Felipe Sateler fsate...@debian.org
Description: 
 csoundqt   - frontend for the csound sound processor
 qutecsound - frontend for the csound sound processor (transitional package)
Closes: 735499
Changes: 
 csoundqt (0.8.2~dfsg-1) unstable; urgency=medium
 .
   * New upstream release
 - Repackage tarball to exclude non-free icon (Closes: #735499)
   * Bump standards version
Checksums-Sha1: 
 7030ddb10bbc1e6e73e1bf1ee40477ad674d44b7 2157 csoundqt_0.8.2~dfsg-1.dsc
 24cf50e686f445d71a3f2314db0baa8ab817ee1c 61394785 
csoundqt_0.8.2~dfsg.orig.tar.gz
 c8ce7d21021b1a7cf1202798ecdfba713058a351 11316 
csoundqt_0.8.2~dfsg-1.debian.tar.xz
 f45af6d3a6e3b8d0547abef175d959293ebcfb19 22398 qutecsound_0.8.2~dfsg-1_all.deb
 4298e1512fee308cb53dc79cb57fb73bd9752e9b 2984030 
csoundqt_0.8.2~dfsg-1_amd64.deb
Checksums-Sha256: 
 7f6742db2654290afb2daf85e58daa2fe164d7240266251a2f053abc76437cb0 2157 
csoundqt_0.8.2~dfsg-1.dsc
 cb651e273f8e6bc0c6fc97c7935491e81eba9ddc477a33dda50c1206b49ec1ad 61394785 
csoundqt_0.8.2~dfsg.orig.tar.gz
 f16197963fe725571b3df4baaed0a311fa02042b76aef4bee114f7b12a5dec1e 11316 
csoundqt_0.8.2~dfsg-1.debian.tar.xz
 69636d47776a3d8ff5f33e25cd58521358a351fabc5fe2aef9ecc481af97dee5 22398 
qutecsound_0.8.2~dfsg-1_all.deb
 12347602c4980d093711ef8427f621034985b419a6727827ca4bfc2e405fbb29 2984030 
csoundqt_0.8.2~dfsg-1_amd64.deb
Files: 
 eb25ce6d198aca83d01644e54f6db435 2157 sound optional csoundqt_0.8.2~dfsg-1.dsc
 0bfeeecc6c68cc6c7364cd41e6e073e2 61394785 sound optional 
csoundqt_0.8.2~dfsg.orig.tar.gz
 358b2464ab82b9b90130e3226ad56567 11316 sound optional 
csoundqt_0.8.2~dfsg-1.debian.tar.xz
 9388dc466889d9397c47c574ab342c86 22398 oldlibs extra 
qutecsound_0.8.2~dfsg-1_all.deb
 5e80c022d2c4714438fb721020df77c9 2984030 sound optional 
csoundqt_0.8.2~dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJS67zoAAoJEKO6uuJAjdbPwfkQAIkFR5E53uJ1f49LDteW2KRS
oSoCslMtEnbYvtBOkOHBbywDCjeoPNQ8tkOKiU+6/xJKuhFAXIcg/e0S4nJJubaW
48YfleH+GlEK6d57z2dbS0VQnjA6ncCuhi0+Bn+x7LNZr7HkUi4jjtnOy5zyDNz+
loph2S9OOPJdM/O/3VIqc8chcmAAc/DG+B5oNk5yoJnw5AzaFG2HrleB3kek9XBc
HAZilVG68ZGFdqSTPfpJpMftWjARGXWlFT4wnQDXjx9qV9N1PY8zwNupKRkUKiqd
x888173ysRBI+sVEwys2Klm+ACMr++zSSYvfakjiXvhfgQpTuOOVnAZ5gytY8wM4
drbKIP5yppCDh2q9ZLsHMkepYFXGF4XOsha+8r/9xoRVMB1lqxIoa4UDHowplyY9
fSo/zdL5cxE5fHw5qL6L7E8rz6GeB9rQQMkc/fmW/ibwF1WiqN8IkK+PJVuJ36/J
kT4qQf0wnJT0pEg+OU++OCRcC1nNMgmAQFFurADXP0dv9oadUGHYAt/ffgj1tnB9
Ffd+eUSmx0JsUs/xpbtd/5rlLbQyrO817PgL1ShnJYO2WeF+OawFBHKwMHuhbTVr

Bug#737185: axe: Build-depends on deprecated Tcl 8.4

2014-01-31 Thread H. S. Teoh
On Fri, Jan 31, 2014 at 10:39:34AM +0400, Sergei Golovan wrote:
 Package: axe
 Version: 6.1.2-16
 Severity: serious
 Tags: patch
 
 Dear Maintainer,
 
 We are about to drop Tcl/Tk 8.4 from Debian, and your axe package build
 depends on tcl8.4-dev.
 
 The attached patch replaces tcl8.4-dev by tcl-dev in build dependencies,
 which makes it build successfully for unstable where tcl-dev pulls tcl8.5-dev,
 but not in experimental where tcl-dev depends on tcl8.6-dev, so I had to
 define USE_INTERP_RESULT macro also.
 
 If you don't mind, I could do NMU with these changes.
[...]

Hi,

Thanks for taking the time to make this patch!  Please go ahead and NMU,
as I actually have not been using this package for years now. If you
like, you could take over as maintainer too.


T

-- 
Two wrongs don't make a right; but three rights do make a left...


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



Bug#721617: marked as done (liblo7: broken on sparc: bus error while sending 64 bit integers)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 13:46:48 -0300
with message-id 
caafdzj8cox2yg2pk7+hfemgxdgopavjwc7ddg-he7e7xy_z...@mail.gmail.com
and subject line Liblo is no longer in sparc
has caused the Debian Bug report #721617,
regarding liblo7: broken on sparc: bus error while sending 64 bit integers
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.)


-- 
721617: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721617
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: pyliblo
Version: 0.9.1-3
Severity: serious
Justification: FTBFS but built successfully in the past

pyliblo FTBFS on sparc:
| PYTHONPATH=$(ls -d /home/sramacher/pyliblo-0.9.1/build/lib.*-2.7) \
| python2.7 -m unittest discover -s test/ -p '*.py' -v
| testHostPort (unit.AddressTestCase) ... ok
| testHostPortProto (unit.AddressTestCase) ... ok
| testPort (unit.AddressTestCase) ... ok
| testUrl (unit.AddressTestCase) ... ok
| testSendReceive (unit.DecoratorTestCase) ... ok
| testNoPermission (unit.ServerCreationTestCase) ... ok
| testPort (unit.ServerCreationTestCase) ... ok
| testPortProto (unit.ServerCreationTestCase) ... ok
| testRandomPort (unit.ServerCreationTestCase) ... ok
| testNotReachable (unit.ServerTCPTestCase) ... ok
| testSendReceive (unit.ServerTCPTestCase) ... ok
| testPort (unit.ServerTestCase) ... ok
| testRecvImmediate (unit.ServerTestCase) ... ok
| testRecvTimeout (unit.ServerTestCase) ... ok
| testSendBlob (unit.ServerTestCase) ... ok
| testSendBundle (unit.ServerTestCase) ... ok
| testSendInt (unit.ServerTestCase) ... ok
| testSendInvalid (unit.ServerTestCase) ... ok
| testSendMessage (unit.ServerTestCase) ... ok
| testSendOthers (unit.ServerTestCase) ... Bus error (core dumped)
| make[1]: *** [test-python2.7] Error 138

I was able to reproduce this issue on smetana.d.o. liblo rebuilt with
debugging symbols gives me the following back trace:

Core was generated by `python2.7 -m unittest discover -s test/ -p *.py -v'.
Program terminated with signal 10, Bus error.
#0  0x7056634c in lo_arg_network_endian (type=error reading variable: Cannot 
access memory at address 0x47, 
data=error reading variable: Cannot access memory at address 0x4b) at 
message.c:687
687 *(int64_t *)data = lo_htoo64(*(int64_t *)data);
(gdb) bt
#0  0x7056634c in lo_arg_network_endian (type=error reading variable: Cannot 
access memory at address 0x47, 
data=error reading variable: Cannot access memory at address 0x4b) at 
message.c:687
#1  0x7036c008 in ?? () from /lib/sparc-linux-gnu/libc.so.6
#2  0x7036c008 in ?? () from /lib/sparc-linux-gnu/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 0.26~repack-8

Closing because liblo is no longer in sparc, and will not be built again there.

-- 

Saludos,
Felipe Sateler---End Message---


Bug#737232: git upgrade breaks gitolite 2

2014-01-31 Thread Jonathan Nieder
Package: git
Version: 1:1.9~rc1-1
Severity: serious
Justification: broken upgrade
Control: block -1 by 737174

In the 1.9-rc series, Git has a 2-component instead of 3-component
version number for the first time, breaking gitolite 2 (but not
gitolite 3).  http://bugs.debian.org/737174 has details.

A Breaks against unfixed versions of gitolite is needed to make sure
upgrades happen in the right order.


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



Processed: git upgrade breaks gitolite 2

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 block -1 by 737174
Bug #737232 [git] git upgrade breaks gitolite 2
737232 was not blocked by any bugs.
737232 was not blocking any bugs.
Added blocking bug(s) of 737232: 737174

-- 
737232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737232
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#737119: clamav: FTBFS on powerpc and other arches

2014-01-31 Thread Andreas Cadhalpun

Control: tags -1 patch

Hi,

On 30.01.2014 13:30, Roland Stigge wrote:

clamav FTBFS on powerpc (and other arches) like this:

...
   CC fan.o
In file included from fan.c:38:0:
fan-syscalllib.h:14:3: error: #error System call numbers not defined for this 
architecture
  # error System call numbers not defined for this architecture
^
fan-syscalllib.h: In function 'fanotify_init':
fan-syscalllib.h:19:17: error: '__NR_fanotify_init' undeclared (first use in 
this function)
   return syscall(__NR_fanotify_init, flags, event_f_flags);
  ^


This happened also on Rasbian [1], where it got fixed for arm.
The attached patch should fix it for Debian build architectures, but I 
have not tested it. I took the numbers from [2].


If this patch works, it would be good if it got forwarded to upstream.

Best regards,
Andreas

1: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=41t=65937
2: http://codesearch.debian.net/search?q=package%3Alinux+__NR_fanotify_init

diff -ru clamav-0.98+dfsg.orig/clamd/fan-syscalllib.h clamav-0.98+dfsg/clamd/fan-syscalllib.h
--- clamav-0.98+dfsg.orig/clamd/fan-syscalllib.h	2013-09-16 21:28:14.0 +0200
+++ clamav-0.98+dfsg/clamd/fan-syscalllib.h	2014-01-31 18:11:57.214083037 +0100
@@ -10,6 +10,37 @@
 #elif defined(__i386__)
 # define __NR_fanotify_init	338
 # define __NR_fanotify_mark	339
+#elif defined(__thumb__) || defined(__ARM_EABI__)
+# define __NR_fanotify_init 367
+# define __NR_fanotify_mark 368
+#elif defined(__arm64__)
+# define __NR_fanotify_init 262
+# define __NR_fanotify_mark 263
+#elif defined(__ia64__)
+# define __NR_fanotify_init 1323
+# define __NR_fanotify_mark 1324
+#elif defined _MIPS_SIM
+# if _MIPS_SIM == _MIPS_SIM_ABI32
+#  define __NR_fanotify_init 4336
+#  define __NR_fanotify_mark 4337
+# elif _MIPS_SIM == _MIPS_SIM_ABI64
+#  define __NR_fanotify_init 5295
+#  define __NR_fanotify_mark 5296
+# elif _MIPS_SIM == _MIPS_SIM_NABI32
+#  define __NR_fanotify_init 6300
+#  define __NR_fanotify_mark 6301
+# else
+#  error Unknown _MIPS_SIM; can't define system call numbers
+# endif
+#elif defined(__powerpc__)
+# define __NR_fanotify_init 323
+# define __NR_fanotify_mark 324
+#elif defined(__s390x__)
+# define __NR_fanotify_init 332
+# define __NR_fanotify_mark 333
+#elif defined(__sparc__)
+# define __NR_fanotify_init 329
+# define __NR_fanotify_mark 330
 #else
 # error System call numbers not defined for this architecture
 #endif


Processed: Re: Bug#737119: clamav: FTBFS on powerpc and other arches

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 patch
Bug #737119 [src:clamav] clamav: FTBFS on powerpc and other arches
Added tag(s) patch.

-- 
737119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737119
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#731398: galax: FTBFS with ocaml 4.01.0

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 tags 731398 + pending
Bug #731398 [src:galax] galax: FTBFS with ocaml 4.01.0
Ignoring request to alter tags of bug #731398 to the same tags previously set

-- 
731398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731398
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#731398: galax: FTBFS with ocaml 4.01.0

2014-01-31 Thread Stéphane Glondu
Control: tags 731398 + pending

Le 31/01/2014 16:26, Andreas Moog a écrit :
 please find attached a patch from upstream that fixes the build against
 ocaml 4.01. Since I'm not a DD, I can't upload myself.

Thanks for that. I've applied it in git... but do you know if upstream
is planning to make a new release soon? Patches are accumulating in the
Debian package, and many of them are there just to make it compile with
current libraries.

By the way, do you use galax and if so, would you like to officially
take care of it? It has had no human maintainers for more than two
years, now. I've been the only one taking care of it lately, and I don't
even use it. Actually, I was planning to have it removed from Debian...

Cheers,

-- 
Stéphane


--
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#731398: galax: FTBFS with ocaml 4.01.0

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 tags 731398 + pending
Bug #731398 [src:galax] galax: FTBFS with ocaml 4.01.0
Added tag(s) pending.

-- 
636019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636019
731398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731398
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#737185: marked as done (axe: Build-depends on deprecated Tcl 8.4)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 18:18:35 +
with message-id e1w9ifj-0002ot...@franck.debian.org
and subject line Bug#737185: fixed in axe 6.1.2-16.1
has caused the Debian Bug report #737185,
regarding axe: Build-depends on deprecated Tcl 8.4
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.)


-- 
737185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: axe
Version: 6.1.2-16
Severity: serious
Tags: patch

Dear Maintainer,

We are about to drop Tcl/Tk 8.4 from Debian, and your axe package build
depends on tcl8.4-dev.

The attached patch replaces tcl8.4-dev by tcl-dev in build dependencies,
which makes it build successfully for unstable where tcl-dev pulls tcl8.5-dev,
but not in experimental where tcl-dev depends on tcl8.6-dev, so I had to
define USE_INTERP_RESULT macro also.

If you don't mind, I could do NMU with these changes.

-- System Information:
Debian Release: 7.3
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable'), (100, 'unstable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u axe-6.1.2/Axe.tmpl axe-6.1.2/Axe.tmpl
--- axe-6.1.2/Axe.tmpl
+++ axe-6.1.2/Axe.tmpl
@@ -41,10 +41,10 @@
 #define Extension 
 
 /*  ...and state where the Tcl include files are */
-#define TclIncDir /usr/include/tcl8.4
+#define TclIncDir /usr/include/tcl
 
 /* ...and where the library is, i.e. TclLibDir/libtcl.a (or .so.?.?) exists */
-#define TclLibDir /usr/lib
+/* #define TclLibDir /usr/lib */
 
 
 
@@ -110,10 +110,10 @@
 #ifdef Extension
 EXTN_SRCS = Language.c
 EXTN_OBJS = Language.o
-EXTN_INCLUDES = -I/**/TclIncDir
+EXTN_INCLUDES = -I/**/TclIncDir -DUSE_INTERP_RESULT
  EXTN_LDFLAGS = -L/**/TclLibDir
 /*EXTN_LIBS = -ltcl8.0 -lm */
-EXTN_LIBS = -ltcl8.4 -lm
+EXTN_LIBS = -ltcl -lm
 EXTENSION = -DEXTENSION
 #endif
 EXTN_DEPS = AxeEditor.o axe.o
diff -u axe-6.1.2/debian/changelog axe-6.1.2/debian/changelog
--- axe-6.1.2/debian/changelog
+++ axe-6.1.2/debian/changelog
@@ -1,3 +1,11 @@
+axe (6.1.2-16.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replaced obsolete tcl8.4-dev build dependency by tcl-dev.
+  * Defined macro USE_INTERP_RESULT to make axe building with Tcl 8.6.
+
+ -- Sergei Golovan sgolo...@debian.org  Fri, 31 Jan 2014 10:32:14 +0400
+
 axe (6.1.2-16) unstable; urgency=low
 
   * Acknowledge NMU.
diff -u axe-6.1.2/debian/control axe-6.1.2/debian/control
--- axe-6.1.2/debian/control
+++ axe-6.1.2/debian/control
@@ -2,7 +2,7 @@
 Section: non-free/editors
 Priority: optional
 Maintainer: Hwei Sheng Teoh hst...@debian.org
-Build-Depends: debhelper (=5.0.14), tcl8.4-dev, libx11-dev, libxmu-dev, libxt-dev, libsm-dev, libxpm-dev, libice-dev, libxaw7-dev, xutils-dev
+Build-Depends: debhelper (=5.0.14), tcl-dev, libx11-dev, libxmu-dev, libxt-dev, libsm-dev, libxpm-dev, libice-dev, libxaw7-dev, xutils-dev
 Standards-Version: 3.9.4
 
 Package: axe
---End Message---
---BeginMessage---
Source: axe
Source-Version: 6.1.2-16.1

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

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

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

Debian distribution maintenance software
pp.
Sergei Golovan sgolo...@debian.org (supplier of updated axe 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 31 Jan 2014 21:59:09 +0400
Source: axe
Binary: axe
Architecture: source amd64
Version: 6.1.2-16.1
Distribution: unstable
Urgency: low
Maintainer: Hwei Sheng Teoh hst...@debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 axe- Text editor for X
Closes: 737185
Changes: 
 axe (6.1.2-16.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replaced obsolete tcl8.4-dev build dependency by tcl-dev
 (Closes: #737185).
   * Defined macro USE_INTERP_RESULT to make axe building with Tcl 8.6.
Checksums-Sha1: 
 050f70fe15fb5b120ea22b1dc24584abae34d4d1 1078 

Bug#737241: cia-clients became useless and should be removed

2014-01-31 Thread Adrian Bunk
Package: cia-clients
Version: 20120903
Severity: serious

The server went down in September 2012 and is not expected to ever
come back.


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



Bug#737187: marked as done (fsl: depends on deprecaed Tcl/Tk 8.4)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 18:33:47 +
with message-id e1w9iur-0006m7...@franck.debian.org
and subject line Bug#737187: fixed in fsl 4.1.9-7.1
has caused the Debian Bug report #737187,
regarding fsl: depends on deprecaed Tcl/Tk 8.4
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.)


-- 
737187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737187
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: fsl
Version: 4.1.9-7
Severity: serious
Tags: patch

Dear Maintainer,

We are about to drop Tcl/Tk 8.4 from Debian, but your fsl package still
depends on tcl8.4 and tk8.4. The attached patch just replaces these
dependencies by tcl and tk, which are metapackages installing the default
Tcl/Tk version.

If you don't mind, I'll perform NMU with this patch.

-- System Information:
Debian Release: 7.3
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable'), (100, 'unstable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru fsl-4.1.9/debian/changelog fsl-4.1.9/debian/changelog
--- fsl-4.1.9/debian/changelog	2012-10-22 13:00:27.0 +0400
+++ fsl-4.1.9/debian/changelog	2014-01-31 10:47:47.0 +0400
@@ -1,3 +1,10 @@
+fsl (4.1.9-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replaced tcl8.4 and tk8.4 by tcl and tk in the package dependencies.
+
+ -- Sergei Golovan sgolo...@debian.org  Fri, 31 Jan 2014 10:47:41 +0400
+
 fsl (4.1.9-7) unstable; urgency=low
 
   * Stop regenerating tclIndex during postinst. This is no longer necessary
diff -Nru fsl-4.1.9/debian/control fsl-4.1.9/debian/control
--- fsl-4.1.9/debian/control	2012-10-22 13:04:59.0 +0400
+++ fsl-4.1.9/debian/control	2014-01-31 10:46:39.0 +0400
@@ -7,7 +7,7 @@
  libboost-dev (= 1.32.0), libpng12-dev (= 1.2.8rel),
  libgd2-noxpm-dev (= 2.0.33) | libgd2-xpm-dev (= 2.0.33), libnewmat10-dev,
  libgdchart-gd2-noxpm-dev | libgdchart-gd2-xpm-dev,
- liboctave-dev | octave3.2-headers | octave3.0-headers, tcl8.4 (=8.4.7),
+ liboctave-dev | octave3.2-headers | octave3.0-headers, tcl,
  imagemagick, libnifti-dev ( 1.1.0-1)
 Standards-Version: 3.9.3
 Homepage: http://www.fmrib.ox.ac.uk/fsl/
@@ -29,7 +29,7 @@
 
 Package: fsl-4.1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, mozilla-firefox | www-browser, tcsh | c-shell, tk8.4 (=8.4.7), tcl8.4 (=8.4.7), bc, dc
+Depends: ${shlibs:Depends}, ${misc:Depends}, mozilla-firefox | www-browser, tcsh | c-shell, tk, tcl, bc, dc
 Recommends: fsl-doc-4.1 (= ${source:Version}), fsl-atlases, fslview
 Suggests: fsl-feeds, octave | ${octave:Depends}, dicomnifti, fsl-possum-data, fsl-first-data, gridengine-client
 Conflicts: fsl-fslview, fsl-doc-4.1 ( 4.1.9-5~)
---End Message---
---BeginMessage---
Source: fsl
Source-Version: 4.1.9-7.1

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

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

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

Debian distribution maintenance software
pp.
Sergei Golovan sgolo...@debian.org (supplier of updated fsl 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 31 Jan 2014 22:19:04 +0400
Source: fsl
Binary: fsl fsl-4.1 fsl-doc-4.1
Architecture: source amd64 all
Version: 4.1.9-7.1
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 fsl- Metapackage for the latest version of FSL
 fsl-4.1- analysis tools for FMRI, MRI and DTI brain imaging
 fsl-doc-4.1 - documentation for FSL
Closes: 737187
Changes: 
 fsl (4.1.9-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replaced tcl8.4 and tk8.4 by tcl and tk in the package dependencies
 (Closes: #737187).
Checksums-Sha1: 
 788429ce6b1bd87b492a0f1406593aff32438cc3 1699 fsl_4.1.9-7.1.dsc
 4fe36264cdac263b7932ca791d8d49bb8485270e 31788 fsl_4.1.9-7.1.debian.tar.xz
 a26f89ac734d488dffbaadeef4d41fd05e20c637 5795758 

Bug#731398: galax: FTBFS with ocaml 4.01.0

2014-01-31 Thread Andreas Moog
On 31.01.2014 18:47, Stéphane Glondu wrote:

 Thanks for that. I've applied it in git... but do you know if upstream
 is planning to make a new release soon?

Aside from reporting this build failure, I'm not in contact with
upstream, so I can't say, sorry.

 By the way, do you use galax and if so, would you like to officially
 take care of it?

I don't use galax and for that reason wouldn't be a good choice for
maintainership, I was just looking for RC bugs to fix/forward upstream.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#737168: apt-listbugs breaks, preventing package installation

2014-01-31 Thread Francesco Poli
On Fri, 31 Jan 2014 13:09:36 +1300 Brendon Green wrote:

 On 31 January 2014 12:04, Francesco Poli invernom...@paranoici.org wrote:
[...]
  Anyway, please read
  http://bugs.debian.org/735116#10
  for the suggested procedure to fix the issue.
 
 
 Thank you.  I found it sufficient to install ruby1.9.1/1.9.3.194-8.1+deb7u2
 from stable.  I could not remove ruby1.8, as it is pulled in as a
 dependency of apt-listbugs/0.1.8+deb7u1.

Well, I thought you wanted to upgrade to apt-listbugs/0.1.12 ...
At least, that's what you stated in the original bug report.

But anyway...

 
 Since apt-listbugs/0.1.8+deb7u1 does not appear to work with the
 interpreter that was provided by ruby1.8/1.8.7.358-7.1+deb7u1, this is
 perhaps a packaging bug that requires fixing?

I tested apt-listbugs/0.1.8+deb7u1 in a stable chroot environment and
it definitely seemed to work for me.
If you are experiencing any difficulty with apt-listbugs/0.1.8+deb7u1
in an up-to-date *purely* stable system, please do not hesitate to
report bugs.
Otherwise, on a mixed testing/stable system, I suspect that the issue
may be caused by the fact that ruby1.8/1.8.7.358-7.1+deb7u1 still
Provides ruby-interpreter and may be selected as system-wide default
Ruby interpreter, but ruby-debian/0.3.8+b2 (installed from testing) no
longer supports ruby1.8 ...


Antonio, any thoughts about this partial-upgrade scenario?
Is there a way to avoid this?
Maybe architecture-dependent Ruby libraries (such as ruby-debian)
should really conflict with libruby1.8, as soon as they drop support
for the obsolete ruby1.8 (as I initially suggested)?
Any simpler solution?
 

-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpXdpGfaBpjE.pgp
Description: PGP signature


Bug#713165: marked as done (rubygems: FTBFS: tests failed)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 19:19:18 +
with message-id e1w9jcu-0007kl...@franck.debian.org
and subject line Bug#736762: Removed package(s) from unstable
has caused the Debian Bug report #713165,
regarding rubygems: FTBFS: tests 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.)


-- 
713165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713165
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: rubygems
Version: 1.8.24-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[1]: Entering directory `/«PKGBUILDDIR»'
 dh_auto_install
 /usr/lib/ruby/vendor_ruby/gem2deb.rb:17: warning: setting 
 Encoding.default_external
   Entering dh_ruby --install
 install -d /«PKGBUILDDIR»/debian/rubygems/usr/bin
 install -D -m755 /«PKGBUILDDIR»/bin/gem 
 /«PKGBUILDDIR»/debian/rubygems/usr/bin/gem
 install -D -m755 /«PKGBUILDDIR»/bin/update_rubygems 
 /«PKGBUILDDIR»/debian/rubygems/usr/bin/update_rubygems
 install -d /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby
 install -D -m644 /«PKGBUILDDIR»/lib/ubygems.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/ubygems.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/defaults.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/defaults.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/version_option.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/version_option.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/version.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/version.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/validator.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/validator.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/user_interaction.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/user_interaction.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/uninstaller.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/uninstaller.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/text.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/text.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/test_utilities.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/test_utilities.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/test_case.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/test_case.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/syck_hack.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/syck_hack.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/ssl_certs/ca-bundle.pem 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/ssl_certs/ca-bundle.pem
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/specification.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/specification.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/spec_fetcher.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/spec_fetcher.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/source_index.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/source_index.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/server.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/server.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/security.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/security.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/requirement.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/requirement.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/require_paths_builder.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/require_paths_builder.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/remote_fetcher.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/remote_fetcher.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/psych_tree.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/psych_tree.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/psych_additions.rb 
 /«PKGBUILDDIR»/debian/rubygems/usr/lib/ruby/vendor_ruby/rubygems/psych_additions.rb
 install -D -m644 /«PKGBUILDDIR»/lib/rubygems/platform.rb 
 

Bug#707398: marked as done (dapl: FTBFS: dat/common/dat_strerror.c:604:30: error: 'NULL' undeclared (first use in this function))

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 19:22:03 +
with message-id e1w9jf9-0008pn...@franck.debian.org
and subject line Bug#736164: Removed package(s) from unstable
has caused the Debian Bug report #707398,
regarding dapl: FTBFS: dat/common/dat_strerror.c:604:30: error: 'NULL' 
undeclared (first use in this function)
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.)


-- 
707398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707398
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: dapl
Version: 2.0.19-1.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
 -I.-g -Wall -D_GNU_SOURCE -DDAT_CONF=\/etc/dat.conf\ -D_GNU_SOURCE 
 -DOS_RELEASE=131078-DDAT_EXTENSIONS -I./dat/include/ -I./dat/udat/ 
 -I./dat/udat/linux -I./dat/common/   -MT dat_udat_libdat2_la-dat_strerror.lo 
 -MD -MP -MF .deps/dat_udat_libdat2_la-dat_strerror.Tpo -c -o 
 dat_udat_libdat2_la-dat_strerror.lo `test -f 'dat/common/dat_strerror.c' || 
 echo './'`dat/common/dat_strerror.c; \
   then mv -f .deps/dat_udat_libdat2_la-dat_strerror.Tpo 
 .deps/dat_udat_libdat2_la-dat_strerror.Plo; else rm -f 
 .deps/dat_udat_libdat2_la-dat_strerror.Tpo; exit 1; fi
 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -D_GNU_SOURCE 
 -DDAT_CONF=\/etc/dat.conf\ -D_GNU_SOURCE -DOS_RELEASE=131078 
 -DDAT_EXTENSIONS -I./dat/include/ -I./dat/udat/ -I./dat/udat/linux 
 -I./dat/common/ -MT dat_udat_libdat2_la-dat_strerror.lo -MD -MP -MF 
 .deps/dat_udat_libdat2_la-dat_strerror.Tpo -c dat/common/dat_strerror.c  
 -fPIC -DPIC -o .libs/dat_udat_libdat2_la-dat_strerror.o
 dat/common/dat_strerror.c: In function 'dat_strerror':
 dat/common/dat_strerror.c:604:30: error: 'NULL' undeclared (first use in this 
 function)
 dat/common/dat_strerror.c:604:30: note: each undeclared identifier is 
 reported only once for each function it appears in
 make[3]: *** [dat_udat_libdat2_la-dat_strerror.lo] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2013/05/09/dapl_2.0.19-1.1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Version: 2.0.19-1.1+rm

Dear submitter,

as the package dapl has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/736164

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)---End Message---


Bug#735576: marked as done (rubygems: Remove rubygems from the archive)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 19:19:18 +
with message-id e1w9jcu-0007kl...@franck.debian.org
and subject line Bug#736762: Removed package(s) from unstable
has caused the Debian Bug report #735576,
regarding rubygems: Remove rubygems from the archive
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.)


-- 
735576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735576
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: rubygems
Version: 1.8.24-1
Severity: serious
Justification: Not fit for release

Supported versions of Ruby for Jessie (and later) all include a rubygems
version. This package was only needed for Ruby1.8, which is now
deprecated.

This is a maintainer bug which will be blocked by bugs filed on packages
still (build-)depending on rubygems/rubygems1.8.

Thanks!
---End Message---
---BeginMessage---
Version: 1.8.24-1+rm

Dear submitter,

as the package rubygems has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/736762

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)---End Message---


Bug#737055: source package is in main but binaries are in non-free

2014-01-31 Thread Ole Streicher
Control: reassign -1 ftp.debian.org
Control: affects -1 iausofa-c

Dear ftp masters,

as I wrote above, I have no idea how to fix this myself -- I think that
I followed the refman, but the package ended up in the wrong package.

Could I ask you to move the source package of iausofa-c/2013.12.02-1
from main to non-free?

Thank you

Ole


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



Processed: source package is in main but binaries are in non-free

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 reassign -1 ftp.debian.org
Bug #737055 [iausofa-c] source package is in main but binaries are in non-free
Bug reassigned from package 'iausofa-c' to 'ftp.debian.org'.
No longer marked as found in versions 2013.12.02-1.
Ignoring request to alter fixed versions of bug #737055 to the same values 
previously set
 affects -1 iausofa-c
Bug #737055 [ftp.debian.org] source package is in main but binaries are in 
non-free
Added indication that 737055 affects iausofa-c

-- 
737055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737055
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#737250: apt-dpkg-ref: FTBFS: Could not map source abbreviation for ecrm1000.

2014-01-31 Thread Andreas Moog
Package: apt-dpkg-ref
Version: 5.3.1
Severity: serious

Hi there,

rebuilding your package in a clean unstable chroot fails:

 # Add here commands to compile the package.
 ./make-docs
 This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
  restricted \write18 enabled.
 entering extended mode
 (./apt-dpkg-ref.tex
 LaTeX2e 2011/06/27
 Babel 3.9h and hyphenation patterns for 2 languages loaded.
 (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
 Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
 (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
 (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
 
 kpathsea: Running mktextfm ecrm1000
 /usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source 
 abbreviation  for ecrm1000.
 /usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
 mkdir: cannot create directory '././sbuild-nonexistent': Permission denied
 mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
 input ecrm1000
 This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)
 
 kpathsea: Running mktexmf ecrm1000
 
 ! I can't find file `ecrm1000'.
 * ...ljfour; mag:=1; nonstopmode; input ecrm1000
 
 Please type another input file name
 ! Emergency stop.
 * ...ljfour; mag:=1; nonstopmode; input ecrm1000
 
 Transcript written on mfput.log.
 grep: ecrm1000.log: No such file or directory
 mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
 ecrm1000' failed to make ecrm1000.tfm.
 kpathsea: Appending font creation commands to missfont.log.
 (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)
 ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not 
 fou
 nd.
 to be read again

Full buildlog attached.

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


apt-dpkg-ref_5.3.1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#733373: marked as done (ming: FTBFS: ld: cannot find -lungif)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 19:48:54 +
with message-id e1w9k58-0005ga...@franck.debian.org
and subject line Bug#733373: fixed in ming 1:0.4.5-1.1
has caused the Debian Bug report #733373,
regarding ming: FTBFS: ld: cannot find -lungif
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.)


-- 
733373: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ming
Version: 1:0.4.5-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131226 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Maybe you need to add the needed build depend.
 
Relevant part (hopefully):
 x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
 -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
 -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector 
 --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -g -O2 -Wall 
 -fPIC -DSWF_LITTLE_ENDIAN -fno-strict-aliasing 
 build/temp.linux-x86_64-2.7/./ming_wrap.o -L../src/.libs -L/usr/local/lib/ 
 -lming -lz -lpng -lungif -o build/lib.linux-x86_64-2.7/_mingc.so
 /usr/bin/ld: cannot find -lungif
 collect2: error: ld returned 1 exit status

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/12/26/ming_0.4.5-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: ming
Source-Version: 1:0.4.5-1.1

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

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

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

Debian distribution maintenance software
pp.
Gabriele Giacone 1o5g4...@gmail.com (supplier of updated ming 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 28 Jan 2014 19:16:47 +0100
Source: ming
Binary: libming1 libming-dev ming-fonts-dejavu ming-fonts-opensymbol 
libswf-perl libming-util python-ming php5-ming
Architecture: source all amd64
Version: 1:0.4.5-1.1
Distribution: unstable
Urgency: medium
Maintainer: Stuart R. Anderson ander...@netsweng.com
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 libming-dev - Library to generate SWF (Flash) Files (development files)
 libming-util - Library to generate SWF (Flash) Files - Utilities
 libming1   - Library to generate SWF (Flash) Files
 libswf-perl - Ming (SWF) module for Perl
 ming-fonts-dejavu - Ming format DejaVue Fonts
 ming-fonts-opensymbol - Ming format Opensymbol Fonts
 php5-ming  - Ming module for php5
 python-ming - Ming (SWF) module for Python
Closes: 724417 733373 736162
Changes: 
 ming (1:0.4.5-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS due to ungif linking (Closes: #733373).
   * Fix FTBFS on Hurd and against recent bison versions (Closes: #736162).
   * Switch from superseded automake1.10 to automake (Closes: #724417).
Checksums-Sha1: 
 85d4e2c3788ae87610ec8887382732da9843ffee 2238 ming_0.4.5-1.1.dsc
 7de6686f12ba97ce46e177f8f2d47181554f9242 20533 ming_0.4.5-1.1.diff.gz
 acdfd8e55b8c7432ef76ba713ef2125353d252b0 148438 
ming-fonts-dejavu_0.4.5-1.1_all.deb
 ae8c74f647a0c98b7669c4722322aa6efa2719c3 120402 
ming-fonts-opensymbol_0.4.5-1.1_all.deb
 90f51646468a9076f3ef0ce48048cf0065e61286 259684 libming1_0.4.5-1.1_amd64.deb
 d1436eb141a81336fd36f42a2236579e3c1cfbfb 356112 libming-dev_0.4.5-1.1_amd64.deb
 91ace3a4a8048e4dffda399b79d20e8b87f98985 307936 libswf-perl_0.4.5-1.1_amd64.deb
 510218497df8931c56b787fafc694a6f6deca684 306896 
libming-util_0.4.5-1.1_amd64.deb
 c18b7ae43ce2a4fe23fad2814683ae7ffca6bc61 182392 python-ming_0.4.5-1.1_amd64.deb
 a380bb7b2996a0a93786444e61d98ee64ab379ab 153990 php5-ming_0.4.5-1.1_amd64.deb
Checksums-Sha256: 
 

Processed: Re: apt-dpkg-ref: FTBFS: Could not map source abbreviation for ecrm1000.)

2014-01-31 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 patch
Bug #737250 [apt-dpkg-ref] apt-dpkg-ref: FTBFS: Could not map source 
abbreviation  for ecrm1000.
Added tag(s) patch.

-- 
737250: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737250
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#737250: apt-dpkg-ref: FTBFS: Could not map source abbreviation for ecrm1000.)

2014-01-31 Thread Andreas Moog
Control: tags -1 patch

On 31.01.2014 20:45, Debian Bug Tracking System wrote:

Attached is a patch to add the missing Build-Depend on
texlive-fonts-recommended which fixes the build failure.

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru apt-dpkg-ref-5.3.1/debian/changelog 
apt-dpkg-ref-5.3.2/debian/changelog
--- apt-dpkg-ref-5.3.1/debian/changelog 2011-04-21 15:57:28.0 +0200
+++ apt-dpkg-ref-5.3.2/debian/changelog 2014-01-31 20:46:57.0 +0100
@@ -1,3 +1,10 @@
+apt-dpkg-ref (5.3.2) UNRELEASED; urgency=medium
+
+  * Add Build-Depends on texlive-fonts-recommended to fix
+FTBFS: Could not map source abbreviation for ecrm1000. (Closes: #737250)
+
+ -- Andreas Moog andreas.m...@warperbbs.de  Fri, 31 Jan 2014 20:45:47 +0100
+
 apt-dpkg-ref (5.3.1) unstable; urgency=low
 
   * Added clarification on the use of dpkg and made reference to
diff -Nru apt-dpkg-ref-5.3.1/debian/control apt-dpkg-ref-5.3.2/debian/control
--- apt-dpkg-ref-5.3.1/debian/control   2011-04-21 15:53:48.0 +0200
+++ apt-dpkg-ref-5.3.2/debian/control   2014-01-31 20:45:44.0 +0100
@@ -4,7 +4,7 @@
 Maintainer: Vanessa Gutiérrez vane...@gmail.com
 Build-Depends: debhelper (= 7.0)
 Build-Depends-Indep: clisp | cmucl, texlive-base, texlive-latex-base, 
- texlive-latex-recommended
+ texlive-latex-recommended, texlive-fonts-recommended
 Standards-Version: 3.9.2.0
 
 Package: apt-dpkg-ref


signature.asc
Description: OpenPGP digital signature


Processed: Re: mumble: run time linker fails on new libprotobuf8

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 737223 grave
Bug #737223 [mumble] mumble: run time linker fails on new libprotobuf8
Severity set to 'grave' from 'important'
 thanks
Stopping processing here.

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

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 737246 grave
Bug #737246 [libprotobuf8] libprotobuf8: 2.5.0-7 breaks mumble
Severity set to 'grave' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
737246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737246
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#736616: Bug#637757: libaudio-ecasound-perl: FTBFS on mips

2014-01-31 Thread Damyan Ivanov
-=| Alessandro Ghedini, 31.01.2014 13:14:48 +0100 |=-
 On lun, gen 27, 2014 at 08:48:10 +0200, Damyan Ivanov wrote:
  I attach the trace (compressed) just in case.
 
 Turns out that the trace was, in fact, quite useful, it's just that I missed 
 the
 most important part:
 
  9068  ... poll resumed )  = 0 (Timeout)
 
 So, yeah, I have a patch that seems to work and I'm now waiting for upstream's
 comments on it.

This is great. Thanks!


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



Bug#724043: archivemail: FTBFS: Test failure

2014-01-31 Thread Andreas Moog
On 24.11.2013 21:35, Nikolaus Schulz wrote:

 I would like to point out that the severity of this bug is exaggerated
 IMO, because (apparently) the FTBFS seems to be tied to specific
 hardware - I could not reproduce it.

FWIW, I also get about a 50% True/False rate running python2 -c 'import
time; print time.time() == time.time()' and the package fails to build
on the Ubuntu autobuilder as well [1].

 But yes, it's a bug, and the fix is in fact trivial, it's just that my
 coding infrastructure was broken until today.

Can you already say when you will release an update?

[1]
https://launchpadlibrarian.net/164355682/buildlog_ubuntu-trusty-i386.archivemail_0.9.0-1build1_FAILEDTOBUILD.txt.gz

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#737246: libprotobuf8: 2.5.0-7 breaks mumble

2014-01-31 Thread Robert Edmonds
Chris Knadle wrote:
 severity 737246 grave
 thanks
 
  It's probably related to #736801 I guess.
 
 Unfortunately this is not related to #736801 as best I can tell; recompiling 
 mumble locally with libprotobuf8 2.5.0-7 has the same result.  This means 
 mumble is currently borked.  :-(
 
   -- Chris

In that case, it looks like my changes in 2.5.0-6 / -7 are just broken.
Most likely we need to revert back to the approach in 2.5.0-5 but fix
the atomic code so that it works on the architectures with older default
gcc versions.  I'll see if I can get that done in the next day or so.

-- 
Robert Edmonds
edmo...@debian.org


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



Bug#737246: libprotobuf8: 2.5.0-7 breaks mumble

2014-01-31 Thread Chris Knadle
On Friday, January 31, 2014 15:21:53 Robert Edmonds wrote:
 Chris Knadle wrote:
  severity 737246 grave
  thanks
  
   It's probably related to #736801 I guess.
  
  Unfortunately this is not related to #736801 as best I can tell;
  recompiling mumble locally with libprotobuf8 2.5.0-7 has the same result.
   This means mumble is currently borked.  :-(
  
-- Chris
 
 In that case, it looks like my changes in 2.5.0-6 / -7 are just broken.
 Most likely we need to revert back to the approach in 2.5.0-5 but fix
 the atomic code so that it works on the architectures with older default
 gcc versions.  I'll see if I can get that done in the next day or so.

I'll have a look at the protobuf snapshots at snapshot.debian.org to see if I 
can understand what's going on.  Maybe as a first check I'll build mumble 
1.2.4-0.1 against protobuf 2.5.0-5 for sid/amd64 to see that the result works.

Thanks much.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us


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



Bug#737257: php-horde-pack: recommends packages not in the archive

2014-01-31 Thread Ansgar Burchardt
Source: php-horde-pack
Version: 1.0.0-1
Severity: serious

Mathieu Parent (Debian) sath...@debian.org writes:
 2014/1/27 Thorsten Alteholz ftpmas...@ftp-master.debian.org:
 your package recommends php5-igbinary and php5-msgpack that I didn't
 find in the archive. Is this intentional?

 Those dependencies are automaticaly set by pkg-php-tools. I don't want
 to remove them because they are real optional deps. They may come to
 Debian later (once somebody ask or do the job).

Please remove them unless the packages will available in Debian
soon. Policy 2.2.1 requires that 'packages in main must not require or
recommend a package outside of main for compilation or execution (thus,
the package must not declare a Pre-Depends, Depends, Recommends,
Build-Depends, or Build-Depends-Indep relationship on a non-main
package)'.

Ansgar


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



Bug#737256: asymptote: FTBFS: nonstopmode; input ecrm1095' failed to make ecrm1095.tfm.

2014-01-31 Thread Andreas Moog
Package: asymptote
Version: 2.23-1
Severity: serious

Hi there,

your package fails to build in a clean sbuild chroot:

 kpathsea: Running mktextfm ecrm1095
 mkdir: cannot create directory '././sbuild-nonexistent': Permission denied
 mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
 input ecrm1095
 This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)
 
 kpathsea: Running mktexmf ecrm1095
 
 ! I can't find file `ecrm1095'.
 * ...ljfour; mag:=1; nonstopmode; input ecrm1095
   
 Please type another input file name
 ! Emergency stop.
 * ...ljfour; mag:=1; nonstopmode; input ecrm1095
   
 Transcript written on mfput.log.
 grep: ecrm1095.log: No such file or directory
 mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
 ecrm1095' failed to make ecrm1095.tfm.
 kpathsea: Appending font creation commands to missfont.log.
 (./colons.asy) ./colons.pdf Chapter 6 [23] [24] [25] [26] [27]
 ./asymptote.texi:2070: Font @thisecfont=ecrm1095 at 11.0pt not loadable: 
 Metric
  (TFM) file not found.
 to be read again 
@thisecfont 
 @{-{@ifmonospace @else @ecfont 
 @fi @char 123}
 l.2070 string pairs @{
   @code{before},@code{after}@} to the corresponding
 ? 
 ./asymptote.texi:2070: Emergency stop.
 to be read again 
@thisecfont 
 @{-{@ifmonospace @else @ecfont 
 @fi @char 123}
 l.2070 string pairs @{
   @code{before},@code{after}@} to the corresponding
 ./asymptote.texi:2070:  == Fatal error occurred, no output PDF file produced!
 Transcript written on asymptote.log.
 /usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
 make[2]: *** [asymptote.pdf] Error 1
 make[2]: Leaving directory `/«PKGBUILDDIR»/doc'
 make[1]: *** [man] Error 2
 make[1]: Leaving directory `/«PKGBUILDDIR»'
 make: *** [common-build-arch] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full buildlog attached.

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


asymptote_2.23-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#737256: asymptote: FTBFS: nonstopmode; input ecrm1095' failed to make ecrm1095.tfm.

2014-01-31 Thread Andreas Moog
On 31.01.2014 22:04, Andreas Moog wrote:
 Package: asymptote
 Version: 2.23-1
 Severity: serious
 
 Hi there,
 
 your package fails to build in a clean sbuild chroot:
 
 kpathsea: Running mktextfm ecrm1095
 mkdir: cannot create directory '././sbuild-nonexistent': Permission denied
 mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
 input ecrm1095

This seems to be fixed by adding texlive-fonts-recommended to the
Build-Depends of the package.

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#737223: mumble: run time linker fails on new libprotobuf8

2014-01-31 Thread Chris Knadle
On Friday, January 31, 2014 14:54:58 Chris Knadle wrote:
 severity 737223 grave
 thanks
 
  The latest unstable patch that relinked mumble client with the
 
  new libprotobuf8 is broken:
 It's not a patch that did this, it's a new version of protobuf that came in
 causing a rebuild of the mumble package.
 
  zsh% mumble
  mumble: symbol lookup error: mumble: undefined symbol:
  _ZN6google8protobuf18GoogleOnceInitImplEPlPNS0_7ClosureE
  zsh%

Okay, we've figured out that this is an issue with libprotobuf8.
mumble 1.2.4-0.1 works with libprotobuf8 2.5.0-3 and -5, but not -6 or -7.

Looks like the mumble package doesn't require rebuilding to fix this, just the 
protobuf package does.  Robert should be able to fix this in the next couple 
of days.  See #737246 for updates.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us


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



Bug#737196: marked as done (Does not work anymore with recent upgrade of python-cffi)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 21:57:53 +
with message-id e1w9m5x-0003vw...@franck.debian.org
and subject line Bug#737196: fixed in snimpy 0.8.1-2
has caused the Debian Bug report #737196,
regarding Does not work anymore with recent upgrade of python-cffi
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.)


-- 
737196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737196
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: snimpy
Version: 0.8.1-1
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Traceback (most recent call last):
  File /usr/bin/snimpy, line 9, in module
load_entry_point('snimpy==0.8.1', 'console_scripts', 'snimpy')()
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 353, in 
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2302, in 
load_entry_point
return ep.load()
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2029, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File /usr/lib/python2.7/dist-packages/snimpy/main.py, line 41, in module
from snimpy import manager
  File /usr/lib/python2.7/dist-packages/snimpy/manager.py, line 33, in 
module
from snimpy import snmp, mib, basictypes
  File /usr/lib/python2.7/dist-packages/snimpy/mib.py, line 155, in module
, libraries=[smi])
  File /usr/lib/python2.7/dist-packages/cffi/api.py, line 339, in verify
lib = self.verifier.load_library()
  File /usr/lib/python2.7/dist-packages/cffi/verifier.py, line 73, in 
load_library
self._write_source()
  File /usr/lib/python2.7/dist-packages/cffi/verifier.py, line 125, in 
_write_source
file = open(self.sourcefilename, 'w')
IOError: [Errno 2] No such file or directory: 
'/usr/lib/python2.7/dist-packages/snimpy/__pycache__/_cffi__x26c8cb4axa0dd8598.c'


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

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

Versions of packages snimpy depends on:
ii  libc6   2.17-97
ii  libsmi2ldbl 0.4.8+dfsg2-8
ii  python  2.7.5-5
ii  python-cffi 0.8.1-1
ii  python-pysnmp4  4.2.5-1
pn  python2.7:any   none

snimpy recommends no packages.

Versions of packages snimpy suggests:
ii  ipython  1.1.0-1

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJS62heAAoJEJWkL+g1NSX5u8kP/R4irCc4Wk0RRdBx+XxPQVxd
m4vGGPVSVUncdPFBpwnm5uSk3drMy3V/LAtX8ANI/B8kOjr56JE7vKC9agdNeMUH
VrKAJ2nkIf6c06a+1W2bgC/GUPbCy6WEDSQFo5B4U1v7gyYzB6/AoqoGjkqD6rwI
7n2ylul7P1hNNHCgg9VwgD83oxbwhGZIDsA8kaAWcVyRL7+vWECYAdqNPVsQa0Ij
KCtv7S1Su5HaN08rZgqRv80ouqhsd/tk/P3IUD6P8U22hXag5XWuGD/z8c7eaq9O
EiGb4E9A3PaGPdGN3Ik6HV3JxMOzx5IUjJp4Za3FgjlEo1ybP9yck6NhVzZnFAiP
jbcHZWlNrrOUxKrpbZdv4soT/toZp+u9OzoAaRz38xzoNDZLiMABy6Z4Bn275XLV
BaUSGePFz6IhCoHnI3BnAthBxKtXY9yQyd6jYWJOqOXd/lXiA3dFgqJxZ0tXtk3I
jFA/bj6iSHTfxQx4qnq1dSLnlcsN2QKmwfndOktQHVe0zJgLJNYQ1WdVvdrXPmTz
BSITBz5edbMih7cVXq3eT+AIucS5t8508B7PRbsm4Y4yxylG2ujH4kR1+bA34v1y
TobXIqZUW+9ub832dAHHQdmDf+gUIrNOZg0KLMY74KjjNsXLt9XL3FLVY7/h0znv
2Q9rUqPapBaKaNo0d8cn
=s1ay
-END PGP SIGNATURE-
---End Message---
---BeginMessage---
Source: snimpy
Source-Version: 0.8.1-2

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

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

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

Debian distribution maintenance software
pp.
Vincent Bernat ber...@debian.org (supplier of updated snimpy 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 31 Jan 2014 22:13:37 +0100
Source: snimpy
Binary: snimpy
Architecture: source amd64
Version: 0.8.1-2
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat ber...@debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description: 
 snimpy - interactive SNMP tool with 

Bug#737190: marked as done (vtk6 and tcl-vtk: error when trying to install together)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 22:08:19 +
with message-id e1w9mg3-00076k...@franck.debian.org
and subject line Bug#737190: fixed in vtk6 6.0.0-2
has caused the Debian Bug report #737190,
regarding vtk6 and tcl-vtk: error when trying to install together
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.)


-- 
737190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737190
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tcl-vtk,vtk6
Version: tcl-vtk/5.8.0-15
Version: vtk6/6.0.0-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-01-31
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:



Extracting templates from packages: 21%
Extracting templates from packages: 42%
Extracting templates from packages: 64%
Extracting templates from packages: 85%
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libkeyutils1:amd64.
(Reading database ... 10921 files and directories currently installed.)
Preparing to unpack .../libkeyutils1_1.5.6-1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.6-1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12+dfsg-2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12+dfsg-2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12+dfsg-2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12+dfsg-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12+dfsg-2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12+dfsg-2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12+dfsg-2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12+dfsg-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.25.dfsg1-17_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.25.dfsg1-17) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.25.dfsg1-17_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.25.dfsg1-17) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.31-1+nmu2+b1_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.31-1+nmu2+b1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.1+dfsg1-3_amd64.deb ...
Unpacking libxml2:amd64 (2.9.1+dfsg1-3) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../x11-common_1%3a7.7+5_all.deb ...
Unpacking x11-common (1:7.7+5) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.8-2) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.1-2) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.1-1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.1-1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.10-2_amd64.deb ...
Unpacking libxcb1:amd64 (1.10-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.2-1_all.deb ...
Unpacking libx11-data (2:1.6.2-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.2-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.2-1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.1.4-1) ...
Selecting previously unselected package libaudio2:amd64.
Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ...
Unpacking libaudio2:amd64 (1.9.4-1) ...
Selecting previously unselected package libavutil52:amd64.
Preparing to unpack .../libavutil52_6%3a9.10-2_amd64.deb ...
Unpacking libavutil52:amd64 (6:9.10-2) ...
Selecting previously unselected package libgsm1:amd64.
Preparing to unpack .../libgsm1_1.0.13-4_amd64.deb ...
Unpacking libgsm1:amd64 (1.0.13-4) ...
Selecting previously unselected package libmp3lame0:amd64.
Preparing to 

Bug#737189: marked as done (libvtk6-java and libvtk-java: error when trying to install together)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 22:08:19 +
with message-id e1w9mg3-00076e...@franck.debian.org
and subject line Bug#737189: fixed in vtk6 6.0.0-2
has caused the Debian Bug report #737189,
regarding libvtk6-java and libvtk-java: error when trying to install together
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.)


-- 
737189: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737189
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libvtk-java,libvtk6-java
Version: libvtk-java/5.8.0-15
Version: libvtk6-java/6.0.0-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-01-31
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:



Extracting templates from packages: 33%
Extracting templates from packages: 67%
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libkeyutils1:amd64.
(Reading database ... 10921 files and directories currently installed.)
Preparing to unpack .../libkeyutils1_1.5.6-1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.6-1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12+dfsg-2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12+dfsg-2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12+dfsg-2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12+dfsg-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12+dfsg-2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12+dfsg-2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12+dfsg-2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12+dfsg-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.25.dfsg1-17_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.25.dfsg1-17) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.25.dfsg1-17_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.25.dfsg1-17) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.31-1+nmu2+b1_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.31-1+nmu2+b1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.1+dfsg1-3_amd64.deb ...
Unpacking libxml2:amd64 (2.9.1+dfsg1-3) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../x11-common_1%3a7.7+5_all.deb ...
Unpacking x11-common (1:7.7+5) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.8-2) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.1-2) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.1-1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.1-1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.10-2_amd64.deb ...
Unpacking libxcb1:amd64 (1.10-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.2-1_all.deb ...
Unpacking libx11-data (2:1.6.2-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.2-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.2-1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.1.4-1) ...
Selecting previously unselected package libaudio2:amd64.
Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ...
Unpacking libaudio2:amd64 (1.9.4-1) ...
Selecting previously unselected package libavutil52:amd64.
Preparing to unpack .../libavutil52_6%3a9.10-2_amd64.deb ...
Unpacking libavutil52:amd64 (6:9.10-2) ...
Selecting previously unselected package libgsm1:amd64.
Preparing to unpack .../libgsm1_1.0.13-4_amd64.deb ...
Unpacking libgsm1:amd64 (1.0.13-4) ...
Selecting previously unselected package libmp3lame0:amd64.
Preparing to unpack 

Bug#728186: (no subject)

2014-01-31 Thread Max

Hi, I don't have this problem on debian 7 stable

Max


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



Bug#713820: marked as done (ruby-opengl: Incomplete license information)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 22:32:23 +
with message-id e1w9mdl-0003mb...@franck.debian.org
and subject line Bug#713820: fixed in ruby-opengl 0.60.1+dfsg2-1~wheezy1
has caused the Debian Bug report #713820,
regarding ruby-opengl: Incomplete license information
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.)


-- 
713820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ruby-opengl
Version: 0.60.1+dfsg1-2
Severity: serious
Justification: Policy 2.3
User: gnewsense-...@nongnu.org
Usertags: gnewsense libreplanet

Dear Maintainer,

The debian/copyright file says that the files in examples/NeHe/ are licensed
under a free license, but it doesn't specify which one. Debian policy
requires that packages be accompanied by complete license information. It's
impossible to judge the freedom or license compatibility of a file without
that information. Please add the exact license information to
debian/copyright.

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

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

Versions of packages ruby-opengl depends on:
ii  freeglut3 2.6.0-4
ii  libc6 2.13-38
ii  libgl1-mesa-glx [libgl1]  8.0.5-4+deb7u1
ii  libglu1-mesa [libglu1]8.0.5-4+deb7u1
ii  libruby1.81.8.7.358-7
ii  libruby1.9.1  1.9.3.194-8.1
ii  ruby  1:1.9.3
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.194-8.1

ruby-opengl recommends no packages.

ruby-opengl suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: ruby-opengl
Source-Version: 0.60.1+dfsg2-1~wheezy1

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

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

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

Debian distribution maintenance software
pp.
Cédric Boutillier bou...@debian.org (supplier of updated ruby-opengl 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 26 Jan 2014 15:00:58 +0100
Source: ruby-opengl
Binary: ruby-opengl libopengl-ruby libopengl-ruby1.8 libopengl-ruby1.9.1
Architecture: source amd64 all
Version: 0.60.1+dfsg2-1~wheezy1
Distribution: stable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 libopengl-ruby - Transitional package for ruby-opengl
 libopengl-ruby1.8 - Transitional package for ruby-opengl
 libopengl-ruby1.9.1 - Transitional package for ruby-opengl
 ruby-opengl - OpenGL Interface for Ruby
Closes: 713820
Changes: 
 ruby-opengl (0.60.1+dfsg2-1~wheezy1) stable; urgency=medium
 .
   * Imported Upstream version 0.60.1+dfsg2
   * Repack upstream tarball to remove examples/NeHe as it does not have a
 clear license (Closes: #713820).
   * Do not rely on Rake file to clean.
Checksums-Sha1: 
 6018e4880f7d5aec9288121d3f7bcc1075737be1 2426 
ruby-opengl_0.60.1+dfsg2-1~wheezy1.dsc
 b4661bd5f6ab8cc193e0e03f567ada990e0d1b3a 231544 
ruby-opengl_0.60.1+dfsg2.orig.tar.gz
 725a07e470974370dddcb3aa49ed0a42d2ca94a0 7787 
ruby-opengl_0.60.1+dfsg2-1~wheezy1.debian.tar.gz
 3c7f4a329eb31288ab8c7e7b2ed3e9d5d58c691d 727176 
ruby-opengl_0.60.1+dfsg2-1~wheezy1_amd64.deb
 586347a0719b3fb42c95f31541c258548a8e1e34 7008 
libopengl-ruby_0.60.1+dfsg2-1~wheezy1_all.deb
 f1ca8aeb6435751e8c72430bf927dda57238 7014 
libopengl-ruby1.8_0.60.1+dfsg2-1~wheezy1_all.deb
 b9d3e445f309563eb78140d5105ef5c8ffb0ceb6 7018 
libopengl-ruby1.9.1_0.60.1+dfsg2-1~wheezy1_all.deb
Checksums-Sha256: 
 ce6981a88b56b5e7115f8e14346ef64309878e8128a4cc9911f5e48396b5ced5 2426 
ruby-opengl_0.60.1+dfsg2-1~wheezy1.dsc
 57dcbf3c68ad98c04c5df605c7794557bd28ec879a9ca7734331184870bbfbba 231544 
ruby-opengl_0.60.1+dfsg2.orig.tar.gz
 2c1f124085c3b2ee7dd562c5dd621a0bebcd498724ef7a5904885427e8c601b7 7787 

Bug#709497: marked as done ([src:ruby-gsl] Documentation is non free)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Fri, 31 Jan 2014 22:32:22 +
with message-id e1w9mdk-0003li...@franck.debian.org
and subject line Bug#709497: fixed in ruby-gsl 1.14.7+dfsg-1
has caused the Debian Bug report #709497,
regarding [src:ruby-gsl] Documentation is non free
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.)


-- 
709497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:ruby-gsl
Severity: serious
user: debian...@lists.debian.org
usertags: gfdl-invariant


File rdoc/ref.rdoc is under non free license (gfdl with invariant sections).

Please ask for relicense, repackage or move to non-free package.
---End Message---
---BeginMessage---
Source: ruby-gsl
Source-Version: 1.14.7+dfsg-1

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

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

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

Debian distribution maintenance software
pp.
Cédric Boutillier bou...@debian.org (supplier of updated ruby-gsl 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 25 Jan 2014 23:54:40 +0100
Source: ruby-gsl
Binary: ruby-gsl ruby-gsl-dbg libgsl-ruby1.8 libgsl-ruby1.8-dbg libgsl-ruby 
libgsl-ruby-doc libgsl-ruby1.9.1 libgsl-ruby1.9.1-dbg
Architecture: source amd64 all
Version: 1.14.7+dfsg-1
Distribution: stable
Urgency: medium
Maintainer: Daigo Moriwaki da...@debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 libgsl-ruby - Transitional package for ruby-gsl
 libgsl-ruby-doc - Transitional package for ruby-gsl
 libgsl-ruby1.8 - Transitional package for ruby-gsl
 libgsl-ruby1.8-dbg - Transitional package for ruby-gsl-dbg
 libgsl-ruby1.9.1 - Transitional package for ruby-gsl
 libgsl-ruby1.9.1-dbg - Transitional package for ruby-gsl-dbg
 ruby-gsl   - Ruby bindings for the GNU Scientific Library (GSL)
 ruby-gsl-dbg - Ruby bindings for the GNU Scientific Library (GSL)
Closes: 709497
Changes: 
 ruby-gsl (1.14.7+dfsg-1) stable; urgency=medium
 .
   * Team upload.
   * Repack source to remove non-free documentation (Closes: #709497)
 - add debian/gbp.conf to filter out rdoc directory, containing files under
   the GNU Documentation license with invariant sections.
 - do not build the doc in debian/rules
 - add dversionmangle option in debian/watch to strip +dfsg suffix
 - document in debian/README.source how the repack is handled
Checksums-Sha1: 
 3c7bfd10c13a3bd9ae4157e2a061010fa6d88758 2487 ruby-gsl_1.14.7+dfsg-1.dsc
 8e83dc1a34bf80d2a8f4a454ff65704f53cd8852 479837 
ruby-gsl_1.14.7+dfsg.orig.tar.gz
 433a2d734e5682cadbaccdbf0ca723994034f23a 5628 
ruby-gsl_1.14.7+dfsg-1.debian.tar.gz
 161304121a8ba083bfc4a6a06f610a4b9ed26519 1075994 
ruby-gsl_1.14.7+dfsg-1_amd64.deb
 7e367d9f14107d0037a6d7c17498d1897544b167 137978 
ruby-gsl-dbg_1.14.7+dfsg-1_amd64.deb
 a7804366b55f4271016fdc158b101ed563dc2f10 10512 
libgsl-ruby1.8_1.14.7+dfsg-1_all.deb
 cd81afee98f550565c819620fcae8ea2287c6011 10520 
libgsl-ruby1.8-dbg_1.14.7+dfsg-1_all.deb
 8c0309d5e08020086ba22e5d2427f0901d6ad40f 10508 
libgsl-ruby_1.14.7+dfsg-1_all.deb
 d75799ed7919f36f8f87379146b0e680a02ca638 10510 
libgsl-ruby-doc_1.14.7+dfsg-1_all.deb
 e00dd29a80cff12360fee88c5e37cb481daf3760 10510 
libgsl-ruby1.9.1_1.14.7+dfsg-1_all.deb
 c48fb29e43a2c419bced63fca044a9e7041afee2 10518 
libgsl-ruby1.9.1-dbg_1.14.7+dfsg-1_all.deb
Checksums-Sha256: 
 83f856150e9d5fa6443a8c50a26bc808fb396dc9d5773fa9c0d547df63fbefac 2487 
ruby-gsl_1.14.7+dfsg-1.dsc
 df37d99fe02f518acdd95e0b64a01496ebbfca802dcaef26df99acc4441d725f 479837 
ruby-gsl_1.14.7+dfsg.orig.tar.gz
 1f593520db45e74be481137e9f772e519468ca974b30639a7593d9c5e100dd64 5628 
ruby-gsl_1.14.7+dfsg-1.debian.tar.gz
 c977a00ff8740a1e30a4222f66e2b2050a522e4d130a5fcee953d0ed3124b479 1075994 
ruby-gsl_1.14.7+dfsg-1_amd64.deb
 2e678c820b6510d6b029653ea1145020c96a23b005cd71a06e9cb75b216a58c1 137978 
ruby-gsl-dbg_1.14.7+dfsg-1_amd64.deb
 4b09dfff4bae84b819aec5dcbadf032521972e97cd44eac0ea433aa322839458 10512 
libgsl-ruby1.8_1.14.7+dfsg-1_all.deb
 4d0026389bb4fc8bf64c5201f6de028091715993c84b1983e57758542f62ac3d 10520 

Processed: retitle 732916 to Implicitly depends on Ruby 1.8 which will not be available in Jessie

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 732916 Implicitly depends on Ruby 1.8 which will not be available in 
 Jessie
Bug #732916 [dhelp] dhelp: Depends on upstream-dead ruby-bdb
Changed Bug title to 'Implicitly depends on Ruby 1.8 which will not be 
available in Jessie' from 'dhelp: Depends on upstream-dead ruby-bdb'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
732916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732916
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: retitle 722396 to Depends on Ruby 1.8 which will not be available in jessie ...

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 722396 Depends on Ruby 1.8 which will not be available in jessie
Bug #722396 [libgv-ruby] Updating the Ruby packaging policy for your package 
«libgv-ruby»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package «libgv-ruby»'
 retitle 722390 Depends on Ruby 1.8 which will not be available in jessie
Bug #722390 [libobexftp-ruby] Updating the Ruby packaging policy for your 
package «libobexftp-ruby»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package 
«libobexftp-ruby»'
 retitle 722364 Depends on Ruby 1.8 which will not be available in jessie
Bug #722364 [librdf-ruby] Updating the Ruby packaging policy for your package 
«librdf-ruby»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package «librdf-ruby»'
 retitle 733102 Depends on Ruby 1.8 which will not be available in jessie
Bug #733102 [libbz2-ruby1.8] libbz2-ruby1.8: Updating the Ruby packaging policy 
for your package «libbz2-ruby» / Ruby 1.8 removal
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'libbz2-ruby1.8: Updating the Ruby packaging policy for your 
package «libbz2-ruby» / Ruby 1.8 removal'
 retitle 722389 Depends on Ruby 1.8 which will not be available in jessie
Bug #722389 [libneedle-extras-ruby1.8] Updating the Ruby packaging policy for 
your package «libneedle-extras-ruby1.8»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package 
«libneedle-extras-ruby1.8»'
 retitle 722366 Depends on Ruby 1.8 which will not be available in jessie
Bug #722366 [librfilter-ruby1.8] Updating the Ruby packaging policy for your 
package «librfilter-ruby1.8»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package 
«librfilter-ruby1.8»'
 retitle 722380 Depends on Ruby 1.8 which will not be available in jessie
Bug #722380 [libneedle-ruby] Updating the Ruby packaging policy for your 
package «libneedle-ruby»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package 
«libneedle-ruby»'
 retitle 722367 Depends on Ruby 1.8 which will not be available in jessie
Bug #722367 [libzip-ruby1.8] Updating the Ruby packaging policy for your 
package «libzip-ruby1.8»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package 
«libzip-ruby1.8»'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
722364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722364
722366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722366
722367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722367
722380: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722380
722389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722389
722390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722390
722396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722396
733102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733102
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: retitle 722396 to Depends on Ruby 1.8 which will not be available in jessie ...

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 722396 Depends on Ruby 1.8 which will not be available in jessie
Bug #722396 [libgv-ruby] Depends on Ruby 1.8 which will not be available in 
jessie
Ignoring request to change the title of bug#722396 to the same title
 retitle 722384 Depends on Ruby 1.8 which will not be available in jessie
Bug #722384 [libtcltk-ruby] Updating the Ruby packaging policy for your package 
«libtcltk-ruby»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package 
«libtcltk-ruby»'
 retitle 722376 Depends on Ruby 1.8 which will not be available in jessie
Bug #722376 [libamazon-ruby] Updating the Ruby packaging policy for your 
package «libamazon-ruby»
Changed Bug title to 'Depends on Ruby 1.8 which will not be available in 
jessie' from 'Updating the Ruby packaging policy for your package 
«libamazon-ruby»'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
722376: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722376
722384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722384
722396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722396
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: unblock 731866 with 734330

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unblock 731866 with 734330
Bug #731866 [libruby1.8] Remove ruby1.8 for jessie
731866 was blocked by: 722390 735663 722364 733102 722389 735477 730940 735425 
722372 735468 735471 735426 735511 735417 733775 722371 733110 722366 733641 
722380 735472 735427 735430 734344 735451 722367 730972 730943 735658 722374 
735662 722392 722381 722375 735476 735659 735434 725602 735752 722377 734954 
735474 735661 722396 731557 734346 722384 520901 722376 735657 733004 722382 
735453 735652 732916 735653 730719 722385 730944 735433 730880 732922 734330 
735651 733724 735655 731462 722395 735654 733773 735466 735736 723648 735650 
722393 735435 721618 722369 722379 735473 735194 722625 735745 733105 722362 
730960 722365 735908 735656 735660 735531 733019 718444 732931 722373 723642 
734342 722387
731866 was not blocking any bugs.
Removed blocking bug(s) of 731866: 734330
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
731866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731866
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#737267: libvirt-bin: libvirtd-1.2.1 crash/abort in libnl3 at startup (but libvirtd-1.2.0-2 don't)

2014-01-31 Thread François Scala
Package: libvirt-bin
Version: 1.2.1-1~bpo70+1
Severity: grave
Justification: renders package unusable

Hello,

When upgrade libvirt from 1.2.0-2 to 1.2.1-1 it no longer start. An assert fail
in libnl3.
I've upgrade libnl3 to the latest version from testing with the same result.
So I've patched the assert in libnl3 as it test twi things.

# libvirtd -v

OK lib/route/tc.c:978 : ops-to_type = 2, RTNL_TC_TYPE_MAX = 2
OK lib/route/tc.c:978 : ops-to_type = 2, RTNL_TC_TYPE_MAX = 2
OK lib/route/tc.c:978 : ops-to_type = 2, RTNL_TC_TYPE_MAX = 2
OK lib/route/tc.c:978 : ops-to_type = 2, RTNL_TC_TYPE_MAX = 2
lib/route/tc.c:978 : ops-to_type = 650356128, RTNL_TC_TYPE_MAX = 2

libvirtd: /usr/src/tmp/libnl3-3.2.21/./lib/route/tc.c:980: rtnl_tc_register:
Assertion `0' failed.
Caught abort signal dumping internal log buffer:


== start of log =

2014-01-31 22:16:10.698+: 17795: debug : virLogParseOutputs:1346 :
outputs=3:stderr
2014-01-31 22:16:10.698+: 17795: debug : virObjectNew:199 : OBJECT_NEW:
obj=0x7f13328351b0 classname=virAccessManagerClass
2014-01-31 22:16:10.698+: 17795: debug : virAccessManagerNewDriver:105 :
Initialized with stack
2014-01-31 22:16:10.698+: 17795: debug : virObjectNew:199 : OBJECT_NEW:
obj=0x7f1332836380 classname=virAccessManagerClass
2014-01-31 22:16:10.698+: 17795: debug : virAccessManagerNewDriver:105 :
Initialized with none
2014-01-31 22:16:10.698+: 17795: debug : virObjectRef:293 : OBJECT_REF:
obj=0x7f13328351b0
2014-01-31 22:16:10.698+: 17795: debug : virObjectUnref:256 : OBJECT_UNREF:
obj=0x7f13328351b0
2014-01-31 22:16:10.698+: 17795: debug : main:1299 : Decided on pid file
path '/var/run/libvirtd.pid'
2014-01-31 22:16:10.698+: 17795: debug : main:1309 : Decided on socket
paths '/var/run/libvirt/libvirt-sock' and '/var/run/libvirt/libvirt-sock-ro'
2014-01-31 22:16:10.698+: 17795: debug : main:1345 : Ensuring run dir
'/var/run/libvirt' exists
2014-01-31 22:16:10.698+: 17795: debug : virFileMakePathHelper:2279 :
path=/var/run/libvirt mode=0777
2014-01-31 22:16:10.698+: 17795: debug : virNetlinkStartup:136 : Running
global netlink initialization
2014-01-31 22:16:10.698+: 17795: debug : virObjectNew:199 : OBJECT_NEW:
obj=0x7f1332836770 classname=virNetServer
2014-01-31 22:16:10.699+: 17795: debug : virEventRegisterDefaultImpl:259 :
registering default event implementation
2014-01-31 22:16:10.699+: 17795: debug : virEventPollAddHandle:111 : Used 0
handle slots, adding at least 10 more
2014-01-31 22:16:10.699+: 17795: debug : virEventPollInterruptLocked:713 :
Skip interrupt, 0 0
2014-01-31 22:16:10.699+: 17795: debug : virEventPollAddHandle:136 :
EVENT_POLL_ADD_HANDLE: watch=1 fd=6 events=1 cb=0x7f1331786080 opaque=(nil)
ff=(nil)
2014-01-31 22:16:10.699+: 17795: debug : virEventRegisterImpl:229 :
addHandle=0x7f1331786e70 updateHandle=0x7f1331786cf0
removeHandle=0x7f1331786560 addTimeout=0x7f13317866f0
updateTimeout=0x7f1331786920 removeTimeout=0x7f1331786af0
2014-01-31 22:16:10.699+: 17795: debug : main:1385 : Dropping privileges
(if required)
2014-01-31 22:16:10.699+: 17795: debug : virDriverModuleInitialize:54 :
Module dir /usr/lib/libvirt/connection-driver
2014-01-31 22:16:10.699+: 17795: debug : virDriverLoadModule:67 : Module
load network
2014-01-31 22:16:10.699+: 17795: debug : virRegisterNetworkDriver:554 :
registering Network as network driver 2
2014-01-31 22:16:10.699+: 17795: debug : virDriverLoadModule:67 : Module
load storage
2014-01-31 22:16:10.701+: 17795: debug : virRegisterStorageDriver:610 :
registering storage as storage driver 2
2014-01-31 22:16:10.701+: 17795: debug : virDriverLoadModule:67 : Module
load nodedev
2014-01-31 22:16:10.702+: 17795: debug : udevNodeRegister:1823 :
Registering udev node device backend
2014-01-31 22:16:10.702+: 17795: debug : virRegisterNodeDeviceDriver:638 :
registering udevNodeDeviceDriver as device driver 2
2014-01-31 22:16:10.702+: 17795: debug : virDriverLoadModule:67 : Module
load secret
2014-01-31 22:16:10.703+: 17795: debug : virRegisterSecretDriver:666 :
registering secret as secret driver 2
2014-01-31 22:16:10.703+: 17795: debug : virDriverLoadModule:67 : Module
load nwfilter
2014-01-31 22:16:10.704+: 17795: debug : virRegisterNWFilterDriver:694 :
registering nwfilter as network filter driver 2
2014-01-31 22:16:10.704+: 17795: debug : virDriverLoadModule:67 : Module
load interface


 == end of log =

Aborted

(gdb) run -
Starting program: /usr/sbin/libvirtd -
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x735bb700 (LWP 21795)]
[New Thread 0x72dba700 (LWP 21796)]
[New Thread 0x725b9700 (LWP 21797)]
[New Thread 0x71db8700 (LWP 21798)]
[New Thread 0x715b7700 (LWP 21799)]
[New Thread 0x70db6700 (LWP 21800)]
[New Thread 0x705b5700 (LWP 21801)]
[New Thread 

Bug#737223: Bug#737246: libprotobuf8: 2.5.0-7 breaks mumble

2014-01-31 Thread Chris Knadle
On Friday, January 31, 2014 15:21:53 Robert Edmonds wrote:
 Chris Knadle wrote:
  severity 737246 grave
  thanks
  
   It's probably related to #736801 I guess.
  
  Unfortunately this is not related to #736801 as best I can tell;
  recompiling mumble locally with libprotobuf8 2.5.0-7 has the same result.
   This means mumble is currently borked.  :-(
  
-- Chris
 
 In that case, it looks like my changes in 2.5.0-6 / -7 are just broken.

Yes.  2.5.0-3 and -5 work, -6 and -7 don't.

 Most likely we need to revert back to the approach in 2.5.0-5 but fix
 the atomic code so that it works on the architectures with older default
 gcc versions.  I'll see if I can get that done in the next day or so.

Doing a 'debdiff' between the -5 and -6 version I see what you're talking 
about.  [No code differences between -6 and -7.]

The -488 patch removes the GoogleOnceInitImpl() function and references to it 
but somehow this symbol

   _ZN6google8protobuf18GoogleOnceInitImplEPlPNS0_7ClosureE

is still expected by mumble even when building it anew.


Anyway if there's a way in which I can lend a hand, let me know.
Thanks.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us


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



Bug#737168: apt-listbugs breaks, preventing package installation

2014-01-31 Thread Brendon Green
If I get the time to do so, I may attempt to trace the dependencies for
apt-listbugs to find out why it broke on my system. Until then, I'd be
happy for this bug to be marked invalid.
On 1/02/2014 7:58 AM, Francesco Poli invernom...@paranoici.org wrote:

 On Fri, 31 Jan 2014 13:09:36 +1300 Brendon Green wrote:

  On 31 January 2014 12:04, Francesco Poli invernom...@paranoici.org
 wrote:
 [...]
   Anyway, please read
   http://bugs.debian.org/735116#10
   for the suggested procedure to fix the issue.
 
 
  Thank you.  I found it sufficient to install
 ruby1.9.1/1.9.3.194-8.1+deb7u2
  from stable.  I could not remove ruby1.8, as it is pulled in as a
  dependency of apt-listbugs/0.1.8+deb7u1.

 Well, I thought you wanted to upgrade to apt-listbugs/0.1.12 ...
 At least, that's what you stated in the original bug report.

 But anyway...

 
  Since apt-listbugs/0.1.8+deb7u1 does not appear to work with the
  interpreter that was provided by ruby1.8/1.8.7.358-7.1+deb7u1, this is
  perhaps a packaging bug that requires fixing?

 I tested apt-listbugs/0.1.8+deb7u1 in a stable chroot environment and
 it definitely seemed to work for me.
 If you are experiencing any difficulty with apt-listbugs/0.1.8+deb7u1
 in an up-to-date *purely* stable system, please do not hesitate to
 report bugs.
 Otherwise, on a mixed testing/stable system, I suspect that the issue
 may be caused by the fact that ruby1.8/1.8.7.358-7.1+deb7u1 still
 Provides ruby-interpreter and may be selected as system-wide default
 Ruby interpreter, but ruby-debian/0.3.8+b2 (installed from testing) no
 longer supports ruby1.8 ...


 Antonio, any thoughts about this partial-upgrade scenario?
 Is there a way to avoid this?
 Maybe architecture-dependent Ruby libraries (such as ruby-debian)
 should really conflict with libruby1.8, as soon as they drop support
 for the obsolete ruby1.8 (as I initially suggested)?
 Any simpler solution?


 --
  http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
  New GnuPG key, see the transition document!
 . Francesco Poli .
  GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE



Processed: your mail

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 737203 important
Bug #737203 [wine32] wine32: tries to replace file which belongs to 
wine32-unstable
Severity set to 'important' from 'serious'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
737203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737203
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#737256: asymptote: FTBFS: nonstopmode; input ecrm1095' failed to make ecrm1095.tfm.

2014-01-31 Thread Norbert Preining
  kpathsea: Running mktextfm ecrm1095

Indeed, recent texlive packages moved these fonts to fonts-recommended.

Will be in the next upload.

Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094



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



Bug#737246: libprotobuf8: 2.5.0-7 breaks mumble

2014-01-31 Thread Chris Knadle
On Friday, January 31, 2014 15:21:53 Robert Edmonds wrote:
 Chris Knadle wrote:
  severity 737246 grave
  thanks
  
   It's probably related to #736801 I guess.
  
  Unfortunately this is not related to #736801 as best I can tell;
  recompiling mumble locally with libprotobuf8 2.5.0-7 has the same result.
   This means mumble is currently borked.  :-(
  
-- Chris
 
 In that case, it looks like my changes in 2.5.0-6 / -7 are just broken.

Yes -3 and -5 work, -6 / -7 do not.

However concerning the changes made to fix #736801 (build failures on ia64 and 
sparc), as of Wednesday (2014-01-29) it was announced in
[debian-devel-announce] that ia64 and sparc are no longer release 
architectures.  sparc is apparently still using gcc-4.6 as the default 
compiler, and the kernel in stable does not work.  This means that Britney 
will allow package migrations into Testing regardless if packages for these 
two architectures are broken.

Today it was announced the ia64 architecture was removed from Testing, and is 
likely to be removed from Sid as well soon.

 Most likely we need to revert back to the approach in 2.5.0-5 but fix
 the atomic code so that it works on the architectures with older default
 gcc versions.  I'll see if I can get that done in the next day or so.

Issues with ia64 can be ignored now, and under the circumstances sparc is 
questionable.  I think you have the option of using the 2.5.0-5 package
as it was if you wish.  I'm not trying to rush a fix here though -- I'm 
mainly mentioning this because I'm wondering from the maintainer point of view 
if the effort to patch the protobuf source specifically for these two 
architectures is worth the effort.

Obviously I didn't know these architecture changes were coming when I filed 
#736801 on the 26th.  ;-)

Thanks.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us


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



Bug#737119: marked as done (clamav: FTBFS on powerpc and other arches)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Sat, 01 Feb 2014 05:33:41 +
with message-id e1w9td3-0007xk...@franck.debian.org
and subject line Bug#737119: fixed in clamav 0.98.1+dfsg-1
has caused the Debian Bug report #737119,
regarding clamav: FTBFS on powerpc and other arches
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.)


-- 
737119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: clamav
Version: 0.98+dfsg-1
Severity: serious

Hi,

clamav FTBFS on powerpc (and other arches) like this:

...
  CC fan.o
In file included from fan.c:38:0:
fan-syscalllib.h:14:3: error: #error System call numbers not defined for this 
architecture
 # error System call numbers not defined for this architecture
   ^
fan-syscalllib.h: In function 'fanotify_init':
fan-syscalllib.h:19:17: error: '__NR_fanotify_init' undeclared (first use in 
this function)
  return syscall(__NR_fanotify_init, flags, event_f_flags);
 ^
...

This built before on this architecture.

See also the build logs at

https://buildd.debian.org/status/package.php?p=clamavsuite=sid

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: clamav
Source-Version: 0.98.1+dfsg-1

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

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

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

Debian distribution maintenance software
pp.
Scott Kitterman sc...@kitterman.com (supplier of updated clamav 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 31 Jan 2014 23:03:09 -0500
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 
clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all i386
Version: 0.98.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: ClamAV Team pkg-clamav-de...@lists.alioth.debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 clamav - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Closes: 727291 737119
Changes: 
 clamav (0.98.1+dfsg-1) unstable; urgency=low
 .
   * New upstream release
 - Update embedded-library override for modified zlid for new SO version
   * Add definitions in clamd/fan-syscalllib.h for missing arches to fix FTBFS
 (Closes: #737119)
 - Thanks to Andreas Cadhalpun for the patch
   * Really use autoreconf (Closes: #727291) again
 - Thanks to Andreas Cadhalpun for the corrected patch
Checksums-Sha1: 
 8dbf5e9b1f83ea730ccc2d753c635abc7751614c 1962 clamav_0.98.1+dfsg-1.dsc
 112910a65f0518feb08e5250bc7f3b0fb74a697f 13118803 
clamav_0.98.1+dfsg.orig.tar.gz
 ad1162e8639618e7ef1ca6a5b6ebf6964edabee2 293532 clamav_0.98.1+dfsg-1.diff.gz
 693fda5da2044ffae039ea4ea8a7924aa9f2a31b 325292 
clamav-base_0.98.1+dfsg-1_all.deb
 4e73fffbfe0526580180421195ebec15d5ec05f5 3081244 
clamav-testfiles_0.98.1+dfsg-1_all.deb
 606c48d7a593389db83d3106e80cc7df25b83abd 1249126 
clamav-docs_0.98.1+dfsg-1_all.deb
 dca432c33e8e345e340389807b045812e88b22ac 3409728 
libclamav6_0.98.1+dfsg-1_i386.deb
 862b2f082bc231ad8df406891d6fcff30717f1aa 297616 clamav_0.98.1+dfsg-1_i386.deb
 b2d404d9154baf08f6e7ee389c8e8a9c6a7c1de5 345642 
clamav-daemon_0.98.1+dfsg-1_i386.deb
 

Processed: RM: electricsheep -- RoQA; orphaned, RC-buggy, licence problems

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 669356 serious
Bug #669356 [electricsheep] electricsheep unsuitable for Debian main?
Severity set to 'serious' from 'important'
 reassign 728296 ftp.debian.org
Bug #728296 [electricsheep] electricsheep: No video output
Bug reassigned from package 'electricsheep' to 'ftp.debian.org'.
No longer marked as found in versions electricsheep/2.7~b12+svn20091224-2.
Ignoring request to alter fixed versions of bug #728296 to the same values 
previously set
 retitle 728296 RM: electricsheep -- RoQA; orphaned, RC-buggy, licence problems
Bug #728296 [ftp.debian.org] electricsheep: No video output
Changed Bug title to 'RM: electricsheep -- RoQA; orphaned, RC-buggy, licence 
problems' from 'electricsheep: No video output'
 thanks
Stopping processing here.

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

2014-01-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 728296 electricsheep
Bug #728296 [ftp.debian.org] RM: electricsheep -- RoQA; orphaned, RC-buggy, 
licence problems
Bug reassigned from package 'ftp.debian.org' to 'electricsheep'.
Ignoring request to alter found versions of bug #728296 to the same values 
previously set
Ignoring request to alter fixed versions of bug #728296 to the same values 
previously set
 found 728296 2.7~b12+svn20091224-2
Bug #728296 [electricsheep] RM: electricsheep -- RoQA; orphaned, RC-buggy, 
licence problems
Marked as found in versions electricsheep/2.7~b12+svn20091224-2.
 retitle 728296 [electricsheep] electricsheep: No video output
Bug #728296 [electricsheep] RM: electricsheep -- RoQA; orphaned, RC-buggy, 
licence problems
Changed Bug title to '[electricsheep] electricsheep: No video output' from 'RM: 
electricsheep -- RoQA; orphaned, RC-buggy, licence problems'
 reassign 711284 ftp.debian.org
Bug #711284 [wnpp] O: electricsheep -- Screensaver showing collective
Bug reassigned from package 'wnpp' to 'ftp.debian.org'.
Ignoring request to alter found versions of bug #711284 to the same values 
previously set
Ignoring request to alter fixed versions of bug #711284 to the same values 
previously set
 retitle 711284 RM: electricsheep -- RoQA; orphaned, RC-buggy, licence problems
Bug #711284 [ftp.debian.org] O: electricsheep -- Screensaver showing collective
Changed Bug title to 'RM: electricsheep -- RoQA; orphaned, RC-buggy, licence 
problems' from 'O: electricsheep -- Screensaver showing collective'
 thanks
Stopping processing here.

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

2014-01-31 Thread Adrian Bunk
reassign 728296 electricsheep
found 728296 2.7~b12+svn20091224-2
retitle 728296 [electricsheep] electricsheep: No video output
reassign 711284 ftp.debian.org
retitle 711284 RM: electricsheep -- RoQA; orphaned, RC-buggy, licence problems
thanks


cu
Adrian

-- 

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


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



Bug#736619: marked as done (sisu-guice: Source contains large number of blobs that are not needed for building)

2014-01-31 Thread Debian Bug Tracking System
Your message dated Sat, 01 Feb 2014 07:18:28 +
with message-id e1w9uqs-0001b2...@franck.debian.org
and subject line Bug#736619: fixed in sisu-guice 3.1.1+dfsg-1
has caused the Debian Bug report #736619,
regarding sisu-guice: Source contains large number of blobs that are not needed 
for building
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.)


-- 
736619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736619
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: sisu-guice
Version: 3.1.1-1
Severity: grave

The binary files below are contained in the source tarball, but no
source is provided. Luckily, the package can still be built

Cheers,
-Hilko

sisu-guice-3.1.1 $ find -name \*.jar | xargs du -sch
504K./extensions/struts2/lib/jsp-api-2.1.jar
3.5M./extensions/struts2/lib/core-3.1.1.jar
112K./extensions/struts2/lib/jetty-util-6.1.0.jar
620K./extensions/struts2/lib/jsp-2.1.jar
452K./extensions/struts2/lib/jetty-6.1.0.jar
224K./extensions/struts2/lib/ognl-3.0.jar
864K./extensions/struts2/lib/freemarker-2.3.16.jar
60K ./extensions/struts2/lib/commons-fileupload-1.2.1.jar
1012K   ./extensions/struts2/lib/ant-1.6.5.jar
88K ./extensions/struts2/lib/commons-io-1.3.2.jar
632K./extensions/struts2/lib/javassist.jar
1000K   ./extensions/struts2/lib/xwork-core-2.2.1.jar
104K./extensions/struts2/lib/servlet-api-2.5.jar
756K./extensions/struts2/lib/struts2-core-2.2.1.jar
40K ./extensions/struts2/lib/commons-logging-1.0.4.jar
108K./extensions/persist/lib/hibernate-entitymanager.jar
424K./extensions/persist/lib/antlr-2.7.5h3.jar
824K./extensions/persist/lib/db4o-6.4.14.8131-java5.jar
124K./extensions/persist/lib/hibernate-search.jar
448K./extensions/persist/lib/xwork-2.0.4.jar
8.0K./extensions/persist/lib/aopalliance.jar
64K ./extensions/persist/lib/commons-io.jar
308K./extensions/persist/lib/dom4j-1.6.1.jar
164K./extensions/persist/lib/ognl-2.6.7.jar
316K./extensions/persist/lib/cglib-nodep-2.2.jar
2.1M./extensions/persist/lib/hibernate3.jar
612K./extensions/persist/lib/hsqldb.jar
72K ./extensions/persist/lib/easymock.jar
12K ./extensions/persist/lib/jta.jar
64K ./extensions/persist/lib/oro-2.0.8.jar
360K./extensions/persist/lib/log4j-1.2.14.jar
16K ./extensions/persist/lib/jboss-archive-browsing.jar
452K./extensions/persist/lib/javassist.jar
224K./extensions/persist/lib/jaxen-1.1-beta-7.jar
52K ./extensions/persist/lib/ejb3-persistence.jar
560K./extensions/persist/lib/commons-collections.jar
104K./extensions/persist/lib/servlet-api-2.5.jar
356K./extensions/persist/lib/hibernate-annotations.jar
40K ./extensions/persist/lib/commons-logging-1.0.4.jar
104K./extensions/servlet/lib/build/servlet-api-2.5.jar
4.0K./lib/javax.inject.jar
8.0K./lib/aopalliance.jar
384K./lib/build/felix-2.0.5.jar
132K./lib/build/jdiff/jdiff.jar
1.8M./lib/build/jdiff/xerces.jar
112K./lib/build/jarjar-1.1.jar
380K./lib/build/spring-beans.jar
1.8M./lib/build/doclava.jar
120K./lib/build/junit.jar
20K ./lib/build/munge.jar
64K ./lib/build/easymock.jar
284K./lib/build/cglib-2.2.2.jar
1.6M./lib/build/guava-11.0.1.jar
44K ./lib/build/asm-3.3.1.jar
20K ./lib/build/javax.inject-tck.jar
12K ./lib/build/safesax.jar
656K./lib/build/bnd-0.0.384.jar
176K./lib/build/spring-core.jar
40K ./lib/build/commons-logging-1.0.4.jar
25M total
---End Message---
---BeginMessage---
Source: sisu-guice
Source-Version: 3.1.1+dfsg-1

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

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

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

Debian distribution maintenance software
pp.
tony mancill tmanc...@debian.org (supplier of updated sisu-guice 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 31 Jan 2014 21:31:17 -0800
Source: sisu-guice
Binary: libsisu-guice-java
Architecture: source all
Version: 3.1.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers