Re: make does not work after upgrade to 14
- In reply to: Paul Kagan: "make does not work after upgrade to 14"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Jan 2024 08:05:04 UTC
On Tue, Jan 30, 2024 at 10:38:59PM -0500, Paul Kagan wrote: > Have been getting a lot of problems with freebsd 14 upgrade . > > > > Please help me to solve this one: > > > > root@videotron:/usr/ports/security/openssl # make > make: "/usr/ports/Mk/bsd.port.mk" line 1204: UNAME_r (14.0-RELEASE-p3) and > OSVERSION (1302001) do not agree on major version number. > > make: stopped in /usr/ports/security/openssl > You have new mail. > root@videotron:/usr/ports/security/openssl # > > to assist in solving the issue: > root@videotron:/usr/ports/security/openssl # freebsd-version -kru > 14.0-RELEASE-p3 > 14.0-RELEASE-p3 > 14.0-RELEASE-p4 Can you check if /usr/include/sys/param.h was updated? $ grep __FreeBSD_version /usr/include/sys/param.h Do you override OSVERSION in e.g.: /etc/make.conf? -- Herbert