I have a real machine (server) and two virtual machines (desktops) with FreeBSD at the latest release and updated to the latest patch:
Running the command on the server (server only):
I get the following result
The difference is that on desktop machines it is installed lang/gcc14 while it is not on the server. Installing lang/gcc14 on the server makes this error go away.
It could be a bug. May I open a PR? If yes, in what category?
Thank you all
Code:
FreeBSD ambaxtos 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64 (server - real machine)
FreeBSD iantomarus 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64 (desktop - VirtualBox guest on Windows host)
FreeBSD elopao-vm 15.0-RELEASE-p4 FreeBSD 15.0-RELEASE-p4 GENERIC amd64 (desktop - VirtualBox guest on Windows host)
Running the command on the server (server only):
Code:
make -C /usr/ports index
I get the following result
Code:
...
--- describe.lang ---
--- describe.mail ---
--- describe.math ---
--- describe.misc ---
--- describe.multimedia ---
--- describe.net ---
--- describe.math ---
/rescue/sh: gcc14: not found
make[4]: /usr/ports/Mk/Uses/compiler.mk:86: warning: Command "gcc14 --version" exited with status 127
make[4]: /usr/ports/Mk/Uses/compiler.mk:134: warning: Command "g++14 -### /dev/null 2>&1" exited with status 127
--- describe.net-im ---
--- describe.net-mgmt ---
...
The difference is that on desktop machines it is installed lang/gcc14 while it is not on the server. Installing lang/gcc14 on the server makes this error go away.
It could be a bug. May I open a PR? If yes, in what category?
Thank you all