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

--- Comment #8 from frmdstryr <frmdst...@protonmail.com> ---
(In reply to Igor Kushnir from comment #7)
> 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?

Does the build/meson-info/meson-info.json file exist?  It occurred for a
project (https://github.com/horizon-eda/horizon) that was already imported and
built but then I updated a library version that meson could not find.

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

Reply via email to