From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 20:46:31 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA05A773 for ; Wed, 1 Oct 2014 20:46:31 +0000 (UTC) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A2C5679 for ; Wed, 1 Oct 2014 20:46:29 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id s91KkK9W010905 for ; Wed, 1 Oct 2014 22:46:20 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <542C681C.7090704@bananmonarki.se> Date: Wed, 01 Oct 2014 22:46:20 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Bash Shellshock Bug References: <20140930110034.a637ab6d.freebsd@edvax.de> <20140930152801.cd7a2a5e.freebsd@edvax.de> <542AC600.1090600@freebsd.org> <542ACBE9.4090304@bananmonarki.se> <1412094656.1674816.173521569.0D7E38F8@webmail.messagingengine.com> <1412176749.2422568.173948777.13E04B10@webmail.messagingengine.com> In-Reply-To: <1412176749.2422568.173948777.13E04B10@webmail.messagingengine.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 20:46:32 -0000 On 2014-10-01 17:19, Mark Felder wrote: > > > On Tue, Sep 30, 2014, at 11:30, Mark Felder wrote: >> >> >> On Tue, Sep 30, 2014, at 10:27, Bernt Hansson wrote: >>> I want to install kicad but getting this error: >>> >>> root@kw:/usr/ports # make clean >>> Child process pid=41973 terminated abnormally: Segmentation fault: 11 >>> "/usr/ports/Mk/bsd.port.mk", line 1222: warning: >>> "/usr/local/sbin/pkg-static ver >>> sion -t 1.3.8 1.3.8" returned non-zero status >>> >>> pkkng is crap >>> >> >> That's not a pkgng error. That's a make error. What FreeBSD version are >> you running? > > Upon re-reading, that *is* possibly a pkg error. Does it always return > non-zero? > > # /usr/local/sbin/pkg-static version -t 1.3.8 1.3.8 > # echo $? > > Does that output 0 or something else? $ /usr/local/sbin/pkg-static version -t 1.3.8 1.3.8 = % echo $? 0 I found the remedy. Removing pkg.conf fixed the problem.