[Bug 294819] www/onlyoffice-documentserver: Branch 26Q2 build fails on custom 14.4 releng amd64

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 Apr 2026 21:45:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294819

--- Comment #6 from Matt Kempe <fsbruva@yahoo.com> ---
(In reply to Andrew from comment #5)
How are you running your build?

I am concerned because your make.conf seems reasonable, but then I see your
build log contains '/var/ports/basejail/' as the prefix for a working
directory, yet you have 'WRKDIRPREFIX=/var/ports/'

Are you running in some sort of manual jail builder or something? Were you
previously able to build successfully using your current set up? 

During the build, qmake calls QDir::absolutePath() or similar which ultimately
calls realpath(3). If you are using a jail, and the jail's /var/ports is a
nullfs mount from the host's /var/ports/basejail, then realpath() inside the
jail may return the host-side path /var/ports/basejail/usr/ports/... rather
than /var/ports/usr/ports/...

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