Date: Sun, 20 Jul 2025 15:00:06 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 288351] release/Makefile should not use the host /usr/bin/install command, but the freshly built one Message-ID: <bug-288351-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288351 Bug ID: 288351 Summary: release/Makefile should not use the host /usr/bin/install command, but the freshly built one Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: wosch@FreeBSD.org Discovered while trying to cross-build `make ftp` on macOS, it seems that we should not use the host's install(1) to make ftp tarballs, but use the freshly built one. install(1) on macOS is much older than the FreeBSD version and missing some options. It does not work at all. On FreeBSD the host /usr/bin/install will usually work - except after a new required option was added. This patch solves the problem on macOS https://reviews.freebsd.org/D51335 -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-288351-227>
