From owner-freebsd-mips@FreeBSD.ORG Sun Dec 5 22:10:11 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 A2F4E106566B for ; Sun, 5 Dec 2010 22:10:11 +0000 (UTC) (envelope-from freebsd-mips@dino.sk) Received: from loki.netlab.sk (ns3.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8958FC14 for ; Sun, 5 Dec 2010 22:10:10 +0000 (UTC) Received: from door.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: PLAIN milan, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by loki.netlab.sk with esmtp; Sun, 05 Dec 2010 23:09:53 +0100 id 00033C19.4CFC0DBF.00015EE1 From: Milan Obuch To: freebsd-mips@freebsd.org Date: Sun, 5 Dec 2010 23:10:37 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.5.3; i386; ; ) MIME-Version: 1.0 Message-Id: <201012052310.37998.freebsd-mips@dino.sk> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: 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 22:10:11 -0000 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... Regards, Milan