[Bug debuginfod/28194] New: confirm cross-building works

fche at redhat dot com sourceware-bugzilla@sourceware.org
Thu Aug 5 15:11:32 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=28194

            Bug ID: 28194
           Summary: confirm cross-building works
           Product: elfutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: debuginfod
          Assignee: unassigned at sourceware dot org
          Reporter: fche at redhat dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

There are some reports that debuginfod client and/or server parts of elfutils
may not build correctly when configured in a cross-arch mode, so people are
advised to disable it:

https://www.linuxfromscratch.org/~thomas/multilib/chapter08/libelf.html

% CC="gcc -m32" ./configure \
    --host=i686-pc-linux-gnu \
    --prefix=/usr            \
    --libdir=/usr/lib32      \
    --disable-debuginfod     \
    --enable-libdebuginfod=dummy

This sort of build should also work and/or be automagically disabled, rather
than require the manual configury flagging.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Elfutils-devel mailing list