Summary: | app-text/build-docbook-catalog: looks for /run outside prefix (//run/lock/build-docbook-catalog.lock: No such file or directory) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | vapier |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=816303 https://bugs.gentoo.org/show_bug.cgi?id=829468 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Sam James
![]() ![]() ![]() ![]() I guess there's another issue here in that we don't.. make this part fatal? ``` $ build-docbook-catalog /Users/sam/Gentoo/usr/sbin/build-docbook-catalog: line 105: //run/lock/build-docbook-catalog.lock: No such file or directory $ echo $? 0 ``` (In reply to Sam James from comment #1) > I guess there's another issue here in that we don't.. make this part fatal? > > ``` > $ build-docbook-catalog > /Users/sam/Gentoo/usr/sbin/build-docbook-catalog: line 105: > //run/lock/build-docbook-catalog.lock: No such file or directory > $ echo $? > > 0 > ``` Oh, yeah, https://gitweb.gentoo.org/proj/build-docbook-catalog.git/commit/?id=2b69063f19a03e9224eeaa6cecd35dd2004127c0 should fix this bit. So just the original not respecting prefix issue remains. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/build-docbook-catalog.git/commit/?id=85b15e9f180c2237166eca4194a4d4bd107fa8c6 commit 85b15e9f180c2237166eca4194a4d4bd107fa8c6 Author: Mike Frysinger <vapier@gentoo.org> AuthorDate: 2021-10-08 12:19:25 +0000 Commit: Mike Frysinger <vapier@gentoo.org> CommitDate: 2021-10-08 12:19:25 +0000 add eprefix to lockdir #816747 Bug: https://bugs.gentoo.org/816747 Signed-off-by: Mike Frysinger <vapier@gentoo.org> build-docbook-catalog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) thanks for the report The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afc0ea409fa208a82b1553947c69ebe0baebf27 commit 0afc0ea409fa208a82b1553947c69ebe0baebf27 Author: Mike Frysinger <vapier@gentoo.org> AuthorDate: 2021-10-08 12:23:51 +0000 Commit: Mike Frysinger <vapier@gentoo.org> CommitDate: 2021-10-08 12:25:17 +0000 app-text/build-docbook-catalog: fix eprefix handling #816747 Closes: https://bugs.gentoo.org/816747 Signed-off-by: Mike Frysinger <vapier@gentoo.org> app-text/build-docbook-catalog/Manifest | 2 +- ...uild-docbook-catalog-2.0.ebuild => build-docbook-catalog-2.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cd9073d92a4e8ed15022eab5d97916794ab0cc commit a1cd9073d92a4e8ed15022eab5d97916794ab0cc Author: Sam James <sam@gentoo.org> AuthorDate: 2021-12-26 03:54:54 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-12-26 03:54:57 +0000 app-text/build-docbook-catalog: destabilize 2.1 We want to stabilise a version of Portage which warns on missing /run before stabling this. Bug: https://bugs.gentoo.org/816747 Bug: https://bugs.gentoo.org/829468 Signed-off-by: Sam James <sam@gentoo.org> app-text/build-docbook-catalog/build-docbook-catalog-2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |