[Bug 2039957] Re: rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read hangs

2024-05-28 Thread Launchpad Bug Tracker
This bug was fixed in the package rmlint - 2.10.2-0ubuntu1 --- rmlint (2.10.2-0ubuntu1) oracular; urgency=medium * New upstream release (LP: #2039957) * d/rules: exclude jquery-fix.js from dh_sphinxdoc -prmlint-doc call * Drop patches applied upstream and refresh remaining

[Bug 2039957] Re: rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read hangs

2024-05-28 Thread Benjamin Drung
** Changed in: rmlint (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2039957 Title: rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read

[Bug 2039957] Re: rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read hangs

2024-05-24 Thread Benjamin Drung
Cherry-picking https://github.com/sahib/rmlint/pull/557 is not enough. I am going to package 2.10.2 instead of bisecting the additional needed commit(s). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2039957] Re: rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read hangs

2024-05-23 Thread Benjamin Drung
It looks like the called binary is hanging. Since `Popen.communicate()` is called without `timeout` set, it will wait forever to exit. Upstream has a fix for a hanging case: https://github.com/sahib/rmlint/pull/557 I am currently testing if that will fix the hang in our case. -- You received

[Bug 2039957] Re: rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read hangs

2024-05-14 Thread Steve Langasek
Benjamin, do you have any ideas what's going wrong here? Looking at the test case in question, it uses subprocess.Popen() and Popen.communicate() and poring over the subprocess documentation I can't see any wrong assumptions. -- You received this bug notification because you are a member of