Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2024 23:07:00 +0100
From:      Mario Marietto <marietto2008@gmail.com>
To:        chromium@freebsd.org
Subject:   Re: Chromium can't be compiled because a bug with webrtc.
Message-ID:  <CA%2B1FSihoQv6uP%2BJAqdQYOurFxOzJuo5Wyt=itp7nRVMdyydVWg@mail.gmail.com>
In-Reply-To: <CA%2B1FSij47ajcgate-rLHD2GkPFxPvWnwkPh6APuX3s9KbGE8KQ@mail.gmail.com>
References:  <CA%2B1FSij47ajcgate-rLHD2GkPFxPvWnwkPh6APuX3s9KbGE8KQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000007251b50613a61e3c
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hello.

On FreeBSD 13.3 I'm trying to install Chromium,but the compilation stopped
because a bug :

......
/usr/local/include  -c ../../third_party/webrtc/api/candidate.cc -o
obj/third_party/webrtc/api/candidate/candidate.o
In file included from ../../third_party/webrtc/api/candidate.cc:11:
In file included from ../../third_party/webrtc/api/candidate.h:24:
In file included from
../../third_party/webrtc/rtc_base/socket_address.h:20:
In file included from ../../third_party/webrtc/rtc_base/ip_address.h:30:

../../third_party/webrtc/rtc_base/byte_order.h:114:18: error: use of
undeclared identifier 'htobe16'
 114 |   uint16_t val =3D htobe16(v);
     |                  ^
../../third_party/webrtc/rtc_base/byte_order.h:119:18: error: use of
undeclared identifier 'htobe32'
 119 |   uint32_t val =3D htobe32(v);
     |                  ^
../../third_party/webrtc/rtc_base/byte_order.h:124:18: error: use of
undeclared identifier 'htobe64'
 124 |   uint64_t val =3D htobe64(v);
     |                  ^
../../third_party/webrtc/rtc_base/byte_order.h:131:10: error: use of
undeclared identifier 'be16toh'
 131 |   return be16toh(val);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:137:10: error: use of
undeclared identifier 'be32toh'
 137 |   return be32toh(val);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:143:10: error: use of
undeclared identifier 'be64toh'
 143 |   return be64toh(val);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:147:18: error: use of
undeclared identifier 'htole16'
 147 |   uint16_t val =3D htole16(v);
     |                  ^
../../third_party/webrtc/rtc_base/byte_order.h:152:18: error: use of
undeclared identifier 'htole32'
 152 |   uint32_t val =3D htole32(v);
     |                  ^
../../third_party/webrtc/rtc_base/byte_order.h:157:18: error: use of
undeclared identifier 'htole64'
 157 |   uint64_t val =3D htole64(v);
     |                  ^
../../third_party/webrtc/rtc_base/byte_order.h:164:10: error: use of
undeclared identifier 'le16toh'
 164 |   return le16toh(val);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:170:10: error: use of
undeclared identifier 'le32toh'
 170 |   return le32toh(val);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:176:10: error: use of
undeclared identifier 'le64toh'
 176 |   return le64toh(val);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:189:10: error: use of
undeclared identifier 'htobe16'
 189 |   return htobe16(n);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:193:10: error: use of
undeclared identifier 'htobe32'
 193 |   return htobe32(n);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:197:10: error: use of
undeclared identifier 'htobe64'
 197 |   return htobe64(n);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:201:10: error: use of
undeclared identifier 'be16toh'
 201 |   return be16toh(n);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:205:10: error: use of
undeclared identifier 'be32toh'
 205 |   return be32toh(n);
     |          ^
../../third_party/webrtc/rtc_base/byte_order.h:209:10: error: use of
undeclared identifier 'be64toh'
 209 |   return be64toh(n);
     |          ^
18 errors generated.
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/chromium
*** Error code 1

Stop.
make: stopped in /usr/ports/www/chromium

On Thu, Mar 14, 2024 at 11:02=E2=80=AFPM Mario Marietto <marietto2008@gmail=
.com>
wrote:

> Hello.
>
> On FreeBSD 13.3 I'm trying to install Chromium,but the compilation stoppe=
d
> because a bug :
>
> ......
> /usr/local/include  -c ../../third_party/webrtc/api/candidate.cc -o
> obj/third_party/webrtc/api/candi
> date/candidate.o
> In file included from ../../third_party/webrtc/api/candidate.cc:11:
> In file included from ../../third_party/webrtc/api/candidate.h:24:
> In file included from
> ../../third_party/webrtc/rtc_base/socket_address.h:20:
> In file included from ../../third_party/webrtc/rtc_base/ip_address.h:30:
> ../../third_party/webrtc/rtc_base/byte_order.h:114:18: error: use of
> undeclared identifier 'htobe16'
>  114 |   uint16_t val =3D htobe16(v);
>      |                  ^
> ../../third_party/webrtc/rtc_base/byte_order.h:119:18: error: use of
> undeclared identifier 'htobe32'
>  119 |   uint32_t val =3D htobe32(v);
>      |                  ^
> ../../third_party/webrtc/rtc_base/byte_order.h:124:18: error: use of
> undeclared identifier 'htobe64'
>  124 |   uint64_t val =3D htobe64(v);
>      |                  ^
> ../../third_party/webrtc/rtc_base/byte_order.h:131:10: error: use of
> undeclared identifier 'be16toh'
>  131 |   return be16toh(val);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:137:10: error: use of
> undeclared identifier 'be32toh'
>  137 |   return be32toh(val);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:143:10: error: use of
> undeclared identifier 'be64toh'
>  143 |   return be64toh(val);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:147:18: error: use of
> undeclared identifier 'htole16'
>  147 |   uint16_t val =3D htole16(v);
>      |                  ^
> ../../third_party/webrtc/rtc_base/byte_order.h:152:18: error: use of
> undeclared identifier 'htole32'
>  152 |   uint32_t val =3D htole32(v);
>      |                  ^
> ../../third_party/webrtc/rtc_base/byte_order.h:157:18: error: use of
> undeclared identifier 'htole64'
>  157 |   uint64_t val =3D htole64(v);
>      |                  ^
> ../../third_party/webrtc/rtc_base/byte_order.h:164:10: error: use of
> undeclared identifier 'le16toh'
>  164 |   return le16toh(val);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:170:10: error: use of
> undeclared identifier 'le32toh'
>  170 |   return le32toh(val);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:176:10: error: use of
> undeclared identifier 'le64toh'
>  176 |   return le64toh(val);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:189:10: error: use of
> undeclared identifier 'htobe16'
>  189 |   return htobe16(n);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:193:10: error: use of
> undeclared identifier 'htobe32'
>  193 |   return htobe32(n);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:197:10: error: use of
> undeclared identifier 'htobe64'
>  197 |   return htobe64(n);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:201:10: error: use of
> undeclared identifier 'be16toh'
>  201 |   return be16toh(n);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:205:10: error: use of
> undeclared identifier 'be32toh'
>  205 |   return be32toh(n);
>      |          ^
> ../../third_party/webrtc/rtc_base/byte_order.h:209:10: error: use of
> undeclared identifier 'be64toh'
>  209 |   return be64toh(n);
>      |          ^
> 18 errors generated.
> ninja: build stopped: subcommand failed.
> *** Error code 1
>
> Stop.
> make[1]: stopped in /usr/ports/www/chromium
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/www/chromium
>
> --
> Mario.
>


--=20
Mario.

--0000000000007251b50613a61e3c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hello.</div><div><br></div><div>
On FreeBSD 13.3 I&#39;m trying to install Chromium,but the compilation stop=
ped because a bug :<br></div><div><br></div><div><span style=3D"font-family=
:monospace"><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,25=
5)">......<br></span></span></div><div><span style=3D"font-family:monospace=
"><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255)">/usr/l=
ocal/include =C2=A0-c ../../third_party/webrtc/api/candidate.cc -o obj/thir=
d_party/webrtc/api/candi</span></span><span style=3D"font-family:monospace"=
>date/candidate.o
</span></div><span style=3D"font-family:monospace">In file included from ..=
/../third_party/webrtc/api/candidate.cc:11:
<br>In file included from ../../third_party/webrtc/api/candidate.h:24:
<br>In file included from ../../third_party/webrtc/rtc_base/socket_address.=
h:20:
<br></span><div><span style=3D"font-family:monospace">In file included from=
 ../../third_party/webrtc/rtc_base/ip_address.h:30:</span></div><div><span =
style=3D"font-family:monospace"><br>
</span></div><div><span style=3D"font-family:monospace"></span></div><span =
style=3D"font-family:monospace"><span style=3D"font-weight:bold;color:rgb(0=
,0,0);background-color:rgb(255,255,255)">../../third_party/webrtc/rtc_base/=
byte_order.h:114:18: </span><span style=3D"font-weight:bold;color:rgb(255,8=
4,84);background-color:rgb(255,255,255)">error: </span><span style=3D"font-=
weight:bold;color:rgb(0,0,0);background-color:rgb(255,255,255)">use of unde=
clared identifier &#39;htobe16&#39;</span><span style=3D"color:rgb(0,0,0);b=
ackground-color:rgb(255,255,255)">
</span><br> =C2=A0114 | =C2=A0=C2=A0uint16_t val =3D htobe16(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:119:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe32&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0119 | =C2=A0=C2=A0uint32_t val =3D htobe32(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:124:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe64&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0124 | =C2=A0=C2=A0uint64_t val =3D htobe64(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:131:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be16toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0131 | =C2=A0=C2=A0return be16toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:137:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be32toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0137 | =C2=A0=C2=A0return be32toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:143:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be64toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0143 | =C2=A0=C2=A0return be64toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:147:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htole16&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0147 | =C2=A0=C2=A0uint16_t val =3D htole16(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:152:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htole32&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0152 | =C2=A0=C2=A0uint32_t val =3D htole32(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:157:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htole64&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0157 | =C2=A0=C2=A0uint64_t val =3D htole64(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:164:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;le16toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0164 | =C2=A0=C2=A0return le16toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:170:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;le32toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0170 | =C2=A0=C2=A0return le32toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:176:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;le64toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0176 | =C2=A0=C2=A0return le64toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:189:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe16&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0189 | =C2=A0=C2=A0return htobe16(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:193:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe32&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0193 | =C2=A0=C2=A0return htobe32(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:197:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe64&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0197 | =C2=A0=C2=A0return htobe64(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:201:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be16toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0201 | =C2=A0=C2=A0return be16toh(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:205:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be32toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0205 | =C2=A0=C2=A0return be32toh(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:209:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be64toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0209 | =C2=A0=C2=A0return be64toh(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br>18 errors generated.
<br>ninja: build stopped: subcommand failed.
<br>*** Error code 1
<br>
<br>Stop.
<br>make[1]: stopped in /usr/ports/www/chromium
<br>*** Error code 1
<br>
<br>Stop.
<br>make: stopped in /usr/ports/www/chromium</span><font color=3D"#888888">=
<br></font></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"g=
mail_attr">On Thu, Mar 14, 2024 at 11:02=E2=80=AFPM Mario Marietto &lt;<a h=
ref=3D"mailto:marietto2008@gmail.com">marietto2008@gmail.com</a>&gt; wrote:=
<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8=
ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr=
"><div>Hello.</div><div><br></div><div>
On FreeBSD 13.3 I&#39;m trying to install Chromium,but the compilation stop=
ped because a bug :<br></div><div><br></div><div><span style=3D"font-family=
:monospace"><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,25=
5)">......<br></span></span></div><div><span style=3D"font-family:monospace=
"><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255)">/usr/l=
ocal/include =C2=A0-c ../../third_party/webrtc/api/candidate.cc -o obj/thir=
d_party/webrtc/api/candi</span></span></div><div><span style=3D"font-family=
:monospace"></span></div><span style=3D"font-family:monospace">date/candida=
te.o
<br>In file included from ../../third_party/webrtc/api/candidate.cc:11:
<br>In file included from ../../third_party/webrtc/api/candidate.h:24:
<br>In file included from ../../third_party/webrtc/rtc_base/socket_address.=
h:20:
<br>In file included from ../../third_party/webrtc/rtc_base/ip_address.h:30=
:
<br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:114:18: </span>=
<span style=3D"font-weight:bold;color:rgb(255,84,84);background-color:rgb(2=
55,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb(0,0,0)=
;background-color:rgb(255,255,255)">use of undeclared identifier &#39;htobe=
16&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,=
255)">
</span><br> =C2=A0114 | =C2=A0=C2=A0uint16_t val =3D htobe16(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:119:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe32&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0119 | =C2=A0=C2=A0uint32_t val =3D htobe32(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:124:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe64&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0124 | =C2=A0=C2=A0uint64_t val =3D htobe64(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:131:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be16toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0131 | =C2=A0=C2=A0return be16toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:137:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be32toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0137 | =C2=A0=C2=A0return be32toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:143:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be64toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0143 | =C2=A0=C2=A0return be64toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:147:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htole16&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0147 | =C2=A0=C2=A0uint16_t val =3D htole16(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:152:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htole32&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0152 | =C2=A0=C2=A0uint32_t val =3D htole32(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:157:18: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htole64&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0157 | =C2=A0=C2=A0uint64_t val =3D htole64(v);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0^</span><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255=
)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:164:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;le16toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0164 | =C2=A0=C2=A0return le16toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:170:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;le32toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0170 | =C2=A0=C2=A0return le32toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:176:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;le64toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0176 | =C2=A0=C2=A0return le64toh(val);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:189:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe16&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0189 | =C2=A0=C2=A0return htobe16(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:193:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe32&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0193 | =C2=A0=C2=A0return htobe32(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:197:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;htobe64&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0197 | =C2=A0=C2=A0return htobe64(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:201:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be16toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0201 | =C2=A0=C2=A0return be16toh(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:205:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be32toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0205 | =C2=A0=C2=A0return be32toh(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo=
r:rgb(255,255,255)">../../third_party/webrtc/rtc_base/byte_order.h:209:10: =
</span><span style=3D"font-weight:bold;color:rgb(255,84,84);background-colo=
r:rgb(255,255,255)">error: </span><span style=3D"font-weight:bold;color:rgb=
(0,0,0);background-color:rgb(255,255,255)">use of undeclared identifier &#3=
9;be64toh&#39;</span><span style=3D"color:rgb(0,0,0);background-color:rgb(2=
55,255,255)">
</span><br> =C2=A0209 | =C2=A0=C2=A0return be64toh(n);
<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| <span style=3D"font-weight:bold;color:=
rgb(84,255,84);background-color:rgb(255,255,255)">=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^</span><span style=3D"color:rgb(0,0,0);backg=
round-color:rgb(255,255,255)">
</span><br>18 errors generated.
<br>ninja: build stopped: subcommand failed.
<br>*** Error code 1
<br>
<br>Stop.
<br>make[1]: stopped in /usr/ports/www/chromium
<br>*** Error code 1
<br>
<br>Stop.
<br>make: stopped in /usr/ports/www/chromium<br>
</span><br><span class=3D"gmail_signature_prefix">-- </span><br><div dir=3D=
"ltr" class=3D"gmail_signature">Mario.<br></div></div>
</blockquote></div><br clear=3D"all"><br><span class=3D"gmail_signature_pre=
fix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature">Mario.<br></d=
iv>

--0000000000007251b50613a61e3c--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B1FSihoQv6uP%2BJAqdQYOurFxOzJuo5Wyt=itp7nRVMdyydVWg>