Bug 12836

Summary: libunwind: package does not show up in menuconfig for aarch64 target
Product: buildroot Reporter: Aleksandr Makarov <seems.deviant>
Component: OtherAssignee: Thomas Petazzoni <thomas.petazzoni>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2020.02.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Aleksandr Makarov 2020-05-02 17:58:47 UTC
The libunwind won't show up in menuconfig for aarch64 target because of an unmet BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS dependency.

This is strange, because:

  - the official https://github.com/libunwind/libunwind claims that aarch64 linux is fully supported
  - the minimal handcrafted config featuring libunwind works fine. 

The minimal config that I've tested was:

BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_LIBUNWIND=y


This occurs on "e30eaeb10e package/qemu: disable curl for the host variant"
Comment 1 Thomas Petazzoni 2020-05-02 21:40:37 UTC
Thanks for your bug report, I'll look into this.