/_clock_id.h
> @@ -78,7 +78,7 @@
> * Linux compatible names.
> */
> #if __BSD_VISIBLE
> -#defineCLOCK_BOOTTIME CLOCK_UPTIME
> +#defineCLOCK_BOOTTIME CLOCK_MONOTONIC
> #defineCLOCK_REALTIME_COARSE CLOCK_REALTIME_FAST
> #defineCLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC_FAST
> #endif
>
>
--
Nuno Teixeira
FreeBSD UNIX: Web: https://FreeBSD.org
; Cy Schubert
> FreeBSD UNIX: Web: https://FreeBSD.org
> NTP: Web: https://nwtime.org
>
> e^(i*pi)+1=0
>
>
> On Sat, 1 Jun 2024 09:37:00 +0100
> Nuno Teixeira wrote:
>
> > Hello,
> >
> > Having issues buildi
The branch main has been updated by eduardo:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e37471440e6000d8ce1dbe079f5862529928afe3
commit e37471440e6000d8ce1dbe079f5862529928afe3
Author: Nuno Teixeira
AuthorDate: 2024-03-19 21:21:04 +
Commit: Nuno Teixeira
CommitDate: 2024-03-19
The branch main has been updated by eduardo (ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=b44869cba1b391931b831135a9cefcc6ca635103
commit b44869cba1b391931b831135a9cefcc6ca635103
Author: Nuno Teixeira
AuthorDate: 2022-09-16 13:29:30 +
Commit: Nuno Teixeira
Hello,
On aarch64 I'v started to see ports failing with illegal instructions on
main-n274092-f00fe116dc9d.
So far the following ports are failing:
sysutils/dmidecode
textproc/docbook2mdoc
devel/libpci
lang/lua53
Maybe it is worth to take a check on them?
Thanks
./types.h:55:25: note: exp
(...)
Full logs:
https://people.freebsd.org/~eduardo/logs/main-n274092-f00fe116dc9d/
Nuno Teixeira escreveu (domingo, 8/12/2024 à(s)
07:48):
> Hello,
>
> On aarch64 I'v started to see ports failing with illegal instructions on
> main-n274092-f00fe116dc9d.
>
> So far
(...)
I'm repeating ports rebuild and everything is building ok with same
tree/world. Something went wrong on my system.
Sorry for the noise :)
Nuno Teixeira escreveu (domingo, 8/12/2024 à(s)
18:29):
> OK, I'm redoing interactive testport to get those files on dmidecode port
>
> -Dimitry
>
> > On 8 Dec 2024, at 08:49, Nuno Teixeira wrote:
> >
> > (...)
> >
> > Full logs:
> https://people.freebsd.org/~eduardo/logs/main-n274092-f00fe116dc9d/
> >
> > Nuno Teixeira escreveu (domingo, 8/12/2024 à(s)
> 07:48):
> > H
/share/mk/src.opts.mk
> @@ -124,6 +124,7 @@ __DEFAULT_YES_OPTIONS = \
> LLD \
> LLD_BOOTSTRAP \
> LLVM_ASSERTIONS \
> +LLVM_BINUTILS \
> LLVM_COV \
> LLVM_CXXFILT \
> LOADER_BIOS_TEXTONLY \
> @@ -208,7 +209,6 @@ __DEFAULT_NO_OPTIONS = \
> HESIOD \
> LOADER_VERBOSE \
> LOADER_VERIEXEC_PASS_MANIFEST \
> -LLVM_BINUTILS \
> LLVM_FULL_DEBUGINFO \
> MALLOC_PRODUCTION \
> OFED_EXTRA \
>
>
--
Nuno Teixeira
FreeBSD UNIX: Web: https://FreeBSD.org