Hello,
I have some doubts about how the package system works.
I was on FreeBSD13.0-RELEASE and ran
After that, the net-mgmt/netdata was updated and stopped working.
And error was
My pkg repo:
Seeing this error
Then I decided to upgrade to FreeBSD13.1-RELEASE and the package started working without errors!
I always thought that packages were compiled for every version of the FreeBSD.
And if I'm on FreeBSD13.0-RELEASE I can update my packages while on the 13.0 branch.
Up to a certain point, of course, as long as there is support for the FreeBSD13.0-RELEASE.
I mean, I don't really understand what happened.
I understand that it may be necessary to upgrade the system to install a new version of a package.
But if I want to stay on 13.0-RELEASE then
Or am I misunderstanding something?
Best regards,
I have some doubts about how the package system works.
I was on FreeBSD13.0-RELEASE and ran
pkg upgradeAfter that, the net-mgmt/netdata was updated and stopped working.
And error was
libgcc_s.so.1: version GCC_4.6.0 required... My pkg repo:
# grep url /etc/pkg/FreeBSD.conf
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
Seeing this error
... version GCC_4.6.0 required... , I thought that package net-mgmt/netdata was compiled for another FreeBSD version for FreeBSD13.1-RELEASE.Then I decided to upgrade to FreeBSD13.1-RELEASE and the package started working without errors!
I always thought that packages were compiled for every version of the FreeBSD.
And if I'm on FreeBSD13.0-RELEASE I can update my packages while on the 13.0 branch.
Up to a certain point, of course, as long as there is support for the FreeBSD13.0-RELEASE.
I mean, I don't really understand what happened.
I understand that it may be necessary to upgrade the system to install a new version of a package.
But if I want to stay on 13.0-RELEASE then
pkg upgrade should probably just say that there is no update for package net-mgmt/netdata for your OS version.Or am I misunderstanding something?
Best regards,