&& (cmp -s xgen-gmh lm-marshal.h || cp xgen-gmh lm-marshal.h) \ && rm -f xgen-gmh xgen-gmh~ /bin/sh: line 1: glib-genmarshal: command not found make[2]: *** [Makefile:1057: lm-marshal.h] Error 127 make[2]: Leaving directory '/var/tmp/portage/net-libs/loudmouth-1.5.3-r1/work/loudmouth-1.5.3/loudmouth' make[1]: *** [Makefile:511: all-recursive] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-hardened_20180923-170657 ------------------------------------------------------------------- Please see the tracker bug for details. gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.1 [2] x86_64-pc-linux-gnu-8.2.0 * Available Python interpreters, in order of preference: [1] python3.7 [2] python3.6 [3] python2.7 (fallback) Available Ruby profiles: [1] ruby23 (with Rubygems) [2] ruby25 (with Rubygems) * emerge -qpv net-libs/loudmouth [ebuild N ] net-libs/loudmouth-1.5.3-r1 USE="ssl -asyncns -openssl -static-libs -test" !!! The following installed packages are masked: - dev-python/python-xcaplib-1.1.0::gentoo (masked by: package.mask) /usr/portage/profiles/package.mask: # Michał Górny <mgorny@gentoo.org> (30 Sep 2018) # Poor quality NIH ebuilds with multiple issues and lack of test suites. # They do not support Python 3 (even if somebody claimed otherwise, # completely ignoring all the errors during install phase), depend # on old Twisted packages and have no reverse dependencies in ::gentoo. # Removal in 30 days. Bug #667354. - dev-python/python-application-2.1.0::gentoo (masked by: package.mask) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook.
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.