From owner-freebsd-arm@freebsd.org Wed May 11 20:24:49 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD5B6B37278 for ; Wed, 11 May 2016 20:24:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C35C1053 for ; Wed, 11 May 2016 20:24:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id u4BKOkAm007275 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 11 May 2016 13:24:47 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id u4BKOk0Y007274; Wed, 11 May 2016 13:24:46 -0700 (PDT) (envelope-from fbsd) Date: Wed, 11 May 2016 13:24:46 -0700 From: bob prohaska To: "Jukka A. Ukkonen" Cc: freebsd-arm@freebsd.org Subject: Re: *** [neqn] Error code 1 Message-ID: <20160511202446.GC1049@www.zefox.net> References: <20160511164729.GB1049@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2016 20:24:49 -0000 On Wed, May 11, 2016 at 10:40:44PM +0300, Jukka A. Ukkonen wrote: > > I noticed the same problem on ppc64 (a PowerMac G5). > The workaround is to build a sane copy of sed first. > > pushd /usr/src/usr.bin/sed/ > make obj ## This is actually optional. > make > make install > make clean > popd > > Then run your normal build. > That seems to be working. Never guessed it'd be so simple. Thank you very much! bob prohaska