apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
160 stars 85 forks source link

Hotfox/libuuid conflict #611

Closed PengZheng closed 11 months ago

PengZheng commented 11 months ago

We encounter libuuid conflict:

ERROR: At least two recipes provides the same functionality:
 - 'libuuid' provided by 'libuuid/1.0.3', 'util-linux-libuuid/2.39'

It turns out that some conan packages has switched to 'util-linux-libuuid/2.39', which is claimed to be the most actively maintained fork of libuuid (https://github.com/conan-io/conan-center-index/pull/17664).

codecov-commenter commented 11 months ago

Codecov Report

Merging #611 (169af68) into master (8695bd7) will decrease coverage by 0.01%. Report is 3 commits behind head on master. The diff coverage is n/a.

:exclamation: Current head 169af68 differs from pull request most recent head a7581ac. Consider uploading reports for the commit a7581ac to get more accurate results

@@            Coverage Diff             @@
##           master     #611      +/-   ##
==========================================
- Coverage   79.71%   79.70%   -0.01%     
==========================================
  Files         256      256              
  Lines       34686    34686              
==========================================
- Hits        27649    27647       -2     
- Misses       7037     7039       +2     

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more