Sounds like a mirror issue.
** Changed in: python3-defaults (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2003644
Title:
** Package changed: python3-defaults (Ubuntu) => python3.10 (Ubuntu)
** Also affects: python3.10 (Ubuntu Kinetic)
Importance: Undecided
Status: New
** Also affects: python3.10 (Ubuntu Jammy)
Importance: Undecided
Status: New
** Changed in: python3.10 (Ubuntu)
Status: N
LGTM, approved.
** Changed in: lxc (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1967620
Title:
[FFe] LXC 5.0 LTS
Status in lxc pac
** Also affects: eric (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1957199
Title:
package python3 3.8.2-0ub
eric should have been upgraded before python3.8 configured
The old eric was not compatible with python3.8.
Either way, the failed byte-compilation of that file shouldn't have
crashed the postinst.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, wh
I'm afraid I can't walk you through resolving a broken upgrade in a bug
report, it's just not the best medium for the job. Nor can I see a
troubleshooting guide that I can recommend.
The process is that you need to complete the apt upgrade. Usually this
involves something like:
# dpkg --configure
What was the dpkg state of ibus-hangul?
It sounds like it wasn't installed, but the rtupdate file still existed
on disk.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/b
Given the inconsistency, marking as invalid. Unless that was caused by
something in the archive, there's not much we can do here.
** Changed in: python3-defaults (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages,
)
Status: New => In Progress
** Changed in: dh-python (Ubuntu)
Assignee: (unassigned) => Stefano Rivera (stefanor)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.ne
Yes, it's required. My fix was resolving the python-pip FTBFS you
reported with that patch.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1960608
Title:
python-pip >= 2
python3.10 was fixed in 3.10.2-4, which is in the release pocket.
** Changed in: python3.10 (Ubuntu)
Status: Fix Committed => Fix Released
** Changed in: python-pip (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch
pip was fixed by fixing python3.10 and dh-python.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1960608
Title:
python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtes
** Changed in: dh-python (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1940405
Title:
Sync dh-python 4.20201102+nmu1 (univer
I can't tell what happened from this bug, but let's assume it was
resolved.
** Changed in: dh-python (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.
** Changed in: dh-python (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1877626
Title:
new upstream version
Status
This is resolved in dh-python 5.20211016.
** Changed in: dh-python (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1899288
Please can you describe how to reproduce this bug?
** Changed in: dh-python (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/175814
Sounds like python3.4 was uninstalled.
** Changed in: dh-python (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1648820
Title:
> Or maybe set PYTHONWARNINGS=ignore in the environment during the
upgrade?
That sounds more like it. Wouldn't we want to see these in other
situations?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
htt
Hrm, not sure how that happened, the prerm script says:
if which py3clean >/dev/null 2>&1; then
py3clean -p dh-python
else
dpkg -L dh-python | perl -ne 's,/([^/]*)\.py$,/__pycache__/\1.*, or
next; unlink $_ or die $! foreach glob($_)'
find /usr/lib/python3/dist-packages/
Fixed in dh-python in 3.20180927.
** Changed in: dh-python (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1794229
Title:
pyt
I'd argue that the issue here is that "Requires: gi.repository.GLib" is
incorrect. There is no such package on PyPI, so the requirement will
never be satisfied.
Using pydist overrides, as you've done in pasaffe, seems reasonable.
** Changed in: dh-python (Ubuntu)
Status: New => Invalid
--
I assume you mean commit cde02a32cd1b51cf7d07828edca0be61458e0eee.
dh-python 20211016 means jammy or later.
Python 3.3 predates Ubuntu 14.04, so that doesn't seem to be too much of
an issue.
Python 2.7 was removed after 22.10, so this bug would only really
relevant to jammy. Does this cause any
> I do think the test case given in the bug report seems contrived. A
number of packages are necessarily installed using apt to set up the
environment; but then setuptools is specifically pulled from pip instead
of from the Ubuntu archive? Why? Is there a test case that can be used
to demonstrate t
The scenario I can think of is that you want to install some Python
thing in a virtualenv, that depends on both recent setuptools, and some
library that Debian provides but isn't trivially installed in a
virtualenv. It's not a common scenario, but I can imagine it.
--
You received this bug notifi
Seeing exactly the same symptoms on a machine upgraded to 22.04, with
wayland. Definitely seems suspend-related, but I haven't figured out
what the problem is, yet.
** Changed in: gnome-shell (Ubuntu)
Status: Incomplete => Confirmed
** Changed in: systemd (Ubuntu)
Status: Incomplete
This bug was fixed in the package dh-python - 5.20220923
---
dh-python (5.20220923) unstable; urgency=medium
[ Stefano Rivera ]
* Run Python test suite with nose2. (closes: 1018338)
* Don't attempt to diff static libs (.a), thanks Nick Rosbrook.
(closes: 10
First: How do we reproduce the error? That'd be the best way to dig
deeper.
Second: libffi doesn't build against cffi.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libffi in Ubuntu.
https://bugs.launchpad.net/bugs/1912535
Dug around on errors.ubuntu.com and found some examples:
https://errors.ubuntu.com/problem/2927dbb958eff4c58515acaca3ed657506e33ed8
This is a user who installed the jack library by hand into
.local/lib/python3.8/site-packages
So, I think we can ignore that one.
https://errors.ubuntu.com/problem/
I'd suspect a local python-cffi more than a local jack. The jack module
doesn't involve any built bits.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libffi in Ubuntu.
https://bugs.launchpad.net/bugs/1912535
Title:
[SRU]
** Changed in: python-cffi (Ubuntu Groovy)
Status: New => Incomplete
** Changed in: libffi (Ubuntu Groovy)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libffi in Ubuntu.
https://bugs
Sorry, didn't close this in the changelog, but this was fixed in
6.20230813
** Changed in: dh-python (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dh-python in Ubuntu.
https://bug
It sounds very much like you hadn't completed your upgrade. This was
just an action that was making the next steps of upgrade happen. Nothing
to do with python3-venv itself.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pyth
** Package changed: python3-defaults (Ubuntu) => update-manager (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2085021
Title:
apt install python3-venv re
I swear I've seen this bug filed somewhere else before, but I can't find
it.
The turtle module would not be a good fit in python3-tk. The rigth thing
to do here is to just emit a more helpful error message.
** Package changed: python3-defaults (Ubuntu) => python3.13 (Ubuntu)
--
You received thi
** Package changed: python3-defaults (Ubuntu) => rhythmbox-plugin-
alternative-toolbar (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2107276
Title:
inva
Sorry, don't see any bug here.
** Changed in: python3-defaults (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2100775
Title:
> then installs the arm64 python which I can't run on my machine because
it is a amd64 computer.
You can run it if you have qemu-user-static installed. But yes, the
simplest is to make sure that you keep python3:amd64 by requesting
python3:amd64 on the apt command line.
--
You received this bug
The issue may be in your apt sources, or in packages you already have
installed in that docker base system.
In a minimal environment, with these sources:
deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu noble main universe
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports noble main uni
I don't disgaree that apt is making bad decisions, however:
A: You have enabled a foreign arch that you can't execute binaries for. Expect
to have to toe a fine line here. You can't install anything that wants to
execute anything in a postinst.
B: Nothing here is a bug in python3-defaults.
--
Can't reproduce any issue here.
The two libpulse-dev packages are comfortably co-installable, without
Python getting in the way at all:
libpulse-dev:arm64 is already the newest version (1:16.1+dfsg1-2ubuntu10.1).
libpulse-dev is already the newest version (1:16.1+dfsg1-2ubuntu10.1).
Something el
It looks like your system is in a somewhat broken state, but the thing
that broke it isn't in this bug.
> error running python rtupdate hook apt-xapian-index
The python3 update is trying to update the byte-compilation for apt-
xapian-index, because the file /usr/share/python3/runtime.d/apt-xapian
42 matches
Mail list logo