- 
    Bug 
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
    1.9.0, 1.9.1
- 
    *== Ubuntu on HyperV==*
 * Qt 5.9.1
 * QtCreator 4.4.0 with QBS 1.9.0
 * GCC: 5.4.0
 
 {noformat}
 $ uname -a
 Linux tegra-build-server 4.4.0-93-generic #116-Ubuntu SMP Fri Aug 11 21:17:52 UTC 2017 i686 i686 i686 GNU/Linux
 $ cat /etc/release
 DISTRIB_ID=Ubuntu
 DISTRIB_RELEASE=16.04
 DISTRIB_CODENAME=xenial
 DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
 NAME="Ubuntu"
 VERSION="16.04.3 LTS (Xenial Xerus)"
 ID=ubuntu
 ID_LIKE=debian
 PRETTY_NAME="Ubuntu 16.04.3 LTS"
 VERSION_ID="16.04"
 HOME_URL="http://www.ubuntu.com/"
 SUPPORT_URL="http://help.ubuntu.com/"
 BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
 VERSION_CODENAME=xenial
 UBUNTU_CODENAME=xenial
 $ /usr/bin/gcc --version
 gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
 {noformat}
 *Build log*:
 {noformat}
 16:06:03: Running steps for project app_and_lib...
 /usr/bin/g++ -g -O0 -Wall -Wextra -m32 -pipe -fexceptions -fvisibility=default -fPIC -DCRUCIAL_DEFINE -o /home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/build-app_and_lib-Desktop-Debug/qtc_Desktop_Debug/app-and-lib-lib.154c4eaf/.obj/3a52ce780950d4d9/lib.cpp.o -c /home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/app-and-lib/lib/lib.cpp
 /usr/bin/g++ -g -O0 -Wall -Wextra -m32 -pipe -fexceptions -fvisibility=default -fPIC -I/home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/app-and-lib/lib -o /home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/build-app_and_lib-Desktop-Debug/qtc_Desktop_Debug/app-and-lib-app.8fad5f9c/.obj/3a52ce780950d4d9/main.cpp.o -c /home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/app-and-lib/app/main.cpp
 Process launcher closed unexpectedly: execvp: No such file or directory
 Error while building/deploying project app_and_lib (kit: x86)
 When executing step "Qbs Build"
 16:06:04: Elapsed time: 00:01.{noformat}*== Ubuntu on HyperV==* * Qt 5.9.1 * QtCreator 4.4.0 with QBS 1.9.0 * GCC: 5.4.0 {noformat} $ uname -a Linux tegra-build-server 4.4.0-93-generic #116-Ubuntu SMP Fri Aug 11 21:17:52 UTC 2017 i686 i686 i686 GNU/Linux $ cat /etc/release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS" NAME="Ubuntu" VERSION="16.04.3 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.3 LTS" VERSION_ID="16.04" HOME_URL=" http://www.ubuntu.com/ " SUPPORT_URL=" http://help.ubuntu.com/ " BUG_REPORT_URL=" http://bugs.launchpad.net/ubuntu/ " VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial $ /usr/bin/gcc --version gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609 {noformat} *Build log*: {noformat} 16:06:03: Running steps for project app_and_lib... /usr/bin/g++ -g -O0 -Wall -Wextra -m32 -pipe -fexceptions -fvisibility=default -fPIC -DCRUCIAL_DEFINE -o /home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/build-app_and_lib-Desktop-Debug/qtc_Desktop_Debug/app-and-lib-lib.154c4eaf/.obj/3a52ce780950d4d9/lib.cpp.o -c /home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/app-and-lib/lib/lib.cpp /usr/bin/g++ -g -O0 -Wall -Wextra -m32 -pipe -fexceptions -fvisibility=default -fPIC -I/home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/app-and-lib/lib -o /home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/build-app_and_lib-Desktop-Debug/qtc_Desktop_Debug/app-and-lib-app.8fad5f9c/.obj/3a52ce780950d4d9/main.cpp.o -c /home/builder/Projects/projects/work/tests/qbs-git/qbs/examples/app-and-lib/app/main.cpp Process launcher closed unexpectedly: execvp: No such file or directory Error while building/deploying project app_and_lib (kit: x86) When executing step "Qbs Build" 16:06:04: Elapsed time: 00:01.{noformat}
- 
        a63f034c73bc7534c31fdfd892a9b666e96e2cdb, d749ce52378ca13d4a3d4952991e6e743085a135
It is impossible to build any qbs project, f.e. "qbs\examples\app-and-lib\app_and_lib.qbs"
First compilation launch fails with following error:
Process launcher closed unexpectedly: execvp: No such file or directory



