From owner-freebsd-stable@FreeBSD.ORG Wed Aug 13 20:47:26 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF231652 for ; Wed, 13 Aug 2014 20:47:26 +0000 (UTC) Received: from list.sco.com (list.sco.com [69.36.163.214]) by mx1.freebsd.org (Postfix) with SMTP id 9DA9A2C92 for ; Wed, 13 Aug 2014 20:47:26 +0000 (UTC) Received: (qmail 11809 invoked from network); 13 Aug 2014 20:47:24 -0000 Received: from nimbus.nj.sco.com (69.36.163.214) by tasmania.ut.sco.com with SMTP; 13 Aug 2014 20:47:24 -0000 Received: from [127.0.0.1] (ip-132147089 [132.147.83.89]) by nimbus.nj.sco.com (8.12.9/UW7.1.3) with ESMTP id s7DKlHwC007242; Wed, 13 Aug 2014 16:47:19 -0400 (EDT) Message-ID: <53EBCECF.4040102@xinuos.com> Date: Wed, 13 Aug 2014 16:47:11 -0400 From: John Wolfe User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Bryan Drewery , freebsd-stable@freebsd.org, bapt@freebsd.org Subject: Re: pkg, version 1.3.6, gets SIGSEGV when attempting to fetch packages for DVD media in the release process References: <53EBB289.7080803@xinuos.com> <53EBBFBC.7020208@FreeBSD.org> In-Reply-To: <53EBBFBC.7020208@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 20:47:27 -0000 Bryan, Thanks for the quick response and pointer to pkg issue #955. The suggested workaround - pkg upgrade -Fy - does not work for me. I am not upgrading an installed set of packages but pulling a set of packages and dependencies to place in a distribution. Nothing to upgrade. I will monitor the progress on issue #955. If there is anything that you would like me to test, just drop me a line. -- John On 8/13/2014 3:42 PM, Bryan Drewery wrote: > On 8/13/2014 1:46 PM, John Wolfe wrote: > > 2. pkg 1.3.6, checked yesterday (Tues.) got a SIGSEGV on the above pkg > fetch command. > > + /usr/sbin/pkg -d update -f > Updating repository catalogue > Fetching meta.txz... done > Fetching digests.txz... done > Fetching packagesite.txz... done > Removing expired entries... done > Adding new entries... done > Incremental update completed, 1187 packages processed: > 0 packages updated, 0 removed and 1187 added. > + /usr/sbin/pkg -d fetch -o dvd/packages/freebsd:10:x86:64 -d > archivers/unzip devel/subversion devel/subversion-static > ..... > editors/vim editors/gedit > Segmentation fault (core dumped) > *** Error code 139 > > > This is covered here https://github.com/freebsd/pkg/issues/955 > > Regards, > Bryan Drewery >