Re: pkg vs uname troubles after upgrade to 14 (lld not rebuilt issue? (X_)LINKER_FREEBSD_VERSION still 13 based?)

2021-02-17 Thread Dimitry Andric
On 17 Feb 2021, at 04:28, Mark Millard via freebsd-current wrote: > > On 2021-Feb-16, at 15:37, Mark Millard wrote: >> On 2021-Feb-16, at 11:49, Brandon Bergren wrote: >>> It looks like there were recently some fixes to release.sh, that just got >>> backported to 13. I wonder if the problem i

Re: pkg vs uname troubles after upgrade to 14 (lld not rebuilt issue? (X_)LINKER_FREEBSD_VERSION still 13 based?)

2021-02-16 Thread Mark Millard via freebsd-current
On 2021-Feb-16, at 15:37, Mark Millard wrote: > On 2021-Feb-16, at 11:49, Brandon Bergren wrote: > >> It looks like there were recently some fixes to release.sh, that just got >> backported to 13. I wonder if the problem is the packages themselves being >> misbuilt. >> >> https://cgit.fre

Re: pkg vs uname troubles after upgrade to 14

2021-02-16 Thread Mark Millard via freebsd-current
On 2021-Feb-16, at 11:49, Brandon Bergren wrote: > It looks like there were recently some fixes to release.sh, that just got > backported to 13. I wonder if the problem is the packages themselves being > misbuilt. > > https://cgit.freebsd.org/src/commit/release?h=releng/13.0&id=4689ab1eab624d1

Re: pkg vs uname troubles after upgrade to 14

2021-02-16 Thread Brandon Bergren
It looks like there were recently some fixes to release.sh, that just got backported to 13. I wonder if the problem is the packages themselves being misbuilt. https://cgit.freebsd.org/src/commit/release?h=releng/13.0&id=4689ab1eab624d1a551a5a8f109383ea18eeba20 On Tue, Feb 16, 2021, at 12:20 PM

Re: pkg vs uname troubles after upgrade to 14

2021-02-16 Thread Mark Millard via freebsd-current
Brandon Bergren bdragon at FreeBSD.org wrote on Tue Feb 16 17:29:45 UTC 2021 : > On Tue, Feb 16, 2021, at 10:38 AM, Ronald Klop wrote: > > I normally compile WITHOUT_CLEAN. What is the shortcut to recompile > > uname with the proper version nr and not having to recompiling clang? > > Cleaning an

Re: pkg vs uname troubles after upgrade to 14

2021-02-16 Thread Brandon Bergren
On Tue, Feb 16, 2021, at 10:38 AM, Ronald Klop wrote: > I normally compile WITHOUT_CLEAN. What is the shortcut to recompile > uname with the proper version nr and not having to recompiling clang? > Cleaning and rebuilding only uname does not help. Uh, I would drop into a buildenv with "make buil

Re: pkg vs uname troubles after upgrade to 14

2021-02-16 Thread Ronald Klop
nr and not having to recompiling clang? Cleaning and rebuilding only uname does not help. Regards, Ronald. Van: Brandon Bergren Datum: dinsdag, 16 februari 2021 17:02 Aan: FreeBSD Current Onderwerp: Re: pkg vs uname troubles after upgrade to 14 IIRC, the detection works by probing /bin/sh, ma

Re: pkg vs uname troubles after upgrade to 14

2021-02-16 Thread Brandon Bergren
IIRC, the detection works by probing /bin/sh, make sure you upgraded your base properly. On Tue, Feb 16, 2021, at 9:55 AM, Ronald Klop wrote: > Hi, > > Upgraded from 13 to 14. > > # uname -UK > 143 143 > > But elfdump on uname gives: > note (.note.tag): > FreeBSD 1300133 (NT_FR

pkg vs uname troubles after upgrade to 14

2021-02-16 Thread Ronald Klop
Hi, Upgraded from 13 to 14. # uname -UK 143 143 But elfdump on uname gives: note (.note.tag): FreeBSD 1300133 (NT_FREEBSD_ABI_TAG) # pkg -o OSVERSION=143 upgrade pkg: Warning: Major OS version upgrade detected. Running "pkg bootstrap -f" recommended Updating FreeBSD repos