https://bugs.kde.org/show_bug.cgi?id=467482

            Bug ID: 467482
           Summary: Build failure on aarch64 Alpine
    Classification: Developer tools
           Product: valgrind
           Version: 3.21 GIT
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: fanqu...@gmail.com
  Target Milestone: ---

Created attachment 157357
  --> https://bugs.kde.org/attachment.cgi?id=157357&action=edit
Patch to fix compile failure

aarch64 musl: fix compile failure

    Building master (50f65336127b5f63c8af55544ce3e6a9bc834355) on ALpine,
    aarch64, currently fails for me with:
    ```
    m_replacemalloc/vg_replace_malloc.c:1687:11: error:
'VG_MEMALIGN_MAKE_SIZE_MULTIPLE_ALIGN'
            undeclared (first use in this function); did you mean
'VG_MEMALIG_MAKE_SIZE_MULTIPLE_ALIGN'?
     1687 |       if (VG_MEMALIGN_MAKE_SIZE_MULTIPLE_ALIGN) { \
    ```

    Fix what looks to be a typo in vg_replace_malloc.c.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to