Bug#822062: hugin: "Align" causes assert "(argtype & (wxFormatStringSpecifier::value)) == … in wx/strvararg.h(456)

2016-11-14 Thread linuxproc...@free.fr
Package: hugin
Version: 2016.2.0~rc2+dfsg-2
Followup-For: Bug #822062

Dear Maintainer,

I can confirm that the problem described in #822062 still exists (I got exactly
the same use case / same result).
I also cannot use hugin whitout this functionality.

Regards



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

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages hugin depends on:
ii  enblend   4.2-2
ii  enfuse4.2-2
ii  hugin-tools   2016.2.0~rc2+dfsg-2
ii  libc6 2.24-5
ii  libexiv2-14   0.25-3
ii  libfftw3-double3  3.3.5-1
ii  libgcc1   1:6.2.0-10
ii  libgl1-mesa-glx [libgl1]  12.0.3-3
ii  libglew2.02.0.0-3
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libgomp1  6.2.0-10
ii  libimage-exiftool-perl10.25-1
ii  liblcms2-22.7-1
ii  libpano13-3   2.9.19+dfsg-2+b1
ii  libsqlite3-0  3.15.0-1
ii  libstdc++66.2.0-10
ii  libtiff5  4.0.6-3
ii  libvigraimpex61.10.0+git20160211.167be93+dfsg-2+b1
ii  libwxbase3.0-0v5  3.0.2+dfsg-2
ii  libwxgtk3.0-0v5   3.0.2+dfsg-2
ii  make  4.1-9

hugin recommends no packages.

hugin suggests no packages.

-- no debconf information



Bug#712721: python2.7-minimal: Configure package fails : Setting up python2.7-minimal (2.7.5-5) ... sed: invalid option -- 'v'

2013-06-18 Thread linuxproc...@free.fr
Package: python2.7-minimal
Version: 2.7.5-5
Severity: important

Dear Maintainer,

There is my sources.list :

deb http://ftp.fr.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main
deb http://backports.debian.org/debian-backports squeeze-backports main

When I upgrade mu system, it fails to configure python :

# LANG=C aptitude upgrade
Resolving dependencies...
The following partially installed packages will be configured:
  python2.7 python2.7-minimal
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Setting up python2.7-minimal (2.7.5-5) ...
# Empty sitecustomize.py to avoid a dangling symlink
sed: invalid option -- 'v'
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...

  -n, --quiet, --silent
 suppress automatic printing of pattern space
  -e script, --expression=script
 add the script to the commands to be executed
  -f script-file, --file=script-file
 add the contents of script-file to the commands to be
executed
  --follow-symlinks
 follow symlinks when processing in place
  -i[SUFFIX], --in-place[=SUFFIX]
 edit files in place (makes backup if SUFFIX supplied)
  -l N, --line-length=N
 specify the desired line-wrap length for the `l' command
  --posix
 disable all GNU extensions.
  -r, --regexp-extended
 use extended regular expressions in the script.
  -s, --separate
 consider files as separate rather than as a single
continuous
 long stream.
  -u, --unbuffered
 load minimal amounts of data from the input files and
flush
 the output buffers more often
  -z, --null-data
 separate lines by NUL characters
  --help display this help and exit
  --version  output version information and exit

If no -e, --expression, -f, or --file option is given, then the first
non-option argument is taken as the sed script to interpret.  All
remaining arguments are names of input files; if no input files are
specified, then the standard input is read.

GNU sed home page: http://www.gnu.org/software/sed/.
General help using GNU software: http://www.gnu.org/gethelp/.
dpkg: error processing python2.7-minimal (--configure):
 subprocess installed post-installation script returned error exit status 4
dpkg: dependency problems prevent configuration of python2.7:
 python2.7 depends on python2.7-minimal (= 2.7.5-5); however:
  Package python2.7-minimal is not configured yet.

dpkg: error processing python2.7 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.7-minimal
 python2.7
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up python2.7-minimal (2.7.5-5) ...
# Empty sitecustomize.py to avoid a dangling symlink
sed: invalid option -- 'v'
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...

  -n, --quiet, --silent
 suppress automatic printing of pattern space
  -e script, --expression=script
 add the script to the commands to be executed
  -f script-file, --file=script-file
 add the contents of script-file to the commands to be
executed
  --follow-symlinks
 follow symlinks when processing in place
  -i[SUFFIX], --in-place[=SUFFIX]
 edit files in place (makes backup if SUFFIX supplied)
  -l N, --line-length=N
 specify the desired line-wrap length for the `l' command
  --posix
 disable all GNU extensions.
  -r, --regexp-extended
 use extended regular expressions in the script.
  -s, --separate
 consider files as separate rather than as a single
continuous
 long stream.
  -u, --unbuffered
 load minimal amounts of data from the input files and
flush
 the output buffers more often
  -z, --null-data
 separate lines by NUL characters
  --help display this help and exit
  --version  output version information and exit

If no -e, --expression, -f, or --file option is given, then the first
non-option argument is taken as the sed script to interpret.  All
remaining arguments are names of input files; if no input files are
specified, then the standard input is read.

GNU sed home page: