[llvm-dev] llvm-9-dev apt package missing yaml-bench

Sylvestre Ledru via llvm-dev llvm-dev at lists.llvm.org
Mon Dec 2 06:21:24 PST 2019


Hello,

Le 02/12/2019 à 15:14, Stefan Gränitz a écrit :
> Hello everyone
> 
> I was just porting a project to build against the LLVM 9 apt packages
> and noticed that the issue I filed and explained during the release
> phase in https://llvm.org/PR43035 still persists:
> 
> CMake Error at /usr/lib/llvm-9/lib/cmake/llvm/LLVMExports.cmake:1323
> (message):
> 
>    The imported target "yaml-bench" references the file
> 
>       "/usr/lib/llvm-9/bin/yaml-bench"
> 
>    but this file does not exist.
> 
> Here's a minimal repro:
> https://travis-ci.org/weliveindetail/apt-llvm-9-dev-repro/builds/619590445#L204
> 
> Is anyone else seeing this too? Is there an obvious fix that I don't
> see? What's your workarounds?
yaml-bench is shipping in libclang-common-9-dev

It should be indeed in llvm-9-dev instead.

Could you please open a bug in https://bugs.llvm.org/enter_bug.cgi?product=Packaging ?

Thanks
Sylvestre


More information about the llvm-dev mailing list