Your message dated Tue, 10 Jan 2023 21:20:02 +0000
with message-id <[email protected]>
and subject line Bug#1028419: Removed package(s) from unstable
has caused the Debian Bug report #998739,
regarding python3.9: sysconfig should return /dist-packages as platlib
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.)


-- 
998739: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998739
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3.9
Version: 3.9.7-4
Severity: normal

Hello,

In sys.path:

>>> sys.path
['', '/usr/lib/python39.zip', '/usr/lib/python3.9', 
'/usr/lib/python3.9/lib-dynload', 
'/home/samy/.local/lib/python3.9/site-packages', 
'/usr/local/lib/python3.9/dist-packages', '/usr/lib/python3/dist-packages', 
'/usr/lib/python3.9/dist-packages']

We can see /usr/local/lib/python3.9/dist-packages, but AIUI,
'dist-packages' is meant only for distribution-provided python packages,
which /usr/local is definitely not about. And indeed, when installing
some python library with the usual python3 setup.py build / install
process (e.g. from upstream speech-dispatcher source), the python
modules are going to /usr/local/lib/python3.9/site-packages, and not
dist-packages.

And thus the just-installed python modules are not getting found, and
people are confused since they did run python3 setup.py properly.


So it seems that sys.path should be fixed into:

>>> sys.path
['', '/usr/lib/python39.zip', '/usr/lib/python3.9', 
'/usr/lib/python3.9/lib-dynload', 
'/home/samy/.local/lib/python3.9/site-packages', 
'/usr/local/lib/python3.9/site-packages', '/usr/lib/python3/dist-packages', 
'/usr/lib/python3.9/dist-packages']

?

Samuel

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'proposed-updates-debug'), (500, 'proposed-updates'), (500, 
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 
'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.14.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3.9 depends on:
ii  libpython3.9-stdlib  3.9.7-4
ii  media-types          4.0.0
ii  mime-support         3.66
ii  python3.9-minimal    3.9.7-4

python3.9 recommends no packages.

Versions of packages python3.9 suggests:
ii  binutils        2.37-7
pn  python3.9-doc   <none>
ii  python3.9-venv  3.9.7-4

-- no debconf information

-- 
Samuel
       La  fonction  memfrob() crypte les n premiers octets de la
       zone de mémoire  s  en  effectuant  un  OU-exclusif  entre
       chaque  octet  et le nombre 42.
(extrait de la page de man de memfrob -- Manuel du programmeur Linux)

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

Dear submitter,

as the package python3.9 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/1028419

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

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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