https://bugs.kde.org/show_bug.cgi?id=482983

--- Comment #7 from Igor Kushnir <igor...@gmail.com> ---
I cannot reproduce the infinite loop when I add a bogus dependency to the
simple meson project created from a KDevelop template
(Standard=>Terminal=>Meson C++):
```
+ bb=dependency('missingd', version:'>=5.0')
 executable('kdev-meson-cpp-test-project',
            'main.cpp',
            include_directories : incdir
+           , dependencies : bb
```

The configuration job fails once and is not restarted:
```
Run-time dependency missingd found: NO (tried pkgconfig and cmake)

meson.build:15:3: ERROR: Dependency "missingd" not found, tried pkgconfig and
cmake

A full log can be found at
/path/to/kdev-meson-cpp-test-project/build/meson-logs/meson-log.txt
*** Failure: Exit code 1 ***
```

Is some additional configuration of the project or KDevelop needed?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to