pkg 1.10.5 fbsd 11.2-RELEASE-p9 current ports tree as of today (via portsnap) make package in devel/readline or lang/python36 followed by pkg install -f <file.txz> produces a coredump. # pkg install -f python36-3.6.8_2.txz Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Updating database digests format: 100% Child process pid=95662 terminated abnormally: Segmentation fault # file pkg.core.95662 pkg.core.95662: ELF 64-bit LSB core file x86-64, version 1 (FreeBSD), FreeBSD-style, from 'tall -f python36-3.6.8_2.txz' unxz the file and gzip it, produces different results depending upon the fielname. # pkg install -f python36-3.6.8_2.tar.gz Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. pkg: No packages available to install matching 'python36-3.6.8_2.tar.gz' have been found in the repositories # mv python36-3.6.8_2.tar.gz python36-3.6.8_2.tgz # pkg install -f python36-3.6.8_2.tgz Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Child process pid=95678 terminated abnormally: Segmentation fault # file pkg.core.95678 pkg.core.95678: ELF 64-bit LSB core file x86-64, version 1 (FreeBSD), FreeBSD-style, from 'tall -f python36-3.6.8_2.tgz'
Thank you for your report. You may want to report this to upstream at https://github.com/freebsd/pkg/issues including a backtrace of the crash
Thank you for reporting, Fixed in git!
Works, afaict. Except that a package name of <whatever>.tar.{gz,xz} is not recognized. pkg: No packages available to install matching '/usr/ports/lang/python36/python36-3.6.8_2.tar.gz' have been found in the repositories
Fixed in ports r499379