Your message dated Wed, 31 Oct 2018 06:09:18 +0000
with message-id <[email protected]>
and subject line Bug#909748: Removed package(s) from unstable
has caused the Debian Bug report #838323,
regarding sysconfig.get_path('purelib') points to site-packages directory
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.)


-- 
838323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838323
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpython3.5-minimal
Version: 3.5.2-5
Severity: normal

Sysconfig module points to site-packages directory instead of
dist-package if compared to distutils.sysconfig. If someone uses
Automake to build/install python extensions (e.g. like hamlib2 does)
then the python module will go to the wrong directory (as Automake uses
sysconfig instead of distuitls.sysconfig by default). See the following
log:

======== CUT ======
$ python3
Python 3.5.2+ (default, Sep 10 2016, 10:24:58) 
[GCC 6.2.0 20160901] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig.get_path('purelib')
'/usr/lib/python3.5/site-packages'
>>> from distutils import sysconfig
>>> sysconfig.get_python_lib(0, 0)
'/usr/lib/python3/dist-packages'
======== CUT =====

-- 
With best wishes
Dmitry


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

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages libpython3.5-minimal depends on:
ii  libc6        2.23-5
ii  libssl1.0.2  1.0.2h-1

Versions of packages libpython3.5-minimal recommends:
ii  libpython3.5-stdlib  3.5.2-5

libpython3.5-minimal suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 3.5.6-1+rm

Dear submitter,

as the package python3.5 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/909748

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to