FreeBSD - メンテナンス・トラブルシュート - pkg・ports アップデート関連 - サポートが切れちゃった
- 1. 概要
- 2. サポートが切れちゃった
1. 概要
2018年10月2日の出来事。日本だからこうなる。
> pkg version -vl "<"
fakeroot-1.22 < needs updating (index has 1.23)
pkgconf-1.4.2,1 < needs updating (index has 1.3.,1)
vim-8.1.0342 < needs updating (index has 8.1.0443)
てなっていたので
> portupgrade -Rr pkgconf
[Reading data from pkg(8) ... - 372 packages found - done]
[Gathering depends for devel/pkgconf done]
[Exclude up-to-date packages done]
---> Upgrading 'pkgconf-1.4.2,1' to 'pkgconf-1.3.,1' (devel/pkgconf)
---> Building '/usr/ports/devel/pkgconf'
===> Cleaning for pkgconf-1.3.,1
/!\ ERROR: /!\
Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.
No support will be provided if you silence this message by defining
ALLOW_UNSUPPORTED_SYSTEM.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/devel/pkgconf
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/pkgconf
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20181002-94356-enbu2x env UPGRADE_TOOL=portupgrade UPGRADE_PORT=pkgconf-1.4.2,1 UPGRADE_PORT_VER=1.4.2,1 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! devel/pkgconf (pkgconf-1.4.2,1) (unknown build error)
2. サポートが切れちゃった
「Ports Collection support for your FreeBSD version has ended」なわけです。
> uname -a
FreeBSD (伏字) 11.1-RELEASE-p6 FreeBSD 11.1-RELEASE-p6 #2: Wed Feb 21 11:02:38 JST 2018 (伏字):/usr/obj/usr/src/sys/(伏字) amd64
そうなのです。
FreeBSD 11.1 RELEASE のサポート期限は 2018年9月30日までだったのです。
10月1日の朝に動いていたのは、日本時間だったからで。その頃は UTC や米国時間では 2018年9月30日だったのです。
10月2日は、UTC でも米国時間でも 2018年9月30日を過ぎていたのでした。
仕方ないなぁ、11.2 RELEASE にあげるのはマイナーバージョンのアップデートなのでそこまで難しくないかしら・・・。
今日中になんとかしよ~っと。
|
|