Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877091 - app-emulation/punes-0.109 fails to compile: configure: error: Qt5 library not found
Summary: app-emulation/punes-0.109 fails to compile: configure: error: Qt5 library not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Azamat H. Hackimov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-14 13:20 UTC by Agostino Sarubbo
Modified: 2022-10-14 13:28 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,56.75 KB, text/plain)
2022-10-14 13:20 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,58.33 KB, text/plain)
2022-10-14 13:20 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-10-14 13:20:01 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-10-14 13:20:03 UTC
CC'ing also the author of the commit (240a1878b8da633f50bc6ce12428ef01a3907a4b)
Comment 2 Agostino Sarubbo gentoo-dev 2022-10-14 13:20:04 UTC
Created attachment 824037 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-10-14 13:20:06 UTC
Created attachment 824039 [details]
1-config.log

1-config.log
Comment 4 Larry the Git Cow gentoo-dev 2022-10-14 13:25:37 UTC
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(-)
Comment 5 Ionen Wolkens gentoo-dev 2022-10-14 13:28:09 UTC
>lack of qtnetwork:5 caused bug #877089
Meant this bug, not that one.