Solved Many pkg: ...( php72-intl-7.2.17_2.txz | php72-xmlreader-7.2.17_2.txz )... :Not Found

Hi, I need install support to xmlreader in php because I see "..Uncaught Error: Class 'XMLReader' not found in.."
But I have some problem and I don´t understand why....


user@famp72$ sudo pkg search php72 | grep xml
php72-pear-horde-Horde_Xml_Wbxml-2.0.3 Horde API for encoding and decoding WBXML documents
php72-simplexml-7.2.17_2 The simplexml shared extension for php
php72-xml-7.2.17_2 The xml shared extension for php
php72-xmlreader-7.2.17_2 The xmlreader shared extension for php
php72-xmlrpc-7.2.17_2 The xmlrpc shared extension for php
php72-xmlwriter-7.2.17_2 The xmlwriter shared extension for php


user@famp72$ sudo pkg install php72-xmlreader-7.2.17_2
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
php72-xmlreader: 7.2.17_2

Number of packages to be installed: 1

13 KiB to be downloaded.

Proceed with this action? [y/N]: y
pkg: http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/All/php72-xmlreader-7.2.17_2.txz: Not Found
user@famp72$

I Try do

user@famp72$ sudo pkg upgrade -f


Proceed with this action? [y/N]: y
[famp72] [1/7] Fetching pkg-1.10.5_5.txz: 100% 3 MiB 1.5MB/s 00:02
[famp72] [2/7] Fetching webp-1.0.2.txz: 100% 402 KiB 412.1kB/s 00:01
pkg: http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/All/php72-intl-7.2.17_2.txz: Not Found
user@famp72$

Some help? Sorry i am a beginner :(

Thanks in advance


user@famp72$ uname -a
FreeBSD famp72 11.2-STABLE FreeBSD 11.2-STABLE #0 r325575+9a3c7d8b53f(HEAD): Wed Mar 27 12:41:58 EDT 2019 root@mp20.tn.ixsystems.com:/freenas-releng/freenas/_BE/objs/freenas-releng/freenas/_BE/os/sys/FreeNAS.amd64 amd64
 
run pkg update first - it appears like your pkg catalogue is outdated, currently there is php 7.2.18 in the quarterly repository.
 
run pkg update first - it appears like your pkg catalogue is outdated, currently there is php 7.2.18 in the quarterly repository.

I do but this is the result


user@famp72$ sudo pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.

And Like say in my previous message I try to do too

user@famp72$ sudo pkg upgrade -f
Proceed with this action? [y/N]: y
[famp72] [1/7] Fetching pkg-1.10.5_5.txz: 100% 3 MiB 1.5MB/s 00:02
[famp72] [2/7] Fetching webp-1.0.2.txz: 100% 402 KiB 412.1kB/s 00:01
pkg: http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/All/php72-intl-7.2.17_2.txz: Not Found
user@famp72$

Thx in advance...
 
Thats quite weird, try pkg update -f

Yeah!!!! Thx Many Many Thx!

And FYI Now I can perform pkg upgrade -f without errrors!!! (attached file )
Best Regards!

root@famp72# pkg update -f
Updating FreeBSD repository catalogue...
[famp72] Fetching meta.txz: 100% 944 B 0.9kB/s 00:01
[famp72] Fetching packagesite.txz: 100% 6 MiB 1.7MB/s 00:04
Processing entries: 100%
FreeBSD repository update completed. 31992 packages processed.
All repositories are up to date.
root@famp72#

root@famp72# sudo pkg install php72-xmlreader
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
php72-xmlreader: 7.2.18

Number of packages to be installed: 1

13 KiB to be downloaded.

Proceed with this action? [y/N]: y
[famp72] [1/1] Fetching php72-xmlreader-7.2.18.txz: 100% 13 KiB 12.9kB/s 00:01
Checking integrity... done (0 conflicting)
[famp72] [1/1] Installing php72-xmlreader-7.2.18...
[famp72] [1/1] Extracting php72-xmlreader-7.2.18: 100%
 

Attachments

  • upgrade-jail.txt
    23.8 KB · Views: 139
Back
Top