https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-emulation/punes-0.109 fails to compile. Discovered on: amd64 (internal ref: ci)
CC'ing also the author of the commit (240a1878b8da633f50bc6ce12428ef01a3907a4b)
Created attachment 824037 [details] build.log build log and emerge --info
Created attachment 824039 [details] 1-config.log 1-config.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2b787f4c316e5d96c836ac7eed46d01673beee commit dc2b787f4c316e5d96c836ac7eed46d01673beee Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2022-10-14 13:02:20 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2022-10-14 13:25:26 +0000 app-emulation/punes: fix double CHOST + other adjustments * add several missing deps (qtnetwork:5, udev, X11/Xrandr/xorg-proto), lack of qtnetwork:5 caused bug #877089 * move nvidia-cg-toolkit to RDEPEND, this is linking with its libraries and doesn't make sense in BDEPEND * prevent QA notices because of unused CMAKE_INSTALL* * xdg-utils -> xdg Note need to export CC="${CHOST}-gcc" to reproduce wrt #877089 Closes: https://bugs.gentoo.org/877089 Closes: https://bugs.gentoo.org/877091 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> .../{punes-0.109.ebuild => punes-0.109-r1.ebuild} | 42 +++++++++++----------- 1 file changed, 22 insertions(+), 20 deletions(-)
>lack of qtnetwork:5 caused bug #877089 Meant this bug, not that one.