Bug 12836 - libunwind: package does not show up in menuconfig for aarch64 target
Summary: libunwind: package does not show up in menuconfig for aarch64 target
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2020.02.1
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: Thomas Petazzoni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-02 17:58 UTC by Aleksandr Makarov
Modified: 2020-05-16 13:43 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.