Bug#783787: devscripts: upgrade fails; ImportError: No module named '_sysconfigdata_m'

2015-04-30 Thread IOhannes m zmoelnig
Package: python3.4
Version: 3.4.3-4
Severity: critical
Followup-For: Bug #783787

Reproduced on amd64.

This makes *any* software that uses python3 unusable, so I'm escalating the
severity.
It also breaks the installation of packages (as this may use python3).

The issue seems to be that python3 does not search it's own module path by
default.
c.f.
$ python3
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'

vs.
$ PYTHONPATH=/usr/lib/python3.4/plat-x86_64-linux-gnu/ python3
Python 3.4.3 (default, Apr 29 2015, 20:37:56) 
[GCC 4.9.2] on linux
Type help, copyright, credits or license for more information.
 

mgfsdar
IOhannes



gfmdsa
IOhannes


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3.4 depends on:
ii  libpython3.4-stdlib  3.4.3-4
ii  mime-support 3.58
ii  python3.4-minimal3.4.3-4

python3.4 recommends no packages.

Versions of packages python3.4 suggests:
ii  binutils2.25-7
pn  python3.4-doc   none
pn  python3.4-venv  none

-- no debconf information


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



Processed: camera.app: Please depend against libgphoto2-dev instead of libgphoto2-2-dev

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 serious
Bug #739348 [src:camera.app] camera.app: Please depend against libgphoto2-dev 
instead of libgphoto2-2-dev
Severity set to 'serious' from 'normal'

-- 
739348: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739348
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: bug 783772 is forwarded to https://github.com/tibbe/hashable/issues/95

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 783772 https://github.com/tibbe/hashable/issues/95
Bug #783772 [src:haskell-hashable] haskell-hashable: FTBFS: 
hashNearPageBoundary mmap invalid argument
Set Bug forwarded-to-address to 'https://github.com/tibbe/hashable/issues/95'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
783772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783772
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#783796: libqt5bluetooth5: Qt 5.3.2 does not support Bluez 5 or higher.

2015-04-30 Thread Jeroen Sack
Package: libqt5bluetooth5
Version: 5.3.2
Severity: grave
Tags: upstream
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?
Debian Jessie starting to use Bluez 5
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Install Qt 5.4.1 from Qt website.
   * What was the outcome of this action?
Bluetooth started working again in Qt applications.



-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#783787: devscripts: upgrade fails; ImportError: No module named '_sysconfigdata_m'

2015-04-30 Thread Daniel Andersson
Package: python3.4
Version: 3.4.3-4
Followup-For: Bug #783787

This seems to break Python 3 and with it all Python 3-dependent scripts on
affected machines due to `_sysconfigdata_m.py` not existing in the import path
when called from `/usr/lib/python3.4/_sysconfigdata.py`. The module exists in
the `/usr/lib/python3.4/plat-i386-linux-gnu` directory, though.

A quick workaround in a single command for those finding this bug report who
just want to get it working immediately could be to run

sudo ln -sr /usr/lib/python3.4/plat-i386-linux-gnu/_sysconfigdata_m.py \
/usr/lib/python3.4/

(verified to work on my local system) while remembering to revert the manual
workaround as soon as a proper fix rolls in.



-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3.4 depends on:
ii  libpython3.4-stdlib  3.4.3-4
ii  mime-support 3.58
ii  python3.4-minimal3.4.3-4

python3.4 recommends no packages.

Versions of packages python3.4 suggests:
ii  binutils2.25-7
pn  python3.4-doc   none
ii  python3.4-venv  3.4.3-4


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



Bug#782811: trans: no longer works as Google Translate API changed

2015-04-30 Thread Andreas Tille
Hi Paul,

while I fixed the issue in unstable now I wonder how to proceed with tpu.
Do you think an upload of 0.8.23 is fine or should I rather cherry pick
from Github as you did.  Since I never uploaded something to tpu:  I think
I need to send a mail to debian-release@l.d.o and ask for confirmation in
advance.  Is this correct?

Kind regards

Andreas.

-- 
http://fam-tille.de


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



Bug#783797: paraview-dev: can't build plugins, cmake file broken

2015-04-30 Thread Julien Cristau
Package: paraview-dev
Version: 4.1.0+dfsg+1-1
Severity: grave

PARAVIEW_USE_FILE is broken, references programs that don't exist:

$ cd $(mktemp -d)
$ cat  CMakeLists.txt
PROJECT(test)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
FIND_PACKAGE(ParaView REQUIRED)
INCLUDE(${PARAVIEW_USE_FILE})
$ cmake .
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/lib/cmake/paraview/ParaViewTargets.cmake:3271 (message):
  The imported target vtkParseOGLExt references the file

 /usr/bin/vtkParseOGLExt

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

 /usr/lib/cmake/paraview/ParaViewTargets.cmake

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/cmake/paraview/ParaViewConfig.cmake:36 (include)
  CMakeLists.txt:3 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also /tmp/tmp.3sj8jzy6s1/CMakeFiles/CMakeOutput.log.


-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages paraview-dev depends on:
ii  libc6  2.19-18
ii  libeigen3-dev  3.2.2-3
ii  paraview   4.1.0+dfsg+1-1
ii  qt4-dev-tools  4:4.8.6+git64-g5dc8b2b+dfsg-3

Versions of packages paraview-dev recommends:
ii  qt4-dev-tools  4:4.8.6+git64-g5dc8b2b+dfsg-3

paraview-dev suggests no packages.

-- no debconf information

-- 
Julien Cristau  julien.cris...@logilab.fr
Logilab http://www.logilab.fr/
Informatique scientifique  gestion de connaissances


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



Bug#783730: init script exits with 1 when trying to save rules using systemd or sysvinit

2015-04-30 Thread Jonathan Wiltshire

Control: tag -1 unreproducible

Hi,

On 2015-04-29 16:05, Gabriel Francisco wrote:

root@debian:/etc/init.d# service netfilter-persistent save
[] Saving netfilter rules...run-parts: executing
/usr/share/netfilter-persistent/plugins.d/15-ip4tables save
run-parts: /usr/share/netfilter-persistent/plugins.d/15-ip4tables
exited with return code 1
run-parts: executing 
/usr/share/netfilter-persistent/plugins.d/25-ip6tables save

run-parts: /usr/share/netfilter-persistent/plugins.d/25-ip6tables
exited with return code 1
failed.


What happens when you run the following?

iptables-save
echo $?

I would expect to see output from iptables-save (ending Completed), 
and a 0 from the echo.


Thanks,

--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


--
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 783730 is serious

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 783730 serious
Bug #783730 [iptables-persistent] init script exits with 1 when trying to save 
rules using systemd or sysvinit
Severity set to 'serious' from 'grave'

End of message, stopping processing here.

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


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



Processed: Re: Bug#783730: init script exits with 1 when trying to save rules using systemd or sysvinit

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 unreproducible
Bug #783730 [iptables-persistent] init script exits with 1 when trying to save 
rules using systemd or sysvinit
Added tag(s) unreproducible.

-- 
783730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783730
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#763148: Prevent migration to jessie

2015-04-30 Thread Julien Cristau
On Wed, Apr 29, 2015 at 20:48:50 +0200, Andreas Cadhalpun wrote:

 Hi Julien,
 
 On 29.04.2015 20:40, Julien Cristau wrote:
  On Wed, Apr 29, 2015 at 20:33:07 +0200, Andreas Cadhalpun wrote:
  
  Having ffmpeg in testing during this time would be nice, e.g. so that 
  people
  using testing can easily compare them.
 
  Not really.  It's a library, users don't get to compare, they get to use
  whichever one is chosen by the application they're using.
 
 It's not only a library, but also a set of command-line tools (the ffmpeg
 binary package).
 
Those tools are entirely irrelevant to the current discussion.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#783802: devscripts: Fails to upgrade with a python error

2015-04-30 Thread Vincent Fourmond
On Thu, Apr 30, 2015 at 12:37 PM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 On 2015-04-30 10:39, Vincent Fourmond wrote:

   Today, the upgrade of devscripts failed with the following error:

 Preparing to unpack .../devscripts_2.15.4_amd64.deb ...
 Failed to import the site module
 Traceback (most recent call last):
   File /usr/lib/python3.4/site.py, line 586, in module
 main()

 [...]

 ImportError: No module named '_sysconfigdata_m'

   It feels like a missing (Pre-)Depends ?


 Nope. It's nothing to do with devscripts, that just happened to be the first
 package you tried upgrading which used python3.4. (There's nothing except
 python3.4 in the traceback, which there would be if anything in devscripts
 had caused the issue).

 This is an already filed bug in python3.4, which I see someone has merged
 your report with.

  OK, I thought it was something like that, thanks for the information !

  Cheers,

  Vincent


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



Processed: tagging 732725

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # FTBFS
 tags 732725 - patch
Bug #732725 [src:libogre-perl] libogre-perl: Please upgrade OGRE dependency to 
1.9 when upstream ready
Ignoring request to alter tags of bug #732725 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
732725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732725
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#783802: devscripts: Fails to upgrade with a python error

2015-04-30 Thread Adam D. Barratt

On 2015-04-30 10:39, Vincent Fourmond wrote:

  Today, the upgrade of devscripts failed with the following error:

Preparing to unpack .../devscripts_2.15.4_amd64.deb ...
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()

[...]

ImportError: No module named '_sysconfigdata_m'

  It feels like a missing (Pre-)Depends ?


Nope. It's nothing to do with devscripts, that just happened to be the 
first package you tried upgrading which used python3.4. (There's nothing 
except python3.4 in the traceback, which there would be if anything in 
devscripts had caused the issue).


This is an already filed bug in python3.4, which I see someone has 
merged your report with.


Regards,

Adam


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



Bug#783388: marked as done (ganeti - No verification for master status)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 09:51:26 +
with message-id e1ynl7u-0002y4...@franck.debian.org
and subject line Bug#783388: fixed in ganeti 2.12.3-1
has caused the Debian Bug report #783388,
regarding ganeti - No verification for master status
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.)


-- 
783388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783388
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ganeti
Version: 2.12.0-3
Severity: grave

ganeti 2.12.0 lacks any verification that it is in master mode.  This
leads to errors from all command line tools, the watcher and other
parts.  This problem is most likely fixed with
b7b036723a65d20054425190e47d4dd82278e0e7

Please fix this in stable in time for 8.1.

Bastian

-- 
There's another way to survive.  Mutual trust -- and help.
-- Kirk, Day of the Dove, stardate unknown
---End Message---
---BeginMessage---
Source: ganeti
Source-Version: 2.12.3-1

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

Debian distribution maintenance software
pp.
Apollon Oikonomopoulos apoi...@debian.org (supplier of updated ganeti 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: Wed, 29 Apr 2015 14:06:45 +0300
Source: ganeti
Binary: ganeti2 ganeti ganeti-2.12 ganeti-haskell-2.12 ganeti-htools 
ganeti-htools-2.12 ganeti-doc python-ganeti-rapi
Architecture: source all amd64
Version: 2.12.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ganeti Team pkg-ganeti-de...@lists.alioth.debian.org
Changed-By: Apollon Oikonomopoulos apoi...@debian.org
Description:
 ganeti - cluster virtualization manager
 ganeti-2.12 - cluster virtualization manager - Python components
 ganeti-doc - cluster virtualization manager - documentation
 ganeti-haskell-2.12 - cluster virtualization manager - Haskell components
 ganeti-htools - cluster virtualization manager - tools (stand-alone)
 ganeti-htools-2.12 - cluster virtualization manager - tools for Ganeti 2.12
 ganeti2- transitional dummy package
 python-ganeti-rapi - cluster virtualization manager - RAPI client library
Closes: 765856 769870 776770 776772 781084 782073 783186 783388
Changes:
 ganeti (2.12.3-1) unstable; urgency=medium
 .
   [ Apollon Oikonomopoulos ]
   * New upstream bugfix release (see /usr/share/doc/ganeti/NEWS.gz):
 Fixes in 2.12.1:
   + Clean up stale livelock files
   + Fix setting up the metadata daemon's network interface for Xen
   + Make the watcher visible on the reason trail on disk activation
   + Allow `gnt-instance grow-disk' to ignore instance policy
   + Fix counting votes when doing master failover
   + Properly check for IPv6 use before making an SSH connection
   + Properly check if an instance exists in `gnt-instance console'
 .
 Fixes in 2.12.2:
   + Detect and report non-master status on socket connection errors
 (closes: #783388, #781084)
   + Improve error handling when looking up instances (closes: #776770)
   + SSH keys are now distributed only to master and master candidates
   + Improve performance for operations with frequent configuration reads
   + Improve robustness of spawning job processes, fixing timeouts
   + Fix a race condition that caused cluster verify to fail
   + Fix failing automatic glusterfs mounts
   + Fix watcher failing to read its status file on upgrade
   + Fix Xen instance state handling, taking transitional states into
 account (closes: #776772)
   + Fix conversion of diskless DRBD instances to plain
   + Fix upgrades from pre-2.6 versions, by handling hv_state_static and
 disk_state_static configuration fields
   + Fix a memory leak in the monitoring daemon
   + Fix a file descriptor leak in the ConfD client
 .
 Fixes in 2.12.3:
   + Fix config.data upgrade issues from older versions (closes: #783186)
   + Do not allow the master node to lose its master capability
   + Properly display externally reserved IPs in 

Processed: reassign 783802 to python3.4, forcibly merging 783787 783802, affects 783787

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 783802 python3.4
Bug #783802 [devscripts] devscripts: Fails to upgrade with a python error
Bug reassigned from package 'devscripts' to 'python3.4'.
No longer marked as found in versions devscripts/2.15.3.
Ignoring request to alter fixed versions of bug #783802 to the same values 
previously set
 forcemerge 783787 783802
Bug #783787 [python3.4] devscripts: upgrade fails; ImportError: No module named 
'_sysconfigdata_m'
Bug #783802 [python3.4] devscripts: Fails to upgrade with a python error
Severity set to 'critical' from 'important'
Marked as found in versions python3.4/3.4.3-4.
Merged 783787 783802
 affects 783787 devscripts gnome-menus
Bug #783787 [python3.4] devscripts: upgrade fails; ImportError: No module named 
'_sysconfigdata_m'
Bug #783802 [python3.4] devscripts: Fails to upgrade with a python error
Added indication that 783787 affects devscripts and gnome-menus
Added indication that 783802 affects devscripts and gnome-menus
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
783787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783787
783802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783802
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#783803: [python3] python3 doesn't work anymore after upgrade

2015-04-30 Thread BogDan Vatra
Package: python3
Version: 3.4.2-2
Severity: grave

--- Please enter the report below this line. ---
I just (partially) upgraded my debian and python3 is broken:

$  python3
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'



Same error happens when I try to resume the upgrade:

# apt-get -f install 
Citire liste de pachete... Terminat
Se construiește arborele de dependență   
Se citesc informațiile de stare... Terminat
Următoarele extra pachete vor fi instalate:
  devscripts python3-debian python3-six
Pachete sugerate:
  bsd-mailx mailx cvs-buildpackage debbindiff devscripts-el gnuplot libterm-
size-perl libyaml-syck-perl svn-buildpackage
Următoarele pachete vor fi ÎNNOITE:
  devscripts python3-debian python3-six
3 înnoite, 0 nou instalate, 0 de șters și 0 neînnoite.
415 instalate sau șterse incomplet.
Este nevoie să descărcați 0 B/968 kB de arhive.
După această operație vor fi folosiți din disc încă 14,3 kB.
Vreți să continuați? [Y/n] 
Reading changelogs... Done
(Se citește baza de date ... 233284 de fișiere și directoare actualmente 
instalate.)
Preparing to unpack .../devscripts_2.15.4_amd64.deb ...
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'
dpkg: avertisment: subprocesul script pre-removal vechi a returnat starea de 
eroare la ieșire 1
dpkg: trying script from the new package instead ...

The same messages repeats several times.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.0
  500 unstableftp.ro.debian.org 
  500 stable  dl.google.com 
  500 sid-pgdgapt.postgresql.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
python3.4 (= 3.4.1-1~) | 3.4.3-4
python3-minimal (= 3.4.1-1) | 3.4.2-2
libpython3-stdlib   (= 3.4.1-1) | 3.4.2-2
dh-python   | 1.2014-2


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-==
python3-doc   (= 3.4.1-1) | 
python3-tk   (= 3.4.1-1~) | 
python3-venv  (= 3.4.1-1) |


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



Processed: tagging 732725

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Preliminary patch in git
 tags 732725 + pending
Bug #732725 [src:libogre-perl] libogre-perl: Please upgrade OGRE dependency to 
1.9 when upstream ready
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
732725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732725
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#779550: marked as done (qt4-x11: CVE-2015-0295)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 10:27:27 +
with message-id e1ynlgl-0006gd...@franck.debian.org
and subject line Bug#779550: fixed in qt4-x11 4:4.6.3-4+squeeze3
has caused the Debian Bug report #779550,
regarding qt4-x11: CVE-2015-0295
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.)


-- 
779550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779550
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qt4-x11
Severity: important
Tags: security
Justification: user security hole

Hi,
please see 
http://lists.qt-project.org/pipermail/announce/2015-February/59.html
for details and a patch.

Cheers,
Moritz
---End Message---
---BeginMessage---
Source: qt4-x11
Source-Version: 4:4.6.3-4+squeeze3

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

Debian distribution maintenance software
pp.
Raphaël Hertzog hert...@debian.org (supplier of updated qt4-x11 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: Wed, 29 Apr 2015 15:43:32 +0200
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqtgui4 libqt4-gui libqt4-network 
libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-ibase 
libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite 
libqt4-sql-sqlite2 libqt4-sql-tds libqt4-svg libqt4-webkit libqt4-xml 
libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help 
libqt4-assistant libqt4-test libqt4-multimedia libqt4-phonon libqt4-dev 
libqt4-opengl-dev libqt4-dbg libqt4-webkit-dbg libqt4-xmlpatterns-dbg 
qt4-demos-dbg qt4-designer qt4-dev-tools qt4-qmake qt4-qtconfig qt4-demos 
qt4-doc qt4-doc-html
Architecture: source amd64 all
Version: 4:4.6.3-4+squeeze3
Distribution: squeeze-lts
Urgency: high
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 libqt4-assistant - Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-designer - Qt 4 designer module
 libqt4-dev - Qt 4 development files
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-multimedia - Qt 4 Multimedia module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-phonon - Qt 4 Phonon module
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-script - Qt 4 script module
 libqt4-scripttools - Qt 4 script tools module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-ibase - Qt 4 InterBase/FireBird database driver
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-sql-tds - Qt 4 FreeTDS database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit - Qt 4 WebKit module
 libqt4-webkit-dbg - Qt 4 WebKit library debugging symbols
 libqt4-xml - Qt 4 XML module
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqtcore4 - Qt 4 core module
 libqtgui4  - Qt 4 GUI module
 qt4-demos  - Qt 4 examples and demos
 qt4-demos-dbg - Qt 4 examples and demos debugging symbols
 qt4-designer - graphical designer for Qt 4 applications
 qt4-dev-tools - Qt 4 development tools
 qt4-doc- Qt 4 API documentation
 qt4-doc-html - Qt 4 API documentation (HTML format)
 qt4-qmake  - Qt 4 qmake Makefile generator tool
 qt4-qtconfig - Qt 4 configuration tool
Closes: 779550 783133
Changes: 
 qt4-x11 (4:4.6.3-4+squeeze3) squeeze-lts; urgency=high
 .
   * Non-maintainer upload by the Debian LTS team.
   * Add CVE-2014-0254.patch prepared by Salvatore Bonaccorso. Squeeze LTS
 does not support kfreebsd so the side effect on those architectures
 can be safely ignored.
   * This update 

Bug#763148: Prevent migration to jessie

2015-04-30 Thread Stephan Seitz

On Thu, Apr 30, 2015 at 11:24:38AM +0200, Julien Cristau wrote:

On Wed, Apr 29, 2015 at 20:48:50 +0200, Andreas Cadhalpun wrote:
It's not only a library, but also a set of command-line tools (the 
ffmpeg binary package).

Those tools are entirely irrelevant to the current discussion.


It may be relevant if these tools are used by other programs someone 
wants to have in Debian. For example if you want MythTV you will need 
ffmpeg.


On the other hand at least I don’t care about your discussion. The Debian 
multimedia repo exists with ffmpeg and MythTV.


Shade and sweet water!

Stephan

--
| Stephan Seitz  E-Mail: s...@fsing.rootsland.net |
| Public Keys: http://fsing.rootsland.net/~stse/keys.html |


signature.asc
Description: Digital signature


Processed: python3.4: merging 783787 and 783791

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 783791 python3.4
Bug #783791 [libpython3.4-minimal] ImportError: No module named 
'_sysconfigdata_m'
Bug reassigned from package 'libpython3.4-minimal' to 'python3.4'.
No longer marked as found in versions python3.4/3.4.3-4.
Ignoring request to alter fixed versions of bug #783791 to the same values 
previously set
 forcemerge 783787 783791
Bug #783787 [python3.4] devscripts: upgrade fails; ImportError: No module named 
'_sysconfigdata_m'
Bug #783802 [python3.4] devscripts: Fails to upgrade with a python error
Bug #783791 [python3.4] ImportError: No module named '_sysconfigdata_m'
Severity set to 'critical' from 'important'
Added indication that 783791 affects devscripts,gnome-menus
Marked as found in versions python3.4/3.4.3-4.
Bug #783802 [python3.4] devscripts: Fails to upgrade with a python error
Merged 783787 783791 783802
 thanks
Stopping processing here.

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

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 782453 serious
Bug #782453 [ibus-cangjie] ibus-cangjie: Many UX issues fixed upstream
Severity set to 'serious' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
782453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782453
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#783813: exim4-daemon-custom could not be build from source package

2015-04-30 Thread Marko von Oppen
Source: exim4
Version: 4.84-8
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

In the past it was very easy to build this custom package using the following 
steps:
# apt-get source exim4
# cd exim4-4.72
# fakeroot debian/rules unpack-configs
# cp EDITME.exim4-light EDITME.exim4-custom
# vi EDITME.exim4-custom
edit EDITME.exim4-custom to enable MySQL support
# fakeroot debian/rules pack-configs
# debuild

While migrating to Jessie it seems that building a custom package seems not 
working for current stable version of Exim4.

First issue is a error message in pack-config which seems to could be ignored.

Second issue is that the config file EDITME.eximon seems NOT to be copied into 
the 'Local' directory for the custom package what breaks the build process. 
This problem I could work around due modifying debian/rules.

Next and for now final problem is the following error stating that .../usr/sbin 
directory is missing and so the binary could not be installed. This problem 
also prevents the build process from building any package.

Marko

=== build messages ===
dh_installdirs
install -d debian/exim4-base/usr/sbin 
debian/exim4-base/usr/share/man/man8 debian/exim4-base/etc/cron.daily 
debian/exim4-base/etc/logrotate.d 
debian/exim4-base/usr/share/doc/exim4-base/examples
install -d debian/exim4-config/usr/sbin 
debian/exim4-config/etc/exim4/conf.d debian/exim4-config/etc/ppp/ip-up.d 
debian/exim4-config/usr/share/doc/exim4-config 
debian/exim4-config/usr/share/man/man8 debian/exim4-config/var/lib/exim4
install -d debian/exim4-daemon-light/usr/lib/exim4 
debian/exim4-daemon-light/usr/sbin debian/exim4-daemon-light/usr/share/man/man8
install -d debian/exim4-daemon-heavy/usr/lib/exim4 
debian/exim4-daemon-heavy/usr/sbin debian/exim4-daemon-heavy/usr/share/man/man8 
debian/exim4-daemon-heavy/usr/lib/exim4/local_scan
install -d debian/eximon4/usr/sbin debian/eximon4/usr/lib/exim4
install -m4755 -oroot -groot b-exim4-daemon-custom/build-Linux-x86_64/exim 
/home/marko/src/exim4-4.84/debian/exim4-daemon-custom/usr/sbin/exim4
install: cannot create regular file 
'/home/marko/src/exim4-4.84/debian/exim4-daemon-custom/usr/sbin/exim4': No such 
file or directory
debian/rules:380: recipe for target 
'/home/marko/src/exim4-4.84/debian/exim4-daemon-custom/usr/sbin/exim4' failed
make: *** 
[/home/marko/src/exim4-4.84/debian/exim4-daemon-custom/usr/sbin/exim4] Error 1


-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-0.bpo.4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


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



Processed: set severity for python3.4 issue

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 783787 serious
Bug #783787 [libpython3.4-minimal] devscripts: upgrade fails; ImportError: No 
module named '_sysconfigdata_m'
Bug #783791 [libpython3.4-minimal] ImportError: No module named 
'_sysconfigdata_m'
Bug #783802 [libpython3.4-minimal] devscripts: Fails to upgrade with a python 
error
Severity set to 'serious' from 'critical'
Severity set to 'serious' from 'critical'
Severity set to 'serious' from 'critical'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
783787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783787
783791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783791
783802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783802
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: merge python3.4 issues

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 783787 libpython3.4-minimal
Bug #783787 [python3.4] devscripts: upgrade fails; ImportError: No module named 
'_sysconfigdata_m'
Bug #783791 [python3.4] ImportError: No module named '_sysconfigdata_m'
Bug #783802 [python3.4] devscripts: Fails to upgrade with a python error
Bug reassigned from package 'python3.4' to 'libpython3.4-minimal'.
Bug reassigned from package 'python3.4' to 'libpython3.4-minimal'.
Bug reassigned from package 'python3.4' to 'libpython3.4-minimal'.
No longer marked as found in versions python3.4/3.4.3-4.
No longer marked as found in versions python3.4/3.4.3-4.
No longer marked as found in versions python3.4/3.4.3-4.
Ignoring request to alter fixed versions of bug #783787 to the same values 
previously set
Ignoring request to alter fixed versions of bug #783791 to the same values 
previously set
Ignoring request to alter fixed versions of bug #783802 to the same values 
previously set
 forcemerge 783791 783787
Bug #783791 [libpython3.4-minimal] ImportError: No module named 
'_sysconfigdata_m'
Bug #783787 [libpython3.4-minimal] devscripts: upgrade fails; ImportError: No 
module named '_sysconfigdata_m'
Bug #783802 [libpython3.4-minimal] devscripts: Fails to upgrade with a python 
error
Bug #783787 [libpython3.4-minimal] devscripts: upgrade fails; ImportError: No 
module named '_sysconfigdata_m'
Bug #783802 [libpython3.4-minimal] devscripts: Fails to upgrade with a python 
error
Merged 783787 783791 783802
 thanks
Stopping processing here.

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

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 732630 + pending
Bug #732630 [ytalk] ytalk: Ytalk doesn't work when username is more than 8 
characters
Added tag(s) pending.
 thanks
Stopping processing here.

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

2015-04-30 Thread Gabriel Francisco
Hi Jonathan, thanks for your reply,

the command iptables-save run without errors, the exit code is 0 and
the generated file is sane.

It's a fresh install of debian 8.



Gabriel Francisco

Linux User #507840
phone: (041) 9195-5010
email: frc.gabriel[at]gmail.com


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



Bug#783730:

2015-04-30 Thread Gabriel Francisco
Maybe I found the cause, the lsmod are returning nothing, checked with
set -x inside the init script.



root@debian:/var/log# kmod list
+ kmod list
Module  Size  Used by


root@debian:/var/log# lsmod
+ lsmod
Module  Size  Used by


Maybe can be a problem with the modified version of kernel who was
provided by Linode.

Thank you


Gabriel Francisco

Linux User #507840
phone: (041) 9195-5010
email: frc.gabriel[at]gmail.com


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



Bug#783787: marked as done (devscripts: upgrade fails; ImportError: No module named '_sysconfigdata_m')

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 12:50:59 +
with message-id e1ynnvf-0001wz...@franck.debian.org
and subject line Bug#783787: fixed in python3.4 3.4.3-5
has caused the Debian Bug report #783787,
regarding devscripts: upgrade fails; ImportError: No module named 
'_sysconfigdata_m'
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.)


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

This is under i386 only, amd64 seems to be fine.


Preparing to unpack .../devscripts_2.15.4_i386.deb ...
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'
dpkg: error processing archive 
/var/cache/apt/archives/devscripts_2.15.4_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Preparing to unpack .../linux-libc-dev_3.16.7-ckt9-3_i386.deb ...
Unpacking linux-libc-dev:i386 (3.16.7-ckt9-3) over (3.16.7-ckt9-2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Errors were encountered while processing:
 /var/cache/apt/archives/devscripts_2.15.4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
DEBSIGN_KEYID=B9D02636

-- 

Bug#783802: marked as done (devscripts: Fails to upgrade with a python error)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 12:50:59 +
with message-id e1ynnvf-0001wz...@franck.debian.org
and subject line Bug#783787: fixed in python3.4 3.4.3-5
has caused the Debian Bug report #783787,
regarding devscripts: Fails to upgrade with a python error
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.)


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

  Hello,

  Today, the upgrade of devscripts failed with the following error:

Preparing to unpack .../devscripts_2.15.4_amd64.deb ...
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'

  It feels like a missing (Pre-)Depends ?

  Cheers,

Vincent

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
DEBCHANGE_RELEASE_HEURISTIC=log

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

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

Versions of packages devscripts depends on:
iu  dpkg-dev 1.17.25
ii  libc62.19-18
iu  perl 5.20.2-4
ii  python3  3.4.2-2
pn  python3:any  none

Versions of packages devscripts recommends:
ii  at  3.1.16-1
iu  curl7.42.1-1
ii  dctrl-tools 2.23
pn  debian-keyring  none
pn  dput | dupload  none
pn  equivs  none
ii  fakeroot1.20.2-1
ii  file1:5.22+15-2
ii  gnupg   1.4.18-7
ii  libdistro-info-perl 0.14
ii  libencode-locale-perl   1.03-1
ii  libjson-perl2.61-1
ii  liblwp-protocol-https-perl  6.06-2
ii  libparse-debcontrol-perl2.005-4
ii  libsoap-lite-perl   1.11-1
ii  liburi-perl 1.64-1
ii  libwww-perl 6.08-1
pn  lintian none
ii  man-db  2.7.0.2-5
ii  patch   2.7.5-1
ii  patchutils  0.3.3-1
ih  python3-debian  0.1.26
ii  python3-magic   1:5.22+15-2
ii  sensible-utils  0.0.9
ii  strace  4.10-1
ii  unzip   6.0-16
ii  wdiff   1.2.2-1
ii  wget1.16.3-2
ii  xz-utils5.1.1alpha+20120614-2+b3

Versions of packages devscripts suggests:
ii  bsd-mailx [mailx]8.1.2-0.20141216cvs-2
ii  build-essential  11.7
pn  cvs-buildpackage none
pn  debbindiff   none
pn  devscripts-elnone
ii  gnuplot  4.6.6-2
ii  gpgv 1.4.18-7
ii  libauthen-sasl-perl  2.1600-1
ii  libfile-desktopentry-perl0.07-1
ii  libnet-smtp-ssl-perl 1.01-3
pn  libterm-size-perlnone
ii  libtimedate-perl 2.3000-2
pn  libyaml-syck-perlnone
ii  mutt 1.5.23-3
iu  openssh-client [ssh-client]  1:6.7p1-6
pn  svn-buildpackage none
iu  w3m  0.5.3-20

-- no debconf information
---End Message---
---BeginMessage---
Source: python3.4
Source-Version: 3.4.3-5

We believe that the bug you reported is fixed in the latest version of
python3.4, which is due to be installed in the 

Bug#783791: marked as done (ImportError: No module named '_sysconfigdata_m')

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 12:50:59 +
with message-id e1ynnvf-0001wz...@franck.debian.org
and subject line Bug#783787: fixed in python3.4 3.4.3-5
has caused the Debian Bug report #783787,
regarding ImportError: No module named '_sysconfigdata_m'
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.)


-- 
783787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783787
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libpython3.4-minimal
Version: 3.4.3-4
Severity: important

Hi,

After my last apt-get update  apt-get upgrade,
I have a lot of:

Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'

It affects lots of gnome package. For example I can't launch nautilus 
(the same error message appears).

Thank's

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

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libpython3.4-minimal depends on:
ii  libc6  2.19-18
ii  libssl1.0.01.0.1k-3
ii  multiarch-support  2.19-18

Versions of packages libpython3.4-minimal recommends:
ii  libpython3.4-stdlib  3.4.3-4

libpython3.4-minimal suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: python3.4
Source-Version: 3.4.3-5

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

Debian distribution maintenance software
pp.
Matthias Klose d...@debian.org (supplier of updated python3.4 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 Apr 2015 13:45:23 +0200
Source: python3.4
Binary: python3.4 python3.4-venv libpython3.4-stdlib python3.4-minimal 
libpython3.4-minimal libpython3.4 python3.4-examples python3.4-dev 
libpython3.4-dev libpython3.4-testsuite idle-python3.4 python3.4-doc 
python3.4-dbg libpython3.4-dbg
Architecture: all amd64 i386 ppc64el source
Version: 3.4.3-5
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Closes: 783787
Description: 
 idle-python3.4 - IDE for Python (v3.4) using Tkinter
 libpython3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 libpython3.4-dev - Header files and a static library for Python (v3.4)
 libpython3.4-minimal - Minimal subset of the Python language (version 3.4)
 libpython3.4 - Shared Python runtime library (version 3.4)
 libpython3.4-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython3.4-testsuite - Testsuite for the Python standard library (v3.4)
 python3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 python3.4-dev - Header files and a static library for Python (v3.4)
 python3.4-doc - Documentation for the high-level object-oriented language 
Python
 python3.4-examples - Examples for the Python language (v3.4)
 python3.4  - Interactive high-level object-oriented language (version 

Processed: Re: Bug#783787: Info received (devscripts: upgrade fails; ImportError: No module named '_sysconfigdata_m')

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 783787 critical
Bug #783787 [python3.4] devscripts: upgrade fails; ImportError: No module named 
'_sysconfigdata_m'
Severity set to 'critical' from 'serious'
 thanks.
Stopping processing here.

Please contact me if you need assistance.
-- 
783787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783787
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#776772: marked as done (ganeti-2.12 - Shutdown of instances on xen-pvm produces error)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 09:51:25 +
with message-id e1ynl7t-0002xg...@franck.debian.org
and subject line Bug#776772: fixed in ganeti 2.12.3-1
has caused the Debian Bug report #776772,
regarding ganeti-2.12 - Shutdown of instances on xen-pvm produces error
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.)


-- 
776772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776772
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ganeti-2.12
Version: 2.12.0-3
Severity: normal

If I do a mass-shutdown of instances on xen-pvm, the jobs fail with:
| Job 1525 for puppet.example.com has failed: Failure: command execution error: 
Could not shutdown instance 'puppet.example.com': Error while executing backend 
function: hv_xen._XenToHypervisorInstanceState: unhandled Xen instance state 
'--ps--'

Bastian

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.18.0-trunk-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
Init: systemd (via /run/systemd/system)
---End Message---
---BeginMessage---
Source: ganeti
Source-Version: 2.12.3-1

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

Debian distribution maintenance software
pp.
Apollon Oikonomopoulos apoi...@debian.org (supplier of updated ganeti 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: Wed, 29 Apr 2015 14:06:45 +0300
Source: ganeti
Binary: ganeti2 ganeti ganeti-2.12 ganeti-haskell-2.12 ganeti-htools 
ganeti-htools-2.12 ganeti-doc python-ganeti-rapi
Architecture: source all amd64
Version: 2.12.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ganeti Team pkg-ganeti-de...@lists.alioth.debian.org
Changed-By: Apollon Oikonomopoulos apoi...@debian.org
Description:
 ganeti - cluster virtualization manager
 ganeti-2.12 - cluster virtualization manager - Python components
 ganeti-doc - cluster virtualization manager - documentation
 ganeti-haskell-2.12 - cluster virtualization manager - Haskell components
 ganeti-htools - cluster virtualization manager - tools (stand-alone)
 ganeti-htools-2.12 - cluster virtualization manager - tools for Ganeti 2.12
 ganeti2- transitional dummy package
 python-ganeti-rapi - cluster virtualization manager - RAPI client library
Closes: 765856 769870 776770 776772 781084 782073 783186 783388
Changes:
 ganeti (2.12.3-1) unstable; urgency=medium
 .
   [ Apollon Oikonomopoulos ]
   * New upstream bugfix release (see /usr/share/doc/ganeti/NEWS.gz):
 Fixes in 2.12.1:
   + Clean up stale livelock files
   + Fix setting up the metadata daemon's network interface for Xen
   + Make the watcher visible on the reason trail on disk activation
   + Allow `gnt-instance grow-disk' to ignore instance policy
   + Fix counting votes when doing master failover
   + Properly check for IPv6 use before making an SSH connection
   + Properly check if an instance exists in `gnt-instance console'
 .
 Fixes in 2.12.2:
   + Detect and report non-master status on socket connection errors
 (closes: #783388, #781084)
   + Improve error handling when looking up instances (closes: #776770)
   + SSH keys are now distributed only to master and master candidates
   + Improve performance for operations with frequent configuration reads
   + Improve robustness of spawning job processes, fixing timeouts
   + Fix a race condition that caused cluster verify to fail
   + Fix failing automatic glusterfs mounts
   + Fix watcher failing to read its status file on upgrade
   + Fix Xen instance state handling, taking transitional states into
 account (closes: #776772)
   + Fix conversion of diskless DRBD instances to plain
   + Fix upgrades from pre-2.6 versions, by handling hv_state_static and
 disk_state_static configuration fields
   + 

Bug#764284: marked as done ([testdisk] after ntfs-3g upgrade, testdisk cannot be installed (Depends: error))

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 16:50:39 +0200
with message-id 20150430145039.gb4...@agmartin.aq.upm.es
and subject line Re: Bug#779134: nmu: testdisk_6.14-3, partclone_0.2.73-2
has caused the Debian Bug report #764284,
regarding [testdisk] after ntfs-3g upgrade, testdisk cannot be installed 
(Depends: error)
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.)


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

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

after upgrading ntfs-3g, i can no longer install testdisk...:

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

The following packages have unmet dependencies:
 testdisk : Depends: libntfs-3g851
E: Unable to correct problems, you have held broken packages.

testdisk + ntfs-3g from testing, installs fine. so maybe its an error
with newest ntfs-3g package in sid (?) or maybe libntfs-3g851 shouldn't
be in the dependencies of testdisk (?)  feel free to reassign if you
think so,

thanks,
d.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16-2-amd64

Debian Release: jessie/sid
  500 unstablehttp.debian.net
  500 testing security.debian.org
  500 testing http.debian.net

--- Package information. ---
Depends   (Version) | Installed
===-+-==
e2fslibs(= 1.41.0) | 1.42.12-1
libc6 (= 2.14) | 2.19-11
libcomerr2(= 1.01) | 1.42.12-1
libjpeg8(= 8c) | 8d1-1
libncursesw5  (= 5.6+20070908) | 5.9+20140913-1
libntfs-3g851   |
libtinfo5   | 5.9+20140913-1
libuuid1  (= 2.16) | 2.25.1-3
zlib1g (= 1:1.1.4) | 1:1.2.8.dfsg-2
ntfs-3g | 1:2014.2.15AR.2-1


Package's Recommends field is empty.

Package's Suggests field is empty.






signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
On Sat, Apr 25, 2015 at 08:18:12PM +0100, Jonathan Wiltshire wrote:
 On Tue, Feb 24, 2015 at 06:38:03PM +0100, Agustin Martin wrote:
  Seems that there was yet another ntfs-3g library transition, now from   
  libntfs-3g852 to libntfs-3g853 (source:ntfs-3g) making testdisk and
  partclone again uninstallable in sid. Please trigger a binary NMU.
  
  Thanks in advance
  
  nmu testdisk_6.14-3 . ALL . -m Rebuild against ntfs-3g 1:2014.2.15AR.3-1 
  (Closes: #764284)
  nmu partclone_0.2.73-2 . ALL . -m Rebuild against ntfs-3g 
  1:2014.2.15AR.3-1 (Closes: #777249)
 
 Scheduled (yay coordination!).

Binary NMU is already in the archive. Closing testdisk bug report. I am not
adding closing version, it is 6.14-3+b4 for amd64 and 6.14-3+b3 for the
other arches.

-- 
Agustin---End Message---


Processed: Re: Bug#783813: exim4-daemon-custom could not be build from source package

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity #783813 normal
Bug #783813 [src:exim4] exim4-daemon-custom could not be build from source 
package
Severity set to 'normal' from 'serious'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
783813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783813
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#783822: libsane-dev: depends on libgphoto2-2-dev which no longer exists

2015-04-30 Thread Emilio Pozuelo Monfort
Package: libsane-dev
Version: 1.0.24-9
Severity: serious

Your package depends on libgphoto2-2-dev which is no longer built. Please
change that dependency to libgphoto2-dev.

I notice this has been fixed in experimental already, but we need a fix
in unstable to finish the libgphoto2-port12 transition.

Emilio


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



Bug#783796: libqt5bluetooth5: Qt 5.3.2 does not support Bluez 5 or higher.

2015-04-30 Thread Lisandro Damián Nicanor Pérez Meyer
Version: 5.4.1-2

On Thursday 30 April 2015 10:21:58 Jeroen Sack wrote:
 Package: libqt5bluetooth5
 Version: 5.3.2
 Severity: grave
 Tags: upstream
 Justification: renders package unusable
 
 Dear Maintainer,
 
* What led up to the situation?
 Debian Jessie starting to use Bluez 5
* What exactly did you do (or not do) that was effective (or
  ineffective)?
 Install Qt 5.4.1 from Qt website.
* What was the outcome of this action?
 Bluetooth started working again in Qt applications.

Right, bluez5's support was only finished in 5.4 which is already in 
experimental, so closing this bug with this version (it will be kept open for 
Jessie).

This also means that sadly there won't be a fix for Jessie, maybe for 
backports if enough people requires it. But the sole fact that we just 
received the first bug against it (and this issue wasn't even in my radar) 
means not many people are (yet) interested. 

Kinds regards, Lisandro.

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Processed: Re: Bug#783811: jessie-pu: package ibus-cangjie/2.2-2

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 - moreinfo
Bug #782453 [ibus-cangjie] ibus-cangjie: Many UX issues fixed upstream
Ignoring request to alter tags of bug #782453 to the same tags previously set

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


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



Processed: Re: Bug#783811: jessie-pu: package ibus-cangjie/2.2-2

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 - moreinfo
Bug #782453 [ibus-cangjie] ibus-cangjie: Many UX issues fixed upstream
Ignoring request to alter tags of bug #782453 to the same tags previously set

-- 
782453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782453
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#783730: marked as done (init script exits with 1 when trying to save rules using systemd or sysvinit)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 14:50:58 +0100
with message-id eb2df496538606fcb2ddee0da...@hogwarts.powdarrmonkey.net
and subject line Re: Bug#783730:
has caused the Debian Bug report #783730,
regarding init script exits with 1 when trying to save rules using systemd or 
sysvinit
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.)


-- 
783730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: iptables-persistent
Version: 1.0.3
Severity: grave

Hi, how are you?
I'm facing a problem iwth iptables-persistent on the Jessie release when trying 
to persist existing iptablesi rules, but the init script fails with exit code 1.

On Wheezy just works™

Here is the output of init script when trying to save the ruleset: 

root@debian:/etc/init.d# service iptables-persistent save
iptables-persistent: unrecognized service

root@debian:/etc/init.d# service netfilter-persistent save
[] Saving netfilter rules...run-parts: executing 
/usr/share/netfilter-persistent/plugins.d/15-ip4tables save
run-parts: /usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with 
return code 1
run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables save
run-parts: /usr/share/netfilter-persistent/plugins.d/25-ip6tables exited with 
return code 1
failed.

root@debian:/etc/init.d# /etc/init.d/netfilter-persistent save
[] Saving netfilter rules...run-parts: executing 
/usr/share/netfilter-persistent/plugins.d/15-ip4tables save
run-parts: /usr/share/netfilter-persistent/plugins.d/15-ip4tables exited with 
return code 1
run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables save
run-parts: /usr/share/netfilter-persistent/plugins.d/25-ip6tables exited with 
return code 1
failed.

root@debian:/etc/init.d# systemctl save netfilter-persistent.service
Unknown operation 'save'.


Regards.
Gabriel Francisco



-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.1-x86_64-linode53 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages iptables-persistent depends on:
ii  debconf [debconf-2.0]  1.5.56
ii  iptables   1.4.21-2+b1
ii  netfilter-persistent   1.0.3

iptables-persistent recommends no packages.

iptables-persistent suggests no packages.

-- debconf information:
* iptables-persistent/autosave_v4: true
* iptables-persistent/autosave_v6: true
---End Message---
---BeginMessage---

On 2015-04-30 13:38, Gabriel Francisco wrote:

Maybe I found the cause, the lsmod are returning nothing, checked with
set -x inside the init script.



root@debian:/var/log# kmod list
+ kmod list
Module  Size  Used by


root@debian:/var/log# lsmod
+ lsmod
Module  Size  Used by


Maybe can be a problem with the modified version of kernel who was
provided by Linode.


That's certainly possible.

--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits---End Message---


Processed: Re-add found version for proper version tracking

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 783787 3.4.3-4
Bug #783787 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: upgrade fails; ImportError: No module named '_sysconfigdata_m'
Bug #783791 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
ImportError: No module named '_sysconfigdata_m'
Bug #783802 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: Fails to upgrade with a python error
Marked as found in versions python3.4/3.4.3-4.
Marked as found in versions python3.4/3.4.3-4.
Marked as found in versions python3.4/3.4.3-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
783787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783787
783791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783791
783802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783802
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#782453: Bug#783811: jessie-pu: package ibus-cangjie/2.2-2

2015-04-30 Thread 陳昌倬
Control: tags -1 - moreinfo

The ibus-cangjie 2.4-1 is uploaded to unstable. Please help to review
the patch for Jessie.

Currently I use only single patch for all 4 issues need to be fixed in
Jessie. I can contact upstream and provide the individual patch files if
you perfer that way.
-- 
ChangZhuo Chen (陳昌倬) czc...@gmail.com
http://czchen.info/
Key fingerprint = EC9F 905D 866D BE46 A896  C827 BE0C 9242 03F4 552D


signature.asc
Description: Digital signature


Bug#783796: marked as done (libqt5bluetooth5: Qt 5.3.2 does not support Bluez 5 or higher.)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 11:03:17 -0300
with message-id 1838272.qMPYbKajnu@luna
and subject line Re: Bug#783796: libqt5bluetooth5: Qt 5.3.2 does not support 
Bluez 5 or higher.
has caused the Debian Bug report #783796,
regarding libqt5bluetooth5: Qt 5.3.2 does not support Bluez 5 or higher.
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.)


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

Dear Maintainer,

   * What led up to the situation?
Debian Jessie starting to use Bluez 5
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Install Qt 5.4.1 from Qt website.
   * What was the outcome of this action?
Bluetooth started working again in Qt applications.



-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
---End Message---
---BeginMessage---
Version: 5.4.1-2

On Thursday 30 April 2015 10:21:58 Jeroen Sack wrote:
 Package: libqt5bluetooth5
 Version: 5.3.2
 Severity: grave
 Tags: upstream
 Justification: renders package unusable
 
 Dear Maintainer,
 
* What led up to the situation?
 Debian Jessie starting to use Bluez 5
* What exactly did you do (or not do) that was effective (or
  ineffective)?
 Install Qt 5.4.1 from Qt website.
* What was the outcome of this action?
 Bluetooth started working again in Qt applications.

Right, bluez5's support was only finished in 5.4 which is already in 
experimental, so closing this bug with this version (it will be kept open for 
Jessie).

This also means that sadly there won't be a fix for Jessie, maybe for 
backports if enough people requires it. But the sole fact that we just 
received the first bug against it (and this issue wasn't even in my radar) 
means not many people are (yet) interested. 

Kinds regards, Lisandro.

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#783844: libgphoto2-dev: no longer ships gphoto2-{, port-}config which breaks FindGphoto2.cmake

2015-04-30 Thread Herbert Parentes Fortes Neto
Package: kdelibs5-dev
Severity: serious
Justification: Policy 3.5

Dear Maintainer,



These scripts are obsolete.

Can you use pkg-config ? If not, I package them again.


regards,
Herbert


On Thu, 30 Apr 2015 15:54:51 +0200 Emilio Pozuelo Monfort
po...@debian.org wrote:
 Package: libgphoto2-dev
 Version: 2.5.7-1
 Severity: serious
 
 Your package stopped shipping gphoto2-config and gphoto2-port-config
 in 2.5.7-1 (see #689083) which breaks FindGphoto2.cmake from at least
 darktable and kdelibs5-dev, making packages FTBFS (darktable and
 kamera).
 
 https://buildd.debian.org/status/fetch.php?pkg=darktablearch=amd64ver=1.4.2-1%2Bb4stamp=1430380146
 https://buildd.debian.org/status/fetch.php?pkg=kameraarch=amd64ver=4%3A4.14.2-1%2Bb1stamp=1430381037
 
 Please either ship those files again, or reassign this bug to the
 affected
 packages, preferably with patches, so they work without those -config
 scripts.
 
 This is blocking the libgphoto2-port12 transition, FWIW.
 
 Cheers,
 Emilio
 
 


System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (990, 'stable'), (50, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#783787: ImportError: No module named '_sysconfigdata_m'

2015-04-30 Thread MERLIN Philippe
Same problem with python2.7-minimal and libpython2.7-minimal 2.7.9-3 amd64 the 
error is different :
ImportError: No module named _sysconfigdata_nd

Philippe Merlin


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



Bug#783854: gthumb: can't disable extension which is used by other extension. must kill app than

2015-04-30 Thread Poks
Package: gthumb
Version: 3:3.3.1-2+b2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

when trying to disable extension which is used by other extension, message
pops-up that you can't do this. pressing OK gives the same message again over
and over. in this case kill is needed.

have you ever tried this app?




-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gthumb depends on:
ii  gsettings-desktop-schemas   3.14.1-1
ii  gthumb-data 3:3.3.1-2
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-18
ii  libcairo-gobject2   1.14.0-2.1
ii  libcairo2   1.14.0-2.1
ii  libexiv2-13 0.24-4.1
ii  libgcc1 1:4.9.2-10
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgstreamer-plugins-base1.0-0  1.4.4-2
ii  libgstreamer1.0-0   1.4.4-2
ii  libgtk-3-0  3.14.5-1
ii  libjavascriptcoregtk-3.0-0  2.4.8-2
ii  libjpeg62-turbo 1:1.3.1-12
ii  libjson-glib-1.0-0  1.0.2-1
ii  libpango-1.0-0  1.36.8-3
ii  libpangocairo-1.0-0 1.36.8-3
ii  libpng12-0  1.2.50-2+b2
ii  librsvg2-2  2.40.5-1
ii  libsecret-1-0   0.18-1+b1
ii  libsoup2.4-12.48.0-1
ii  libstdc++6  4.9.2-10
ii  libtiff54.0.3-12.3
ii  libwebkit2gtk-3.0-252.4.8-2
ii  libwebp50.4.1-1.2+b2
ii  multiarch-support   2.19-18
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages gthumb recommends:
ii  bison   2:3.0.2.dfsg-2
ii  flex2.5.39-8+b1
ii  gstreamer0.10-gnomevfs  0.10.36-2
ii  gvfs-bin1.22.2-1

gthumb suggests no packages.

-- no debconf information


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



Bug#783838: blender: FTBFS in Jessie

2015-04-30 Thread Matteo F. Vescovi
Hi!

On Apr 30, 2015 6:12 PM, Andreas Cadhalpun 
andreas.cadhal...@googlemail.com wrote:

 Control: severity -1 serious
 Control: fixed -1 2.74+dfsg0-1

 Hi Edmund,

 On 30.04.2015 17:52, Edmund Grimley Evans wrote:
  It failed to build in Jessie, amd64 and arm64. In each case the error
  was:
 
 
/«BUILDDIR»/blender-2.72.b+dfsg0/source/blender/blenfont/intern/blf_glyph.c:
In
  function 'blf_glyph_add':
 
/«BUILDDIR»/blender-2.72.b+dfsg0/source/blender/blenfont/intern/blf_glyph.c:265:13:
  error: conversion to 'int' from 'unsigned int' may change the sign of
  the result [-Werror=sign-conversion]
g-width = bitmap.width;
   ^
 
/«BUILDDIR»/blender-2.72.b+dfsg0/source/blender/blenfont/intern/blf_glyph.c:266:14:
  error: conversion to 'int' from 'unsigned int' may change the sign of
  the result [-Werror=sign-conversion]
g-height = bitmap.rows;
^
  cc1: some warnings being treated as errors

 I was about to report the same issue.
 It is fixed in the package in experimental, which will hopefully be
uploaded
 to unstable soon, now that jessie has been released.

I was about uploading it today in the afternoon, but the python3.4 issue
(now fixed) prevented that.

I'll hopefully upload it tomorrow.

Cheers.


Bug#783838: blender: FTBFS in Jessie

2015-04-30 Thread Andreas Cadhalpun
Hi Matteo,

On 30.04.2015 19:45, Matteo F. Vescovi wrote:
 I was about uploading it today in the afternoon, but the python3.4 issue (now 
 fixed) prevented that.
 
 I'll hopefully upload it tomorrow.

Thanks!

Best regards,
Andreas


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



Processed (with 1 errors): merging 783777 783738

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 783777 783738
Bug #783777 [python2.7] python-minimal: fails to upgrade with ImportError: No 
module named _sysconfigdata_nd
Unable to merge bugs because:
severity of #783738 is 'important' not 'serious'
done of #783738 is 'Matthias Klose d...@debian.org' not ''
severity of #783748 is 'important' not 'serious'
done of #783748 is 'Matthias Klose d...@debian.org' not ''
Failed to merge 783777: Did not alter merged bugs

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
783738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783738
783748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783748
783777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783777
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#783863: ghc-doc: fails to upgrade from 'testing' - trying to overwrite /usr/lib/ghc-doc/haddock/transformers-0.3.0.0/transformers.haddock

2015-04-30 Thread Andreas Beckmann
Package: ghc-doc
Version: 7.8.4-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'testing'.
It installed fine in 'testing', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Preparing to unpack .../ghc-doc_7.8.4-2_all.deb ...
  Unpacking ghc-doc (7.8.4-2) over (7.6.3-21) ...
  dpkg: error processing archive 
/var/cache/apt/archives/ghc-doc_7.8.4-2_all.deb (--unpack):
   trying to overwrite 
'/usr/lib/ghc-doc/haddock/transformers-0.3.0.0/transformers.haddock', which is 
also in package libghc-transformers-doc 0.3.0.0-5
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  dpkg: considering deconfiguration of ghc-doc, which would be broken by 
installation of ghc ...
  dpkg: yes, will deconfigure ghc-doc (broken by ghc)
  Preparing to unpack .../archives/ghc_7.8.4-2_amd64.deb ...
  De-configuring ghc-doc (7.6.3-21) ...
  Unpacking ghc (7.8.4-2) over (7.6.3-21) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/ghc-doc_7.8.4-2_all.deb

(no log attached since I found this during a manual test
and didn't save the log)

cheers,

Andreas


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



Bug#780735: any update to the icedove segfault issue because can't upgrade due to fear of that segfault.

2015-04-30 Thread Carsten Schoenert
Hello,

Am 30.04.2015 um 21:29 schrieb shirish शिरीष:
 Hi all,
 Look forward to movement on the icedove segfault issue.

sorry, I can't get any useful information on your mail and subject.
Can you please explain a little bit more what's the issue? You already
opened up a bug report on #782583. Is this email related to the other
report? If you have some different issue please open up a new report and
point to this report if this will be probably helpful.

---
Regards
Carsten Schoenert


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



Bug#780735: any update to the icedove segfault issue because can't upgrade due to fear of that segfault.

2015-04-30 Thread Carsten Schoenert
On Fri, May 01, 2015 at 01:35:20AM +0530, shirish शिरीष wrote:
 I was merely curious to know as somebody had reported a segfault and
 because of that whenever me or anybody who has installed apt-listbugs
 would get this bug while trying to install a newer version of icedove.
 This has nothing to do with either #782583 or  #783870 (which I just
 reported) . As the maintainer hasn't seen the bug and nor has he
 chosen to take down the severity it gives a sort of chill to anybody
 who tries to download and install any new versions from experimental.

We are talking about a version from experimental which may be broken,
and we are after the release, there is no reason to decrease the
severity of that other bug report.
If you want a more stable release please use testing as base.

No one of us was able to reproduce the sefault so we need some help from
the users to catch down the reason for the segfault.
Debugging taks alot of time which we currently spend more effective in
supporting backports and the current 31.x version.
So with a good analysis of such segfaults we can do something, at least
we need to know what the user is exactly doing and what he has tried to
do with what kind of plugins installed from Debian or from external
source.
The more informations we have much quicker we can fix up the issue.

---
Regards
Carsten Schoenert


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



Bug#783861: tuskar-common: fails to purge: ucfr: Association belongs to tuskar-common, not cinder-common

2015-04-30 Thread Andreas Beckmann
Package: tuskar-common
Version: 0.4.2-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to purge.

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

  Removing tuskar-common (0.4.2-4) ...
  Purging configuration files for tuskar-common (0.4.2-4) ...
  ucfr: Association belongs to tuskar-common, not cinder-common
  ucfr: Aborting
  dpkg: error processing package tuskar-common (--purge):
   subprocess installed post-removal script returned error exit status 5
  Errors were encountered while processing:
   tuskar-common

This very much looks like a copy-and-paste error, i.e. a wrong
package name, in the ucfr call (but I did not look at the maintainer
scripts at all).


cheers,

Andreas


tuskar-common_0.4.2-4.log.gz
Description: application/gzip


Bug#780735: any update to the icedove segfault issue because can't upgrade due to fear of that segfault.

2015-04-30 Thread shirish शिरीष
Hi all,
Look forward to movement on the icedove segfault issue.
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8


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



Bug#780735: any update to the icedove segfault issue because can't upgrade due to fear of that segfault.

2015-04-30 Thread shirish शिरीष
in-line :-

On 5/1/15, Carsten Schoenert c.schoen...@t-online.de wrote:
 Hello,

Dear Carsten,

 Am 30.04.2015 um 21:29 schrieb shirish शिरीष:
 Hi all,
 Look forward to movement on the icedove segfault issue.

 sorry, I can't get any useful information on your mail and subject.
 Can you please explain a little bit more what's the issue? You already
 opened up a bug report on #782583. Is this email related to the other
 report? If you have some different issue please open up a new report and
 point to this report if this will be probably helpful.

I was merely curious to know as somebody had reported a segfault and
because of that whenever me or anybody who has installed apt-listbugs
would get this bug while trying to install a newer version of icedove.
This has nothing to do with either #782583 or  #783870 (which I just
reported) . As the maintainer hasn't seen the bug and nor has he
chosen to take down the severity it gives a sort of chill to anybody
who tries to download and install any new versions from experimental.

 ---
 Regards
 Carsten Schoenert

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8


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



Bug#783869: ocp-indent.vim is not functional and is missing entry in d/copyright

2015-04-30 Thread Johannes Schauer
Package: ocp-indent
Version: 1.5-1
Severity: serious
Justification: Policy 12.5

Hi,

the vim plugin was changed upstream in this pull request:

https://github.com/OCamlPro/ocp-indent/pull/150

this means:

 - the vim plugin must now not be at
   /usr/share/vim/addons/syntax/ocp-indent.vim anymore but instead at
   /usr/share/vim/vimfiles/indent/ocaml.vim
 - this has the problem that there can only be one ocaml indentation
   plugin at the time, it should be possible to have multiple next to
   each other
 - putting the plugin there automatically enables it - there should be a
   way to selectively enable and disable it
 - README.Debian has to be adjusted for the new situation
 - the plugin is a total rewrite by Christopher Zimmerman who must be
   mentioned in d/copyright

cheers, josch


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



Bug#773768: jenkins reproduces this issue

2015-04-30 Thread Helmut Grohne
Control: reopen -1
Control: found -1 7.8.4-2

I am sad to tell that jenkins.debian.net reproduces this issue in one of
its jobs. You can find the full log at:

https://jenkins.debian.net/job/reproducible_setup_schroot_unstable_debbindiff/77/console

Mattia, could cause the job to print its apt invocation line and copy
the failing apt invocation to this bug log?

Helmut


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



Processed: jenkins reproduces this issue

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 reopen -1
Bug #773768 {Done: Jonas Smedegaard d...@jones.dk} [ghc] ghc: fails to 
install: cannot open shared object file: No such file or directory
'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 7.8.4-1.
 found -1 7.8.4-2
Bug #773768 [ghc] ghc: fails to install: cannot open shared object file: No 
such file or directory
Marked as found in versions ghc/7.8.4-2.

-- 
773768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773768
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#732630: marked as done (ytalk: Ytalk doesn't work when username is more than 8 characters)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Fri, 01 May 2015 04:29:43 +
with message-id e1yo2a7-0003xi...@franck.debian.org
and subject line Bug#732630: fixed in ytalk 3.3.0-8
has caused the Debian Bug report #732630,
regarding ytalk: Ytalk doesn't work when username is more than 8 characters
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.)


-- 
732630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732630
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ytalk
Version: 3.3.0-5
Severity: grave
Tags: patch
Justification: renders package unusable

Ytalk doesn't work when the username is  than 8 characters, and errors like 
that are appearing in the syslog when one of the user connecting has a username 
with more than 8 characters:

talkd[26809]: 127.0.0.1 (127.0.0.1): unintelligible packet


Removing the support for old talk daemon seems to make it work nicely:

--- ytalk-3.3.0.orig/src/socket.c
+++ ytalk-3.3.0/src/socket.c
@@ -453,13 +453,18 @@
   0, (struct sockaddr *)  remote_daemon, 
sizeof(remote_daemon));
if (n != sizeof(m2))
show_error(Warning: cannot write to new talk daemon);
-
+   /* Commented out by J. Javier Maestro:
+* Quick hack to make ytalk work for usernames longer than 8
+* characters. Apparently, talkd returns an error message when
+* receiving an old talk packet and this breaks ytalk.
+   */
+   /*
IN_PORT(remote_daemon) = talkd[otalk].port;
n = sendto(talkd[otalk].fd, (char *) m1, sizeof(m1),
   0, (struct sockaddr *)  remote_daemon, 
sizeof(remote_daemon));
if (n != sizeof(m1))
show_error(Warning: cannot write to old talk daemon);
-
+   */
tv.tv_sec = 4L;
tv.tv_usec = 0L;



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

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

Versions of packages ytalk depends on:
ii  libc62.17-97
ii  libncurses5  5.9+20130608-1
ii  talkd0.17-15

ytalk recommends no packages.

ytalk suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: ytalk
Source-Version: 3.3.0-8

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

Debian distribution maintenance software
pp.
Axel Beckert a...@debian.org (supplier of updated ytalk 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, 01 May 2015 04:00:45 +0200
Source: ytalk
Binary: ytalk
Architecture: source amd64
Version: 3.3.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Axel Beckert a...@debian.org
Description:
 ytalk  - enhanced talk program
Closes: 550768 669700 732630
Changes:
 ytalk (3.3.0-8) unstable; urgency=medium
 .
   * QA Upload
 .
   [ Axel Beckert ]
   * Set Maintainer to Debian QA Group. (See #762556)
   * Merge in unreleased packaging by Matthew found in ytalk's collab-maint
 git repo and set the according changelog entries to UNRELEASED
   * Add Vcs-* headers
   * Update the package to point to the new upstream homepage at
 http://ytalk.ourproject.org/:
 + Add according Homepage header
 + Udate watch file accordingly. (Closes: #550768)
 + Update URL in debian/copyright accordingly.
   * Take selected hunks from Jari's overzealous #669700 patch (see below).
 (Closes: #669700)
   * Apply wrap-and-sort.
   * Revamp debian/rules
 + Use dh_auto_{configure,build,install,clean}
 + Use dh_autotools-dev_{update,restore}config; + b-d on autotools-dev
 + Whitespace cleanup
 + Drop with compat level 9 unnecessary manual stamp file removal
 + Drop now unnecessary dh_install{dirs,changelogs} parameter
 + 

Bug#783888: php-codecoverage: package uninstallable in sid due to dependency on phpunit-environment version in experimental

2015-04-30 Thread Bas Couwenberg
Package: php-codecoverage
Version: 2.0.16+dfsg-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

php-codecoverage is not installable in unstable because it depends on
phpunit-environment (= 1.2.1-2~) which is only available in
experimental.

Please move phpunit-environment from experimental to unstable to fix the
installability of php-codecoverage.

This issue currently prevents the installation of the geos build
dependencies:

 The following packages have unmet dependencies:
  php-codecoverage : Depends: phpunit-environment (= 1.2.1-2~) but
  1.2.0-1 is to be installed.
 Unable to resolve dependencies!  Giving up...


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#783891: ghc-doc: fails to upgrade from 'sid' - trying to overwrite /usr/lib/ghc-doc/haddock/xhtml-3000.2.1/xhtml.haddock

2015-04-30 Thread Andreas Beckmann
Package: ghc-doc
Version: 7.8.20141223-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'sid' to 'experimental'.
It installed fine in 'sid', then the upgrade to 'experimental' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package ghc-doc.
  Preparing to unpack .../ghc-doc_7.8.20141223-1_all.deb ...
  Unpacking ghc-doc (7.8.20141223-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/ghc-doc_7.8.20141223-1_all.deb (--unpack):
   trying to overwrite '/usr/lib/ghc-doc/haddock/xhtml-3000.2.1/xhtml.haddock', 
which is also in package libghc-xhtml-doc 3000.2.1-6
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/ghc-doc_7.8.20141223-1_all.deb


cheers,

Andreas


libghc-xhtml-doc=3000.2.1-6_ghc-doc=7.8.20141223-1.log.gz
Description: application/gzip


Processed: Re: Bug#783374: last NMU patch breaks gparted completely (on my system)

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 - patch
Bug #783374 [gparted] last NMU patch breaks gparted completely (on my system)
Removed tag(s) patch.

-- 
783374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783374
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#783374: last NMU patch breaks gparted completely (on my system)

2015-04-30 Thread Guillem Jover
Control: tag -1 - patch

Hi!

On Sun, 2015-04-26 at 12:09:16 -0400, Michael Gilbert wrote:
 On Sun, Apr 26, 2015 at 9:46 AM, Felix Zielcke wrote:
  Just tried out the newest upload of gparted. Which fails completely
  The one before which is in jessie works fine.
  I.e. 0.19.0-2 without the NMU fix
 
 gparted needs a newer udisks2, see #782838.  Proposed patch attached.

 diff -Nru gparted-0.19.0/debian/control gparted-0.19.0/debian/control
 --- gparted-0.19.0/debian/control 2014-06-11 14:50:55.0 +
 +++ gparted-0.19.0/debian/control 2015-04-26 16:02:28.0 +
 @@ -11,7 +11,7 @@
  
  Package: gparted
  Architecture: any
 -Depends: ${shlibs:Depends}, ${misc:Depends}
 +Depends: ${shlibs:Depends}, ${misc:Depends}, udisks2 (= 2.1.5-1)
  Suggests: xfsprogs, reiserfsprogs, reiser4progs, jfsutils, ntfs-3g,
   dosfstools, mtools, yelp, kpartx, dmraid, dmsetup, gpart
  Description: GNOME partition editor

As pointed out in #783397 this fix is incorrect. The correct fix is to
use a Breaks, so that there's no unnecessary Depends introduced.

Thanks,
Guillem


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



Processed: Re: Bug#783704 closed by Mark Brown broo...@debian.org (Bug#783704: fixed in xemacs21 21.4.22-13)

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 found -1 21.4.22-13
Bug #783704 {Done: Mark Brown broo...@debian.org} [xemacs21-support] 
xemacs21-support: fails to install: ln: failed to create symbolic link 
'/usr/lib/xemacs-21.4.22/etc': No such file or directory
Marked as found in versions xemacs21/21.4.22-13; no longer marked as fixed in 
versions xemacs21/21.4.22-13 and reopened.

-- 
783704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783704
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#783704: closed by Mark Brown broo...@debian.org (Bug#783704: fixed in xemacs21 21.4.22-13)

2015-04-30 Thread Andreas Beckmann
Control: found -1 21.4.22-13

Looks like a missing commit somewhere since -13 contains no changes
except for the changelog entry.


Andreas

PS: debdiff xemacs21_21.4.22-12.dsc xemacs21_21.4.22-13.dsc


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



Bug#783899: liblog-any-perl, liblog-any-adapter-perl: File conflict when being installed together

2015-04-30 Thread Axel Beckert
Package: liblog-any-perl,liblog-any-adapter-perl
Version: liblog-any-perl/0.15-1
Version: liblog-any-adapter-perl/0.11-1
Severity: serious

When trying to install liblog-any-perl/0.15-1 and
liblog-any-adapter-perl/0.11-1 together, you'll get a file conflict:

Unpacking liblog-any-perl (1.03-1) over (0.15-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/liblog-any-perl_1.03-1_all.deb (--unpack):
 trying to overwrite '/usr/share/man/man3/Log::Any::Adapter::Stdout.3pm.gz', 
which is also in package liblog-any-adapter-perl 0.11-1

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (111, 'buildd-unstable'), 
(111, 'buildd-experimental'), (110, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages liblog-any-perl depends on:
ii  perl  5.20.2-4

liblog-any-perl recommends no packages.

liblog-any-perl suggests no packages.

-- no debconf information


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



Bug#783888: [pkg-php-pear] Bug#783888: php-codecoverage: package uninstallable in sid due to dependency on phpunit-environment version in experimental

2015-04-30 Thread Sebastiaan Couwenberg
On 05/01/2015 01:14 AM, David Prévot wrote:
 php-codecoverage is not installable in unstable because it depends on
 phpunit-environment (= 1.2.1-2~) which is only available in
 experimental.
 
 Looks like an issue in phpunit-environment then (that had just been
 uploaded to Sid anyway).

Thanks for the fix.

 Please move phpunit-environment from experimental to unstable to fix the
 installability of php-codecoverage.
 
 I don’t get why you chose to open a bug on something else than
 phpunit-environment to ask that…

Because the php-codecoverage package in sid contains a dependency on a
version in experimental, that is an issue in the php-codecoverage
package. Downgrading the dependency version might have been a solution too.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


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



Bug#783890: sugar-etoys-activity: fails to install, trying to overwrite files from sugar-artwork-*

2015-04-30 Thread Andreas Beckmann
Package: sugar-etoys-activity
Version: 116-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + sugar-0.104-icon-theme sugar-artwork-0.84 
sugar-artwork-0.88 sugar-artwork-0.96 sugar-artwork-0.98

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package sugar-etoys-activity.
  Preparing to unpack .../sugar-etoys-activity_116-4_all.deb ...
  Unpacking sugar-etoys-activity (116-4) ...
  dpkg: error processing archive 
/var/cache/apt/archives/sugar-etoys-activity_116-4_all.deb (--unpack):
   trying to overwrite 
'/usr/share/icons/sugar/scalable/mimetypes/application-x-squeak-project.svg', 
which is also in package sugar-artwork-0.98 0.98.4-2
  Processing triggers for systemd (215-17) ...
  Processing triggers for shared-mime-info (1.3-1) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/sugar-etoys-activity_116-4_all.deb

Similar problems occur with

  sugar-0.104-icon-theme=0.104.1-4
  sugar-artwork-0.84=0.84.4-3
  sugar-artwork-0.88=0.88.1-4
  sugar-artwork-0.96=0.96.2-2
  sugar-artwork-0.98=0.98.4-2

Since all these packages either conflict or can coexist (didn't check)
I assume the failure to be in sugar-etoys-activity which does not
fit itself into the scheme adopted by the other packages.


cheers,

Andreas


sugar-artwork-0.98=0.98.4-2_sugar-etoys-activity=116-4.log.gz
Description: application/gzip


Processed: sugar-etoys-activity: fails to install, trying to overwrite files from sugar-artwork-*

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 affects -1 + sugar-0.104-icon-theme sugar-artwork-0.84 sugar-artwork-0.88 
 sugar-artwork-0.96 sugar-artwork-0.98
Bug #783890 [sugar-etoys-activity] sugar-etoys-activity: fails to install, 
trying to overwrite files from sugar-artwork-*
Added indication that 783890 affects sugar-0.104-icon-theme, 
sugar-artwork-0.84, sugar-artwork-0.88, sugar-artwork-0.96, and 
sugar-artwork-0.98

-- 
783890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783890
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#773005: marked as done (yowsup: unusable after new WhatsApp version)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 22:00:24 +
with message-id e1ynwvm-00087o...@franck.debian.org
and subject line Bug#773005: fixed in yowsup 2.2.78-1
has caused the Debian Bug report #773005,
regarding yowsup: unusable after new WhatsApp version
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.)


-- 
773005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773005
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: yowsup
Version: 0.0~git20140314.938cf1-1
Severity: grave
Tags: upstream patch jessie
Justification: renders package unusable

I am the maintainer of this package.

Recently (November 2014), the WhatsApp changed its protocol to implement the
famous double blue check, photo transfer when contacting a person and other
features. To support it, the authentication method was changed and this new
method is mandatory now. So, the old versions of the WhatsApp and the current
version of the youwsup in testing (revision -1) don't work anymore. In other
words, the version in testing is RC, because no longer register a new user
number nor authenticate a registered number.

The upstream provided new versions and a legacy version[1]. So, based in
legacy version and with support from the upstream, I added patches to fix each
file (as needed) in current yowsup package in Debian.

[1] https://github.com/tgalal/yowsup/tree/legacy

The list of patches:
 - add-missing-variable
 - add-PictureClient
 - add-the-tokenmap
 - add-whatsapp-auth-v2
 - update-bintreenode
 - update-connection-manager
 - update-protocoltreenode
 - update-the-interface-messages
 - update-user-agent
 - yowsup-cli (updated only; already in Debian)

Regards,

Eriberto

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: add the new and necessary file src/Examples/PictureClient.py.
Author: Tarek Galal tare2.ga...@gmail.com
Reviewed-by: Joao Eriberto Mota Filho eribe...@debian.org
Origin: https://github.com/tgalal/yowsup/tree/legacy
Last-Update: 2014-12-02
Index: yowsup-0.0~git20140314.938cf1/src/Examples/PictureClient.py
===
--- /dev/null
+++ yowsup-0.0~git20140314.938cf1/src/Examples/PictureClient.py
@@ -0,0 +1,80 @@
+'''
+Copyright (c) 2012 Tarek Galal tare2.ga...@gmail.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this 
+software and associated documentation files (the Software), to deal in the Software 
+without restriction, including without limitation the rights to use, copy, modify, 
+merge, publish, distribute, sublicense, and/or sell copies of the Software, and to 
+permit persons to whom the Software is furnished to do so, subject to the following 
+conditions:
+
+The above copyright notice and this permission notice shall be included in all 
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR 
+A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
+CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE 
+OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+'''
+
+import os
+parentdir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
+os.sys.path.insert(0,parentdir)
+import time
+
+from Yowsup.connectionmanager import YowsupConnectionManager
+
+class WhatsappPictureClient:
+	
+	def __init__(self, target, waitForReceipt=True):
+		
+		self.jid = target
+		jid = self.jid
+		print(jid)
+
+		
+		connectionManager = YowsupConnectionManager()
+		self.signalsInterface = connectionManager.getSignalsInterface()
+		self.methodsInterface = connectionManager.getMethodsInterface()
+		
+		self.signalsInterface.registerListener(auth_success, self.onAuthSuccess)
+		self.signalsInterface.registerListener(auth_fail, self.onAuthFailed)
+		self.signalsInterface.registerListener(contact_gotProfilePicture, self.onProfilePicture)
+		self.signalsInterface.registerListener(disconnected, self.onDisconnected)
+
+
+	
+	def login(self, username, password):
+		

Bug#777722: marked as done (xdg-open: CVE-2015-1877: command injection vulnerability)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 22:00:13 +
with message-id e1ynwvb-0007xx...@franck.debian.org
and subject line Bug#22: fixed in xdg-utils 1.0.2+cvs20100307-2+deb6u1
has caused the Debian Bug report #22,
regarding xdg-open: CVE-2015-1877: command injection vulnerability
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.)


-- 
22: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=22
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xdg-utils
Version: 1.1.0~rc1+git20111210-7.3
Severity: grave
Tags: security patch
Justification: user security hole

Hi,

there is a long-standing issue with xdg-open on debian -- it parses all files 
it is trying to open. This is easily exploitable. Requirements are similar as 
in last RCE: Window Manager which is _NOT_ one of the following:

* KDE
* GNOME
* MATE
* XFCE
* ENLIGHTENMENT

Problem is caused by name collision in local variables, which are apparently 
not very local in this case (maybe also dash problem?)

Exploit was made from wikipedia image [0].

It would be nice to have it fixed in jessie.

Cheers,

Jiri

[0] 
https://commons.wikimedia.org/wiki/Category:Unidentified_animals#mediaviewer/File:Augochlora_buscki,_M,_Back5,_Puerto_Rico,_Yauco_2014-09-15-18.11.39_ZS_PMax_(16292752499).jpg


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

xdg-utils depends on no packages.

Versions of packages xdg-utils recommends:
pn  libfile-mimeinfo-perl  none
pn  libnet-dbus-perl   none
pn  libx11-protocol-perl   none
ii  x11-utils  7.7+2
ii  x11-xserver-utils  7.7+3+b1

Versions of packages xdg-utils suggests:
pn  gvfs-bin  none

-- no debconf information
--- xdg-open.orig	2015-02-11 21:40:42.560282993 +0100
+++ xdg-open	2015-02-11 21:44:10.695894428 +0100
@@ -538,16 +538,16 @@
 
 DEBUG 3 $xdg_user_dir:$xdg_system_dirs
 for x in `echo $xdg_user_dir:$xdg_system_dirs | sed 's/:/ /g'`; do
-local file
+local desktop_file
 # look for both vendor-app.desktop, vendor/app.desktop
 if [ -r $x/applications/$default ]; then
-  file=$x/applications/$default
+  desktop_file=$x/applications/$default
 elif [ -r $x/applications/`echo $default | sed -e 's|-|/|'` ]; then
-  file=$x/applications/`echo $default | sed -e 's|-|/|'`
+  desktop_file=$x/applications/`echo $default | sed -e 's|-|/|'`
 fi
 
-if [ -r $file ] ; then
-set -- $(sed -n 's/^Exec\(\[[^]]*\]\)\{0,1\}=//p' $file)
+if [ -r $desktop_file ] ; then
+set -- $(sed -n 's/^Exec\(\[[^]]*\]\)\{0,1\}=//p' $desktop_file)
 command_exec=$(which $1 2 /dev/null)
 if [ -x $command_exec ] ; then
 shift
---End Message---
---BeginMessage---
Source: xdg-utils
Source-Version: 1.0.2+cvs20100307-2+deb6u1

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

Debian distribution maintenance software
pp.
Mike Gabriel sunwea...@debian.org (supplier of updated xdg-utils 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: Wed, 22 Apr 2015 14:50:36 +0200
Source: xdg-utils
Binary: xdg-utils
Architecture: source all
Version: 1.0.2+cvs20100307-2+deb6u1
Distribution: squeeze-lts
Urgency: medium
Maintainer: Per Olofsson pe...@debian.org
Changed-By: Mike Gabriel sunwea...@debian.org
Description: 
 xdg-utils  - desktop integration utilities from freedesktop.org
Closes: 652067 654863 773085 22
Changes: 
 xdg-utils (1.0.2+cvs20100307-2+deb6u1) squeeze-lts; urgency=medium
 .
   * Non-maintainer upload by Debian LTS Team.
   * debian/patches:
 + Add 

Bug#773085: marked as done (xdg-utils: CVE-2014-9622: command injection vulnerability)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 22:00:13 +
with message-id e1ynwvb-0007xr...@franck.debian.org
and subject line Bug#773085: fixed in xdg-utils 1.0.2+cvs20100307-2+deb6u1
has caused the Debian Bug report #773085,
regarding xdg-utils: CVE-2014-9622: command injection vulnerability
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.)


-- 
773085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: src:xdg-utils
severity: serious
version: 1.0.2+cvs20100307-2
control: tag -1 patch
control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=66670

A command injection issue was disclosed for xdg-open:
http://seclists.org/fulldisclosure/2014/Nov/36

Patch for testing here:
https://bugs.freedesktop.org/attachment.cgi?id=109536

Best wishes,
Mike
---End Message---
---BeginMessage---
Source: xdg-utils
Source-Version: 1.0.2+cvs20100307-2+deb6u1

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

Debian distribution maintenance software
pp.
Mike Gabriel sunwea...@debian.org (supplier of updated xdg-utils 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: Wed, 22 Apr 2015 14:50:36 +0200
Source: xdg-utils
Binary: xdg-utils
Architecture: source all
Version: 1.0.2+cvs20100307-2+deb6u1
Distribution: squeeze-lts
Urgency: medium
Maintainer: Per Olofsson pe...@debian.org
Changed-By: Mike Gabriel sunwea...@debian.org
Description: 
 xdg-utils  - desktop integration utilities from freedesktop.org
Closes: 652067 654863 773085 22
Changes: 
 xdg-utils (1.0.2+cvs20100307-2+deb6u1) squeeze-lts; urgency=medium
 .
   * Non-maintainer upload by Debian LTS Team.
   * debian/patches:
 + Add backport-jessie-open-generic-xdg-mime-function.diff.
   Backport open_generic(), open_generic_xdg_x_scheme_handler(),
   open_generic_xdg_file_mime() and open_generic_xdg_mime() functions
   from xdg-utils 1.1.0~rc1+git20111210-7.4 (as found in Debian 8.0).
   Closes: #22, #773085, #654863, #652067.
   Fixes: CVE-2014-9622, CVE-2015-1877.
 + Drop run-mailcap-decode.diff. Included in patch file
   backport-jessie-open-generic-xdg-mime-function.diff.
Checksums-Sha1: 
 5e3e1576805653c7269e4d543acbac8273c73924 1978 
xdg-utils_1.0.2+cvs20100307-2+deb6u1.dsc
 0471ebf04057e29febffcf7360b8577f42076c5b 7549 
xdg-utils_1.0.2+cvs20100307-2+deb6u1.debian.tar.gz
 d2ccfb7d99798d85f74488479010a688e3c0a360 66262 
xdg-utils_1.0.2+cvs20100307-2+deb6u1_all.deb
Checksums-Sha256: 
 79e8286e6a108e34da9902350cc8f77e031efae49ec91864baa954c356436e1d 1978 
xdg-utils_1.0.2+cvs20100307-2+deb6u1.dsc
 75cd1351d814b9f2dbbd17c04c4626ebda0381e049f64606d85d301b6a3f0254 7549 
xdg-utils_1.0.2+cvs20100307-2+deb6u1.debian.tar.gz
 3eeb1abbca1abf47b86764b2a4735a143517b5f4ca9804749b1a80cd85e96f07 66262 
xdg-utils_1.0.2+cvs20100307-2+deb6u1_all.deb
Files: 
 9bead637cbc582a41097679f26ada163 1978 utils optional 
xdg-utils_1.0.2+cvs20100307-2+deb6u1.dsc
 a2d7682ffcda3d33c4a43f6fe99a5a12 7549 utils optional 
xdg-utils_1.0.2+cvs20100307-2+deb6u1.debian.tar.gz
 6ada59d429101b7c81c09c887667a96c 66262 utils optional 
xdg-utils_1.0.2+cvs20100307-2+deb6u1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVQp9mAAoJEJr0azAldxsxDlkQALegltV0uAgmsE/a+t7DNSNG
WoPUV6O75shGWS8VOIZhLKFbarixaG1q+skC5p30gH4KEPBFDSrtUHO6IDQ88k7f
eVg+NbwlssuIN39dNh5NgbllM5P9YE6VC5hfORQ+6azb1B2siNbQd5jl53nR8dyk
Cw5bDeD36MBEjC8jEMxyCaFYf9sRGswucyLBfaqh3rhp0Ptb3/jDU/ZwvK3S0xQq
mOjBiG/4w1P33CqN/XV+nOVLzv0TGA96Q+oFcaQrNucxG/VJ2DJ3MXMb6vLphIot
5ZQAnnkPwgLsXkvURN34nNZjnAD/nJKgML3fA5HMALVFwR2D/La0ZW8Dc4Ky/OXm
wd8ZFc66I80ByM9GJX84w9XIhFZMck+n9fG7CXlGmTThyz6tCPcppOho+s0WzazW
/UEC8mbeM4fo/91GfmjYgYEsTdhG+6CM62ohS4IL082l/ckVebyRfIZ+a/aAUAcP
aDINkKt8IxZVpUZmWD8MNnSZxC+tl/SL/rTN0M7+OUfECmqY0cTOqmvyIkYWQoCz
9hFuuFODXKVcbtxw25aWzxvPFJnLU1e3lkkvyoMyqJuXWb/ka+eMYKnaqu6hmiG0
LS9OKefqN4lClU5HTjEd30gcYzEB8++hyK+IfPic622wrD6kc4EpNYzDxGqh/nJi
KZM/chte9P3IGVRcG/RE
=N3GX
-END PGP SIGNATUREEnd Message---


Bug#783888: marked as done (php-codecoverage: package uninstallable in sid due to dependency on phpunit-environment version in experimental)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 19:14:50 -0400
with message-id 7610309b5f357752f1f2e71eb3519c10.squir...@webmail.tilapin.org
and subject line Re: [pkg-php-pear] Bug#783888: php-codecoverage: package 
uninstallable in sid due to dependency on phpunit-environment version in 
experimental
has caused the Debian Bug report #783888,
regarding php-codecoverage: package uninstallable in sid due to dependency on 
phpunit-environment version in experimental
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.)


-- 
783888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783888
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: php-codecoverage
Version: 2.0.16+dfsg-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

php-codecoverage is not installable in unstable because it depends on
phpunit-environment (= 1.2.1-2~) which is only available in
experimental.

Please move phpunit-environment from experimental to unstable to fix the
installability of php-codecoverage.

This issue currently prevents the installation of the geos build
dependencies:

 The following packages have unmet dependencies:
  php-codecoverage : Depends: phpunit-environment (= 1.2.1-2~) but
  1.2.0-1 is to be installed.
 Unable to resolve dependencies!  Giving up...


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
---End Message---
---BeginMessage---
 Package: php-codecoverage
 Version: 2.0.16+dfsg-1
 Severity: grave
 Justification: renders package unusable

 Dear Maintainer,

 php-codecoverage is not installable in unstable because it depends on
 phpunit-environment (= 1.2.1-2~) which is only available in
 experimental.

Looks like an issue in phpunit-environment then (that had just been
uploaded to Sid anyway).

 Please move phpunit-environment from experimental to unstable to fix the
 installability of php-codecoverage.

I don’t get why you chose to open a bug on something else than
phpunit-environment to ask that…

Regards

David---End Message---


Bug#751367: marked as done (unupgradeable: shared/packages-wordlist doesn't exist)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 17:49:50 +0200
with message-id 20150430154950.gb22...@agmartin.aq.upm.es
and subject line Re: Bug#751367: bug exist also in stable
has caused the Debian Bug report #751367,
regarding unupgradeable: shared/packages-wordlist doesn't exist
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.)


-- 
751367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751367
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dictionaries-common
Version: 1.23.5
Severity: important

Trying to upgrade dictionaries-common fails with:

Setting up dictionaries-common (1.23.5) ...
update-default-wordlist: Question empty but elements installed for class 
wordlist
  dictionaries-common/default-wordlist: return code: 0, value: 
  Choices: , Manual symlink setting
  shared/packages-wordlist: return code: 10 owners/error: 
shared/packages-wordlist doesn't exist
  Installed elements: american (American English)

  Please see /usr/share/doc/dictionaries-common/README.problems, section
  Debconf database corruption for recovery info.

update-default-wordlist: Selected wordlist  
does not correspond to any installed package in the system
and no alternative wordlist could be selected.
dpkg: error processing package dictionaries-common (--configure):
 subprocess installed post-installation script returned error exit status 2



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

Kernel: Linux 3.15.0-x32 (SMP w/6 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 dictionaries-common depends on:
ii  debconf [debconf-2.0]  1.5.53
ii  emacsen-common 2.0.8
ii  libtext-iconv-perl 1.7-5+b1

dictionaries-common recommends no packages.

Versions of packages dictionaries-common suggests:
ii  aspell0.60.7~20110707-1
ii  wamerican [wordlist]  7.1-1

-- debconf information:
  dictionaries-common/selecting_ispell_wordlist_default:
  dictionaries-common/move_old_usr_dict: true
  dictionaries-common/old_wordlist_link: true
  dictionaries-common/remove_old_usr_dict_link: false
  dictionaries-common/ispell-autobuildhash-message:
  dictionaries-common/default-wordlist:
  dictionaries-common/invalid_debconf_value:
  dictionaries-common/default-ispell:
---End Message---
---BeginMessage---
Source: dictionaries-common
Source-Version: 1.23.10

On Mon, Sep 15, 2014 at 05:15:13PM +0200, Agustin Martin wrote:
 Control: owner 751367 Jonas Smedegaard d...@jones.dk
 
 On Wed, Jul 30, 2014 at 11:07:16AM +0200, Jonas Smedegaard wrote:
  Quoting Jonas Smedegaard (2014-07-11 23:37:14)
  
   Please consider applying the bugfix also to a stable point release.
  
  It may be that _this_ bug (dictionaries-common being over-cautious about 
  debconf data and failing to install) is triggered by an underlying bug 
  in debconf or elsewhere - still I believe that the fix applied to _this_ 
  bug should be applied to stable as well, as in my experience stable is 
  affected and it cause real trouble e.g. for deploying DebianParl.
 
 Hi, Jonas,
 
 Sorry for the delay, I have been busy with other packages and are now back
 with this one. 
 
 I have just asked release managers (#761662) about inclusion of
 dictionaries-common/1.12.11+deb7u1 into a wheezy point release. If I
 configured things properly you should receive a copy (cross fingers).
 I have set you as owner for this bug due to this wheezy stuff.

Hi, Jonas,

Current bug report was left open in the hope the release team considered
[ #761662: wheezy-pu: package dictionaries-common/1.12.11+deb7u1 ]
appropriate for a point release. Since this did not happen and jessie has
already been released, I have just closed #761662 and am now closing this
bug report, it is no longer meaningful for current stable (now jessie).

Regards,

-- 
Agustin---End Message---


Bug#775149: marked as done (dictionaries-common: fails to install: update-default-wordlist: Question empty but elements installed for class wordlist)

2015-04-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Apr 2015 17:49:50 +0200
with message-id 20150430154950.gb22...@agmartin.aq.upm.es
and subject line Re: Bug#751367: bug exist also in stable
has caused the Debian Bug report #751367,
regarding dictionaries-common: fails to install: update-default-wordlist: 
Question empty but elements installed for class wordlist
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.)


-- 
751367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751367
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dictionaries-common
Version: 1.12.11
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 education-desktop-lxde

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

This happens under these circumstances:

* distribution: wheezy
* --install-recommends is enabled
* education-desktop-lxde is being installed which brings a lot of
  dependencies and recommends

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


  Setting up dictionaries-common (1.12.11) ...
  update-default-wordlist: Question empty but elements installed for class 
wordlist
dictionaries-common/default-wordlist: return code: 0, value: 
Choices: , Manual symlink setting
shared/packages-wordlist: return code: 10 owners/error: 
shared/packages-wordlist doesn't exist
Installed elements: english (Webster's Second International English 
wordlist)
  
Please see /usr/share/doc/dictionaries-common/README.problems, section
Debconf database corruption for recovery info.
  
  update-default-wordlist: Selected wordlist  
  does not correspond to any installed package in the system
  and no alternative wordlist could be selected.
  dpkg: error processing dictionaries-common (--configure):
   subprocess installed post-installation script returned error exit status 255
  dpkg: dependency problems prevent configuration of aspell:
   aspell depends on dictionaries-common ( 0.40); however:
Package dictionaries-common is not configured yet.


Whatever is going on here, this shouldn't happen on initial install
in a fresh system. DEBIAN_FRONTEND=noninteractive is being used.
It's very unlikely that the 25GB tmpfs that is used by piuparts
ran out of space ... to cause the classical debconf corruption
described in README.problems.


cheers,

Andreas


education-desktop-lxde_1.713+deb7u1.log.xz
Description: application/xz
---End Message---
---BeginMessage---
Source: dictionaries-common
Source-Version: 1.23.10

On Mon, Sep 15, 2014 at 05:15:13PM +0200, Agustin Martin wrote:
 Control: owner 751367 Jonas Smedegaard d...@jones.dk
 
 On Wed, Jul 30, 2014 at 11:07:16AM +0200, Jonas Smedegaard wrote:
  Quoting Jonas Smedegaard (2014-07-11 23:37:14)
  
   Please consider applying the bugfix also to a stable point release.
  
  It may be that _this_ bug (dictionaries-common being over-cautious about 
  debconf data and failing to install) is triggered by an underlying bug 
  in debconf or elsewhere - still I believe that the fix applied to _this_ 
  bug should be applied to stable as well, as in my experience stable is 
  affected and it cause real trouble e.g. for deploying DebianParl.
 
 Hi, Jonas,
 
 Sorry for the delay, I have been busy with other packages and are now back
 with this one. 
 
 I have just asked release managers (#761662) about inclusion of
 dictionaries-common/1.12.11+deb7u1 into a wheezy point release. If I
 configured things properly you should receive a copy (cross fingers).
 I have set you as owner for this bug due to this wheezy stuff.

Hi, Jonas,

Current bug report was left open in the hope the release team considered
[ #761662: wheezy-pu: package dictionaries-common/1.12.11+deb7u1 ]
appropriate for a point release. Since this did not happen and jessie has
already been released, I have just closed #761662 and am now closing this
bug report, it is no longer meaningful for current stable (now jessie).

Regards,

-- 
Agustin---End Message---


Bug#783821: libgphoto2-dev: no longer ships gphoto2-{, port-}config which breaks FindGphoto2.cmake

2015-04-30 Thread Emilio Pozuelo Monfort
Package: libgphoto2-dev
Version: 2.5.7-1
Severity: serious

Your package stopped shipping gphoto2-config and gphoto2-port-config
in 2.5.7-1 (see #689083) which breaks FindGphoto2.cmake from at least
darktable and kdelibs5-dev, making packages FTBFS (darktable and kamera).

https://buildd.debian.org/status/fetch.php?pkg=darktablearch=amd64ver=1.4.2-1%2Bb4stamp=1430380146
https://buildd.debian.org/status/fetch.php?pkg=kameraarch=amd64ver=4%3A4.14.2-1%2Bb1stamp=1430381037

Please either ship those files again, or reassign this bug to the affected
packages, preferably with patches, so they work without those -config
scripts.

This is blocking the libgphoto2-port12 transition, FWIW.

Cheers,
Emilio


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



Processed: Re: Bug#783820: Acknowledgement (gnome-menus: triggers and then maintainer scripts fail)

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 critical
Bug #783820 [gnome-menus] gnome-menus: triggers and then maintainer scripts fail
Severity set to 'critical' from 'important'
 reassign -1 python3.4
Bug #783820 [gnome-menus] gnome-menus: triggers and then maintainer scripts fail
Bug reassigned from package 'gnome-menus' to 'python3.4'.
No longer marked as found in versions gnome-menus/3.13.3-6.
Ignoring request to alter fixed versions of bug #783820 to the same values 
previously set
 retitle -1 ImportError: No module named '_sysconfigdata_m' crashes arbitrary 
 programs
Bug #783820 [python3.4] gnome-menus: triggers and then maintainer scripts fail
Changed Bug title to 'ImportError: No module named '_sysconfigdata_m' crashes 
arbitrary programs' from 'gnome-menus: triggers and then maintainer scripts 
fail'
 affects -1 gnome-menu libreoffice
Bug #783820 [python3.4] ImportError: No module named '_sysconfigdata_m' crashes 
arbitrary programs
Added indication that 783820 affects gnome-menu and libreoffice

-- 
783820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783820
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#783834: libpython3.4-minimal: breaks libreoffice

2015-04-30 Thread Eric Valette
Package: libpython3.4-minimal
Version: 3.4.3-4
Severity: critical
Justification: breaks unrelated software

Dear Maintainer,

After upgrading to last python 3.4, libreoffice stopped working:


libreoffice /tmp/check.xls
Failed to import the site module
Traceback (most recent call last):
  File /usr/lib/python3.4/site.py, line 586, in module
main()
  File /usr/lib/python3.4/site.py, line 572, in main
known_paths = addusersitepackages(known_paths)
  File /usr/lib/python3.4/site.py, line 287, in addusersitepackages
user_site = getusersitepackages()
  File /usr/lib/python3.4/site.py, line 263, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File /usr/lib/python3.4/site.py, line 253, in getuserbase
USER_BASE = get_config_var('userbase')
  File /usr/lib/python3.4/sysconfig.py, line 597, in get_config_var
return get_config_vars().get(name)
  File /usr/lib/python3.4/sysconfig.py, line 540, in get_config_vars
_init_posix(_CONFIG_VARS)
  File /usr/lib/python3.4/sysconfig.py, line 412, in _init_posix
from _sysconfigdata import build_time_vars
  File /usr/lib/python3.4/_sysconfigdata.py, line 6, in module
from _sysconfigdata_m import *
ImportError: No module named '_sysconfigdata_m'

As a kludge, I did

cd /usr/lib/python3.4
ln -s plat-x86_64-linux-gnu/_sysconfigdata_m.py .

And it started working again

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

Kernel: Linux 4.0.0 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages libpython3.4-minimal depends on:
ii  libc6  2.21-0experimental0
pn  libssl1.0.0none
ii  multiarch-support  2.21-0experimental0

Versions of packages libpython3.4-minimal recommends:
ii  libpython3.4-stdlib  3.4.3-4

libpython3.4-minimal suggests no packages.

-- no debconf information


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



Bug#783820: Acknowledgement (gnome-menus: triggers and then maintainer scripts fail)

2015-04-30 Thread Christoph Anton Mitterer
Control: notfound 3.4.2-5
Control: found 3.4.3-4

I've just downgraded to 3.4.2-5 and that makes to issues go away.


smime.p7s
Description: S/MIME cryptographic signature


Processed: merge python3.4 duplicates

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 783820 libpython3.4-minimal
Bug #783820 [python3.4] ImportError: No module named '_sysconfigdata_m' crashes 
arbitrary programs
Bug reassigned from package 'python3.4' to 'libpython3.4-minimal'.
Ignoring request to alter found versions of bug #783820 to the same values 
previously set
Ignoring request to alter fixed versions of bug #783820 to the same values 
previously set
 forcemerge 783787 783820 783834
Bug #783787 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: upgrade fails; ImportError: No module named '_sysconfigdata_m'
Bug #783791 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
ImportError: No module named '_sysconfigdata_m'
Bug #783802 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: Fails to upgrade with a python error
Bug #783820 [libpython3.4-minimal] ImportError: No module named 
'_sysconfigdata_m' crashes arbitrary programs
Severity set to 'serious' from 'critical'
Marked Bug as done
Removed indication that 783820 affects gnome-menu and libreoffice
Added indication that 783820 affects devscripts,gnome-menus
Marked as fixed in versions python3.4/3.4.3-5.
Marked as found in versions python3.4/3.4.3-4.
Bug #783834 [libpython3.4-minimal] libpython3.4-minimal: breaks libreoffice
Severity set to 'serious' from 'critical'
Marked Bug as done
Added indication that 783834 affects devscripts,gnome-menus
Marked as fixed in versions python3.4/3.4.3-5.
Bug #783791 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
ImportError: No module named '_sysconfigdata_m'
Bug #783802 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: Fails to upgrade with a python error
Merged 783787 783791 783802 783820 783834
 thanks
Stopping processing here.

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


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



Processed: Re: Bug#783820: Acknowledgement (gnome-menus: triggers and then maintainer scripts fail)

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 783820 3.4.2-5
Bug #783820 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
ImportError: No module named '_sysconfigdata_m' crashes arbitrary programs
Bug #783787 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: upgrade fails; ImportError: No module named '_sysconfigdata_m'
Bug #783791 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
ImportError: No module named '_sysconfigdata_m'
Bug #783802 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: Fails to upgrade with a python error
Bug #783834 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
libpython3.4-minimal: breaks libreoffice
Ignoring request to alter found versions of bug #783820 to the same values 
previously set
Ignoring request to alter found versions of bug #783787 to the same values 
previously set
Ignoring request to alter found versions of bug #783791 to the same values 
previously set
Ignoring request to alter found versions of bug #783802 to the same values 
previously set
Ignoring request to alter found versions of bug #783834 to the same values 
previously set
 found 783820 3.4.3-4
Bug #783820 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
ImportError: No module named '_sysconfigdata_m' crashes arbitrary programs
Bug #783787 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: upgrade fails; ImportError: No module named '_sysconfigdata_m'
Bug #783791 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
ImportError: No module named '_sysconfigdata_m'
Bug #783802 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
devscripts: Fails to upgrade with a python error
Bug #783834 {Done: Matthias Klose d...@debian.org} [libpython3.4-minimal] 
libpython3.4-minimal: breaks libreoffice
Ignoring request to alter found versions of bug #783820 to the same values 
previously set
Ignoring request to alter found versions of bug #783787 to the same values 
previously set
Ignoring request to alter found versions of bug #783791 to the same values 
previously set
Ignoring request to alter found versions of bug #783802 to the same values 
previously set
Ignoring request to alter found versions of bug #783834 to the same values 
previously set
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
783787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783787
783791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783791
783802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783802
783820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783820
783834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783834
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#783821: libgphoto2-dev: no longer ships gphoto2-{, port-}config which breaks FindGphoto2.cmake

2015-04-30 Thread hpfn
reassign 783821 darktable
tag 783821 + serious


Hi,

These scripts are obsolete.

Can you use pkg-config ? If not, I package them again.


regards,
Herbert


On Thu, 30 Apr 2015 15:54:51 +0200 Emilio Pozuelo Monfort po...@debian.org 
wrote:
 Package: libgphoto2-dev
 Version: 2.5.7-1
 Severity: serious
 
 Your package stopped shipping gphoto2-config and gphoto2-port-config
 in 2.5.7-1 (see #689083) which breaks FindGphoto2.cmake from at least
 darktable and kdelibs5-dev, making packages FTBFS (darktable and kamera).
 
 https://buildd.debian.org/status/fetch.php?pkg=darktablearch=amd64ver=1.4.2-1%2Bb4stamp=1430380146
 https://buildd.debian.org/status/fetch.php?pkg=kameraarch=amd64ver=4%3A4.14.2-1%2Bb1stamp=1430381037
 
 Please either ship those files again, or reassign this bug to the affected
 packages, preferably with patches, so they work without those -config
 scripts.
 
 This is blocking the libgphoto2-port12 transition, FWIW.
 
 Cheers,
 Emilio
 
 



-- 
Herbert Parentes Fortes Neto (hpfn)


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



Processed: closing 740911

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 740911
Bug #740911 [evolution-data-server] WebDAV: Evolution sends invalid REV field, 
DAViCal expects timestamp
Marked Bug as done
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
740911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740911
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 (with 1 errors): Re: libgphoto2-dev: no longer ships gphoto2-{, port-}config which breaks FindGphoto2.cmake

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 783821 darktable
Bug #783821 [darktable] libgphoto2-dev: no longer ships gphoto2-{, port-}config 
which breaks FindGphoto2.cmake
Ignoring request to reassign bug #783821 to the same package
 tag 783821 + serious
Unknown tag/s: serious.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n newcomer etch etch-ignore 
lenny lenny-ignore squeeze squeeze-ignore wheezy wheezy-ignore jessie 
jessie-ignore stretch stretch-ignore buster buster-ignore.

Bug #783821 [darktable] libgphoto2-dev: no longer ships gphoto2-{, port-}config 
which breaks FindGphoto2.cmake
Requested to add no tags; doing nothing.
 thanks
Stopping processing here.

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


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



Processed: Re: Bug#783838: blender: FTBFS in Jessie

2015-04-30 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 serious
Bug #783838 [src:blender] blender: FTBFS in Jessie
Severity set to 'serious' from 'normal'
 fixed -1 2.74+dfsg0-1
Bug #783838 [src:blender] blender: FTBFS in Jessie
Marked as fixed in versions blender/2.74+dfsg0-1.

-- 
783838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783838
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 (with 6 errors): Re: libgphoto2-dev: no longer ships gphoto2-{, port-}config which breaks FindGphoto2.cmake

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 783821 darktable
Bug #783821 [libgphoto2-dev] libgphoto2-dev: no longer ships gphoto2-{, 
port-}config which breaks FindGphoto2.cmake
Bug reassigned from package 'libgphoto2-dev' to 'darktable'.
No longer marked as found in versions libgphoto2/2.5.7-1.
Ignoring request to alter fixed versions of bug #783821 to the same values 
previously set
 tag 783821 + serious
Unknown tag/s: serious.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n newcomer etch etch-ignore 
lenny lenny-ignore squeeze squeeze-ignore wheezy wheezy-ignore jessie 
jessie-ignore stretch stretch-ignore buster buster-ignore.

Bug #783821 [darktable] libgphoto2-dev: no longer ships gphoto2-{, port-}config 
which breaks FindGphoto2.cmake
Requested to add no tags; doing nothing.
 Hi,
Unknown command or malformed arguments to command.
 These scripts are obsolete.
Unknown command or malformed arguments to command.
 Can you use pkg-config ? If not, I package them again.
Unknown command or malformed arguments to command.
 regards,
Unknown command or malformed arguments to command.
 Herbert
Unknown command or malformed arguments to command.
Too many unknown commands, stopping here.

Please contact me if you need assistance.
-- 
783821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783821
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#783842: paraview: FTBFS: no matching function for call to 'min(unsigned int, int)'

2015-04-30 Thread Andreas Cadhalpun
Source: paraview
Version: 4.1.0+dfsg+1
Severity: serious

Dear maintainer,

paraview currently fails to build with the following error:

/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx: 
In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T, 
vtkFreeTypeTools::MetaData)':
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51:
 error: no matching function for call to 'min(unsigned int, int)'
   metaData.descent);
   ^
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51:
 note: candidates are:
In file included from /usr/include/c++/4.9/bits/char_traits.h:39:0,
 from /usr/include/c++/4.9/ios:40,
 from /usr/include/c++/4.9/ostream:38,
 from /usr/include/c++/4.9/iostream:39,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Common/Core/vtkIOStream.h:33,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Common/Core/vtkSystemIncludes.h:36,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/obj-x86_64-linux-gnu/VTK/Common/Core/vtkAtomicInt.h:38,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Common/Core/vtkObjectBase.h:44,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Common/Core/vtkObject.h:42,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.h:27,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:16:
/usr/include/c++/4.9/bits/stl_algobase.h:194:5: note: templateclass _Tp const 
_Tp std::min(const _Tp, const _Tp)
 min(const _Tp __a, const _Tp __b)
 ^
/usr/include/c++/4.9/bits/stl_algobase.h:194:5: note:   template argument 
deduction/substitution failed:
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51:
 note:   deduced conflicting types for parameter 'const _Tp' ('unsigned int' 
and 'int')
   metaData.descent);
   ^
In file included from /usr/include/c++/4.9/bits/char_traits.h:39:0,
 from /usr/include/c++/4.9/ios:40,
 from /usr/include/c++/4.9/ostream:38,
 from /usr/include/c++/4.9/iostream:39,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Common/Core/vtkIOStream.h:33,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Common/Core/vtkSystemIncludes.h:36,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/obj-x86_64-linux-gnu/VTK/Common/Core/vtkAtomicInt.h:38,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Common/Core/vtkObjectBase.h:44,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Common/Core/vtkObject.h:42,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.h:27,
 from 
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:16:
/usr/include/c++/4.9/bits/stl_algobase.h:240:5: note: templateclass _Tp, class 
_Compare const _Tp std::min(const _Tp, const _Tp, _Compare)
 min(const _Tp __a, const _Tp __b, _Compare __comp)
 ^
/usr/include/c++/4.9/bits/stl_algobase.h:240:5: note:   template argument 
deduction/substitution failed:
/tmp/buildd/paraview-4.1.0+dfsg+1/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51:
 note:   deduced conflicting types for parameter 'const _Tp' ('unsigned int' 
and 'int')
   metaData.descent);
   ^

A full build log can be obtained from the reproducibility rebuild [1].

Best regards,
Andreas

1: 
https://reproducible.debian.net/rbuild/unstable/amd64/paraview_4.1.0+dfsg+1-1.rbuild.log


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



Processed: fixing the version

2015-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 783842 4.1.0+dfsg+1-1
Bug #783842 [src:paraview] paraview: FTBFS: no matching function for call to 
'min(unsigned int, int)'
Marked as found in versions paraview/4.1.0+dfsg+1-1.
 notfound 783842 4.1.0+dfsg+1
Bug #783842 [src:paraview] paraview: FTBFS: no matching function for call to 
'min(unsigned int, int)'
The source 'paraview' and version '4.1.0+dfsg+1' do not appear to match any 
binary packages
No longer marked as found in versions paraview/4.1.0+dfsg+1.
 thanks
Stopping processing here.

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