Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 15:55:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269249] security/libressl: d1_pkt.c:138:8: error: use of undeclared identifier 'BYTE_ORDER'
Message-ID:  <bug-269249-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 269249
           Summary: security/libressl: d1_pkt.c:138:8: error: use of
                    undeclared identifier 'BYTE_ORDER'
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd@freebsd.org
          Reporter: dan.kotowski@a9development.com
          Assignee: brnrd@freebsd.org
             Flags: maintainer-feedback?(brnrd@freebsd.org)

# uname -a
FreeBSD pyrogl.a9development.com 13.1-STABLE FreeBSD 13.1-STABLE
stable/13-n254189-0811d18fea91 GENERIC amd64



# git log -1 .
commit 2de693838714fb47abc4b9f468ef20e129e31f47
Author: Bernard Spil <brnrd@FreeBSD.org>
Date:   Sun Sep 25 11:15:46 2022 +0000

    security/libressl: Update to 3.5.3

     * Make sure you check https://wiki.freebsd.org/LibreSSL/3.5
       and UPDATING



libtool: compile:  cc -DPACKAGE_NAME=3D\"libressl\"
-DPACKAGE_TARNAME=3D\"libressl\" -DPACKAGE_VERSION=3D\"3.5.3\"
"-DPACKAGE_STRING=3D\"libressl 3.5.3\"" -DPACKAGE_BUGREPORT=3D\"\"
-DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"libressl\" -DVERSION=3D\"3.5.3\" -DSTDC_=
HEADERS=3D1
-DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STR=
ING_H=3D1
-DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDIN=
T_H=3D1
-DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DLT_OBJDIR=3D\".libs/\" -DSIZEOF_TI=
ME_T=3D8
-DHAVE_SYMLINK=3D1 -DHAVE_ENDIAN_H=3D1 -DHAVE_ERR_H=3D1 -DHAVE_READPASSPHRA=
SE_H=3D1
-DHAVE_NETINET_IP_H=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_NETINET_IN_H=3D1
-DHAVE_ARPA_NAMESER_H=3D1 -DHAVE_NETDB_H=3D1 -DHAVE_RESOLV_H=3D1 -DHAVE_ASP=
RINTF=3D1
-DHAVE_MEMMEM=3D1 -DHAVE_READPASSPHRASE=3D1 -DHAVE_REALLOCARRAY=3D1 -DHAVE_=
STRLCAT=3D1
-DHAVE_STRLCPY=3D1 -DHAVE_STRNDUP=3D1 -DHAVE_STRNLEN=3D1 -DHAVE_STRSEP=3D1
-DHAVE_STRTONUM=3D1 -DHAVE_TIMEGM=3D1 -DHAVE_GETPROGNAME=3D1 -DHAVE_SYSLOG=
=3D1
-DHAVE_ACCEPT4=3D1 -DHAVE_PIPE2=3D1 -DHAVE_POLL=3D1 -DHAVE_SOCKETPAIR=3D1
-DHAVE_ARC4RANDOM=3D1
-DHAVE_ARC4RANDOM_BUF=3D1 -DHAVE_ARC4RANDOM_UNIFORM=3D1 -DHAVE_EXPLICIT_BZE=
RO=3D1
-DHAVE_TIMINGSAFE_BCMP=3D1 -DHAVE_TIMINGSAFE_MEMCMP=3D1 -DHAVE_DL_ITERATE_P=
HDR=3D1
-DHAVE_CLOCK_GETTIME=3D1 -DHAVE_VA_COPY=3D1 -DHAVE___VA_COPY=3D1
-DHAS_GNU_WARNING_LONG=3D1 -I. -I../include -I../include/compat
-DLIBRESSL_INTERNAL -D__BEGIN_HIDDEN_DECLS=3D -D__END_HIDDEN_DECLS=3D
-I../crypto/bio -D_FORTIFY_SOURCE=3D2 -O2 -pipe -fpic -DPIC
-Wl,-rpath,/usr/local/lib -Wl,--as-needed -fstack-protector-strong
-fno-strict-aliasing -Wall -std=3Dgnu99 -fno-strict-aliasing -fno-strict-ov=
erflow
-fstack-protector-strong -DHAVE_GNU_STACK -Qunused-arguments -Wno-pointer-s=
ign
-MT d1_pkt.lo -MD -MP -MF .deps/d1_pkt.Tpo -c d1_pkt.c  -fPIC -DPIC -o
.libs/d1_pkt.o
d1_pkt.c:138:8: error: use of undeclared identifier 'BYTE_ORDER'
                        if (BYTE_ORDER =3D=3D LITTLE_ENDIAN)
                            ^
d1_pkt.c:138:22: error: use of undeclared identifier 'LITTLE_ENDIAN'
                        if (BYTE_ORDER =3D=3D LITTLE_ENDIAN)
                                          ^
2 errors generated.
*** Error code 1

Stop.
make[3]: stopped in
/usr/ports/security/libressl/work-default/libressl-3.5.3/ssl
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/security/libressl/work-default/libressl-3.5.3
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/security/libressl
*** Error code 1

Stop.
make: stopped in /usr/ports/security/libressl

--=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-269249-7788>