[Bug 1974456] Re: regression: apt.postint fails if never previously configured

2022-05-23 Thread David Röthlisberger
P.S. I have worked around this in my build system (by creating an empty executable script at the location that apt.postinst is expecting before I call dpkg --configure) so I'm not worried. When I reported this I didn't realise it wouldn't affect debootstrap. -- You received this bug notification

[Bug 1974456] Re: regression: apt.postint fails if never previously configured

2022-05-23 Thread David Röthlisberger
> Which tool were you using to bootstrap your system? My own build system (which I wrote about for LWN: https://lwn.net/Articles/821367/ ). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1974456

[Bug 1968154] Re: Only keep 2 kernels

2022-05-20 Thread David Röthlisberger
Raised #1974456. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968154 Title: Only keep 2 kernels To manage notifications about this bug go to:

[Bug 1974456] [NEW] regression: apt.postint fails if never previously configured

2022-05-20 Thread David Röthlisberger
Public bug reported: #1968154 removed `/etc/kernel/postinst.d/apt-auto-removal` in this patch: https://git.launchpad.net/ubuntu/+source/apt/commit/?id=f9d2d993687c0d5223c241956ef6a0aabcf15bf0 ...but `apt.postinst` still tries to run it: # create kernel autoremoval blacklist on update if

[Bug 1968154] Re: Only keep 2 kernels

2022-05-20 Thread David Röthlisberger
This is causing me trouble building a focal (20.04) userspace from scratch: $ dpkg --configure -a [...] Setting up apt (2.0.8) ... /var/lib/dpkg/info/apt.postinst: 65: /etc/kernel/postinst.d/apt-auto-removal: not found dpkg: error processing package apt (--configure):

[Bug 1822066] Re: python-libcec installs to /usr/lib/python2.7.15rc1/dist-packages which isn't on python import path

2019-03-28 Thread David Röthlisberger
Note that there's a different bug that also prevents you from importing `cec`: https://bugs.launchpad.net/ubuntu/+source/libcec/+bug/1805620 But this one is newer, I suppose it was introduced in the 7 Feb 2019 rebuild: > libcec (4.0.2+dfsg1-2ubuntu1.1) bionic-proposed; urgency=medium > > *

[Bug 1822066] [NEW] python-libcec installs to /usr/lib/python2.7.15rc1/dist-packages which isn't on python import path

2019-03-28 Thread David Röthlisberger
Public bug reported: python-libcec installs to /usr/lib/python2.7.15rc1/dist-packages. It should be /usr/lib/python2.7/dist-packages. The latter is on python's default import search path, the former is not. $ lsb_release -rd Description:Ubuntu 18.04.2 LTS Release:18.04

[Bug 1822066] Re: python-libcec installs to /usr/lib/python2.7.15rc1/dist-packages which isn't on python import path

2019-03-28 Thread David Röthlisberger
This doesn't affect 16.04. It does affect 18.04 and 18.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822066 Title: python-libcec installs to /usr/lib/python2.7.15rc1/dist-packages which

[Bug 1533043] Re: AUFS can hang up; Please update to v20160111

2016-02-08 Thread David Röthlisberger
@rhansen: according to [1] the testcase is: docker run -it --rm akihirosuda/test18180 (The above will hang forever with the bad kernel.) @brad-figg: I confirm that 3.13.0-77 fails the above test, and that 3.13.0-78 passes. I also have a private testcase that was triggering this bug 1/8

[Bug 1306991] Re: pip stops with ImportError for request-Modul

2015-09-10 Thread David Röthlisberger
On my Ubuntu 15.04 system, the system-supplied pip (`apt install python- pip`, v1.5.6) works correctly with the system-supplied requests (python- requests -- v2.4.3 -- it's a dependency of python-pip). Then after installing a package with pip (in my case `pip install --user jira`) it installed a