From owner-freebsd-arm@freebsd.org Mon Jun 26 17:18:26 2017 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 63229D8C7AC for ; Mon, 26 Jun 2017 17:18:26 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C599880D8E for ; Mon, 26 Jun 2017 17:18:24 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id c822e9ee; Mon, 26 Jun 2017 19:18:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=BdA5I7W0K0qc0f5eZtAo8lVbB4k=; b=j0YIBbn3ALT7/I6Q9ehZt3CgzcYy VRjruN3sGV25zsLnR/50xaq3/6SGBZwELdfFIwTkRcnMdleVeLLxqpOHcRqkyQBO UjnR6MTxZPHLql6iCnvZUeU40BZz3VPU8x/I07t3dydeMATMNKGHzE6RwwzqsoIg 6yqKCpdqoMlXHqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=WCVW+3jgZa6jt4Z2jldA3+zx9CfVBb7Ufn5eu85hblDAnyRM6l/o3OCL RFbUglyzF7mZcXbPOggVEA6USQf09162mzr2fcpEl5IYQc/+A2kFfQyiELKf5IzP gLTTsNE57fz6drKpANt28/SlPR16XL4PUBTFCp+Xe5Ve6z74XfI= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 58c33ebc TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 26 Jun 2017 19:18:22 +0200 (CEST) Date: Mon, 26 Jun 2017 19:18:21 +0200 From: Emmanuel Vadot To: Johnny Sorocil Cc: freebsd-arm@freebsd.org Subject: Re: Orange Pi Zero support Message-Id: <20170626191821.c1b131f4a6f0178458911c06@bidouilliste.com> In-Reply-To: References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 17:18:26 -0000 On Mon, 26 Jun 2017 19:06:11 +0200 Johnny Sorocil wrote: > On Mon, Jun 26, 2017 at 8:40 AM, Emmanuel Vadot > wrote: > > > sudo pkg install swig30 should solve the problem. > > > > <...> > COPY u-boot.dtb > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named libfdt > > *** binman needs the Python libfdt library. > *** Either install it on your system, or try: > *** > *** sudo apt-get install swig libpython-dev > *** > *** to have U-Boot build its own version. > gmake: *** [Makefile:1359: checkbinman] Error 1 > > % /usr/local/bin/swig3.0 -version > SWIG Version 3.0.12 > Compiled with c++ [amd64-portbld-freebsd11.0] > Configured options: +pcre > Please see http://www.swig.org for reporting bugs and further information > > I had installed swig 2.0 but it didn't help. Ah yes you need swig13 sorry (or patch some files in u-boot as it calls 'swig' and we install swig3 as swig3.0 etc ....) -- Emmanuel Vadot