Summary: | net-libs/loudmouth-1.5.3-r1 : /.../sh:line <snip>: glib-genmarshal: command not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Andriy Utkin (RETIRED) <andrey_utkin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 667324 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 logs.tbz2 net-libs:loudmouth-1.5.3-r1:20180930-161433.log temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 548472 [details]
emerge-info.txt
Created attachment 548474 [details]
emerge-history.txt
Created attachment 548476 [details]
environment
Created attachment 548478 [details]
etc.portage.tbz2
Created attachment 548480 [details]
logs.tbz2
Created attachment 548482 [details]
net-libs:loudmouth-1.5.3-r1:20180930-161433.log
Created attachment 548484 [details]
temp.tbz2
This is a result of the migration of `glib-marshal` util to dev-util/glib-utils. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3500791f6606f1a1430c1303cef87f5e5ff21b84 commit 3500791f6606f1a1430c1303cef87f5e5ff21b84 Author: Andrey Utkin <andrey_utkin@gentoo.org> AuthorDate: 2018-10-20 22:51:47 +0000 Commit: Andrey Utkin <andrey_utkin@gentoo.org> CommitDate: 2018-10-29 22:27:04 +0000 net-libs/loudmouth: add dep dev-util/glib-utils Add build-time dependency on dev-util/glib-utils. Since few tools are not installed by dev-libs/glib-2.56.2 ebuild anymore, loudmouth fails to build, emitting such error: net-libs/loudmouth-1.5.3-r1 : /.../sh:line <snip>: glib-genmarshal: command not found This commit fixes the error. Conditional operator depending on dev-libs/glib version is not needed as this is handled by dev-util/glib-utils-2.52.3 being empty and not conflicting with dev-libs/glib. Bug: https://bugs.gentoo.org/667392 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild | 1 + 1 file changed, 1 insertion(+) Thanks Toralf! Sorry for delay. |