Bug#737953: itstool: FTBFS: configure: error: no suitable Python interpreter found

2014-02-06 Thread Daniel Schepler
Source: itstool
Version: 2.0.2-1
Severity: serious

>From my pbuilder build log:

...
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for a Python interpreter with version >= 2.6... none
configure: error: no suitable Python interpreter found
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by itstool configure 2.0.2, which was
generated by GNU Autoconf 2.66.  Invocation command line was

  $ ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libexecdir=${prefix}/lib/itstool --disable-maintainer-mode 
--disable-dependency-tracking

## - ##
## Platform. ##
## - ##

hostname = frobozz
uname -m = x86_64
uname -r = 3.11-1-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.11.6-1+x32 (2013-10-29)

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## --- ##
## Core tests. ##
## --- ##

configure:1720: checking for a BSD-compatible install
configure:1788: result: /usr/bin/install -c
configure:1799: checking whether build environment is sane
configure:1849: result: yes
configure:1990: checking for a thread-safe mkdir -p
configure:2029: result: /bin/mkdir -p
configure:2042: checking for gawk
configure:2072: result: no
configure:2042: checking for mawk
configure:2058: found /usr/bin/mawk
configure:2069: result: mawk
configure:2080: checking whether make sets $(MAKE)
configure:2102: result: yes
configure:2223: checking for a Python interpreter with version >= 2.6
configure:2240: python -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 2241: python: command not found
configure:2243: $? = 127
configure:2240: python2 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 2241: python2: command not found
configure:2243: $? = 127
configure:2240: python3 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 2241: python3: command not found
configure:2243: $? = 127
configure:2240: python3.0 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 2241: python3.0: command not found
configure:2243: $? = 127
configure:2240: python2.5 -c import sys # split strings by '.' and convert to 
numeric. Append some zeros # because we need at least 4 digits for the hex 
conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = 
list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not 
present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): 
minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 2241:

Bug#737942: cura-engine: FTBFS - pkg-config: not found

2014-02-06 Thread Aaron M. Ucko
Source: cura-engine
Version: 14.01-1
Severity: serious
Justification: fails to build from source

Builds of cura-engine in minimal environments, as on the autobuilders,
have been failing:

  g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -c -Wall -Wextra -O3 -fomit-frame-pointer `pkg-config 
--cflags polyclipping` bridge.cpp -o bridge.o
  /bin/sh: 1: pkg-config: not found
  In file included from sliceDataStorage.h:5:0,
   from bridge.h:5,
   from bridge.cpp:2:
  utils/intpoint.h:12:23: fatal error: clipper.hpp: No such file or directory
   #include 
 ^
  compilation terminated.

Please declare a build dependency on pkg-config (without which the
compiler won't know to look in /usr/include/polyclipping), and confirm
with pbuilder or the like that you haven't missed any others.

Thanks!


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



Processed: found 737913 in 3-1, found 737913 in 2.2.0-6, notfound 699513 in 1.3.5~rc1-2 ...

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

> found 737913 3-1
Bug #737913 [dnaclust,exonerate] exonerate and dnaclust: error when trying to 
install together
There is no source info for the package 'exonerate' at version '3-1' with 
architecture ''
Marked as found in versions dnaclust/3-1.
> found 737913 2.2.0-6
Bug #737913 [dnaclust,exonerate] exonerate and dnaclust: error when trying to 
install together
There is no source info for the package 'dnaclust' at version '2.2.0-6' with 
architecture ''
Marked as found in versions exonerate/2.2.0-6.
> notfound 699513 1.3.5~rc1-2
Bug #699513 {Done: "Francesco P. Lovergine" } 
[proftpd-basic] LoadModule: error loading module 'mod_vroot.c': No such file or 
directory
No longer marked as found in versions proftpd-dfsg/1.3.5~rc1-2.
> severity 730833 serious
Bug #730833 [src:u-boot] u-boot: FTBFS on kfreebsd
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

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

2014-02-06 Thread Paul
Meant to say "... upgraded the libtotem-plparser17 package from 3.4.5-4+b1
to
libtotem-plparser18 3.10.0-1 using the experimental repo.

Paul


Bug#736783: marked as done ([src:salt] Sourceless file)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 23:34:19 +
with message-id 
and subject line Bug#736783: fixed in salt 0.17.5+ds-1
has caused the Debian Bug report #736783,
regarding [src:salt] Sourceless file
to be marked as done.

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

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


-- 
736783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:salt
Version: 0.17.4-2
Severity: serious
User: debian...@lists.debian.org
Usertags: source-contains-prebuilt-javascript-object
X-Debbugs-CC: ftpmas...@debian.org

salt 0.17.4-2 (source)
I could not find the source of:
doc/_themes/saltstack/static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js
Please add an override for:
  doc/_themes/saltstack/static/js/vendor/bootstrap.min.js




Bastien
--- End Message ---
--- Begin Message ---
Source: salt
Source-Version: 0.17.5+ds-1

We believe that the bug you reported is fixed in the latest version of
salt, 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.
Joe Healy  (supplier of updated salt 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, 07 Feb 2014 10:07:55 +1100
Source: salt
Binary: salt-common salt-master salt-minion salt-syndic salt-ssh salt-doc
Architecture: source all
Version: 0.17.5+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Salt Team 
Changed-By: Joe Healy 
Description: 
 salt-common - shared libraries that salt requires for all packages
 salt-doc   - additional documentation for salt, the distributed remote executi
 salt-master - remote manager to administer servers via salt
 salt-minion - client package for salt, the distributed remote execution system
 salt-ssh   - remote manager to administer servers via salt
 salt-syndic - master-of-masters for salt, the distributed remote execution syst
Closes: 736783
Changes: 
 salt (0.17.5+ds-1) unstable; urgency=medium
 .
   * [af8c595] Added repack script to fix source issue. Closes: 736783
   * [20ce79b] Imported Upstream version 0.17.5+ds
   * [a536794] Send environment info with state (upstream commit #113adcd)
   * [838f341] Added release notes from upstream
   * [f741d6d] Updated copyright to reflect repacking
   * [d747742] Added lintian override for minified js files with source
Checksums-Sha1: 
 5b84878c8ba9f369ab0bbf0d26cb141fd958d5e1 2459 salt_0.17.5+ds-1.dsc
 4cbc81a5620b7076b2ead96c0a273222efaeb04b 1879031 salt_0.17.5+ds.orig.tar.gz
 dcbcb08e12cd08387aa5f66feed654a6e3d2a308 22200 salt_0.17.5+ds-1.debian.tar.xz
 26f9c529d36010c6711946b9f46c918b519003eb 1000382 
salt-common_0.17.5+ds-1_all.deb
 4dc836b934e3db2af2102ba663fd7c6253473514 33048 salt-master_0.17.5+ds-1_all.deb
 60a9e40fe98206b1b2d57f349693e2cf55e0bdd2 24460 salt-minion_0.17.5+ds-1_all.deb
 36baeafc64811ea4287f0c0de4e40b48b56c0bea 17692 salt-syndic_0.17.5+ds-1_all.deb
 9ab0c773cc242269ed5bd21125e7455e3cd8c481 17264 salt-ssh_0.17.5+ds-1_all.deb
 9f3f352500da6d9b0bb881645792cca2efa2ee2f 1001488 salt-doc_0.17.5+ds-1_all.deb
Checksums-Sha256: 
 74adac773c9a5c1a4d37205b4c2d155868e7b388528e9dec2e3d0f878fe98282 2459 
salt_0.17.5+ds-1.dsc
 ac6b5e6c750d2596611a07b7b1237df351f949ec33d6f87dacdf180a1a4d1c6a 1879031 
salt_0.17.5+ds.orig.tar.gz
 dc83ad03c9a31cfb85085543398668e341d4146cc7ae346320e1d7af3bd1b672 22200 
salt_0.17.5+ds-1.debian.tar.xz
 d5b7f1207dbf6b0972ee2934d412d36bda8e2333ac861b3596ae5923861e20c4 1000382 
salt-common_0.17.5+ds-1_all.deb
 e0cc8b0941881640a2e6ecd10f1cef87f4ba39796e57398859aab8374c06950c 33048 
salt-master_0.17.5+ds-1_all.deb
 c405e315a031f0ea43155b48ac931233836ffbb993948d448006735a9b57a288 24460 
salt-minion_0.17.5+ds-1_all.deb
 552bf0a317d664eb10500fb36bd32e66864bca2deda326c62112d760dcbbdaba 17692 
salt-syndic_0.17.5+ds-1_all.deb
 105af8fd3bf5c0cae8787a851d22df865f8c95713ac238ff1d8d966b7f3051ba 17264 
salt-ssh_0.17.5+ds-1_all.deb
 fb47db08dccc7cd578afbf0e89e8471dd2fac599278be813479eca0c9ae54771 1001488 
salt-doc_0.17.5+ds-1_all.deb
Files: 
 28169466918e7a1d269cb488d2cc7db6 2459 admin extra salt_0.17.5+ds-1.dsc
 2f750e7ab5be16ac1db8a6df21945371 1879031 admin extra s

Bug#736616: marked as done (libecasoundc1: eci_init() fails on mips)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 22:33:33 +
with message-id 
and subject line Bug#736616: fixed in ecasound 2.9.1-2
has caused the Debian Bug report #736616,
regarding libecasoundc1: eci_init() fails on mips
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.)


-- 
736616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736616
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libaudio-ecasound-perl
Version: 1.01-2
Severity: serious
Justification: FTBFS, previously build on mips

Hi

It seems that libaudio-ecasound-perl does not build on autobuilder
since 1.01-2, but did previously. See [1]. This prevents migration of
the unstable package to testing.

 [1] 
https://buildd.debian.org/status/logs.php?pkg=libaudio-ecasound-perl&arch=mips

Regards
Salvatore

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

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


--- End Message ---
--- Begin Message ---
Source: ecasound
Source-Version: 2.9.1-2

We believe that the bug you reported is fixed in the latest version of
ecasound, 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.
Alessandro Ghedini  (supplier of updated ecasound 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, 06 Feb 2014 23:03:28 +0100
Source: ecasound
Binary: ecasound ecatools libecasoundc1 libecasoundc-dev python-ecasound 
ruby-ecasound ecasound-el ecasound-doc
Architecture: source amd64 all
Version: 2.9.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Alessandro Ghedini 
Description: 
 ecasound   - multitrack-capable audio recorder and effect processor
 ecasound-doc - documentation files for Ecasound
 ecasound-el - multitrack-capable audio recorder and effect processor (emacs)
 ecatools   - multitrack-capable audio recorder and effect processor (tools)
 libecasoundc-dev - multitrack-capable audio recorder and effect processor (C 
dev lib
 libecasoundc1 - multitrack-capable audio recorder and effect processor (C 
library
 python-ecasound - multitrack-capable audio recorder and effect processor 
(python bi
 ruby-ecasound - multitrack-capable audio recorder and effect processor (ruby 
bind
Closes: 736616
Changes: 
 ecasound (2.9.1-2) unstable; urgency=medium
 .
   * Add texlive-fonts-recommended to Build-Depends
   * Drop outdated X-Python-Version field
   * Drop libkvutils10 and libkvutils-dev packages too
   * Enable tests
   * Add 03_increase-read-timeout.patch to fix timeout on MIPS (Closes: #736616)
   * Always build the documentation
Checksums-Sha1: 
 64490e52a744f78bff27de7ab19b34c51fafd386 2592 ecasound_2.9.1-2.dsc
 47351ad9c7dda9bc727c8060ec3a093e6199cac9 18704 ecasound_2.9.1-2.debian.tar.xz
 427bc322a8b6af3cf345a7a5530a6f23bde9c217 646034 ecasound_2.9.1-2_amd64.deb
 63e3964b2b3918bb719280db44072ce58d386fe6 117164 ecatools_2.9.1-2_amd64.deb
 8ab13db520936d89c1ef815f04e2c17716c94f5f 73320 libecasoundc1_2.9.1-2_amd64.deb
 93719fcf104672380ffc4bf1babfd3204942f116 65596 
libecasoundc-dev_2.9.1-2_amd64.deb
 a902dbe2fd06807841efedcde1fdf5a03451 68108 python-ecasound_2.9.1-2_all.deb
 fa0cf746fa5cd9565e698b2d3dcc9cb8b731c64f 65136 ruby-ecasound_2.9.1-2_all.deb
 0bf7423fb925ae11109bc90941d42722488b0743 85034 ecasound-el_2.9.1-2_all.deb
 75cb84717f6e68e7492e6f7f4f29ca745be00c80 708176 ecasound-doc_2.9.1-2_all.deb
Checksums-Sha256: 
 246b8f312ec34d01d8e374f1efbf9835d7f750ffd2bc58f4825c617a532c5bfd 2592 
ecasound_2.9.1-2.dsc
 d4f5a1edabc848cccaf287d32b1b2e8d4b10932b49593672a0a185cb9184369d 18704 
ecasound_2.9.1-2.debian.tar.xz
 f36c15f04c37c1d0c92bef02596ca94b5baea874f7446821f1ddb0425b140ade 646034 
ecasound_2.9.1-2_amd64.deb
 754fe4ad936c46008f1ad0e898b6110d642fdb6c4ea6074fcc9e2d718788070a 117164 
ecatools_2.9.1-2_amd64.deb
 0d08e44aa763f34c36491fcd88e1e1038a1306f03759af05c0c790de0f148cd9 73320 
libecasoundc1_2.9.1-2_amd64.deb
 9bc3144abcb340ca4c0aa00a7e70254d43de

Bug#737913: exonerate and dnaclust: error when trying to install together

2014-02-06 Thread Ralf Treinen
Package: dnaclust,exonerate
Version: dnaclust/3-1
Version: exonerate/2.2.0-6
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-02-06
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:


Selecting previously unselected package libboost-program-options1.54.0:amd64.
(Reading database ... 10921 files and directories currently installed.)
Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4+b1_amd64.deb ...
Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4+b1) ...
Selecting previously unselected package libffi6:amd64.
Preparing to unpack .../libffi6_3.0.13-12_amd64.deb ...
Unpacking libffi6:amd64 (3.0.13-12) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../libglib2.0-0_2.36.4-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.36.4-1) ...
Selecting previously unselected package dnaclust.
Preparing to unpack .../dnaclust_3-1_amd64.deb ...
Unpacking dnaclust (3-1) ...
Selecting previously unselected package exonerate.
Preparing to unpack .../exonerate_2.2.0-6_amd64.deb ...
Unpacking exonerate (2.2.0-6) ...
dpkg: error processing archive 
/var/cache/apt/archives/exonerate_2.2.0-6_amd64.deb (--unpack):
 trying to overwrite '/usr/bin/fastasort', which is also in package dnaclust 3-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db (2.6.6-1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/exonerate_2.2.0-6_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/bin/fastasort

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.


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



Processed: your mail

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

> tag 737447 + pending
Bug #737447 [src:openteacher] [src:openteacher] Sourceless file (minified) 
(jquery)
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
737447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737447
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: severity of 735435 is normal, unblock 735435 with 731866

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

> severity 735435 normal
Bug #735435 [gnoemoe] gnoemoe: diff for NMU version 2.2.0+dfsg-2.3
Severity set to 'normal' from 'serious'
> unblock 735435 with 731866
Bug #735435 [gnoemoe] gnoemoe: diff for NMU version 2.2.0+dfsg-2.3
735435 was not blocked by any bugs.
735435 was blocking: 731866
Removed blocking bug(s) of 735435: 731866
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
735435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735435
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#735736: marked as done (ruby-tokyocabinet: ruby1.8 won't be available on Jessie)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 21:24:18 +
with message-id 
and subject line Bug#735736: fixed in ruby-tokyocabinet 1.31-3
has caused the Debian Bug report #735736,
regarding ruby-tokyocabinet: ruby1.8 won't be available on Jessie
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.)


-- 
735736: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735736
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-tokyocabinet
Severity: serious
User: debian-r...@lists.debian.org
Usertags: ruby18-removal


Dear Maintainer,

ruby-tokyocabinet produces one or more binary packages that depends on ruby1.8,
or it uses ruby1.8 to build. ruby1.8 is unmaintainable at this point,
and we can't keep it for Jessie. We plan to request its removal in 4
weeks.

Recommendations for some common cases:

If your package contains Ruby programs that are hardcoded to use
ruby1.8, you need to port those to a more recent version. Please use
/usr/bin/ruby instead. Please do not change to /usr/bin/ruby1.9.1 

If your package calls `ruby1.8` during build, please make it call
`ruby` instead. If your scripts don't work with a newer Ruby, you
need to port them. Please do not change `ruby1.8` to `ruby1.9.1` as
it will require more work later when we want to get rid of ruby1.9.1
(and we will).

If your packages builds binary extensions for ruby1.8, you need to
remove those. Please consider building binary extensions for all
supported Ruby versions. You can get a list of supported Ruby
versions at runtime by build-depending on gem2deb and running

$ dh_ruby --print-supported

I'm flagging this bug as release critical, since it's impossible to
have ruby1.8 in the next release.

If you need advice on the best way to handle your package, please
feel free to get in touch with debian-r...@lists.debian.org 
--- End Message ---
--- Begin Message ---
Source: ruby-tokyocabinet
Source-Version: 1.31-3

We believe that the bug you reported is fixed in the latest version of
ruby-tokyocabinet, 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.
Christian Hofstaedtler  (supplier of updated ruby-tokyocabinet 
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: Thu, 06 Feb 2014 21:15:48 +0100
Source: ruby-tokyocabinet
Binary: ruby-tokyocabinet
Architecture: source amd64
Version: 1.31-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Christian Hofstaedtler 
Description: 
 ruby-tokyocabinet - Ruby Binding of Tokyo Cabinet Database
Closes: 735736
Changes: 
 ruby-tokyocabinet (1.31-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Cédric Boutillier ]
   * use canonical URI in Vcs-* fields
   * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format 
field
 .
   [ Laurent Arnoud ]
   * d/control: bumped up standards version to 3.9.5
 .
   [ Christian Hofstaedtler ]
   * Remove transitional packages
   * Rebuild for currently supported Ruby versions (Closes: #735736)
Checksums-Sha1: 
 e68058a7b657e889aef5522bb895c369b92d0c36 2199 ruby-tokyocabinet_1.31-3.dsc
 6cb1a074efceda1c67fc2c025963febdab720c95 4016 
ruby-tokyocabinet_1.31-3.debian.tar.xz
 2c633327247878452adbb6724bbb5a12fadb7090 36148 
ruby-tokyocabinet_1.31-3_amd64.deb
Checksums-Sha256: 
 c5a7f49ae12be02e031fe9d145d1b7e679676c4e246d8c8701144188f84b7d63 2199 
ruby-tokyocabinet_1.31-3.dsc
 74b0a52b1399142ea93cd8efc3b1c28ec2613bc96b2000b2e3bf3c299c2e7c6c 4016 
ruby-tokyocabinet_1.31-3.debian.tar.xz
 da3dc66732caa0c065f125e7b972b1b11dadafe7e962f4375113c1da0dd6d289 36148 
ruby-tokyocabinet_1.31-3_amd64.deb
Files: 
 5fab53d62dfb72f44e483ef6408d 2199 ruby extra ruby-tokyocabinet_1.31-3.dsc
 a8a8231b14d90ed71bc1b1cd4109ad3d 4016 ruby extra 
ruby-tokyocabinet_1.31-3.debian.tar.xz
 28fd271786124d3c06ad02c1317728aa 36148 ruby extra 
ruby-tokyocabinet_1.31-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJS8+7JAAoJEFwT1tuTBS4DQq0P/01PYtrGWAwjjO/FdzR2IYb2
c5XKEekPJSXRhv/LiLepZyNVgwEf5rRspCYGFQroW4DGX8DTGQ1J/ehC4KWdOcbn
ZDNI8/nEjgjqNpUEaRXvRms93h5H48e97YXZyk6ZRGID9

Bug#707454: marked as done (seabios: FTBFS: src/acpi.c:489:14: error: 'ssdt_pcihp_name' undeclared (first use in this function))

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 21:24:24 +
with message-id 
and subject line Bug#707454: fixed in seabios 1.7.4-3
has caused the Debian Bug report #707454,
regarding seabios: FTBFS: src/acpi.c:489:14: error: 'ssdt_pcihp_name' 
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.)


-- 
707454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: seabios
Version: 1.7.2-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:
> make[1]: Entering directory `/«PKGBUILDDIR»'
>   Build Kconfig config file
>   Compile checking out/misc.o
>   Compile checking out/stacks.o
>   Compile checking out/pmm.o
>   Compile checking out/output.o
>   Compile checking out/util.o
>   Compile checking out/block.o
>   Compile checking out/floppy.o
>   Compile checking out/ata.o
>   Compile checking out/mouse.o
>   Compile checking out/kbd.o
>   Compile checking out/pci.o
>   Compile checking out/serial.o
>   Compile checking out/clock.o
>   Compile checking out/pic.o
>   Compile checking out/cdrom.o
>   Compile checking out/ps2port.o
>   Compile checking out/smp.o
>   Compile checking out/resume.o
>   Compile checking out/pnpbios.o
>   Compile checking out/pirtable.o
>   Compile checking out/vgahooks.o
>   Compile checking out/ramdisk.o
>   Compile checking out/pcibios.o
>   Compile checking out/blockcmd.o
>   Compile checking out/usb.o
>   Compile checking out/usb-uhci.o
>   Compile checking out/usb-ohci.o
>   Compile checking out/usb-ehci.o
>   Compile checking out/usb-hid.o
>   Compile checking out/usb-msc.o
>   Compile checking out/virtio-ring.o
>   Compile checking out/virtio-pci.o
>   Compile checking out/virtio-blk.o
>   Compile checking out/virtio-scsi.o
>   Compile checking out/apm.o
>   Compile checking out/ahci.o
>   Compile checking out/usb-uas.o
>   Compile checking out/lsi-scsi.o
>   Compile checking out/esp-scsi.o
>   Compile checking out/megasas.o
>   Compile checking out/post.o
>   Compile checking out/shadow.o
>   Compile checking out/memmap.o
>   Compile checking out/coreboot.o
>   Compile checking out/boot.o
>   Compiling IASL out/acpi-dsdt.hex
> ASL Input: out/acpi-dsdt.dsl.i - 493 lines, 19600 bytes, 319 keywords
> AML Output:out/acpi-dsdt.aml - 4521 bytes, 161 named objects, 158 
> executable opcodes
> Listing File:  out/acpi-dsdt.lst - 138202 bytes
> Hex Dump:  out/acpi-dsdt.hex - 42779 bytes
> 
> Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 247 Optimizations
>   Compiling IASL out/ssdt-proc.hex
> ASL Input: out/ssdt-proc.dsl.i - 35 lines, 762 bytes, 8 keywords
> AML Output:out/ssdt-proc.aml - 120 bytes, 6 named objects, 2 executable 
> opcodes
> Listing File:  out/ssdt-proc.lst - 2616 bytes
> Hex Dump:  out/ssdt-proc.hex - 1452 bytes
> 
> Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
>   Compiling IASL out/ssdt-pcihp.hex
> out/ssdt-pcihp.dsl.i 30: Return (PCEJ(_SUN))
> Warning  1104 -^ Reserved method 
> should not return a value (_EJ0)
> 
> ASL Input: out/ssdt-pcihp.dsl.i - 36 lines, 767 bytes, 6 keywords
> AML Output:out/ssdt-pcihp.aml - 88 bytes, 5 named objects, 1 executable 
> opcodes
> Listing File:  out/ssdt-pcihp.lst - 2725 bytes
> Hex Dump:  out/ssdt-pcihp.hex - 1153 bytes
> 
> Compilation complete. 0 Errors, 1 Warnings, 0 Remarks, 0 Optimizations
>   Compiling IASL out/ssdt-susp.hex
> ASL Input: out/ssdt-susp.dsl.i - 36 lines, 647 bytes, 4 keywords
> AML Output:out/ssdt-susp.aml - 78 bytes, 4 named objects, 0 executable 
> opcodes
> Listing File:  out/ssdt-susp.lst - 2219 bytes
> Hex Dump:  out/ssdt-susp.hex - 1077 bytes
> 
> Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
>   Compiling IASL out/q35-acpi-dsdt.hex
> ASL Input: out/q35-acpi-dsdt.dsl.i - 532 lines, 28706 bytes, 416 keywords
> AML Output:out/q35-acpi-dsdt.aml - 7458 bytes, 241 named objects, 175 
> executable opcodes
> Listing File:  out/q35-acpi-dsdt.lst - 240386 bytes
> Hex Dump:  out/q35-acpi-dsdt.hex - 70308 bytes
> 
> Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 446 Optimizations
>   Compile checking out/acpi.o
> src/acpi.c: In function 'patch_pcihp':
> src/acpi.c:489:14: error: 'ssdt_pcihp_name' undeclared (first use in this 
> function)
> src/acpi.

Bug#737739: marked as done (mumble: CVE-2014-0044 CVE-2014-0045)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 21:22:37 +
with message-id 
and subject line Bug#737739: fixed in mumble 1.2.4-0.2
has caused the Debian Bug report #737739,
regarding mumble: CVE-2014-0044 CVE-2014-0045
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.)


-- 
737739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737739
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mumble
Version: 1.2.3-349-g315b5f5-2.2
Severity: grave
Tags: security upstream fixed-upstream

Hi

Mumble has released a new upstream version fixing CVE-2014-0044 and
CVE-2014-0045. See upstream commits at:

https://github.com/mumble-voip/mumble/commit/850649234d11685145193a59d72d98429e4f9ba7
https://github.com/mumble-voip/mumble/commit/d3be3d7b96a5130e4b20f23e327b040ea4d0b079

Upstream announces at

http://mumble.info/security/Mumble-SA-2014-001.txt
http://mumble.info/security/Mumble-SA-2014-002.txt

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: mumble
Source-Version: 1.2.4-0.2

We believe that the bug you reported is fixed in the latest version of
mumble, 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.
Christopher Knadle  (supplier of updated mumble 
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: Thu, 06 Feb 2014 12:07:05 -0500
Source: mumble
Binary: mumble mumble-server mumble-dbg
Architecture: source amd64
Version: 1.2.4-0.2
Distribution: unstable
Urgency: high
Maintainer: Ron Lee 
Changed-By: Christopher Knadle 
Description: 
 mumble - Low latency VoIP client
 mumble-dbg - Low latency VoIP client (debugging symbols)
 mumble-server - Low latency VoIP server
Closes: 737739
Changes: 
 mumble (1.2.4-0.2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * debian/patches
   - Add 12-Mumble-SA-2014-001.patch, 14-Mumble-SA-2014-002.patch
 to fix CVE-2014-0044, CVE-2014-0045.  Closes: #737739
Checksums-Sha1: 
 3c48eae5d826604ae70f1a685b44d05601773430 2477 mumble_1.2.4-0.2.dsc
 f564dd88f84908e52a218fdf1a596aa98dd1223f 31156 mumble_1.2.4-0.2.debian.tar.xz
 b48fc34b9f7366baff8e40a86098288a5ee9b28c 2574840 mumble_1.2.4-0.2_amd64.deb
 ebecd9c7966be982a93c4846cf9235dd3a2e593b 739172 
mumble-server_1.2.4-0.2_amd64.deb
 ffa7c9d369e184919ef51c42bb09572b27df71a2 15594512 
mumble-dbg_1.2.4-0.2_amd64.deb
Checksums-Sha256: 
 14ba942367ebfef99dca4f4cd0dfabae59cd900bc7fef49620a4344a181a35f8 2477 
mumble_1.2.4-0.2.dsc
 1798bbbeb019b223815456838e63bcd45033eeeb22c829ed38a3f57cd0f9c2ee 31156 
mumble_1.2.4-0.2.debian.tar.xz
 ba0bade4cac2cd4df015e97b644312f12ddd5116f1945d79113480dfd930900f 2574840 
mumble_1.2.4-0.2_amd64.deb
 946cbc02178113306fc2e2c1119788b68751334729a5fc3ab09698c8277b1661 739172 
mumble-server_1.2.4-0.2_amd64.deb
 3fb89b03fae2e1942d208ee8fb56c62628f3a797d08e37ffbb5dd37ab7619f0f 15594512 
mumble-dbg_1.2.4-0.2_amd64.deb
Files: 
 58a1119c62a9bd4e7ee1d8ad3556b03d 2477 sound optional mumble_1.2.4-0.2.dsc
 c88ebb774e94e16f80fd2e5755bb0d86 31156 sound optional 
mumble_1.2.4-0.2.debian.tar.xz
 717699bf3d1467ba6532c6a95f2625b4 2574840 sound optional 
mumble_1.2.4-0.2_amd64.deb
 561ef01b66ac4ab2bbfb54e02bd330b5 739172 sound optional 
mumble-server_1.2.4-0.2_amd64.deb
 859d402d1b6771aca28ebf11c24456ef 15594512 debug extra 
mumble-dbg_1.2.4-0.2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJS8/JpThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBm2qD/9DypEl+rPm9TxMCS01E4xw9EX+f0JW3N70g+Svi6aqIq4L
jovXDvuEYL5nJ9GuptzViRk4nl3h7U/SxUA9w/zZ1JWq0LISun0dLmU2lksugUjt
vLLiwBvBdaLuWlf++qFbDvhwMUoX6TmuJzuKxZ65LS5HxuOF59Y3rVvBEzUWLG1F
7WhJc7wVOMzbnBmjvRhlx8tH2zhyQPoRG7b+34k3J58r86cNLGcSF6iskdbeXiaI
8lrwLiht+N46NVf2zp7VHrao5BnDQPuz0/UYqCXaKyCYmhBc17J2sLB+cW8WYE0r
VKMaBVWZgP3lXn5Ew7qnn6VenD0ayL7mQ5CqGoZCOk36adQ6Bo5N+1CJIaFNDGq/
mWsBwFW/Ba15vaYZNgOphYPpRmeyLV431+5IrRlMuKvdrYssh23uNq8fOh/cNQHt
EWHyrYLEwoMZ3PLAFxXAQxe0R/PG3Qb+DR2IxfckMlh6QwosM0n3teTeZzaIfUUq
M+e5tgwHSq7nRSsphY9QpOLL88+CEW1cCiK8pUBVRaH5IKvPxbOgBif2Ark3Zckr
R8nlRrrsG5Tv2R6nzq4v/axQWvtxQfo2VE

Bug#713132: marked as done (seabios: FTBFS: unsatisfiable build-dependency: iasl (< 20130214) (versioned dep on a virtual pkg?))

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 21:24:24 +
with message-id 
and subject line Bug#707454: fixed in seabios 1.7.4-3
has caused the Debian Bug report #707454,
regarding seabios: FTBFS: unsatisfiable build-dependency: iasl (< 20130214) 
(versioned dep on a virtual pkg?)
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.)


-- 
707454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: seabios
Version: 1.7.2-3
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:
> ┌──┐
> │ Install seabios build dependencies (apt-based resolver) 
>  │
> └──┘
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-seabios-dummy : Depends: iasl (< 20130214)
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/seabios_1.7.2-3_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 ---
--- Begin Message ---
Source: seabios
Source-Version: 1.7.4-3

We believe that the bug you reported is fixed in the latest version of
seabios, 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 707...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tokarev  (supplier of updated seabios 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, 07 Feb 2014 00:38:29 +0400
Source: seabios
Binary: seabios
Architecture: source all
Version: 1.7.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian QEMU Team 
Changed-By: Michael Tokarev 
Description: 
 seabios- Legacy BIOS implementation
Closes: 707454
Changes: 
 seabios (1.7.4-3) unstable; urgency=low
 .
   * allow seabios to be built using more recent iasl, finally,
 and enable acpica-tools build-depend alternative.  This has
 actually been fixed long ago (the patch is in 1.7.1), even
 before the version against which #707454 has been reported,
 but the fix required a new iasl option which were available
 only in next iasl release.  But no one actually noticed this.
 (Gladly Closes: #707454)
   * update standards-version to 3.9.5 (no changes needed)
   * replace $(PWD) with $(CURDIR) in d/rules (fixes build failure)
Checksums-Sha1: 
 64c1ff763ec66a41c1928809e37b2deca8ac6a32 1494 seabios_1.7.4-3.dsc
 8ab587c0e91bb30a211fd15c7b7c2fa81fd445c4 15340 seabios_1.7.4-3.debian.tar.xz
 a27eff890999424385a89e6211e0f28d28709d7f 108978 seabios_1.7.4-3_all.deb
Checksums-Sha256: 
 7a157c9f457f5f68cf5066a61a744920d759ba33577fe8482113a8f40f18acc4 1494 
seabios_1.7.4-3.dsc
 826b0b535a66fe814355a2c1cfe85c58f2ba0488083a594f63e7e5418204193e 15340 
seabios_1.7.4-3.debian.tar.xz
 521568921d1673131c71508d91b3fe057004591e02ca1128bec6f433ea9c3ca4 108978 
seabios_1.7.4-3_all.deb
Files: 
 57846561cace923998ad11b06fd619ea 1494 misc extra seabios_1.7.4-3.dsc
 e95de7ffbd9f4e0a2717a18af09d1f4d 15340 misc extra seabios_1.7.4-3.debian.tar.xz
 8258e315fddedd5c0adb2096affa050b 108978 misc extra seabios_1.7.4-3_al

Bug#737903: totem: Totem stalls; displays "Error: the stream is in the wrong format"

2014-02-06 Thread Paul
Package: totem
Version: 3.8.2-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?
Upgraded recently to jessie from wheezy using Debian-testing-i386-netinst. The
Totem player would not start, displayed a dialog asking if I wanted to quit or
wait and then displayed the above error message.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Uninstalled totem, totem-common and related packages; reinstalled
all of the above; upgraded the libtotem-plparser18 package from 3.8.2 to
3.10.0-1 using the experimental repo.
   * What was the outcome of this action?
Same error, no difference.
   * What outcome did you expect instead?
The DVD should play when inserted into the DVD player.



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

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

Versions of packages totem depends on:
ii  gnome-icon-theme3.10.0-1
ii  gnome-icon-theme-symbolic   3.10.1-1
ii  gsettings-desktop-schemas   3.8.2-2
ii  gstreamer1.0-clutter2.0.8-1
ii  gstreamer1.0-plugins-bad1.2.2-1+b1
ii  gstreamer1.0-plugins-base   1.2.2-1
ii  gstreamer1.0-plugins-good   1.2.2-1
ii  gstreamer1.0-x  1.2.2-1
ii  libatk1.0-0 2.10.0-2
ii  libc6   2.17-97
ii  libcairo-gobject2   1.12.16-2
ii  libcairo2   1.12.16-2
ii  libclutter-1.0-01.14.4-3
ii  libclutter-gst-2.0-02.0.8-1
ii  libclutter-gtk-1.0-01.4.4-3
ii  libcogl-pango12 1.14.0-3
ii  libcogl12   1.14.0-3
ii  libdbus-1-3 1.8.0-1
ii  libdbus-glib-1-20.100.2-1
ii  libegl1-mesa [libegl1-x11]  9.2.2-1
ii  libgdk-pixbuf2.0-0  2.28.2-1+b1
ii  libgirepository-1.0-1   1.36.0-2+b1
ii  libglib2.0-02.36.4-1
ii  libgstreamer-plugins-base1.0-0  1.2.2-1
ii  libgstreamer1.0-0   1.2.2-1
ii  libgtk-3-0  3.8.6-1
ii  libjson-glib-1.0-0  0.16.2-1
ii  libnautilus-extension1a 3.8.2-2
ii  libpango-1.0-0  1.36.0-1+b1
ii  libpangocairo-1.0-0 1.36.0-1+b1
ii  libpeas-1.0-0   1.8.1-1
ii  libtotem-plparser17 3.4.5-1+b1
ii  libtotem0   3.8.2-3
ii  libx11-62:1.6.2-1
ii  libxcomposite1  1:0.4.4-1
ii  libxdamage1 1:1.1.4-1
ii  libxext62:1.3.2-1
ii  libxfixes3  1:5.0.1-1
ii  libxi6  2:1.7.2-1
ii  libxrandr2  2:1.4.2-1
ii  python  2.7.5-5
ii  totem-common3.8.2-3

Versions of packages totem recommends:
ii  grilo-plugins-0.2  0.2.9-3
ii  gstreamer1.0-libav 1.2.2-1
ii  gstreamer1.0-plugins-ugly  1.2.2-1
ii  gstreamer1.0-pulseaudio1.2.2-1
ii  totem-plugins  3.8.2-3

Versions of packages totem suggests:
ii  gnome-codec-install  0.4.7+nmu2
ii  totem-mozilla3.8.2-3


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



Bug#713075: marked as done (cvs2svn: FTBFS: tests failed)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 19:33:38 +
with message-id 
and subject line Bug#713075: fixed in cvs2svn 2.4.0-2
has caused the Debian Bug report #713075,
regarding cvs2svn: 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.)


-- 
713075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713075
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cvs2svn
Version: 2.4.0-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
> dh_testdir
> # run the built in test suite
> # locale should be set to en_US for test 27, but it FTBFS sometimes,
> # so we go for a reduced testsuite.
> ./run-tests.py
> PASS:  run-tests.py 1: cvs2svn with no arguments shows usage
> PASS:  run-tests.py 2: generate a manpage for cvs2svn
> PASS:  run-tests.py 3: generate a manpage for cvs2git
> SKIP:  run-tests.py 4: generate a manpage for cvs2hg
> PASS:  run-tests.py 5: detection of the executable flag
> PASS:  run-tests.py 6: conversion of filename with a space
> PASS:  run-tests.py 7: two commits in quick succession
> PASS:  run-tests.py 8: prune, but never too much
> PASS:  run-tests.py 9: prune, but never too much...variant 1
> PASS:  run-tests.py 10: prune, but never too much...variant 2
> PASS:  run-tests.py 11: prune, but never too much...variant 3
> PASS:  run-tests.py 12: two interleaved trunk commits, different log msgs
> PASS:  run-tests.py 13: simple trunk commits
> PASS:  run-tests.py 14: simple tags and branches, no commits
> PASS:  run-tests.py 15: simple tags and branches, no commits...variant 1
> PASS:  run-tests.py 16: simple tags and branches, no commits...variant 2
> PASS:  run-tests.py 17: simple tags and branches, no commits...variant 3
> PASS:  run-tests.py 18: simple branch commits
> PASS:  run-tests.py 19: mixed-time tag
> PASS:  run-tests.py 20: mixed-time branch, and a file added to the branch
> PASS:  run-tests.py 21: a commit affecting both trunk and a branch
> PASS:  run-tests.py 22: branch some trunk files, and later branch the rest
> PASS:  run-tests.py 23: conversion of invalid symbolic names
> PASS:  run-tests.py 24: ignore a file with a branch with two names
> PASS:  run-tests.py 25: convert a branch file rooted in a 'dead' revision
> PASS:  run-tests.py 26: convert a branch file rooted in a 'dea...variant 1
> PASS:  run-tests.py 27: handle a control char in a log message
> PASS:  run-tests.py 28: handle tags rooted in a redeleted revision
> PASS:  run-tests.py 29: ensure that trunk doesn't get pruned
> PASS:  run-tests.py 30: ensure that trunk doesn't get pruned...variant 1
> PASS:  run-tests.py 31: ensure that trunk doesn't get pruned...variant 2
> PASS:  run-tests.py 32: ensure that trunk doesn't get pruned...variant 3
> PASS:  run-tests.py 33: file deleted twice, in the root of the repository
> PASS:  run-tests.py 34: branch created from both trunk and another branch
> PASS:  run-tests.py 35: resyncing should not misorder commit groups
> PASS:  run-tests.py 36: allow tags with mixed trunk and branch sources
> PASS:  run-tests.py 37: allow tags with mixed trunk and branch...variant 1
> PASS:  run-tests.py 38: never use the rev-in-progress as a copy source
> PASS:  run-tests.py 39: do use the last completed rev as a copy source
> PASS:  run-tests.py 40: correctly handle deletion as initial branch action
> PASS:  run-tests.py 41: correctly handle deletion as initial b...variant 1
> SKIP:  run-tests.py 42: non ascii files converted incorrectly
> PASS:  run-tests.py 43: author name contains Unicode
> PASS:  run-tests.py 44: author name contains Unicode...variant encoding
> PASS:  run-tests.py 45: author name contains U...variant fallback-encoding
> PASS:  run-tests.py 46: log message contains Unicode
> PASS:  run-tests.py 47: log message contains Unicode...variant encoding
> PASS:  run-tests.py 48: log message contains U...variant fallback-encoding
> PASS:  run-tests.py 49: avoid spurious changes for initial revs
> PASS:  run-tests.py 50: handle vendor branches with --trunk-only
> PASS:  run-tests.py 51: handle default branches correctly
> PASS:  run-tests.py 52: handle default branches with --trunk-only
> PASS:  run-tests.py 53: do not allow 1.2 revision with default branch
> PASS:  run-tests.py 54: compose a tag from three sources
> PASS:  run-tests.py 55: reserve a svn revnum for a fill only when required
> PASS:  run-tests.py 56: make sure that filling p

Bug#737144: marked as done (cvs2svn: FTBFS with rcs 5.9)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 19:33:38 +
with message-id 
and subject line Bug#737144: fixed in cvs2svn 2.4.0-2
has caused the Debian Bug report #737144,
regarding cvs2svn: FTBFS with rcs 5.9
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.)


-- 
737144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cvs2svn
Version: 2.4.0
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

I hope I'm doing this correctly.

The cvs2svn package fails to build from source with recent versions of rcs
due to a failed internal test. This is caused by the rcs v5.9 'co' command
deprecating '-V' in favor of '--version'.  When cvs2svn executes 'co -V' to
test for its existence, co outputs a warning on stderr, which cvs2svn 
mistakes for a failure.

Attached is a patch that corrects this problem, so that the package builds.


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

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Subject: Use --version instead of obsolete -V to check for co's existence

The --use-rcs option uses 'co -V' to verify that co exists. However, recent
versions of rcs produce a warning on stderr to use --version instead; this
causes a false negative, causing --use-rcs to fail.

Author: Stephen Oberholtzer 

--- a/cvs2svn_lib/rcs_revision_manager.py
+++ b/cvs2svn_lib/rcs_revision_manager.py
@@ -29,7 +29,7 @@
   def __init__(self, co_executable):
 self.co_executable = co_executable
 try:
-  check_command_runs([self.co_executable, '-V'], self.co_executable)
+  check_command_runs([self.co_executable, '--version'], self.co_executable)
 except CommandFailedException, e:
   raise FatalError('%s\n'
'Please check that co is installed and in your PATH\n'
--- End Message ---
--- Begin Message ---
Source: cvs2svn
Source-Version: 2.4.0-2

We believe that the bug you reported is fixed in the latest version of
cvs2svn, 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.
Laszlo Boszormenyi (GCS)  (supplier of updated cvs2svn 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: Thu, 30 Jan 2014 23:42:25 +0100
Source: cvs2svn
Binary: cvs2svn
Architecture: source all
Version: 2.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) 
Changed-By: Laszlo Boszormenyi (GCS) 
Description: 
 cvs2svn- Convert a cvs repository to a subversion, bazaar or git repositor
Closes: 713075 717087 737144
Changes: 
 cvs2svn (2.4.0-2) unstable; urgency=low
 .
   * Run tests, but don't fail on them as only the Subversion output changed
 (closes: #713075).
   * Make package section be vcs to match the override.
   * Update Standards-Version to 3.9.5 .
   * cvs2git manpage is updated (closes: #717087).
 .
   [ Stephen Oberholtzer  ]
   * Fix FTBFS due to rcs switch change (closes: #737144).
Checksums-Sha1: 
 891b5d16358077f94e14c28b929cbe9ce0c78c53 1762 cvs2svn_2.4.0-2.dsc
 8efa6b47c7637cc4e83c51a4ceec4139cd8de995 6600 cvs2svn_2.4.0-2.debian.tar.xz
 bca34109aa1618771788fa2cbbb16c3deb0a9d28 240146 cvs2svn_2.4.0-2_all.deb
Checksums-Sha256: 
 2bcbdb19145eda3ce10472e96ef92e9fe47d9673850c361c3970e1267eebda67 1762 
cvs2svn_2.4.0-2.dsc
 74d620dc980d2b8e7bc2731341c93da4935e798216284f473dc92d90dad3afcf 6600 
cvs2svn_2.4.0-2.debian.tar.xz
 8bc451271f1c3a991d3a6c9eb674602966f9d1beaf7ce865579557a9806f907f 240146 
cvs2svn_2.4.0-2_all.deb
Files: 
 c02a3d03c235148faaabda0d3ee32391 1762 vcs optional cvs2svn_2.4.0-2.dsc
 ff8abcd2f4f598ea261cf86cfa6d3add 6600 vcs optional 
cvs2svn_2.4.0-2.debian.tar.xz
 e2128b1be0a5310cabfce2a5464aa59d 240146 vcs optional cvs2svn_2.4.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJS8+EcAAoJENzjEOeGTMi/GT0P+gPHCNYCOX2+noUFuVW3CQ9w
WrsqMwIY5yspX3c2ANv7EQmIo

Bug#737890: dulwich: FTBFS: [Errno -2] Name or service not known>

2014-02-06 Thread Andreas Moog
Package: dulwich
Version: 0.9.4-1
Severity: serious

Hi there,

your package fails to build in a clean sbuild chroot:

> ==
> ERROR: test_fetch_pack 
> (dulwich.tests.compat.test_client.DulwichHttpClientTest)
> --
> Traceback (most recent call last):
>   File "dulwich/tests/compat/test_client.py", line 181, in test_fetch_pack
> refs = c.fetch(self._build_path('/server_new.export'), dest)
>   File "dulwich/client.py", line 212, in fetch
> target.get_graph_walker(), f.write, progress)
>   File "dulwich/client.py", line 1016, in fetch_pack
> data=req_data.getvalue())
>   File "dulwich/client.py", line 941, in _smart_request
> resp = self._http_request(url, headers, data)
>   File "dulwich/client.py", line 899, in _http_request
> resp = self._perform(req)
>   File "dulwich/client.py", line 915, in _perform
> return urllib2.urlopen(req)
>   File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
> return _opener.open(url, data, timeout)
>   File "/usr/lib/python2.7/urllib2.py", line 404, in open
> response = self._open(req, data)
>   File "/usr/lib/python2.7/urllib2.py", line 422, in _open
> '_open', req)
>   File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
> return self.do_open(httplib.HTTPConnection, req)
>   File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
> raise URLError(err)
> URLError: 

(A couple similar errors snipped, see attached build log)

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


dulwich_0.9.4-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Processed: affects 737782

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

> affects 737782 - src:ruby-defaults
Bug #737782 [ruby-switch] ruby-switch: fails to work with ruby/1:1.9.3.1
Removed indication that 737782 affects src:ruby-defaults
> thanks
Stopping processing here.

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

2014-02-06 Thread coldtobi
Package: cubemap
Followup-For: Bug #737703

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Maybe this info helps:
I pedbuild' the pacakge sucessfully, then recreated the pbuilder enviorment 
(pbuilder create) and then the build failed.

Attached are two logfiles, 

cubemap_ok.txt -- the one which succeeded

cubemap_nok.txt -- the one which failed...

- -- 
Tobias


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

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJS89IHAAoJEJFk+h0XvV02XmUP/2BnR+N22jl7RzumyD+jrDG/
mjZnSf8j21KEupzKmdNOaTAR78vPm5xkatyHkLwbmWLWQULQjk+OW3ZDW2M0Z2Oc
WMp8GEYbm4ijAuTExi2ABqP0IW4Y1CyerFUhFjxZ+f7756Ms3Z3rEegw/yhaWw6O
cyuNnVK64NnNmKud1QJQlKeieBki8ZIVct5cW68GsLTUORNDUjeedSdeO/7FwqoX
2/1JiA8IHGShBjMQf3vYGOnktE6V6lUXImx1rcOiEjkZg4vQQPCd8G7ZTjaeQGID
HOWav5Vc16aJ9F4YKsnYczYarf3FvJOGbSXfxs2N6pQZaIMvkrL0mtS1QugCAH39
CQnpuKFyNSylSCCR+l5KPGUuluA/hSEgrOCwjf/91eQkANAsJaETkWpWcsInOdlL
uwuxz1cnDxZPFISdm45nIpqjNwKewUySFrETfVGz1JqPvVJHJ7a1RkbDXYaXklN0
+9JZZ9ldmJw+BBFlrbOZ8mPxYjyIa0k6ObWI44RgtC4LJSoJ4JhPobS/Erw/masS
8fJ0/f7mmgXV/Gf/L0+dkKJDnlsUfR2OJsZ5rEwfZdLvjyGeUxVlslfuogvQyWOy
luk4ee0WNGgQyhhMdjTotQL6lv8OTp5yJmgyEKlncDjKBczMzbaS4GghYeJerMuo
NL4+IcCGHPfEq4PAPwJd
=sBGX
-END PGP SIGNATURE-
dpkg-buildpackage: source package cubemap
dpkg-buildpackage: source version 1.0.2-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Philipp Kern 
 dpkg-source --before-build cubemap-1.0.2
 fakeroot debian/rules clean
dh clean --parallel --with systemd
   dh_testdir -O--parallel
   dh_auto_clean -O--parallel
make -j1 clean
make[1]: Entering directory 
`/home/tobi/chroot-sid/home/tobi/nmus/cubemap/cubemap-1.0.2'
rm -f cubemap main.o client.o server.o stream.o udpstream.o serverpool.o 
mutexlock.o input.o input_stats.o httpinput.o udpinput.o parse.o config.o 
markpool.o acceptor.o stats.o accesslog.o thread.o util.o log.o metacube2.o 
sa_compare.o state.pb.o main.d client.d server.d stream.d udpstream.d 
serverpool.d mutexlock.d input.d input_stats.d httpinput.d udpinput.d parse.d 
config.d markpool.d acceptor.d stats.d accesslog.d thread.d util.d log.d 
metacube2.d sa_compare.d state.pb.d state.pb.h state.pb.cc
make[1]: Leaving directory 
`/home/tobi/chroot-sid/home/tobi/nmus/cubemap/cubemap-1.0.2'
   dh_clean -O--parallel
rm -f debian/cubemap.substvars
rm -f debian/cubemap.*.debhelper
rm -rf debian/cubemap/
rm -f debian/*.debhelper.log
rm -f debian/files
find .  \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
rm -f *-stamp
 dpkg-source -b cubemap-1.0.2
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building cubemap using existing ./cubemap_1.0.2.orig.tar.gz
dpkg-source: info: building cubemap in cubemap_1.0.2-1.debian.tar.xz
dpkg-source: info: building cubemap in cubemap_1.0.2-1.dsc
 dpkg-genchanges -S >../cubemap_1.0.2-1_source.changes
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build cubemap-1.0.2
dpkg-buildpackage: full upload (original source is included)
W: /home/tobi/.pbuilderrc does not exist
I: using fakeroot in build.
I: Current time: Thu Feb  6 18:55:05 CET 2014
I: pbuilder-time-stamp: 1391709305
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Setting up ccache
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), libprotobuf-dev, protobuf-compiler, dh-systemd
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Rea

Bug#737883: anfo: FTBFS with d-shlibs error

2014-02-06 Thread Julien Cristau
Source: anfo
Version: 0.98-3
Severity: serious
Justification: fails to build from source

Hi,

your package FTBFS on the buildds:
> devlibs error: There is no package matching [libprotobuf8-dev] and noone 
> provides it, please report bug to d-shlibs maintainer

See https://buildd.debian.org/status/package.php?p=anfo

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: reassign 737864 to microhope

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

> reassign 737864 microhope 3.1.5-2
Bug #737864 [src:microhope] microhope: uninstallable on kfreebsd
Warning: Unknown package 'src:microhope'
Bug reassigned from package 'src:microhope' to 'microhope'.
No longer marked as found in versions microhope/3.1.5-2.
Ignoring request to alter fixed versions of bug #737864 to the same values 
previously set
Bug #737864 [microhope] microhope: uninstallable on kfreebsd
Marked as found in versions expeyes/3.1.5-2.
> thanks
Stopping processing here.

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

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

> severity 737544 serious
Bug #737544 [python-gst-1.0-dbg] python-gst-1.0-dbg: File conflict with 
python-gst-1.0
Severity set to 'serious' from 'important'
> merge 737544 728447
Bug #737544 [python-gst-1.0-dbg] python-gst-1.0-dbg: File conflict with 
python-gst-1.0
Bug #728447 [python-gst-1.0-dbg] python-gst-1.0-dbg: fails to install, trying 
to overwrite other packages files: 
/usr/lib/python2.7/dist-packages/gi/overrides/_gi_gst.so
Merged 728447 737544
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
728447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728447
737544: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737544
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#737782: ruby-switch: fails to work with ruby/1:1.9.3.1

2014-02-06 Thread Antonio Terceiro
On Thu, Feb 06, 2014 at 04:20:20PM +0100, Christian Hofstaedtler wrote:
> Control: tags -1 + confirmed
> Control: affects -1 + src:ruby-defaults
> 
> Hi,
> 
> Francesco Poli wrote:
> > Is there a working strategy for setting the default system-wide Ruby
> > interpreter in a clean and practical way?
> 
> No, this is no longer a supported scenario.
> 
> > Should ruby-switch be adapted to the new strategy or should it be
> > removed from Debian sid?
> 
> Indeed, ruby-switch in it's current form does not work; I'm not sure
> if there were plans for a user-wide switching strategy in
> ruby-switch, or if the recommendation will be rbenv.

`rbenv alternatives` is also currently broken, but is fixable.

To be honest I'm not sure yet about what to do with ruby-switch. Since we
don't have plans to keep multiple interpreters in the archive for long
periods of time, ruby-switch is now a little pointless.

We can support people switching to the newest interpreter before it
becomes the default by having an updated ruby-defaults in experimental
(as it is the case now).

> In any case, ruby-defaults should have had a Conflicts: ruby-switch
> (<< 0.1.0).

I think maybe Breaks is better, but yes.

-- 
Antonio Terceiro 


signature.asc
Description: Digital signature


Bug#725066: marked as done (dot2tex: failed import of _noncomma with pyparsing 2.0.1 (patch included))

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 16:18:27 +
with message-id 
and subject line Bug#725066: fixed in dot2tex 2.8.7+repack-1.1
has caused the Debian Bug report #725066,
regarding dot2tex: failed import of _noncomma with pyparsing 2.0.1 (patch 
included)
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.)


-- 
725066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dot2tex
Version: 2.8.7+repack-1
Severity: normal

dot2tex fails (I think since pyparsing got upgraded to 2.0.1)
with "ImportError: cannot import name _noncomma":

  $ dot2tex -f tikz -c --autosize --docpreamble "\input 
/home/sanjoy/sfse/fig/dot_template " fig/circular-acceleration-group.dot > 
fig/circular-acceleration-group.dottex
  Traceback (most recent call last):
File "/usr/bin/dot2tex", line 2, in 
  from dot2tex.dot2tex import main
File "/usr/lib/pymodules/python2.7/dot2tex/__init__.py", line 36, in 

  import dot2tex as d2t
File "/usr/lib/pymodules/python2.7/dot2tex/dot2tex.py", line 47, in 
  import dotparsing
File "/usr/lib/pymodules/python2.7/dot2tex/dotparsing.py", line 26, in 

  from pyparsing import  (Literal, CaselessLiteral, Word, Upcase, 
OneOrMore, ZeroOrMore,
  ImportError: cannot import name _noncomma

See  for more on this
issue.  I fixed it with the diff below:

--- dotparsing.py   2009-10-05 07:57:02.0 -0400
+++ dotparsing.py   2013-09-30 21:20:44.0 -0400
@@ -26,7 +26,7 @@
 from pyparsing import  (Literal, CaselessLiteral, Word, Upcase, OneOrMore, 
ZeroOrMore,
 Forward, NotAny, delimitedList, oneOf, Group, Optional, Combine, alphas, 
nums,
 restOfLine, cStyleComment, nums, alphanums, printables, empty, 
quotedString,
-ParseException, ParseResults, CharsNotIn, _noncomma, dblQuotedString, 
QuotedString, ParserElement,
+ParseException, ParseResults, CharsNotIn, dblQuotedString, QuotedString, 
ParserElement,
 Suppress,Regex,removeQuotes)
 
 dot_keywords = ['graph', 'subgraph', 'digraph', 'node', 'edge', 'strict']



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

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

Versions of packages dot2tex depends on:
ii  graphviz  2.26.3-15+b1
ii  python2.7.5-5
ii  python-pyparsing  2.0.1+dfsg1-1
ii  python-support1.0.15

Versions of packages dot2tex recommends:
ii  pgf  2.10-1
ii  preview-latex-style  11.87-1
ii  texlive-latex-base   2013.20130918-1
ii  texlive-pstricks 2013.20130918-1

dot2tex suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dot2tex
Source-Version: 2.8.7+repack-1.1

We believe that the bug you reported is fixed in the latest version of
dot2tex, 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 725...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated dot2tex 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, 06 Feb 2014 16:52:31 +0100
Source: dot2tex
Binary: dot2tex
Architecture: source all
Version: 2.8.7+repack-1.1
Distribution: sid
Urgency: high
Maintainer: Peter Collingbourne 
Changed-By: Julien Cristau 
Description: 
 dot2tex- Graphviz to LaTeX converter
Closes: 725066
Changes: 
 dot2tex (2.8.7+repack-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Fix ImportError in dotparsing.py (closes: #725066)
Checksums-Sha1: 
 2a9c2f60b99f6236ab2dbedd22b687510abe1d71 2050 dot2tex_2.8.7+repack-1.1.dsc
 a19ff424f383ac537ea427957c845a94e71ee62d 6227 dot2tex_2.8.7+repack-1.1.diff.gz
 56755c3013cd3e2e7251c5061ea85e3d1d240291 324856 
dot2tex_2.8.7+repack-1.1_all.deb
Checksums-Sha256: 
 a952a9b232f296a28a7b8e29f5bbdc1849f4b6c40d281d4641a556565c419c4b 2050 
dot2tex_2.8.7+repack-1.1.dsc
 4df57e6d034c8150a7438e2d17d31847b53c78ab419194388

Bug#728789: dwb: crash with segmentation fault very often

2014-02-06 Thread Alberto Garcia
On Thu, Feb 06, 2014 at 03:37:14PM +0100, Sebastian Ramacher wrote:

> I just tried with 2.2.4-1 and it still crashes on tbpl.mozilla.org.
> The backtrace is the same. Would it help you if I also tested the
> version from experimental?

Ouch :( Yes, if you can double-check it using that version it would be
great. I'm running a recent build from upstream and it seems to work
fine, so if we figure out where the problem was fixed we can backport
the patch.

Thanks a lot for your help,

Berto


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



Processed: dot2tex: diff for NMU version 2.8.7+repack-1.1

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

> tags 725066 + patch
Bug #725066 [dot2tex] dot2tex: failed import of _noncomma with pyparsing 2.0.1 
(patch included)
Added tag(s) patch.
> tags 725066 + pending
Bug #725066 [dot2tex] dot2tex: failed import of _noncomma with pyparsing 2.0.1 
(patch included)
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
725066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725066
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#725066: dot2tex: diff for NMU version 2.8.7+repack-1.1

2014-02-06 Thread Julien Cristau
tags 725066 + patch
tags 725066 + pending
thanks

Dear maintainer,

I've prepared an NMU for dot2tex (versioned as 2.8.7+repack-1.1) and
will upload it shortly.  You'll find the nmu diff attached.

Cheers,
Julien
diff -u dot2tex-2.8.7+repack/debian/changelog dot2tex-2.8.7+repack/debian/changelog
--- dot2tex-2.8.7+repack/debian/changelog
+++ dot2tex-2.8.7+repack/debian/changelog
@@ -1,3 +1,10 @@
+dot2tex (2.8.7+repack-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix ImportError in dotparsing.py (closes: #725066)
+
+ -- Julien Cristau   Thu, 06 Feb 2014 16:52:31 +0100
+
 dot2tex (2.8.7+repack-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- dot2tex-2.8.7+repack.orig/dot2tex/dotparsing.py
+++ dot2tex-2.8.7+repack/dot2tex/dotparsing.py
@@ -26,7 +26,7 @@
 from pyparsing import  (Literal, CaselessLiteral, Word, Upcase, OneOrMore, ZeroOrMore,
 Forward, NotAny, delimitedList, oneOf, Group, Optional, Combine, alphas, nums,
 restOfLine, cStyleComment, nums, alphanums, printables, empty, quotedString,
-ParseException, ParseResults, CharsNotIn, _noncomma, dblQuotedString, QuotedString, ParserElement,
+ParseException, ParseResults, CharsNotIn, dblQuotedString, QuotedString, ParserElement,
 Suppress,Regex,removeQuotes)
 
 dot_keywords = ['graph', 'subgraph', 'digraph', 'node', 'edge', 'strict']


signature.asc
Description: Digital signature


Processed: jessie

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

> tags 737373 + sid jessie
Bug #737373 [deja-dup] deja-dup monitor rapidly consumes all available RAM, 
pushing the system into swap
Added tag(s) sid and jessie.
> tags 737592 + sid jessie
Bug #737592 {Done: Stéphane Glondu } [src:omake] omake: 
FTBFS: Error: Some fatal warnings were triggered
Added tag(s) sid and jessie.
> tags 724227 + sid jessie
Bug #724227 {Done: Salvatore Bonaccorso } 
[src:libnet-mac-vendor-perl] libnet-mac-vendor-perl: FTBFS: Tests failed
Added tag(s) sid and jessie.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
724227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724227
737373: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737373
737592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737592
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#733363: marked as done (musescore: FTBFS: genft.cpp:30:31: fatal error: freetype/tttables.h: No such file or directory)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 15:35:32 +
with message-id 
and subject line Bug#733363: fixed in musescore 1.2+dfsg-1.1
has caused the Debian Bug report #733363,
regarding musescore: FTBFS: genft.cpp:30:31: fatal error: freetype/tttables.h: 
No such file or directory
to be marked as done.

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

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


-- 
733363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: musescore
Version: 1.2+dfsg-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.

On the new 2.5 version the headers are located at
'/usr/include/freetype2/ftglyph.h' instead of
'/usr/include/freetype2/freetype/ftglyph.h' like in previous versions.

Relevant part (hopefully):
> make[4]: Entering directory `/«BUILDDIR»/musescore-1.2+dfsg/build'
> [ 19%] Building CXX object mscore/CMakeFiles/genft.dir/genft.cpp.o
> /«BUILDDIR»/musescore-1.2+dfsg/mscore/mscore/genft.cpp:30:31: fatal error: 
> freetype/tttables.h: No such file or directory
>  #include 
>^
> compilation terminated.
> make[4]: *** [mscore/CMakeFiles/genft.dir/genft.cpp.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/12/26/musescore_1.2+dfsg-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 ---
--- Begin Message ---
Source: musescore
Source-Version: 1.2+dfsg-1.1

We believe that the bug you reported is fixed in the latest version of
musescore, 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.
Hideki Yamane  (supplier of updated musescore 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: Wed, 05 Feb 2014 21:19:03 +0900
Source: musescore
Binary: musescore musescore-common musescore-soundfont-gm mscore mscore-common
Architecture: source amd64 all
Version: 1.2+dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Toby Smithe 
Changed-By: Hideki Yamane 
Description: 
 mscore - Dummy transitional package for musescore
 mscore-common - Dummy transitional package for musescore-common
 musescore  - Full featured WYSIWYG score editor
 musescore-common - Full featured WYSIWYG score editor (common files)
 musescore-soundfont-gm - Small GM SoundFont for MuseScore (TimGM6mb)
Closes: 733363
Changes: 
 musescore (1.2+dfsg-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches
 - add adjust-newer-freetype-header-location.patch (Closes: #733363)
Checksums-Sha1: 
 4d5b0f83f41c921edaea53c873c339282757f668 2261 musescore_1.2+dfsg-1.1.dsc
 01f9f9ddf960b4f4886fe30f91f581a61675c4df 18780 
musescore_1.2+dfsg-1.1.debian.tar.xz
 bb179664ea2fc7e9f8d66d92feda8b0212114b43 2109588 
musescore_1.2+dfsg-1.1_amd64.deb
 50808f24b6c54fbc2d080703118993a75d172f7e 1621642 
musescore-common_1.2+dfsg-1.1_all.deb
 fc3f9f9f43d02ce6d9a455a4877e6b6830daa299 5492480 
musescore-soundfont-gm_1.2+dfsg-1.1_all.deb
 6798cb10e3f5d1ca85deae1339702a7d054a8549 81120 mscore_1.2+dfsg-1.1_all.deb
 a1ee17f5f3595b1a69a99bceef20c7c93cf63602 81136 
mscore-common_1.2+dfsg-1.1_all.deb
Checksums-Sha256: 
 601722bb6505bda698d1b25a27253fa3fda6611ab5e89ec885f6d7f619aec64f 2261 
musescore_1.2+dfsg-1.1.dsc
 9448a4c37e9b2754b14ea960a26b1c109501248631822541564ac1f256c33491 18780 
musescore_1.2+dfsg-1.1.debian.tar.xz
 ddf0f8a93b1035234148f872b08aa691c35f1847e7a6f4bb4c63f25dfcd10069 2109588 
musescore_1.2+dfsg-1.1_amd64.deb
 b89e9dc5d43af1897f6d7f6cdd95aeae40d107fe9ba70a2554dff42469de6a17 1621642 
musescore-common_1.2+dfsg-1.1_all.deb
 2166bb8975fba7499459313f5bd838d7b823491d335f1bc47f8952ff802f911a 5492

Bug#722384: marked as done (Depends on Ruby 1.8 which will not be available in jessie)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Feb 2014 16:29:10 +0100
with message-id <20140206152910.ga9...@nq.home.zeha.at>
and subject line Invalid
has caused the Debian Bug report #722384,
regarding Depends on Ruby 1.8 which will not be available in jessie
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.)


-- 
722384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722384
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libtcltk-ruby
Severity: normal
Usertags: ruby18-removal, update-ruby-policy

Hi akira yamada,

As you may know, during the Wheezy release cycle, the pkg-ruby-extras
team¹ has worked to update the Ruby libraries/modules/gems packages to
follow a new policy, much easier for the maintainers (as we no longer
require a separate package for each interpreter version), to the
archive (as it strongly reduces code duplication), and much more
sensical to the users (as they no longer require to fiddle with which
among many almost-identical binary packages to install).

While we achieved a quite good success level during the Wheezy cycle²,
we decided to act only on the packages maintained by the group — There
are many Ruby library packages maintained by kind people (like
yourself!) which have not yet adopted this new style. According to our
records, you are currently maintaining the package:

  libtcltk-ruby

I am sending this report as part of a mass-bug-filing.³ Some useful
information you might find useful:

• Guidelines for Ruby packaging⁴

  https://wiki.debian.org/Teams/Ruby/Packaging#Guidelines_for_Ruby_packaging

• Ruby team release goals for Jessie⁵

  https://wiki.debian.org/Teams/Ruby/Jessie

• About the Ruby team — Please consider joining!⁶

  https://wiki.debian.org/Teams/Ruby

• Part of the new policy involves running the package's tests. Here is
  a swift introduction on what it means and how to do it:

  https://wiki.debian.org/Teams/Ruby/Packaging/Tests


Thanks a lot for your attention!

--

¹ alioth.debian.org/projects/pkg-ruby-extras/

² http://pkg-ruby-extras.alioth.debian.org/wheezy/

³ https://lists.debian.org/debian-devel/2013/09/msg00196.html
--- End Message ---
--- Begin Message ---
This bug has invalidly been filed against the ruby-defaults
meta-package.

-- 
 ,''`.  Christian Hofstaedtler 
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  ` End Message ---


Processed: Re: ruby-switch: fails to work with ruby/1:1.9.3.1

2014-02-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #737782 [ruby-switch] ruby-switch: fails to work with ruby/1:1.9.3.1
Added tag(s) confirmed.
> affects -1 + src:ruby-defaults
Bug #737782 [ruby-switch] ruby-switch: fails to work with ruby/1:1.9.3.1
Added indication that 737782 affects src:ruby-defaults

-- 
737782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737782
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#737782: ruby-switch: fails to work with ruby/1:1.9.3.1

2014-02-06 Thread Christian Hofstaedtler
Control: tags -1 + confirmed
Control: affects -1 + src:ruby-defaults

Hi,

Francesco Poli wrote:
> Is there a working strategy for setting the default system-wide Ruby
> interpreter in a clean and practical way?

No, this is no longer a supported scenario.

> Should ruby-switch be adapted to the new strategy or should it be
> removed from Debian sid?

Indeed, ruby-switch in it's current form does not work; I'm not sure
if there were plans for a user-wide switching strategy in
ruby-switch, or if the recommendation will be rbenv.

In any case, ruby-defaults should have had a Conflicts: ruby-switch
(<< 0.1.0).


Christian

-- 
 ,''`.  Christian Hofstaedtler 
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-



signature.asc
Description: Digital signature


Processed: Re: ruby-switch: fails to work with ruby/1:1.9.3.1

2014-02-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #737782 [ruby-switch] ruby-switch: fails to work with ruby/1:1.9.3.1
Ignoring request to alter tags of bug #737782 to the same tags previously set
> affects -1 + src:ruby-defaults
Bug #737782 [ruby-switch] ruby-switch: fails to work with ruby/1:1.9.3.1
Ignoring request to set affects of bug 737782 to the same value previously set

-- 
737782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737782
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: more sourceless but distributable files in wheezy

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

> tags 735237 + wheezy-ignore
Bug #735237 [python-weberror] [python-weberror] non sourced minified javascript
Ignoring request to alter tags of bug #735237 to the same tags previously set
> tags 735225 + wheezy-ignore
Bug #735225 [wxwidgets2.8] [wxwidgets2.8] Non free file: 
wxPython/demo/data/Asteroid_blaster.swf
Added tag(s) wheezy-ignore.
> tags 720038 + wheezy-ignore
Bug #720038 [opennebula] Shipping a minified version of dataTables.
Added tag(s) wheezy-ignore.
> tags 714346 + wheezy-ignore
Bug #714346 [src:python-tz] python-tz: source for timezone data not included
Added tag(s) wheezy-ignore.
> tags 710270 + wheezy-ignore
Bug #710270 {Done: Micha Lenk } [abtransfers] abtransfers: 
uses icons with non-free license
Added tag(s) wheezy-ignore.
> tags 709520 + wheezy-ignore
Bug #709520 [z88dk] Package z88dk has non-free files
Added tag(s) wheezy-ignore.
> tags 682770 + wheezy-ignore
Bug #682770 {Done: Debian FTP Masters } 
[distribute] distribute ships windows .exe binaries
Added tag(s) wheezy-ignore.
> tags 625524 + wheezy-ignore
Bug #625524 [src:jsonbot] jsonbot: missing source for jquery.js
Bug #736732 [src:jsonbot] [src:jsonbot] Sourceless file
Added tag(s) wheezy-ignore.
Added tag(s) wheezy-ignore.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
625524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625524
682770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682770
709520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709520
710270: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710270
714346: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714346
720038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720038
735225: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735225
735237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735237
736732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736732
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#737864: microhope: uninstallable on kfreebsd

2014-02-06 Thread Julien Cristau
Source: microhope
Version: 3.1.5-2
Severity: serious

microhope depends on expeyes, expeyes depends on python-expeyes,
python-expeyes depends on udev.  udev is linux-specific, so either that
dependency should be changed or microhope should only be built on linux.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#728789: dwb: crash with segmentation fault very often

2014-02-06 Thread Sebastian Ramacher
Hi

On 2014-01-23 21:30:48, Alberto Garcia wrote:
> On Thu, Jan 23, 2014 at 03:36:22PM +0100, Sebastian Ramacher wrote:
> 
> > > Does it also crash for you in tbpl.mozilla.org? Is your backtrace
> > > similar?
> > 
> > Yes, it crashes for me there. This is the backtrace that I get:
> 
> It crashes for me with 2.2.3 as well, but with the latest WebKit trunk
> it seems to work fine. I uploaded 2.2.4, published a few days ago,
> hopefully this problem is no longer present.

I just tried with 2.2.4-1 and it still crashes on tbpl.mozilla.org.
The backtrace is the same. Would it help you if I also tested the
version from experimental?

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


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

2014-02-06 Thread Eugene Zhukov
Hello,

A fresh look/opinion is welcome! Could someone please take a fresh
look at the bug #567210.
After closer look at my last test results (described in my two last
mails to the bug), I tend to think the problem lies in Saxon-{B|HE}.

Any comments are very much appreciated,
Eugene


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



Processed: severity of 706315 is normal

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

> severity 706315 normal
Bug #706315 [backuppc] conffile handled with ucf
Severity set to 'normal' from 'serious'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
706315: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706315
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#736660: marked as done (smartmontools: FTBFS on kfreebsd (bsd/sys/cdefs.h: No such file or directory))

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 13:18:57 +
with message-id 
and subject line Bug#736660: fixed in smartmontools 6.2+svn3841-1.1
has caused the Debian Bug report #736660,
regarding smartmontools: FTBFS on kfreebsd (bsd/sys/cdefs.h: No such file or 
directory)
to be marked as done.

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

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


-- 
736660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: smartmontools
Version: 6.2+svn3841-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Control: block 728919 with -1

Hi,

during a binNMU smartmontools failed to build, see the logs at
https://buildd.debian.org/status/package.php?p=smartmontools

> g++ -DHAVE_CONFIG_H -I.  -DBUILD_INFO='"(local build)"' 
> -DSMARTMONTOOLS_SYSCONFDIR='"/etc"' 
> -DSMARTMONTOOLS_DRIVEDBDIR='"/var/lib/smartmontools/drivedb"' 
> -DSMARTMONTOOLS_SAVESTATES='"/var/lib/smartmontools/smartd."' 
> -DSMARTMONTOOLS_ATTRIBUTELOG='"/var/lib/smartmontools/attrlog."'  -g -O2 
> -Wall -W -MT cciss.o -MD -MP -MF .deps/cciss.Tpo -c -o cciss.o cciss.cpp
> cciss.cpp:28:29: fatal error: bsd/sys/cdefs.h: No such file or directory
>  #  include 
>  ^
> compilation terminated.
> make[2]: *** [cciss.o] Error 1

Cheers,
Julien


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: smartmontools
Source-Version: 6.2+svn3841-1.1

We believe that the bug you reported is fixed in the latest version of
smartmontools, 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.
Robert Millan  (supplier of updated smartmontools 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, 06 Feb 2014 13:48:48 +0100
Source: smartmontools
Binary: smartmontools
Architecture: source kfreebsd-amd64
Version: 6.2+svn3841-1.1
Distribution: unstable
Urgency: medium
Maintainer: Giuseppe Iuculano 
Changed-By: Robert Millan 
Description: 
 smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 736660
Changes: 
 smartmontools (6.2+svn3841-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS on GNU/kFreeBSD. (Closes: #736660)
Checksums-Sha1: 
 5e5bfe3f0a596205903402cf9c3fdb860c6dd380 1649 smartmontools_6.2+svn3841-1.1.dsc
 f5f9897d87e350f1de48b8acf3ea0854d992411e 35768 
smartmontools_6.2+svn3841-1.1.debian.tar.xz
 a711bdcceee570b75cba8a9918128f8da3db0b94 425392 
smartmontools_6.2+svn3841-1.1_kfreebsd-amd64.deb
Checksums-Sha256: 
 26150b6cbdf274af7eca593b50c8a7bbc70816e9d428ff458a2a33933aad769d 1649 
smartmontools_6.2+svn3841-1.1.dsc
 8aedf4f69a65cfd1db9da47de97f83a5467fd51b843ed64eb784ce96b6702acf 35768 
smartmontools_6.2+svn3841-1.1.debian.tar.xz
 14640a59e9f2650dd4bdff16ec880bb1a963ececb0aad534cea516248f88db13 425392 
smartmontools_6.2+svn3841-1.1_kfreebsd-amd64.deb
Files: 
 b7e5da6dd6a4d64700d15d29fae0dea9 1649 utils optional 
smartmontools_6.2+svn3841-1.1.dsc
 a856077096567bd37e85c9e544b40560 35768 utils optional 
smartmontools_6.2+svn3841-1.1.debian.tar.xz
 2de17503a7eb9ece264a6e645cad 425392 utils optional 
smartmontools_6.2+svn3841-1.1_kfreebsd-amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/kFreeBSD)

iEYEARECAAYFAlLzh6sACgkQC19io6rUCv/OWgCfV6WtSlzheV4LbiiOYoxcmzAh
LZMAnjaILJExyizrREq0ELRfMjvxwUJW
=e8AM
-END PGP SIGNATURE End Message ---


Processed: Re: more sourceless but distributable files in wheezy

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

> tags 735895 + wheezy-ignore
Bug #735895 [otrs2] [otrs2] Multiple violation of dfsg
Added tag(s) wheezy-ignore.
> tags 735498 + wheezy-ignore
Bug #735498 [src:cronometer] Non free icons
Added tag(s) wheezy-ignore.
> tags 735342 + wheezy-ignore
Bug #735342 {Done: Andreas Tille } [src:cimg] Non free donate 
project button
Added tag(s) wheezy-ignore.
> tags 735341 + wheezy-ignore
Bug #735341 {Done: Stéphane Glondu } [src:camlp5] Non free 
w3m valid icons
Added tag(s) wheezy-ignore.
> tags 735337 + wheezy-ignore
Bug #735337 [src:boost1.49] Non free w3m valid icons
Added tag(s) wheezy-ignore.
> tags 735238 + wheezy-ignore
Bug #735238 {Done: Balint Reczey } [xbmc] [xbmc] Could 
not get source of some compiled file
Added tag(s) wheezy-ignore.
> tags 735237 + wheezy-ignore
Bug #735237 [python-weberror] [python-weberror] non sourced minified javascript
Added tag(s) wheezy-ignore.
> tags 735229 + wheezy-ignore
Bug #735229 {Done: Scott Howard } [arduino] [arduino] Lack 
of source for libraries/Bridge/examples/TemperatureWebPanel/www/zepto.min.js
Added tag(s) wheezy-ignore.
> tags 735234 + wheezy-ignore
Bug #735234 [icedove] [icedove] Non sourced min.js
Added tag(s) wheezy-ignore.
> tags 735227 + wheezy-ignore
Bug #735227 [activemq] [activemq] Non sourced jquery
Added tag(s) wheezy-ignore.
> tags 735121 + wheezy-ignore
Bug #735121 {Done: Yann Dirson } [tulip] [tulip] Non free 
files
Added tag(s) wheezy-ignore.
> tags 735120 + wheezy-ignore
Bug #735120 [postfix-cluebringer] [postfix-cluebringer] Non free file
Added tag(s) wheezy-ignore.
> tags 735119 + wheezy-ignore
Bug #735119 [icedove] [icedove] Non free file
Added tag(s) wheezy-ignore.
> tags 734855 + wheezy-ignore
Bug #734855 {Done: Denis Barbier } [openturns] package 
maybe nonfree
Added tag(s) wheezy-ignore.
> tags 734800 + wheezy-ignore
Bug #734800 [imagemagick] [imagemagick] Few non free files
Added tag(s) wheezy-ignore.
> tags 734276 + wheezy-ignore
Bug #734276 {Done: Patrick Matthäi } [otrs2] [otrs2] Non 
free file
Added tag(s) wheezy-ignore.
> tags 733285 + wheezy-ignore
Bug #733285 [src:root-system] root-system: contains non-free fonts
Added tag(s) wheezy-ignore.
> tags 728414 + wheezy-ignore
Bug #728414 [gsoap] gsoap: Contains non-free XSD files
Added tag(s) wheezy-ignore.
> tags 723103 + wheezy-ignore
Bug #723103 [dieharder] dieharder: non-free due to $beverage clause?
Added tag(s) wheezy-ignore.
> tags 722979 + wheezy-ignore
Bug #722979 {Done: Anton Gladky } [petsc] debian/copyright 
issues, sourceless pdf in source
Added tag(s) wheezy-ignore.
> tags 722265 + wheezy-ignore
Bug #722265 [mako] mako contains some minified javascript librairies
Added tag(s) wheezy-ignore.
> tags 721925 + wheezy-ignore
Bug #721925 {Done: Eugene Zhukov } [saxonb] saxonb is not 
free
Added tag(s) wheezy-ignore.
> tags 724943 + wheezy-ignore
Bug #724943 {Done: Phil Brooke } [moria] [moria] Non free file
Added tag(s) wheezy-ignore.
> tags 724941 + wheezy-ignore
Bug #724941 [uif2iso] Non free src/idea.c
Added tag(s) wheezy-ignore.
> # the following 3 bugs are not to be wheezy-ignored
> # but as I was looking at them... I noticed:
> retitle 724920 "opencv: non-free, non distributable files"
Bug #724920 [src:opencv] opencv: non-free files
Changed Bug title to '"opencv: non-free, non distributable files"' from 
'opencv: non-free files'
> retitle 724923 "cminpack: non-free, non distributable files"
Bug #724923 {Done: Mathieu Malaterre } [src:cminpack] 
cminpack: non-free files
Changed Bug title to '"cminpack: non-free, non distributable files"' from 
'cminpack: non-free files'
> retitle 71 "pynetsnmp: hardcodes knowledge about external ABIs"
Bug #71 [src:pynetsnmp] pynetsnmp: makes baby jesus cry
Changed Bug title to '"pynetsnmp: hardcodes knowledge about external ABIs"' 
from 'pynetsnmp: makes baby jesus cry'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
71: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=71
721925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721925
722265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722265
722979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722979
723103: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723103
724920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724920
724923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724923
724941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724941
724943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724943
728414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728414
733285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733285
734276: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734276
734800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734800
734855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734855
735119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735119
735120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735120
735121: http://bugs.debian.org/c

Bug#706315: conffile handled with ucf

2014-02-06 Thread Ludovic Drolez
Hi,

Are you sure that's not a normal behavior, that
/etc/backuppc/config.pl is marked as obsolete after upgrade?

I tried to play with dpkg-maintscript-helper rm_conffile, but
nothing happens, config.pl is still an obsolete conffile...

Best regards,

   Ludovic.


> } dixie:~# grep-status -P backuppc -s Version,Conffiles
> } Version: 3.3.0-1
> } Conffiles: 
> }  /etc/default/backuppc 1c534a5e09bcf408293ef294e836bc8f
> }  /etc/backuppc/apache.conf 876049fe7fd1617d71b29a537a7c66bc
> }  /etc/backuppc/localhost.pl e556d8d12b6613cbfcb679769260b5c4
> }  /etc/backuppc/hosts c77a06f90d56fbdf62a2a6e414bd
> }  /etc/init.d/backuppc dbdae5f2d1937e2df869ff629de078a2
> }  /etc/backuppc/config.pl bfde4d3d06afcb9a335f47e3dcacd90d obsolete
> 
> So it's still listed as a conffile.
> 
> > How do you clear the status? 
> 
> You could use dpkg-maintscript-helper.  dh_installdeb has support for
> that too, since some debhelper version.
> 
> e.g.:
> } [git|debian] weasel@defiant:~/projects/tor/tor/debian$ cat tor.maintscript 
> } rm_conffile /etc/tor/tor-tsocks.conf 0.2.4.12-alpha-1 tor
> 
> -- 
>|  .''`.   ** Debian **
>   Peter Palfrader  | : :' :  The  universal
>  http://www.palfrader.org/ | `. `'  Operating System
>|   `-http://www.debian.org/
> 

-- 
Ludovic Drolez.

http://www.aopensource.com - The Android Open Source Portal
http://www.drolez.com - Personal site - Linux and Free Software


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



Bug#716985: Fix in DELAYED

2014-02-06 Thread Balint Reczey
Hi,

I have uploaded an NMU to DELAYED/2 with the attached debdiff fixing
this bug.

Cheers,
Balint
diff -Nru libcaca-0.99.beta18/debian/changelog 
libcaca-0.99.beta18/debian/changelog
--- libcaca-0.99.beta18/debian/changelog2012-04-06 23:20:18.0 
+0200
+++ libcaca-0.99.beta18/debian/changelog2014-02-05 15:05:33.0 
+0100
@@ -1,3 +1,11 @@
+libcaca (0.99.beta18-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop dependency on ruby1.8-dev (Closes: #723642)
+  * Fix FTBFS due to post-processing Doxygen's output (Closes: #716985)
+
+ -- Balint Reczey   Wed, 05 Feb 2014 15:03:35 +0100
+
 libcaca (0.99.beta18-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru libcaca-0.99.beta18/debian/control libcaca-0.99.beta18/debian/control
--- libcaca-0.99.beta18/debian/control  2012-04-06 23:27:01.0 +0200
+++ libcaca-0.99.beta18/debian/control  2014-02-05 15:10:03.0 +0100
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Sam Hocevar 
-Build-Depends: debhelper (>= 8.1.3~), pkg-config, libncursesw5-dev, 
libslang2-dev, libx11-dev, libimlib2-dev, freeglut3-dev, 
texlive-fonts-recommended, doxygen-latex, ruby1.8-dev
+Build-Depends: debhelper (>= 8.1.3~), pkg-config, libncursesw5-dev, 
libslang2-dev, libx11-dev, libimlib2-dev, freeglut3-dev, 
texlive-fonts-recommended, doxygen-latex
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/libcaca
 Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/libcaca/
diff -Nru libcaca-0.99.beta18/debian/patches/01_doxygen.diff 
libcaca-0.99.beta18/debian/patches/01_doxygen.diff
--- libcaca-0.99.beta18/debian/patches/01_doxygen.diff  1970-01-01 
01:00:00.0 +0100
+++ libcaca-0.99.beta18/debian/patches/01_doxygen.diff  2014-02-06 
13:35:04.0 +0100
@@ -0,0 +1,68 @@
+Description: Don't mess with Doxygen's output
+Author: Balint Reczey 
+--- ./doc/Makefile.am.orig 2014-02-05 23:46:27.317359631 +0100
 ./doc/Makefile.am  2014-02-05 23:50:09.215062610 +0100
+@@ -28,10 +28,7 @@
+ if BUILD_DOCUMENTATION
+ if USE_LATEX
+   rm -f latex/libcaca.tex latex/libcaca.pdf
+-  mv latex/refman.tex latex/libcaca.tex
+-  sed 's/setlength{/renewcommand{/' latex/libcaca.tex \
+-| sed 's/.*usepackage.*times.*//' > latex/refman.tex
+-  cd latex && $(MAKE) $(AM_CFLAGS) refman.pdf || (cat refman.log; exit 1)
++  (cd latex &&  pdflatex refman ; makeindex refman.idx ; pdflatex refman 
; pdflatex refman ; pdflatex refman ; pdflatex refman ; pdflatex refman; echo 
"pdflatex exit code: $$?")
+   mv latex/refman.pdf latex/libcaca.pdf
+   touch stamp-latex
+ endif
+--- ./doc/Makefile.in  2012-04-06 22:48:33.0 +0200
 ./doc/Makefile.in  2014-02-06 00:00:02.871991581 +0100
+@@ -571,10 +571,7 @@
+ 
+ stamp-latex: stamp-doxygen
+ @BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@rm -f latex/libcaca.tex 
latex/libcaca.pdf
+-@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@mv latex/refman.tex 
latex/libcaca.tex
+-@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@sed 
's/setlength{/renewcommand{/' latex/libcaca.tex \
+-@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@  | sed 
's/.*usepackage.*times.*//' > latex/refman.tex
+-@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@cd latex && $(MAKE) 
$(AM_CFLAGS) refman.pdf || (cat refman.log; exit 1)
++@BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@(cd latex &&  pdflatex refman ; 
makeindex refman.idx ; pdflatex refman ; pdflatex refman ; pdflatex refman ; 
pdflatex refman ; pdflatex refman; echo "pdflatex exit code: $$?")
+ @BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@mv latex/refman.pdf 
latex/libcaca.pdf
+ @BUILD_DOCUMENTATION_TRUE@@USE_LATEX_TRUE@touch stamp-latex
+ 
+--- ./doc/doxygen.cfg.in.orig  2014-02-06 13:33:38.045660374 +0100
 ./doc/doxygen.cfg.in   2014-02-06 13:34:34.320981897 +0100
+@@ -286,7 +286,7 @@
+ # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, 
+ # corresponding to a cache size of 2^16 = 65536 symbols
+ 
+-SYMBOL_CACHE_SIZE  = 0
++#SYMBOL_CACHE_SIZE  = 0
+ 
+ #---
+ # Build related configuration options
+@@ -470,7 +470,7 @@
+ # then setting the SHOW_DIRECTORIES tag to YES will show the directory 
hierarchy 
+ # in the documentation. The default is NO.
+ 
+-SHOW_DIRECTORIES   = NO
++#SHOW_DIRECTORIES   = NO
+ 
+ # Set the SHOW_FILES tag to NO to disable the generation of the Files page. 
+ # This will remove the Files entry from the Quick Index and from the 
+@@ -808,7 +808,7 @@
+ # files or namespaces will be aligned in HTML using tables. If set to 
+ # NO a bullet list will be used.
+ 
+-HTML_ALIGN_MEMBERS = YES
++#HTML_ALIGN_MEMBERS = YES
+ 
+ # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 
+ # documentation will contain sections that can be hidden and shown after the 
+@@ -1367,7 +1367,7 @@
+ # DOTFONTPATH environment va

Bug#447026: (no subject)

2014-02-06 Thread Scott Sanicki
I have installed 1.8.6. Yet if I have in my .xsession:
xscreensaver -nosplash &
>xbindkeys & 
Then the keyboard still freezes after the first character I type after waking 
from xscreensaver. Mouse still works.

If I disable either one the issue goes away.


Bug#736688: marked as pending

2014-02-06 Thread Craig Small
tag 736688 pending
thanks

Hello,

Bug #736688 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

http://git.debian.org/?p=collab-maint/wordpress.git;a=commitdiff;h=b4dd773

---
commit b4dd773e7ea23ebe7062ac63cc3ea3dd367b3fdf
Author: Craig Small 
Date:   Thu Feb 6 22:44:29 2014 +1100

Added Replaces/Breaks

When the 2012 and 2013 themes were split, they could overwrite
files in the combined wordpress package which was before 3.8

Added Replaces and Breaks lines to mention that.
Bug-Debian: http://bugs.debian.org/736688

Signed-off-by: Craig Small 

diff --git a/debian/changelog b/debian/changelog
index db07811..ec7c488 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wordpress (3.8.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Added Breaks/Replaces for combined wordpress Closes: #736688
+
+ -- Craig Small   Thu, 06 Feb 2014 22:42:07 +1100
+
 wordpress (3.8.1+dfsg-1) unstable; urgency=medium
 
   * New upstream release.


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



Processed: Bug#736688 marked as pending

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

> tag 736688 pending
Bug #736688 [wordpress-theme-twentytwelve,wordpress-theme-twentythirteen] 
wordpress-theme-twenty{twelve, thrteen}: fails to upgrade from 'testing' - 
trying to overwrite /usr/share/wordpress/wp-content/themes/twenty{twelve, 
thirteen}/footer.php
Added tag(s) pending.
> thanks
Stopping processing here.

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

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

> tags 737413 + pending
Bug #737413 [configshell] configshell: FTBFS: Error: latex failed: Font 
T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
737413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737413
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: more sourceless but distributable files in wheezy

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

> tags 736954 + wheezy-ignore
Bug #736954 [src:libmng] [src:libmng] Non free file according to dfsg
Added tag(s) wheezy-ignore.
> tags 736866 + wheezy-ignore
Bug #736866 {Done: gregor herrmann } 
[src:libjpfcodegen-java] [src:libjpfcodegen-java] Sourceless file (minified)
Added tag(s) wheezy-ignore.
> tags 736439 + wheezy-ignore
Bug #736439 [src:gst-qa-system] [src:gst-qa-system] Sourceless file
Added tag(s) wheezy-ignore.
> tags 735349 + wheezy-ignore
Bug #735349 [src:0ad] Sourceless file
Added tag(s) wheezy-ignore.
> tags 735346 + wheezy-ignore
Bug #735346 {Done: Pierre Chifflier } [src:glpi] Sourceless 
file
Added tag(s) wheezy-ignore.
> tags 735344 + wheezy-ignore
Bug #735344 [chromium-browser] [chromium-browser] Sourceless file
Added tag(s) wheezy-ignore.
> tags 723880 + wheezy-ignore
Bug #723880 [bubbros] bubbros: Package contains sourceless files
Added tag(s) wheezy-ignore.
> tags 723039 + wheezy-ignore
Bug #723039 {Done: Dmitry Shachnev } [src:python-qt4] 
python-qt4: missing source for minimized javascript
Added tag(s) wheezy-ignore.
> tags 723036 + wheezy-ignore
Bug #723036 {Done: Lisandro Damián Nicanor Pérez Meyer } 
[src:qt4-x11] qt4-x11: missing source for minimized javascript
Added tag(s) wheezy-ignore.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
723036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723036
723039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723039
723880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723880
735344: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735344
735346: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735346
735349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735349
736439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736439
736866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736866
736954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736954
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#737501: marked as done (glib2.0/exp: FTBFS: undefined reference to `g_win32_input_stream_get_type')

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 10:49:54 +
with message-id 
and subject line Bug#737501: fixed in glib2.0 2.38.2-3
has caused the Debian Bug report #737501,
regarding glib2.0/exp: FTBFS: undefined reference to 
`g_win32_input_stream_get_type'
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.)


-- 
737501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glib2.0
Version: 2.38.2-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

https://buildd.debian.org/status/fetch.php?pkg=glib2.0&arch=i386&ver=2.38.2-2&stamp=1391385937

> .libs/gio-scan.o: In function `get_object_types':
> /«PKGBUILDDIR»/debian/build/deb/docs/reference/gio/gio-scan.c:306: undefined 
> reference to `g_win32_input_stream_get_type'
> /«PKGBUILDDIR»/debian/build/deb/docs/reference/gio/gio-scan.c:307: undefined 
> reference to `g_win32_output_stream_get_type'
> collect2: error: ld returned 1 exit status
> Linking of scanner failed:

My best guess is to blame DEB_BUILD_PARALLEL = 1, because I don't see
how the other changes since 2.38.2-1 could affect the documentation build.

S
--- End Message ---
--- Begin Message ---
Source: glib2.0
Source-Version: 2.38.2-3

We believe that the bug you reported is fixed in the latest version of
glib2.0, 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.
Simon McVittie  (supplier of updated glib2.0 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: Thu, 06 Feb 2014 09:53:27 +
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-tests libglib2.0-udeb libglib2.0-bin 
libglib2.0-dev libglib2.0-0-dbg libglib2.0-data libglib2.0-doc libgio-fam 
libglib2.0-0-refdbg
Architecture: source all amd64
Version: 2.38.2-3
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Simon McVittie 
Description: 
 libgio-fam - GLib Input, Output and Streaming Library (fam module)
 libglib2.0-0 - GLib library of C routines
 libglib2.0-0-dbg - Debugging symbols for the GLib libraries
 libglib2.0-0-refdbg - GLib library of C routines - refdbg library
 libglib2.0-bin - Programs for the GLib library
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-tests - GLib library of C routines - installed tests
 libglib2.0-udeb - GLib library of C routines - minimal runtime (udeb)
Closes: 737380 737501
Changes: 
 glib2.0 (2.38.2-3) experimental; urgency=medium
 .
   * Team upload
   * d/p/Don-t-use-a-parallel-build-for-the-documentation.patch:
 Disable parallel build for the documentation, hopefully fixing an
 intermittent FTBFS in which gtk-doc tries to scan Windows-specific
 objects (Closes: #737501)
   * d/p/Do-not-attempt-to-autolaunch-a-session-dbus-daemon-w.patch:
 Refuse to perform D-Bus "autolaunch" if $DISPLAY is unset, in which
 case it isn't going to work anyway. This works around a process-launching
 issue in the GApplication test on mipsel (Closes: #737380)
   * Bump debhelper compat level to 9, resulting in co-installable
 multiarch debug symbols and ~ 50% smaller installed size
 for libglib2.0-0-dbg (at the cost of ~ 30% larger .deb size)
 - mark libglib2.0-0-dbg Multi-Arch: same
Checksums-Sha1: 
 02aed9976f4ee1c470cbd3ba2eb6b2a5a564573a 2949 glib2.0_2.38.2-3.dsc
 639a608ae038f34e7264dccf348587d27042ffac 60196 glib2.0_2.38.2-3.debian.tar.xz
 8673ac2a26c547168d6098fd5f4f73cd13192571 2016582 
libglib2.0-data_2.38.2-3_all.deb
 e29dabb4473edc79b7900eb3a3f227fbc86f2116 2486674 
libglib2.0-doc_2.38.2-3_all.deb
 6208276e4f2b907505a1324f0633f2b706c582e1 2233424 
libglib2.0-0_2.38.2-3_amd64.deb
 3b7fa2d17e596ac34aca1d600083b2cfbf6e49ce 1972326 
libglib2.0-tests_2.38.2-3_amd64.deb
 e623e724daf14c32436a0b15d5331d7df0f7028b 1722632 
libglib2.0-udeb_2.38.2-3_amd64.udeb
 8fbcfebe797dc0125e360b83bd15cbffdf77a475 1217844 
libglib2.0-bin_2.38.2-3_amd64.deb
 170cc0c14ce2e5a6642e

Bug#737380: marked as done (glib2.0: FTBFS on mipsel: gapplication test failed: ECHILD was received by waitpid())

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 10:49:54 +
with message-id 
and subject line Bug#737380: fixed in glib2.0 2.38.2-3
has caused the Debian Bug report #737380,
regarding glib2.0: FTBFS on mipsel: gapplication test failed: ECHILD was 
received by waitpid()
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.)


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

:

# random seed: R02S852f3ece8c5f76fcefb61e81eb83e7a7
# Start of gapplication tests
ok 1 /gapplication/no-dbus
ok 2 /gapplication/basic
# GLib-FATAL-WARNING: In call to g_spawn_sync(), exit status of a child process 
was requested but ECHILD was received by waitpid(). Most likely the process is 
ignoring SIGCHLD, or some other thread is invoking waitpid() with a nonpositive 
first argument; either behavior can break applications that use g_spawn_sync 
either directly or indirectly.

(/«PKGBUILDDIR»/debian/build/deb/gio/tests/.libs/lt-gapplication:10577): 
GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was 
requested but ECHILD was received by waitpid(). Most likely the process is 
ignoring SIGCHLD, or some other thread is invoking waitpid() with a nonpositive 
first argument; either behavior can break applications that use g_spawn_sync 
either directly or indirectly.
Trace/breakpoint trap
--- End Message ---
--- Begin Message ---
Source: glib2.0
Source-Version: 2.38.2-3

We believe that the bug you reported is fixed in the latest version of
glib2.0, 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.
Simon McVittie  (supplier of updated glib2.0 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: Thu, 06 Feb 2014 09:53:27 +
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-tests libglib2.0-udeb libglib2.0-bin 
libglib2.0-dev libglib2.0-0-dbg libglib2.0-data libglib2.0-doc libgio-fam 
libglib2.0-0-refdbg
Architecture: source all amd64
Version: 2.38.2-3
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Simon McVittie 
Description: 
 libgio-fam - GLib Input, Output and Streaming Library (fam module)
 libglib2.0-0 - GLib library of C routines
 libglib2.0-0-dbg - Debugging symbols for the GLib libraries
 libglib2.0-0-refdbg - GLib library of C routines - refdbg library
 libglib2.0-bin - Programs for the GLib library
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-tests - GLib library of C routines - installed tests
 libglib2.0-udeb - GLib library of C routines - minimal runtime (udeb)
Closes: 737380 737501
Changes: 
 glib2.0 (2.38.2-3) experimental; urgency=medium
 .
   * Team upload
   * d/p/Don-t-use-a-parallel-build-for-the-documentation.patch:
 Disable parallel build for the documentation, hopefully fixing an
 intermittent FTBFS in which gtk-doc tries to scan Windows-specific
 objects (Closes: #737501)
   * d/p/Do-not-attempt-to-autolaunch-a-session-dbus-daemon-w.patch:
 Refuse to perform D-Bus "autolaunch" if $DISPLAY is unset, in which
 case it isn't going to work anyway. This works around a process-launching
 issue in the GApplication test on mipsel (Closes: #737380)
   * Bump debhelper compat level to 9, resulting in co-installable
 multiarch debug symbols and ~ 50% smaller installed size
 for libglib2.0-0-dbg (at the cost of ~ 30% larger .deb size)
 - mark libglib2.0-0-dbg Multi-Arch: same
Checksums-Sha1: 
 02aed9976f4ee1c470cbd3ba2eb6b2a5a564573a 2949 glib2.0_2.38.2-3.dsc
 639a608ae038f34e7264dccf348587d27042ffac 60196 glib2.0_2.38.2-3.debian.tar.xz
 8673ac2a26c547168d6098fd5f4f73cd13192571 2016582 
libglib2.0-data_2.38.2-3_all.deb
 e29dabb4473edc79b7900eb3a3f227fbc86f

Bug#736608: Bug#728919: freebsd-libs transition

2014-02-06 Thread Julien Cristau
On Wed, Feb  5, 2014 at 21:54:22 +, Robert Millan wrote:

> 
> Unless I missed something, only two packages remain. And the maintainers 
> haven't
> responded so far.
> 
> What would be a suitable delay for delayed-queue NMUs?
> 
Assuming the RC bugs are at least a week old, without reply, I'd say no
delay is fine.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#736172: marked as done (gdcm: FTBFS on powerpc: _GLIBCXX_LONG_DOUBLE_COMPAT issue?)

2014-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Feb 2014 09:19:59 +
with message-id 
and subject line Bug#736172: fixed in gccxml 0.9.0+git20140205-1.1
has caused the Debian Bug report #736172,
regarding gdcm: FTBFS on powerpc: _GLIBCXX_LONG_DOUBLE_COMPAT issue?
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.)


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

Hi,

gdcm FTBFS on powerpc with:
| cd /«PKGBUILDDIR»/obj-powerpc-linux-gnu/Utilities/VTK && /usr/bin/gccxml 
-fxml=/«PKGBUILDDIR»/obj-powerpc-linux-gnu/Utilities/VTK/xml/vtkGDCMImageReader.xml
 -fxml-start=_cable_ -I/usr/include/mummy-1.0.3 -I/usr/include/vtk-5.8 
-DCABLE_CONFIGURATION --gccxml-compiler /usr/bin/c++ 
/«PKGBUILDDIR»/obj-powerpc-linux-gnu/Utilities/VTK/xml/vtkGDCMImageReader_gccxml.cxx
| In file included from /usr/share/gccxml-0.9/GCC/4.8/bits/c++config.h:1,
|  from /usr/include/c++/4.8/iostream:38,
|  from /usr/include/vtk-5.8/vtkIOStream.h:35,
|  from /usr/include/vtk-5.8/vtkSystemIncludes.h:40,
|  from /usr/include/vtk-5.8/vtkIndent.h:24,
|  from /usr/include/vtk-5.8/vtkObjectBase.h:43,
|  from /usr/include/vtk-5.8/vtkObject.h:41,
|  from /usr/include/vtk-5.8/vtkAlgorithm.h:32,
|  from /usr/include/vtk-5.8/vtkImageAlgorithm.h:28,
|  from /usr/include/vtk-5.8/vtkImageReader2.h:29,
|  from /usr/include/vtk-5.8/vtkMedicalImageReader2.h:26,
|  from /«PKGBUILDDIR»/Utilities/VTK/vtkGDCMImageReader.h:67,
|  from 
/«PKGBUILDDIR»/obj-powerpc-linux-gnu/Utilities/VTK/xml/vtkGDCMImageReader_gccxml.cxx:1:
| /usr/include/powerpc-linux-gnu/c++/4.8/bits/c++config.h:348: error: expected 
unqualified-id before 'namespace'

Quoting c++config.h one gets:
| // GLIBCXX_ABI Deprecated
| // Define if compatibility should be provided for -mlong-double-64.
| #define _GLIBCXX_LONG_DOUBLE_COMPAT 1
| 
| // Inline namespace for long double 128 mode.
| #if defined _GLIBCXX_LONG_DOUBLE_COMPAT && defined __LONG_DOUBLE_128__
| namespace std
| {
|   inline namespace __gnu_cxx_ldbl128 { }
| }

For the records, the diff between the amd64 and powerpc versions of this
file for this particular define looks like:
| -#undef _GLIBCXX_LONG_DOUBLE_COMPAT
| +#define _GLIBCXX_LONG_DOUBLE_COMPAT 1

And we have this on powerpc (and nothing on amd64):
| $ g++ -E -dM - < /dev/null |grep __LONG_DOUBLE_128__
| #define __LONG_DOUBLE_128__ 1

so the conditional is only true on powerpc (and not amd64), which then
goes boom on the namespace line.

Might be a bug in c++config.h in the end?

Mraw,
KiBi.
--- End Message ---
--- Begin Message ---
Source: gccxml
Source-Version: 0.9.0+git20140205-1.1

We believe that the bug you reported is fixed in the latest version of
gccxml, 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.
Mathieu Malaterre  (supplier of updated gccxml 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: Wed, 05 Feb 2014 17:28:51 +0100
Source: gccxml
Binary: gccxml libgccxml-dev
Architecture: source amd64
Version: 0.9.0+git20140205-1.1
Distribution: unstable
Urgency: medium
Maintainer: Steve M. Robbins 
Changed-By: Mathieu Malaterre 
Description: 
 gccxml - XML output extension to GCC
 libgccxml-dev - Libraries for building extension to gccxml output
Closes: 736172
Changes: 
 gccxml (0.9.0+git20140205-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream. Closes: #736172
Checksums-Sha1: 
 32e59ffba039c4bb45ab3e2efd8df71d23b17b60 2006 gccxml_0.9.0+git20140205-1.1.dsc
 b5eb5a04fccf6fd189617427b200a99a00a88812 12456831 
gccxml_0.9.0+git20140205.orig.tar.gz
 523399406ed6dafc8faf363419165533bb6da44c 15296 
gccxml_0.9.0+git20140205-1.1.debian.tar.xz
 19273e97fcad826c523e40b6256ea8365412e031 3318108 
gccxml_0.9.0+git20140205-1.1_amd64.deb
 b349b62c5adbea56827ad6c696a92615df1eca00 107226 
libgc

Bug#735624: polipo: not updatable on amd64

2014-02-06 Thread Rolf Leggewie
Hello Hans,

thank you for your follow-up.

On 05.02.2014 04:57, Hans wrote:
> Dear maintainers, 
>
> it looks like polipo has still the same error described in this bugreport. 

Actually, no.

> LANG=C dpkg -i /var/cache/apt/archives/polipo_1.0.4.1-6_amd64.deb 
> [...]
> Configuration file '/etc/polipo/config'
>  ==> Modified (by you or by a script) since installation.
>  ==> Package distributor has shipped an updated version.
>What would you like to do about it ?  Your options are:
> Y or I  : install the package maintainer's version
> N or O  : keep your currently-installed version
>   D : show the differences between the versions
>   Z : start a shell to examine the situation
>  The default action is to keep your current version.
> *** config (Y/I/N/O/D/Z) [default=N] ? 

The fix was to ship a modification to the config file.  You did not
install the config file that we ship and thus you did not get the fix. 
The package as shipped is fine.

Just add a line of the form

logFile = /var/log/polipo/polipo.log

to your configuration and you should be fine.

Regards

Rolf


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



Bug#736660: freebsd-libs transition

2014-02-06 Thread peter green


Unless I missed something, only two packages remain. And the maintainers haven't
responded so far.

What would be a suitable delay for delayed-queue NMUs?
  

I see one of the two has now been MU'd, possiblly as a result of your mail.

By my reading of the guidelines you would be quite within them to 0-day 
NMU the remaining one.



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



Bug#737823: broken directory check

2014-02-06 Thread Daniel Baumann
Package: gitolite3
Version: 3.5.3.1-1
Severity: serious
Tag: patch

you should replace

  if [ -d $dir ]

with the correct

  if [ -d $subdir ]

in postinst, otherwise installation/upgrade fails if testing.git is not
present (anymore).

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
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-bacula-devel] Bug#735347: Sourceless file

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

> tags 735347 + wheezy-ignore
Bug #735347 [src:bacula-doc] Sourceless file
Added tag(s) wheezy-ignore.
> tags 735355 + wheezy-ignore
Bug #735355 [src:chromium-browser] Sourceless file
Added tag(s) wheezy-ignore.
> tags 735941 + wheezy-ignore
Bug #735941 [src:fckeditor] Sourceless file
Added tag(s) wheezy-ignore.
> tags 735500 + wheezy-ignore
Bug #735500 [src:controlaula] Sourceless file
Added tag(s) wheezy-ignore.
> tags 737457 + wheezy-ignore
Bug #737457 [src:pnp4nagios] [src:pnp4nagios] Sourceless file (minified) 
(jquery)
Added tag(s) wheezy-ignore.
> tags 737442 + wheezy-ignore
Bug #737442 [src:netbeans] [src:netbeans] Sourceless file (minified) (jquery)
Added tag(s) wheezy-ignore.
> tags 737434 + wheezy-ignore
Bug #737434 [src:libmojomojo-perl] [src:libmojomojo-perl] Sourceless file 
(minified)
Added tag(s) wheezy-ignore.
> tags 737433 + wheezy-ignore
Bug #737433 [src:ploticus-doc] [src:ploticus-do] Sourceless flash file
Added tag(s) wheezy-ignore.
> tags 736806 + wheezy-ignore
Bug #736806 [src:lcms] [src:lcms] Non free file
Added tag(s) wheezy-ignore.
> tags 736799 + wheezy-ignore
Bug #736799 [src:libdata-amf-perl] [src:libdata-amf-perl] Sourceless flash file
Added tag(s) wheezy-ignore.
> tags 736795 + wheezy-ignore
Bug #736795 [src:knowledgeroot] [src:knowledgeroot] Sourceless flash file
Added tag(s) wheezy-ignore.
> tags 736794 + wheezy-ignore
Bug #736794 [src:jpoker] [src:jpoker] Sourceless flash file
Added tag(s) wheezy-ignore.
> tags 736788 + wheezy-ignore
Bug #736788 [vlc] [src:vlc] Sourceless file
Added tag(s) wheezy-ignore.
> tags 736787 + wheezy-ignore
Bug #736787 [vagrant] [src:vagrand] Sourceless file
Added tag(s) wheezy-ignore.
> tags 736722 + wheezy-ignore
Bug #736722 [src:hyde] [src:hyde] Sourceless file
Added tag(s) wheezy-ignore.
> tags 735350 + wheezy-ignore
Bug #735350 [src:boost1.49] Sourceless file
Added tag(s) wheezy-ignore.
> # there are still some left...
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
735347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735347
735350: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735350
735355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735355
735500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735500
735941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735941
736722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736722
736787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736787
736788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736788
736794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736794
736795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736795
736799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736799
736806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736806
737433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737433
737434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737434
737442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737442
737457: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737457
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#733330: still there

2014-02-06 Thread Mathieu Malaterre
Control: reopen -1
Control: found -1 refdb/1.0.1-1

The bug is still there in release 1.0.1:

https://buildd.debian.org/status/fetch.php?pkg=refdb&arch=i386&ver=1.0.1-1&stamp=1391636439

gcc -DPACKAGE_NAME=\"refdb\" -DPACKAGE_TARNAME=\"refdb\"
-DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"refdb\ 1.0.1\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"refdb\"
-DVERSION=\"1.0.1\" -D_GNU_SOURCE=1 -DREADLINE42=1 -DHAVE_ICONV=1
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SOCKLEN_T=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1
-DHAVE_LIMITS_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1
-DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1
-DHAVE_MKFIFO=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1
-DHAVE_STRCSPN=1 -DHAVE_STRSTR=1 -DHAVE_STRTOLL=1 -DHAVE_ATOLL=1 -I.
-DSYSCONFDIR=\"/etc/refdb\" -DULLSPEC=\"%llu\" -D_FORTIFY_SOURCE=2  -g
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -O2 -c -o risxhandler.o risxhandler.c
risxhandler.c: In function 'risx_end_handler':
risxhandler.c:794:7: warning: passing argument 2 of 'iconv' from
incompatible pointer type [enabled by default]
   if (iconv(ptr_ardata->conv_descriptor, &my_instring, &inlength,
&my_elvalue, &outlength) == (size_t)(-1)) {
   ^
In file included from risxhandler.c:43:0:
/usr/include/iconv.h:42:15: note: expected 'char ** __restrict__' but
argument is of type 'const char **'
 extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
   ^
In file included from /usr/include/string.h:638:0,
 from risxhandler.c:39:
In function 'strcpy',
inlined from 'risx_end_handler' at risxhandler.c:1393:12:
/usr/include/i386-linux-gnu/bits/string3.h:104:3: warning: call to
__builtin___memcpy_chk will always overflow destination buffer
[enabled by default]
   return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
   ^
In function 'strcpy',
inlined from 'risx_end_handler' at risxhandler.c:1396:12:
/usr/include/i386-linux-gnu/bits/string3.h:104:3: warning: call to
__builtin___memcpy_chk will always overflow destination buffer
[enabled by default]
   return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
   ^


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



Processed: still there

2014-02-06 Thread Debian Bug Tracking System
Processing control commands:

> reopen -1
Bug #70 {Done: Mathieu Malaterre } [refdb] call to 
__builtin___strncpy_chk will always overflow destination buffer [enabled by 
default]
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions refdb/1.0.1-1.
> found -1 refdb/1.0.1-1
Bug #70 [refdb] call to __builtin___strncpy_chk will always overflow 
destination buffer [enabled by default]
Marked as found in versions refdb/1.0.1-1.

-- 
70: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=70
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 737807 to FTBFS on all big-endian architectures

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

> retitle 737807 FTBFS on all big-endian architectures
Bug #737807 {Done: Rene Engelhard } [libcmis] FTBFS on all 
big-endian architectures; patch attached
Changed Bug title to 'FTBFS on all big-endian architectures' from 'FTBFS on all 
big-endian architectures; patch attached'
> thanks
Stopping processing here.

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