[Bug 1976110] Re: `tmux -d -x ... -y ...` does not respect sizing

2022-06-05 Thread Anthony Sottile
just curious -- will this land in jammy? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1976110 Title: `tmux -d -x ... -y ...` does not respect sizing To manage notifications about this bug go to:

[Bug 1964795] Re: gnome-keyring-daemon crashed with signal 7

2022-06-03 Thread Anthony Sottile
here's my reproduction: - boot ubuntu desktop on arm64 - open gnome-terminal - have an ssh key in ~/.ssh/ - `git clone g...@github.com:asottile/astpretty` # or really any ssh clone I've set up a PPA with the patch and verified it fixes the problem:

[Bug 1976110] Re: `tmux -d -x ... -y ...` does not respect sizing

2022-05-27 Thread Anthony Sottile
I have made a PPA including that patch in case anyone wants to try it out: - source code here: https://github.com/asottile/tmux-jammy - PPA here: https://launchpad.net/~asottile/+archive/ubuntu/tmux-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1976110] [NEW] `tmux -d -x ... -y ...` does not respect sizing

2022-05-27 Thread Anthony Sottile
Public bug reported: source package: https://packages.ubuntu.com/en/source/jammy/tmux this was a bug in tmux 3.2a -- it has since been fixed on tmux master here is my system information: ```console $ dpkg -l | grep tmux ii tmux 3.2a-4build1

[Bug 1875109] Re: regression: splitting panes does not cause a resize in backgrounded tmux

2020-08-22 Thread Anthony Sottile
ok! I've gone through and run the verification now -- looks good! ** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1875109] Re: regression: splitting panes does not cause a resize in backgrounded tmux

2020-05-28 Thread Anthony Sottile
ah right I can see why that's not straightforward -- I was the reporter of the original bug on tmux and the reason I found the bug was due to a failing test case in the test suite of my text editor which uses tmux for integration tests When I upgraded to 20.04 I noticed the same failures and

[Bug 1875109] Re: regression: splitting panes does not cause a resize in backgrounded tmux

2020-05-20 Thread Anthony Sottile
can confirm this is fixed in the proposed version -- thanks! (venv) root@76a706fdb5e0:/babi# apt update -qq && apt install tmux 7 packages can be upgraded. Run 'apt list --upgradable' to see them. Reading package lists... Done Building dependency tree Reading state information... Done The

[Bug 1875109] [NEW] regression: splitting panes does not cause a resize in backgrounded tmux

2020-04-25 Thread Anthony Sottile
Public bug reported: This is the same as this upstream issue: https://github.com/tmux/tmux/issues/1963 (fixed 2019-11-02) this is present in 3.0a-2 for ubuntu focal there is a patch listed here -- alternatively, it looks like this is fixed in 3.1:

[Bug 1851684] [NEW] python3.8-venv should depend on python3-distutils

2019-11-07 Thread Anthony Sottile
Public bug reported: Originally reported here: https://github.com/deadsnakes/issues/issues/97 I'm also surprised to see a package added to LTS so late in the game, is there a change in policy around new packages / feature bumps that I missed? Here's a reproduction using docker: ``` FROM

[Bug 66566]

2019-01-17 Thread Anthony Sottile
this change is really unfortunate -- I just phished myself due to relying on muscle memory that dates back at least 10 years. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/66566 Title: Inconsistent

[Bug 1794589] Re: nodejs-dev conflicts with libcurl4-openssl-dev libssh-dev libssl-dev, causing build failures

2018-10-01 Thread Anthony Sottile
This seems to have been released with this breakage in 8.10.0~dfsg- 2ubuntu0.3: # apt-cache show nodejs | grep -Eo '(Version: .*$|libssl[^ ]*)' Version: 8.10.0~dfsg-2ubuntu0.3 libssl1.0.0 Version: 8.10.0~dfsg-2ubuntu0.2 libssl1.1 Version: 8.10.0~dfsg-2 libssl1.1 -- You received this bug

[Bug 1794589] Re: nodejs-dev conflicts with libcurl4-openssl-dev libssh-dev libssl-dev, causing build failures

2018-10-01 Thread Anthony Sottile
The workaround in my case is to: apt install \ nodejs=8.10.0~dfsg-2ubuntu0.2 nodejs-dev=8.10.0~dfsg-2ubuntu0.2 \ npm \ libssl-dev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794589

[Bug 1768644] Re: PY_CFLAGS contains reference to -specs=/usr/share/dpkg/no-pie-compile.specs

2018-09-13 Thread Anthony Sottile
Confirmed fixed: (venv) root@99e4d04174a9:/# pip install ujson Collecting ujson Using cached https://files.pythonhosted.org/packages/16/c4/79f3409bc710559015464e5f49b9879430d8f87498ecdc335899732e5377/ujson-1.35.tar.gz Building wheels for collected packages: ujson Running setup.py bdist_wheel

[Bug 1768644] Re: PY_CFLAGS contains reference to -specs=/usr/share/dpkg/no-pie-compile.specs

2018-05-23 Thread Anthony Sottile
Any ETA on when this'll land for bionic? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768644 Title: PY_CFLAGS contains reference to -specs=/usr/share/dpkg/no-pie- compile.specs To manage

[Bug 1768644] [NEW] PY_CFLAGS contains reference to -specs=/usr/share/dpkg/no-pie-compile.specs

2018-05-02 Thread Anthony Sottile
Public bug reported: Minimal reproduction (docker): FROM ubuntu:bionic RUN apt-get update && \ apt-get install -y --no-install-recommends gcc python-dev virtualenv && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN virtualenv /venv -ppython3 && \ /venv/bin/pip install ujson

[Bug 1655220] [NEW] Test failure: test_venv

2017-01-09 Thread Anthony Sottile
Public bug reported: ``` $ python3.5 -m test test_venv [1/1] test_venv test test_venv failed -- Traceback (most recent call last): File "/usr/lib/python3.5/test/test_venv.py", line 407, in test_with_pip self.assertEqual(err.rstrip(), "") AssertionError: 'Traceback (most recent call last):\n

[Bug 1655200] [NEW] Test failure: test_platform

2017-01-09 Thread Anthony Sottile
Public bug reported: ``` # python3.6 -m test test_platform -v == CPython 3.6.0 (default, Dec 29 2016, 04:29:02) [GCC 6.2.1 20161215] == Linux-4.4.0-57-generic-x86_64-with-Ubuntu-17.04-zesty little-endian == hash algorithm: siphash24 64bit == cwd: /tmp/test_python_410 == encodings:

[Bug 1631367] Re: Error in sys.excepthook: ModuleNotFoundError: No module named 'apt_pkg'

2017-01-09 Thread Anthony Sottile
I did some digging into this here: https://bitbucket.org/fkpackaging /deadsnakes-issues/issues/39/looking-for-a-new- maintainer#comment-33484057 The "default" python in zesty is python3.5, since python3.6 is a non- default python, it should install dist-packages into /usr/lib/python3.6