[Bug 276690] Compilation of a particular module never ends causing runaway builds for the port graphics/diplib on arm64 architecture

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 28 Jan 2024 20:56:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276690

--- Comment #3 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Yuri Victorovich from comment #2)

For main [so: 15] the problem last happened with:

build started at Fri Dec  8 02:53:32 UTC 2023
port directory: /usr/ports/graphics/diplib
package name: diplib-3.4.0
building for: FreeBSD main-arm64-default-job-11 15.0-CURRENT FreeBSD
15.0-CURRENT 1500005 arm64
. . .
Host OSVERSION: 1500000
Jail OSVERSION: 1500005

The first working one was with:

build started at Tue Dec 19 18:15:30 UTC 2023
port directory: /usr/ports/graphics/diplib
package name: diplib-3.4.0
building for: FreeBSD main-arm64-default-job-08 15.0-CURRENT FreeBSD
15.0-CURRENT 1500007 arm64
. . .
Host OSVERSION: 1500006
Jail OSVERSION: 1500007

After 1500005 but before 1500007 was the update to llvm17:

Bump __FreeBSD_version for llvm 17.0.6 merge
PR:             273753
MFC after:      1 month
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--      sys/sys/param.h 2       
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 107b86707c9e..c79c46ab4342 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1500005
+#define __FreeBSD_version 1500006

 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


That might be the difference for main [so: 15].

-- 
You are receiving this mail because:
You are the assignee for the bug.