Hi All
When i run pkg update i get an error saying Newer FreeBSD version for package p5-Tk-TableMatrix
To ignore this error set IGNORE_OSVERSION=yes
- package: 1201000
- running kernel: 1200086
Im running FreeBSD 12.0-RELEASE-p13 GENERIC which is also the output from uname -a
There is a post from 2014 and i followed SirDices advice on that page
But i still get the size mismatch error when i run pkg update
Now when i run pkg update it says its going to remove Firefox
pkg update says it will install a new version of ffmpeg
The only thing i can think of is i built ffmpeg with poudrire,
which i havent rebuild in the last couple of months i dont know if thats causing the issue
I cant figure out why im getting the size mismatch error after cleaning the local pkg cache
I dont really want to do a pkg update and then remove Firefox
If anyone could shed some light on the matter that would be great
Update:
Im came across this bug report that suggests editing /usr/local/etc/pkg.conf
and adding
Which is the kernel version im running
another user in the bug report suggests adding
Would that fix the pkg size mismatch error
When i run pkg update i get an error saying Newer FreeBSD version for package p5-Tk-TableMatrix
To ignore this error set IGNORE_OSVERSION=yes
- package: 1201000
- running kernel: 1200086
Im running FreeBSD 12.0-RELEASE-p13 GENERIC which is also the output from uname -a
There is a post from 2014 and i followed SirDices advice on that page
Bash:
pkg clean # cleans /var/cache/pkg/
rm -rf /var/cache/pkg/* # just remove it all
pkg update -f # forces update of repository catalog
rm /var/db/pkg/repo-*.sqlite # removes all remote repository catalogs
pkg bootstrap -f # forces reinstall of pkg
But i still get the size mismatch error when i run pkg update
Now when i run pkg update it says its going to remove Firefox
Bash:
The following 5 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
firefox-73.0.1,1
Installed packages to be UPGRADED:
vlc: 3.0.8_15,4 -> 3.0.8_16,4 [FreeBSD]
librsvg2: 2.40.20 -> 2.40.21 [FreeBSD]
ffmpeg: 4.2.2,1 -> 4.2.2_1,1 [FreeBSD]
dav1d: 0.5.2_1 -> 0.6.0 [FreeBSD]
Number of packages to be removed: 1
Number of packages to be upgraded: 4
pkg update says it will install a new version of ffmpeg
The only thing i can think of is i built ffmpeg with poudrire,
which i havent rebuild in the last couple of months i dont know if thats causing the issue
I cant figure out why im getting the size mismatch error after cleaning the local pkg cache
I dont really want to do a pkg update and then remove Firefox
If anyone could shed some light on the matter that would be great
Update:
Im came across this bug report that suggests editing /usr/local/etc/pkg.conf
and adding
Bash:
OSVERSION = 1200086;
Which is the kernel version im running
another user in the bug report suggests adding
Bash:
OSVERSION = 9999999;
Would that fix the pkg size mismatch error