From owner-freebsd-arm@freebsd.org Thu Jan 7 15:24:38 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 CD22AA6637F for ; Thu, 7 Jan 2016 15:24:38 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 979C61410 for ; Thu, 7 Jan 2016 15:24:38 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aHC8h-0006d7-Rj for freebsd-arm@freebsd.org; Thu, 07 Jan 2016 16:06:17 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: ports-mgmt/pkg does not build References: <1450909315.25138.215.camel@freebsd.org> Date: Thu, 07 Jan 2016 16:06:07 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <1450909315.25138.215.camel@freebsd.org> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, BAYES_40 autolearn=disabled version=3.4.0 X-Scan-Signature: 8b3222cd26cce149ddb9ffa05c4da76e X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2016 15:24:38 -0000 On Wed, 23 Dec 2015 23:21:55 +0100, Ian Lepore wrote: > On Wed, 2015-12-23 at 23:01 +0100, Ronald Klop wrote: >> Hello, >> >> I upgraded my Sheevaplug from CURRENT r285336 (Jul 10) to r292343 >> (Dec >> 16). This went from clang 3.6.1 to 3.7.0. >> This runs, but building potrs-mgmt/pkg does not work. >> The error of clang is: >> error: no handler registered for module format 'raw' >> fatal error: error in backend: unknown module format >> >> See http://www.klop.ws/config.log for more information. >> >> What could be the cause of this? Or what information can I provide to >> help? >> >> Regards, >> Ronald. > > This isn't a problem with ports, it's a problem with clang 3.7 -- it > just doesn't work on armv4/5. It works to crossbuild from amd64, but > when run native on arm it fails. It's a known problem that nobody is > working on, because the old arm stuff just doesn't get any love > anymore. When I needed to do a bit of testing on dreamplug recently I > just switched to the old gcc compiler. > > -- Ian > Mmm, I already had the feeling the CURRENT love of armv4/5 was declining. What is advisable nowadays? Run 10-STABLE on my Sheevaplug until it is EOL and then switch to Debian if clang did not fix anything? Regards, Ronald.