Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
3.3.2
-
None
Description
Steps to reproduce:
~/Qt/6.8.1/gcc_64/libexec (master) $ ./moc --version
moc 6.8.1
~/Qt/6.8.1/gcc_64/libexec (master) $ ./mocwrapper --version
Calling 'qtmoc' failed, errno = 2
Command:
./qtmocwrapper
Failed to start moc
~/Qt/6.8.1/gcc_64/libexec (master) $ ./moc --mocwrapper-version
MOC-wrapper v3.3.2 Copyright (C) 2024 The Qt Company Ltd
From revision: ab1f61c4562f121a591941602a3321d754f96416
Build date: 2024-12-13
As seen from the second example, in case the mocwrapper is invoked with some other filename than "moc", starting the original moc executable will fail.