[Bug 295143] editors/libreoffice build failed with lang/dotnet8
Date: Sun, 10 May 2026 04:15:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295143
Bug ID: 295143
Summary: editors/libreoffice build failed with lang/dotnet8
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: omatsuda000@gmail.com
CC: arrowd@FreeBSD.org, office@FreeBSD.org
CC: arrowd@FreeBSD.org, office@FreeBSD.org
Created attachment 270558
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=270558&action=edit
partial build log
libreoffice-26.2.2.2 fails to be built if lang/dotnet8 is installed
(not using poudrier). A possible work around is to modify Makefile
as:
*** Makefile.orig Sat May 9 01:40:44 2026
--- Makefile Sat May 9 22:14:15 2026
***************
*** 332,337 ****
--- 332,338 ----
--with-tls=nss \
--with-vendor="FreeBSD ports" \
--without-fonts \
+ --without-dotnet \
--without-myspell-dicts
CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \
Attached is the part of the build log.
--
You are receiving this mail because:
You are the assignee for the bug.