From owner-freebsd-arm@freebsd.org Mon Jun 26 17:06:13 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 6EC56D8C56A for ; Mon, 26 Jun 2017 17:06:13 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: from mail-oi0-x22b.google.com (mail-oi0-x22b.google.com [IPv6:2607:f8b0:4003:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28D37809AE for ; Mon, 26 Jun 2017 17:06:13 +0000 (UTC) (envelope-from jsorocil@gmail.com) Received: by mail-oi0-x22b.google.com with SMTP id p187so4263278oif.3 for ; Mon, 26 Jun 2017 10:06:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=c66FNDSj44lytSWILEgYJWPOY8ay2UzR4pel3pIf0Oo=; b=J+082lonKP3VecaxZ9rSwdGX+MntitzYMrihvoPrUJTnpO9ZIQp6LfkufwprJLyzPi qTb5sshwWfjDqfcWa3TTo5eRzWxpsJqg+XQl/Ck6h9XYvAvb2Ha3j6HCJ8icFb1vTrCw J2MBUbZLaD/IT7dC7RUedKJLfGLo28UFnu6FA+TJ8eh0DGFGfknIUI1DTSQywIRxVoVQ BUxRnDb39k0ni26Fa/FX/qkSF0R4juHpTKaRDMTK8ATFGsYbWRMJLTyNrqov7iAqPT5I oPoPetPOE4hpliGcjWFOoCCwX4SsAjnvIf58EfrgZV2T/B0S4xcBNowAhA9HRkG6DN6m Zabg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=c66FNDSj44lytSWILEgYJWPOY8ay2UzR4pel3pIf0Oo=; b=X0mWEnGJhqVWQrCKcLjrN7XMNJM4xaKI/i9BrBHXXIimxuN4WyRiimt+ynBhLTkw39 +a+SwTi5evoOCvmBzzDopCpnFtRHh2vaRGIc/vlZ+90T3qrFSNBbg0cIfb+xRnkl76ft gX/TF7FHEAZB4El9oVmGlAAfwWPQsNUdZGPPfXF3GS91UrPesyswX+z0XOPBZtSHcryo Ux2AC7rhutJZFd8gPvG7HrXsrFX5yY3jXSLYCyRbQhmQ+jnfYO3NqTM7GJZ9mkHa5roj rqvQ41BFYDH+K3M2ouS+5HoKZffiO6vCYzdg3qio+PfqNwdZthOLcsI5zyzvG8zaJkZ2 OTKQ== X-Gm-Message-State: AKS2vOy7NzeJpZTPyjC+RNbovykt8liiRAJt6G5laRktynVqdmXTGw8i zhhHKvAaGS+sKowh/ZarxAyF3/OishpkQ8I= X-Received: by 10.202.228.70 with SMTP id b67mr715217oih.116.1498496772478; Mon, 26 Jun 2017 10:06:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.29.69 with HTTP; Mon, 26 Jun 2017 10:06:11 -0700 (PDT) In-Reply-To: <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> References: <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> From: Johnny Sorocil Date: Mon, 26 Jun 2017 19:06:11 +0200 Message-ID: Subject: Re: Orange Pi Zero support To: Emmanuel Vadot Cc: freebsd-arm@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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:06:13 -0000 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.