Bug 270072 - security/libressl does not build on 13.2-STABLE, does build on 12.4-STABLE
Summary: security/libressl does not build on 13.2-STABLE, does build on 12.4-STABLE
Status: Closed DUPLICATE of bug 269249
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Bernard Spil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-09 18:59 UTC by Dave Hayes
Modified: 2023-03-09 23:40 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (brnrd)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hayes 2023-03-09 18:59:19 UTC
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 == LITTLE_ENDIAN)
[00:00:11]                             ^
[00:00:11] d1_pkt.c:138:22: error: use of undeclared identifier 'LITTLE_ENDIAN'
[00:00:11]                         if (BYTE_ORDER == 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.
Comment 1 Herbert J. Skuhra 2023-03-09 21:21:30 UTC
Duplicate of bug #269249?
Comment 2 Dave Hayes 2023-03-09 23:39:34 UTC
Yes sorry for relying on the built in search which did not return this particular bug to me. Closing.
Comment 3 Dave Hayes 2023-03-09 23:40:01 UTC
*** This bug has been marked as a duplicate of bug 269249 ***