Bug 205480 - ports-mgmt/pkg: pkg fetch Segmentation Fault
Summary: ports-mgmt/pkg: pkg fetch Segmentation Fault
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-21 08:38 UTC by Thorsten Geppert
Modified: 2016-06-25 12:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Geppert 2015-12-21 08:38:55 UTC
Hello,

pkg fetch creates a Segmentation Fault by using this command line:

pkg fetch -r 10-amd64-client -y -a -o /server/poudriere/10-amd64-client-testing

The entry for 10-amd64-client is like

10-amd64-client: {
  url: "pkg+http://pkg.FreeBSD.org/freebsd:10:x86:64/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}

pkg version is: 1.6.2
FreeBSD-Version: 10.2-RELEASE, 10.2-RELEASE-p2
uname: FreeBSD xxx.xxx.xxx 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015     root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

Thank you

Thorsten