Date: Fri, 24 Mar 2023 08:23:27 +0000 From: Nuno Teixeira <eduardo@freebsd.org> To: FreeBSD CURRENT <freebsd-current@freebsd.org>, FreeBSD Mailing List <freebsd-ports@freebsd.org> Subject: byteswap.h not found on 12 and 13 Message-ID: <CAFDf7UKq3bMgd3XA0=U10%2BLhOCY7fZCHds9DdBcrSuNidOityw@mail.gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --]
Hello all,
I'm getting a file not found on 12 and 13 compiling net/sflowtool latest
update:
It compile fine on 14.
I've searched 14 src and found:
---
./include/byteswap.h
./contrib/ofed/include/byteswap.h
./contrib/llvm-project/libcxx/include/__bit/byteswap.h
---
Any clues?
Thanks,
---
===> Building for sflowtool-6.01
--- all ---
/usr/bin/make all-recursive
--- all-recursive ---
Making all in src
--- sflowtool.o ---
cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -MT sflowtool.o -MD -MP -MF .deps/sflowtool.Tpo -c -o
sflowtool.o sflowtool.c
sflowtool.c:32:10: fatal error: 'byteswap.h' file not found
#include <byteswap.h>
^~~~~~~~~~~~
1 error generated.
*** [sflowtool.o] Error code 1
---
--
Nuno Teixeira
FreeBSD Committer (ports)
[-- Attachment #2 --]
<div dir="ltr"><div>Hello all,</div><div><br></div><div>I'm getting a file not found on 12 and 13 compiling net/sflowtool latest update:</div><div>It compile fine on 14.<br></div><div><br></div><div>I've searched 14 src and found:</div><div>---</div><div>./include/byteswap.h<br>./contrib/ofed/include/byteswap.h<br>./contrib/llvm-project/libcxx/include/__bit/byteswap.h</div><div>---</div><div>Any clues?</div><div><br></div><div>Thanks,<br></div><div><br></div><div>---</div><div>===> Building for sflowtool-6.01<br>--- all ---<br>/usr/bin/make all-recursive<br>--- all-recursive ---<br>Making all in src<br>--- sflowtool.o ---<br>cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT sflowtool.o -MD -MP -MF .deps/sflowtool.Tpo -c -o sflowtool.o sflowtool.c<br>sflowtool.c:32:10: fatal error: 'byteswap.h' file not found<br>#include <byteswap.h><br> ^~~~~~~~~~~~<br>1 error generated.<br>*** [sflowtool.o] Error code 1</div><div>---<br></div><div><br></div><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span style="color:rgb(102,102,102)">Nuno Teixeira<br>FreeBSD Committer (ports)</span></div></div></div>
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7UKq3bMgd3XA0=U10%2BLhOCY7fZCHds9DdBcrSuNidOityw>
