From owner-freebsd-arm@freebsd.org Fri Oct 28 18:41:03 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 92E85C23337 for ; Fri, 28 Oct 2016 18:41:03 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A91076E for ; Fri, 28 Oct 2016 18:41:02 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from fwd27.aul.t-online.de (fwd27.aul.t-online.de [172.20.26.132]) by mailout04.t-online.de (Postfix) with SMTP id 6CC1641B21B7 for ; Fri, 28 Oct 2016 20:34:18 +0200 (CEST) Received: from [192.168.10.43] (ZkYrlyZ6rhrEu70Mm3asCc1HHQvEECuC634BDJw2jniTgS6iNKat5o7jqcyRdAUZhD@[86.56.56.128]) by fwd27.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1c0Byf-3dBP7o0; Fri, 28 Oct 2016 20:34:05 +0200 To: freebsd-arm@freebsd.org From: diffusae Subject: build failed for lsof-4.90.g on RPi-B Message-ID: Date: Fri, 28 Oct 2016 20:34:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-ID: ZkYrlyZ6rhrEu70Mm3asCc1HHQvEECuC634BDJw2jniTgS6iNKat5o7jqcyRdAUZhD X-TOI-MSGID: 571ff23c-e40c-4608-89bc-47b9457eafe9 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: Fri, 28 Oct 2016 18:41:03 -0000 Hello, is there any way to compile htop on a RPi B+ (armv6)? I get the following error with the FreeBSD 11.0-STABLE image: /usr/include/machine/cpuconf.h:119:2: error: ARM_NARCH is 0 It looks like the CPU type isn't detected. I know, there are a lot more ports, which failed. Thanks in advance