Package: python3.3
Version: 3.3.0~b1-3
Severity: normal

Something apparently went wrong with the package split and/or
multiarch conversion going from 3.2 to 3.3.

$ python3.3 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_config_vars('LIBPL'))"
Traceback (most recent call last):
  File "/usr/lib/python3.3/distutils/sysconfig.py", line 433, in _init_posix
    parse_makefile(filename, g)
  File "/usr/lib/python3.3/distutils/sysconfig.py", line 302, in parse_makefile
    fp = TextFile(fn, strip_comments=1, skip_blanks=1, join_lines=1, 
errors="surrogateescape")
  File "/usr/lib/python3.3/distutils/text_file.py", line 100, in __init__
    self.open(filename)
  File "/usr/lib/python3.3/distutils/text_file.py", line 115, in open
    self.file = io.open(self.filename, 'r', errors=self.errors)
FileNotFoundError: [Errno 2] No such file or directory: 
'/usr/lib/python3.3/config-3.3m/Makefile'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.3/distutils/sysconfig.py", line 547, in get_config_vars
    func()
  File "/usr/lib/python3.3/distutils/sysconfig.py", line 439, in _init_posix
    raise DistutilsPlatformError(my_msg)
distutils.errors.DistutilsPlatformError: invalid Python installation: unable to 
open /usr/lib/python3.3/config-3.3m/Makefile (No such file or directory)


Expected:

$ python3.2 -c "import distutils.sysconfig; 
print(distutils.sysconfig.get_config_vars('LIBPL'))"
['/usr/lib/python3.2/config-3.2mu']


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (101, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-2-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

Versions of packages python3.3 depends on:
ii  libpython3.3-stdlib  3.3.0~b1-3
ii  mime-support         3.52-1
ii  python3.3-minimal    3.3.0~b1-3

python3.3 recommends no packages.

Versions of packages python3.3 suggests:
ii  binutils       2.22-6.1
pn  python3.3-doc  <none>

-- no debconf information


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

Reply via email to