Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 851018 - sci-libs/silo-4.11-r1 calls commands that do not exist: qmake
Summary: sci-libs/silo-4.11-r1 calls commands that do not exist: qmake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
: 837041 (view as bug list)
Depends on:
Blocks: qtbindir which-hunt
  Show dependency tree
 
Reported: 2022-06-10 13:22 UTC by Agostino Sarubbo
Modified: 2022-10-16 18:20 UTC (History)
0 users

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


Attachments
build.log (build.log,347.31 KB, text/plain)
2022-06-10 13:22 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-06-10 13:22:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/silo-4.11-r1 calls commands that do not exist.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-10 13:22:41 UTC
Created attachment 783869 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-10 13:22:42 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Explorer.h:58:10: fatal error: QMainWindow: No such file or directory
SiloArrayView.h:58:10: fatal error: QMainWindow: No such file or directory
SiloDirTreeView.h:58:10: fatal error: QTreeWidget: No such file or directory
SiloDirView.h:58:10: fatal error: QTreeWidget: No such file or directory
SiloFile.h:60:10: fatal error: QString: No such file or directory
SiloObjectView.h:58:10: fatal error: QTreeWidget: No such file or directory
SiloValueView.h:58:10: fatal error: QMainWindow: No such file or directory
SiloView.h:58:10: fatal error: QSplitter: No such file or directory
cc1plus: fatal error: Explorer_moc.cpp: No such file or directory
cc1plus: fatal error: SiloArrayView_moc.cpp: No such file or directory
cc1plus: fatal error: SiloDirTreeView_moc.cpp: No such file or directory
cc1plus: fatal error: SiloDirView_moc.cpp: No such file or directory
cc1plus: fatal error: SiloObjectView_moc.cpp: No such file or directory
cc1plus: fatal error: SiloValueView_moc.cpp: No such file or directory
cc1plus: fatal error: SiloView_moc.cpp: No such file or directory
checking for Qt... ./configure: line 25712: qmake: command not found
main.cpp:55:10: fatal error: QApplication: No such file or directory
make[3]: o: No such file or directory
make[4]: o: No such file or directory
cc1plus: fatal error: Explorer_moc.cpp: No such file or directory
Comment 3 Andreas Sturmlechner gentoo-dev 2022-10-16 14:53:23 UTC
Also does this in configure:

    # Look for specific tools in $PATH
    QT_MOC=`which moc`
    QT_UIC=`which uic`
    QT_RCC=`which rcc`
    QT_LRELEASE=`which lrelease`
    QT_LUPDATE=`which lupdate`
Comment 4 Larry the Git Cow gentoo-dev 2022-10-16 15:10:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec5dd82dd63f265822a2e4e37aabc722d1bcac0

commit 2ec5dd82dd63f265822a2e4e37aabc722d1bcac0
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-10-16 15:09:25 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-10-16 15:10:15 +0000

    sci-libs/silo: Fix configure w/o Qt binaries in PATH, drop which usage
    
    Closes: https://bugs.gentoo.org/851018
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 sci-libs/silo/files/silo-4.11-qtbindir.patch | 43 ++++++++++++++++++++++++++++
 sci-libs/silo/silo-4.11-r1.ebuild            |  6 +++-
 2 files changed, 48 insertions(+), 1 deletion(-)
Comment 5 Andreas Sturmlechner gentoo-dev 2022-10-16 18:20:59 UTC
*** Bug 837041 has been marked as a duplicate of this bug. ***