Your message dated Tue, 19 May 2015 08:49:55 +0200
with message-id <555add13.2000...@debian.org>
and subject line Re: Bug#785667: python3.5: IndentationError (IN.py, line 806)
has caused the Debian Bug report #785667,
regarding python3.5: IndentationError (IN.py, line 806)
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.)
--
785667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3.5
Version: 3.5.0~a4-3
Severity: grave
Justification: renders package unusable
Configuring python3.5 consistently fails with a strange error:
Setting up python3.5 (3.5.0~a4-3) ...
Sorry: IndentationError: too many levels of indentation (IN.py, line 806)
dpkg: error processing package python3.5 (--configure):
subprocess installed post-installation script returned error exit status 1
strace confirms that it is picking up the standard IN.py from
/usr/lib/python3.5/plat-*, which reads
# ...
def htons(x): return (x)
def ntohl(x): return __bswap_32 (x)
def ntohs(x): return __bswap_16 (x)
def htonl(x): return __bswap_32 (x) # line 806
def htons(x): return __bswap_16 (x)
def IN6_IS_ADDR_UNSPECIFIED(a): return \
# ...
Could you please take a look, and let me know whether you need
anything else from me?
Thanks!
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.0.0-1-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 python3.5 depends on:
ii libpython3.5-stdlib 3.5.0~a4-3
ii mime-support 3.58
ii python3.5-minimal 3.5.0~a4-3
python3.5 recommends no packages.
Versions of packages python3.5 suggests:
ii binutils 2.25-7
ii python3.5-doc 3.5.0~a4-3
iu python3.5-venv 3.5.0~a4-3
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.5.0~a4-4
On 05/19/2015 12:21 AM, Aaron M. Ucko wrote:
> Package: python3.5
> Version: 3.5.0~a4-3
> Severity: grave
> Justification: renders package unusable
>
> Configuring python3.5 consistently fails with a strange error:
>
> Setting up python3.5 (3.5.0~a4-3) ...
> Sorry: IndentationError: too many levels of indentation (IN.py, line 806)
> dpkg: error processing package python3.5 (--configure):
> subprocess installed post-installation script returned error exit status 1
>
> strace confirms that it is picking up the standard IN.py from
> /usr/lib/python3.5/plat-*, which reads
already addressed.
--- End Message ---