Summary: | dev-qt/qtbase-6.9.9999 - unrecognized line '../lib64/qt6/bin/qmake bin/qmake6' in '' , Called _qt6-build_create_user_facing_links | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | jospezial <jospezial> |
Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen, jospezial |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://codereview.qt-project.org/c/qt/qtbase/+/616345 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
build.log gzipped |
Description
jospezial
2025-01-31 18:18:00 UTC
Created attachment 918011 [details]
build.log gzipped
Thanks, when I last used 6.8.9999 I was specifically using EGIT_BRANCH=6.8.2 in preparation for release didn't notice this. This actually works out better for us, we were doing bit of a hack to support potential paths with spaces, but a relative path shouldn't have any and can simplify this now. $ cat user_facing_tool_links.txt ../lib64/qt6/bin/qmake bin/qmake6 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7827b36dd37936a36d455fbd910d620ecbf11381 commit 7827b36dd37936a36d455fbd910d620ecbf11381 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2025-02-01 00:04:57 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2025-02-01 00:34:21 +0000 qt6-build.eclass: update for user_facing_tool_links.txt changes Still keep a bash loop given want to keep the sanity check and it spares us from doing `cd "${D}${QT6_PREFIX}"` for a `xargs ln` to work, but it let us simplify a little bit. Keeping old version in its own block so it's easy to drop later. Also drop the empty ${links} variable from the sanity check, dates back to old unused code. Closes: https://bugs.gentoo.org/949126 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> eclass/qt6-build.eclass | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) On a side-note, haven't updated/tested 6.9.9999 since it was branched, so it could have more issues (in fact I tested with 6.8.9999 right now given I had ccache for it ;p) Feel free to report if anything else that prevent using it, but otherwise I'll look at changes + do test builds when we're close to 6.9.0-rc in preparation like usual (which planning to add to the tree unkeyworded). |