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


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

Reply via email to