[Bug 264418] "make -DNOPORTS cloudware-release" fails due to ports version check
Date: Tue, 07 Jun 2022 16:22:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264418
Ed Maste <emaste@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gjb@FreeBSD.org
--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Related commit 0be274d3737972532c042d06c53b5807e95aa845, Adjust where UNAME_r
is defined for ports builds
which invokes
`env - UNAME_r=${UNAME_r} PATH=$$PATH make -C
${PORTSDIR}/emulators/qemu-user-static BATCH=1 all install clean`
I think UNAME_r=${UNAME_r} is incorrect here, as the qemu-user-static we're
building is intended for the build host, not the target version.
--
You are receiving this mail because:
You are the assignee for the bug.