From owner-freebsd-mips@FreeBSD.ORG Sun Dec 5 23:06:43 2010 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83D531065670 for ; Sun, 5 Dec 2010 23:06:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 456E58FC14 for ; Sun, 5 Dec 2010 23:06:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id oB5N6f4B013502 for ; Sun, 5 Dec 2010 16:06:41 -0700 (MST) (envelope-from imp@bsdimp.com) Message-ID: <4CFC1B01.4010009@bsdimp.com> Date: Sun, 05 Dec 2010 16:06:41 -0700 From: Warner Losh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-mips@FreeBSD.org References: <201012052310.37998.freebsd-mips@dino.sk> In-Reply-To: <201012052310.37998.freebsd-mips@dino.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: xz in base system trouble on MIPS X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 23:06:43 -0000 On 12/05/2010 15:10, Milan Obuch wrote: > Hi, > > I am trying to test various system parts and ports building on my RSPRO. There > is a problem with xz as compiled with base system - trying to build misc/mc > gives 'unknown file format' error on /usr/ports/distfiles/mc-4.7.4.tar.lzma > tarball. After commenting out IGNORE line in archive/xz Makefile, compilling, > installing the port and 'cp /usr/local/bin/xz /usr/bin/xz' this error is gone. > > What could be root cause of this? As both base system and ports xz is version > 5.0, I think there must be some error in base system integration or some > tweaking is not done... I always guess endian problems on MIPS or big endian ARM when things don't work quite right. But I don't see any errors there... First step: diff the sources? also, current or stable? Warner