https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237351
Bug ID: 237351 Summary: pkg install -f <make package file> Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-b...@freebsd.org Reporter: h...@shrubbery.net CC: pyt...@freebsd.org, sunp...@freebsd.org CC: pyt...@freebsd.org, sunp...@freebsd.org 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' -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"