In my case the reason was very simple: installing the go compiler using apt-get does not add it to the PATH. I accidentally added the wrong path to the PATH variable. Cmake does not build it if it doesn't find the go compiler in PATH.
It would be nice if build.py / cmake would support a list of required features and fail if any of it cannot be build. Regards, Jochen Am Montag, dem 06.10.2025 um 11:59 +0000 schrieb Cristian Adam via Qt-creator: > > Is there any Linux distribution that builds Qt Creator properly? > > > Cheers, > Cristian. > > Confidential > From: Qt-creator <[email protected]> on behalf of Christian > Kandeler via Qt-creator <[email protected]> > Sent: Monday, October 6, 2025 13:41 > To: [email protected] <[email protected]> > Subject: Re: [Qt-creator] QtC gets slooow with dockers > > > On 10/6/25 1:25 PM, Jochen Becher via Qt-creator wrote: > > Thank you for the hint. This seems to be the problem. For some reasons, a > > couple of tools are missing from libexec/qtcreator like > cmdbridge* > > I can confirm that ArchLinux also does not ship the cmdbridge server. So > our RemoteLinux support is severely handicapped for Linux users using > the distribution package. > > > Christian >
-- Qt-creator mailing list [email protected] https://lists.qt-project.org/listinfo/qt-creator
