From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 15:19:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25036585 for ; Wed, 1 Oct 2014 15:19:17 +0000 (UTC) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E879F692 for ; Wed, 1 Oct 2014 15:19:16 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by gateway2.nyi.internal (Postfix) with ESMTP id 77F902777 for ; Wed, 1 Oct 2014 11:19:09 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute1.internal (MEProxy); Wed, 01 Oct 2014 11:19:09 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=dhGdeGIRx3tn7iGJVqkLCTKM iec=; b=sfZzHrWzndy4lTFRx7hSw4kUcy7GzKr2kFGUHI5ttGF7ATdA+e1am47S RCvNhCdq3k/EqzWtddQNsTtmZdSSpykhBh8YLUUxn9ShrD7sLM89FMaNyUK4sFsi AZmwWYt1xhgqyS1WtJDnqDTFB+f5zs80PBXoJG4oDF63ZXk2I44= Received: by web6.nyi.internal (Postfix, from userid 99) id 476A15A8F6; Wed, 1 Oct 2014 11:19:09 -0400 (EDT) Message-Id: <1412176749.2422568.173948777.13E04B10@webmail.messagingengine.com> X-Sasl-Enc: e5TezHVpx0kglaxU0i685Q6tbl+iaq7YSKjBnqJP3PVI 1412176749 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-3bf5bee3 In-Reply-To: <1412094656.1674816.173521569.0D7E38F8@webmail.messagingengine.com> 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> Subject: Re: Bash Shellshock Bug Date: Wed, 01 Oct 2014 10:19:09 -0500 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 15:19:17 -0000 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?