Le 27/06/2016 à 19:52, Brad King a écrit : > On 06/23/2016 09:36 AM, Debian Bug Tracking System wrote: >> This is an automatic notification regarding your Bug report >> which was filed against the llvm-3.8-dev package: >> >> #819072: llvm-3.8-dev: LLVM CMake files broken by Debian packaging >> >> It has been closed by Sylvestre Ledru <[email protected]>. > There is one remaining problem as of 3.8.1-1. > > In r1918 this change was made: > > # Explicit debian/tmp since there are multiple declarations > -debian/tmp/usr/lib/llvm-@LLVM_VERSION@/share/llvm/cmake/*.cmake > usr/share/llvm-@LLVM_VERSION@/cmake/ > +debian/tmp/usr/lib/llvm-@LLVM_VERSION@/share/llvm/cmake/*.cmake > > This is correct. However, my suggestion to do that also stated > that we need to add a symlink: > > /usr/share/llvm-@LLVM_VERSION@/cmake -> > /usr/lib/llvm-@LLVM_VERSION@/share/llvm/cmake > > This symlink is missing and so CMake projects cannot find the package > in default search locations. > > I'm not familiar enough with debian packaging infrastructure to know > how to create this symlink and get it included in the llvm-3.8-dev > package, but it should be pretty simple for those that know. > > Meanwhile the attached patch removes an unnecessary `sed` operation > that no longer matches anything or has any effect. > > Thanks, > -Brad > OK, many thanks.
looks like the same as https://llvm.org/bugs/show_bug.cgi?id=28325 ? Thanks S

