Your message dated Wed, 19 Jun 2013 00:22:36 +0200 with message-id <[email protected]> and subject line Re: Bug#712721: python2.7-minimal: Configure package fails : Setting up python2.7-minimal (2.7.5-5) ... sed: invalid option -- 'v' has caused the Debian Bug report #712721, regarding python2.7-minimal: Configure package fails : Setting up python2.7-minimal (2.7.5-5) ... sed: invalid option -- 'v' 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 [email protected] immediately.) -- 712721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712721 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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: <http://www.gnu.org/software/sed/>. General help using GNU software: <http://www.gnu.org/gethelp/>. dpkg-query: error: error writing to '<standard output>': Broken pipe 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 -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-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 Versions of packages python2.7-minimal depends on: ii libc6 2.17-3 ii libgcc1 1:4.8.1-2 ii libpython2.7-minimal 2.7.5-5 ii zlib1g 1:1.2.8.dfsg-1 Versions of packages python2.7-minimal recommends: iu python2.7 2.7.5-5 Versions of packages python2.7-minimal suggests: ii binfmt-support 2.0.15 -- no debconf information
--- End Message ---
--- Begin Message ---Version: 2.7.5-6 Am 18.06.2013 21:40, schrieb [email protected]: > 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' fixed in -6.
--- End Message ---

