[Bug 269878] devel/binutils: Binutils needs to install include/ansidecl.h

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 Feb 2023 17:10:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269878

            Bug ID: 269878
           Summary: devel/binutils: Binutils needs to install
                    include/ansidecl.h
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy@FreeBSD.org
          Reporter: yuri@freebsd.org
          Assignee: cy@FreeBSD.org
             Flags: maintainer-feedback?(cy@FreeBSD.org)

libbfd.h fails because ENUM_BITFIELD is unknown:

|| [ 50%] Building CXX object src/CMakeFiles/elf2llvm.dir/main.cpp.o
|| In file included from /home/yuri/binary-to-llvm/src/main.cpp:2:
/usr/local/include/bfd.h|2039 col 3| error: unknown type name 'ENUM_BITFIELD'
||   ENUM_BITFIELD (complain_overflow) complain_on_overflow:2;
||   ^
/usr/local/include/bfd.h|2039 col 36| error: expected ';' at end of declaration
list
||   ENUM_BITFIELD (complain_overflow) complain_on_overflow:2;
||                                    ^


ENUM_BITFIELD is defined in include/ansidecl.h

-- 
You are receiving this mail because:
You are the assignee for the bug.