Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2023 18:59:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 270072] security/libressl does not build on 13.2-STABLE, does build on 12.4-STABLE
Message-ID:  <bug-270072-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270072

            Bug ID: 270072
           Summary: security/libressl does not build on 13.2-STABLE, does
                    build on 12.4-STABLE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd@freebsd.org
          Reporter: dave@jetcafe.org
             Flags: maintainer-feedback?(brnrd@freebsd.org)
          Assignee: brnrd@freebsd.org

FreeBSD 13.2-STABLE #0 stable/13-dc1ba2a43 and libressl does not build due =
to
what looks like a simple idea:

[00:00:11] --- d1_pkt.lo ---
[00:00:11] d1_pkt.c:138:8: error: use of undeclared identifier 'BYTE_ORDER'
[00:00:11]                         if (BYTE_ORDER =3D=3D LITTLE_ENDIAN)
[00:00:11]                             ^
[00:00:11] d1_pkt.c:138:22: error: use of undeclared identifier 'LITTLE_END=
IAN'
[00:00:11]                         if (BYTE_ORDER =3D=3D LITTLE_ENDIAN)
[00:00:11]                                           ^
[00:00:11] 2 errors generated.
[00:00:11] *** [d1_pkt.lo] Error code 1

The exact same port builds fine under 12.4-STABLE.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270072-7788>