[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 patches
  * Build-depend on python3-xattr for new unit tests
  * Replace obsolete pkg-config by pkgconf
  * scons: add missing newline for included headers and check *xattr functions
with correct arguments (Closes: #1065947, LP: #2066970)

 -- Benjamin Drung   Tue, 28 May 2024 11:20:05 +0200

** Changed in: rmlint (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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 hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rmlint/+bug/2039957/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rmlint/+bug/2039957/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.
https://bugs.launchpad.net/bugs/2039957

Title:
  rmlint 2.9.0-2.5 fails to build: test_stdin.test_stdin_read hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rmlint/+bug/2039957/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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 hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rmlint/+bug/2039957/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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 hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rmlint/+bug/2039957/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs