[Bug 1928617] Re: package request: llvm-libunwind

2021-05-16 Thread kasperk
** Also affects: apt Importance: Undecided Status: New ** Also affects: apt (Debian) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1928617 Title:

[Bug 1928617] [NEW] package request: llvm-libunwind

2021-05-16 Thread kasperk
Public bug reported: Gentoo and Alpine distros provide package for llvm-libunwind: * https://packages.gentoo.org/packages/sys-libs/llvm-libunwind * https://pkgs.alpinelinux.org/package/edge/community/x86_64/llvm-libunwind but it seem to be missing from Ubuntu. Therefore, we build it from source

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-06 Thread kasperk
Thanks Nish. Confirmed that LLDB.h is present in this package and issue is resolved. Tested on fresh Bionic: ``` sed -i.old '1s;^;deb-src http://ppa.launchpad.net/nacc/lp1761009/ubuntu bionic main\n;' /etc/apt/sources.list sed -i.old '1s;^;deb http://ppa.launchpad.net/nacc/lp1761009/ubuntu bioni

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-05 Thread kasperk
This is the official patch that went in after release_60 was shipped https://github.com/llvm- mirror/lldb/commit/8f577000b2fe2f5bf5d08e352a2f15f9421f9c82#diff- c6838f2ee3606027bb153637e8024bf5 FWIW, fedora folks have this patch https://src.fedoraproject.org/rpms/lldb/c/44958ca9dee94ad785f30ab5b379

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-05 Thread kasperk
Disregard my previous comment, that code path in CMake is for MacOS only, not Linux. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1761009 Title: LLDB.h is missing from liblldb-6.0-dev package To m

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-03 Thread kasperk
seems like CMake rule has that: https://github.com/llvm- mirror/lldb/blob/release_60/source/API/CMakeLists.txt#L164-L169, but build logs on debian suggest it ends up with 0 files https://buildd.debian.org/status/fetch.php?pkg=llvm- toolchain-6.0&arch=amd64&ver=1%3A6.0-1&stamp=1520022195&raw=0. --

[Bug 1761009] [NEW] LLDB.h is missing from liblldb-6.0-dev package

2018-04-03 Thread kasperk
Public bug reported: The API directory is missing from the package which carries an imported header LLDB.h. All the previous versions of this dev packages have this directory. Source code has this directory present in release_60 branch as well https://github.com/llvm-mirror/lldb/tree/release_60/