[Bug 237351] pkg install -f <make package file>
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 17 20:21:24 UTC 2019
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-bugs at FreeBSD.org
Reporter: heas at shrubbery.net
CC: python at FreeBSD.org, sunpoet at FreeBSD.org
CC: python at FreeBSD.org, sunpoet at 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.
More information about the freebsd-python
mailing list