[Qbs] qbs no longer works

Stephan Gatzka stephan.gatzka at gmail.com
Thu May 25 07:06:11 CEST 2017


Hi all,

I just upgraded to version 1.8.0 (coming with qtcreator 4.3.0) and even the simplest project no
longer works:

import qbs 1.0

Project {
  name: "test project"

  CppApplication {
    name: "main"
    files: [
      "main.c",
    ]
  }
}

The output I get is:
qbs -f ~/workspace/git/cio/test.qbs
Restoring build graph from disk
Building for configuration default
compiling main.c

And than the process sticks forever.
To just get an idea what happens I run qbs under control of strace.

There is
stat("/tmp/qbs_processlauncher-2705", 0x7ffff60a1bd0) = -1 ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 6
bind(6, {sa_family=AF_UNIX, sun_path="/tmp/qbs_processlauncher-2705"}, 110) = 0

So it looks that te qbs_processlauncher is not created and a socket connection fails.

I'm running arch linux, kernel 4.11, all updates applied.

Any ideas?

Regards,

Stephan



More information about the Qbs mailing list