Bug 405948 - Detection of libz and libxml2
Summary: Detection of libz and libxml2
Status: RESOLVED UPSTREAM
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-28 00:24 UTC by Eugene Zelenko
Modified: 2019-04-25 15:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Zelenko 2019-03-28 00:24:32 UTC
I tried to build Clazy on Ubuntu where libz-dev and libxml2-dev packages were not installed. Clazy build failed only during linking. I think it'll be good idea to detect libraries availability during CMake configuration.
Comment 1 Sergio Martins 2019-04-25 15:42:28 UTC
Clazy doesn't use those libraries in its code.

One of the many LLVM libraries do though, so it's a packaging bug, the llvm-dev packages should depend on libz-dev and libxml2-dev.

If you open a bug report in Ubuntu you'll probably get lucky, as libz and libxml2 are such core libraries, that many others need.