https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-visualization/scidavis-2.4.0 fails to compile. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html If you think this is a GCC-11 related issue, please block bug 732706.
Created attachment 710985 [details] build.log build log and emerge --info
Possible context of error(s): lupdate: could not exec '/usr/lib64/qt5/bin/lupdate': No such file or directory
I still get this issue while qtchooser has been pulled in
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6873d24a5457282e536b427103eda7403990f3 commit ea6873d24a5457282e536b427103eda7403990f3 Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org> AuthorDate: 2021-05-24 08:35:47 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2021-05-24 08:35:47 +0000 sci-visualization/scidavis: fix dep on .../lupdate Closes: https://bugs.gentoo.org/791805 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> sci-visualization/scidavis/scidavis-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(In reply to Agostino Sarubbo from comment #3) > I still get this issue while qtchooser has been pulled in Right, that is because I added the wrong dep :( There is /usr/bin/lpupdate which is provided by qtchooster, and /usr/lib64/qt5/bin/lupdate which is provided by linguist-tools instead. Sorry for the bugspam, I thought this was working, but apparently my clean container was not clean enough.
(In reply to Andrew Ammerlaan from comment #5) > Sorry for the bugspam, No problem, CI is always meant to be an help :)