Bug #2022

Updated by J. Moringen over 9 years ago

For example for the annotate project it extracts:

<pre>


#<VERSION-SPEC annotate:master {100956BBC3}> (1 missing dependency):
No provider for (:PKG-CONFIG "btl-1.1").
</pre>


I expect something like:

<pre>


#<VERSION-SPEC annotate:master {100956BBC3}> (1 missing dependency):
No provider for (:PKG-CONFIG "btl" (1 1)).
</pre>


The btl project actually provides:
<pre>

"extra-provides": [ [ "cmake", "btl", "1.1" ],

[ "pkg-config", "btl", "1.1" ] ]
</pre>

Back