Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2019 20:21:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237351] pkg install -f <make package file>
Message-ID:  <bug-237351-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237351

            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@FreeBSD.org
          Reporter: heas@shrubbery.net
                CC: python@FreeBSD.org, sunpoet@FreeBSD.org
                CC: python@FreeBSD.org, sunpoet@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=3D95662 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' ha=
ve
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=3D95678 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'

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237351-7788>