Discussion:
pkg OSVERSION problem
(too old to reply)
Ronald Klop
2018-01-25 20:19:06 UTC
Permalink
Hi,

After I have an error about OSVERSION pkg upgrade says there is no update
anymore.
I know there should be multiple updates of packages.
Even with -o OSVERSION it does not give any new pkgs anymore.
What will help this?

Regards,
Ronald.


[***@sjakie ~]# pkg upgrade
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100% 944 B 0.9kB/s 00:01
Fetching packagesite.txz: 100% 6 MiB 3.0MB/s 00:02
Processing entries: 0%
pkg: Newer FreeBSD version for package pear-HTML_Template_IT:
- package: 1200056
- running kernel: 1200054
pkg: repository FreeBSD contains packages for wrong OS version:
FreeBSD:12:amd64
Processing entries: 100%
Unable to update repository FreeBSD
Error updating repositories!

[***@sjakie ~]# pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (15 candidates): 100%
Processing candidates (15 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.

[***@sjakie ~]# pkg -o OSVERSION=1200056 upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (15 candidates): 100%
Processing candidates (15 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
O. Hartmann
2018-01-25 20:29:14 UTC
Permalink
Am Thu, 25 Jan 2018 21:19:06 +0100
Post by Ronald Klop
Hi,
After I have an error about OSVERSION pkg upgrade says there is no update
anymore.
I know there should be multiple updates of packages.
Even with -o OSVERSION it does not give any new pkgs anymore.
What will help this?
Regards,
Ronald.
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100% 944 B 0.9kB/s 00:01
Fetching packagesite.txz: 100% 6 MiB 3.0MB/s 00:02
Processing entries: 0%
- package: 1200056
- running kernel: 1200054
FreeBSD:12:amd64
Processing entries: 100%
Unable to update repository FreeBSD
Error updating repositories!
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (15 candidates): 100%
Processing candidates (15 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (15 candidates): 100%
Processing candidates (15 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
me, too. I saw the same thing last week, when I tried the first time to update a CURRENT
and I saw it again on Monday. Funny: when I sync the base repository (built on another
machine due to performance issue and rysnc'ed), the initial error about the OS mismatch
occurs one time again and the disappears - as decribed above.

Regards,

Oliver
--
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten fÃŒr
Werbezwecke oder fÌr die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
Jan Kokemüller
2018-01-25 20:38:27 UTC
Permalink
Post by Ronald Klop
I know there should be multiple updates of packages.
Even with -o OSVERSION it does not give any new pkgs anymore.
What will help this?
I've just had the same issue and solved it by forcefully updating the
package database:

# pkg -o OSVERSION=1200056 update -f
# pkg -o OSVERSION=1200056 upgrade


-Jan
O. Hartmann
2018-01-27 07:36:58 UTC
Permalink
Am Thu, 25 Jan 2018 21:38:27 +0100
Post by Jan Kokemüller
Post by Ronald Klop
I know there should be multiple updates of packages.
Even with -o OSVERSION it does not give any new pkgs anymore.
What will help this?
I've just had the same issue and solved it by forcefully updating the
# pkg -o OSVERSION=1200056 update -f
# pkg -o OSVERSION=1200056 upgrade
-Jan
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
Thanks,

I'll give it a try.

regards,

Oliver
--
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten fÃŒr
Werbezwecke oder fÌr die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
Ronald Klop
2018-01-27 09:23:28 UTC
Permalink
Post by O. Hartmann
Am Thu, 25 Jan 2018 21:38:27 +0100
Post by Jan Kokemüller
Post by Ronald Klop
I know there should be multiple updates of packages.
Even with -o OSVERSION it does not give any new pkgs anymore.
What will help this?
I've just had the same issue and solved it by forcefully updating the
# pkg -o OSVERSION=1200056 update -f
# pkg -o OSVERSION=1200056 upgrade
-Jan
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to
Thanks,
I'll give it a try.
regards,
Oliver
Thanks also. It kicked pkg upgrade into upgrading again, but in the end I
missed libdl.so (clang 6?) which was fixed by updating my system to
1200056 anyway. Otherwise Firefox wouldn't start.
So although the OSVERSION check is annoying it does warn for actual
problems.

Regards,
Ronald.
O. Hartmann
2018-02-04 11:03:23 UTC
Permalink
Am Sat, 27 Jan 2018 10:23:28 +0100
Post by Ronald Klop
Post by O. Hartmann
Am Thu, 25 Jan 2018 21:38:27 +0100
Post by Jan Kokemüller
Post by Ronald Klop
I know there should be multiple updates of packages.
Even with -o OSVERSION it does not give any new pkgs anymore.
What will help this?
I've just had the same issue and solved it by forcefully updating the
# pkg -o OSVERSION=1200056 update -f
# pkg -o OSVERSION=1200056 upgrade
-Jan
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to
Thanks,
I'll give it a try.
regards,
Oliver
Thanks also. It kicked pkg upgrade into upgrading again, but in the end I
missed libdl.so (clang 6?) which was fixed by updating my system to
1200056 anyway. Otherwise Firefox wouldn't start.
So although the OSVERSION check is annoying it does warn for actual
problems.
Regards,
Ronald.
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
I tried and it worked as expected!

Thanks a lot.

Oliver
--
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten fÃŒr
Werbezwecke oder fÌr die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
Loading...