[Bug 289205] x11-wm/hyprland

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 31 Aug 2025 11:04:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289205

            Bug ID: 289205
           Summary: x11-wm/hyprland
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: tagattie@FreeBSD.org
          Reporter: ralph@zitz.dk
          Assignee: tagattie@FreeBSD.org
             Flags: maintainer-feedback?(tagattie@FreeBSD.org)

Created attachment 263354
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=263354&action=edit
Log output from build

Most recent version of hyprland does not build on 15-current

OS: FreeBSD 15.0-PRERELEASE #5 main-n279977-fb37e38fbe99 kernel 1500063
ports tree version: git rev-parse --short HEAD: 21b070810f30

The following changes to the ports Makefile forces the use of clang from base
instead of llvm19 from ports:

.include <bsd.port.options.mk>

# XXX Delete after 14.2-RELEASE EoL (2025-09-30)
# #embed directive in C23 standard requires llvm 19 or later
.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1400000 && ${OSVERSION} < 1402501)
USES+=          llvm:min=19
.endif

Building with clang from base results in an assertion error (please see
attached files)

The build completes successfully using llvm19 from ports

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