From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 29 06:30:58 2008 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7EAF106566C for ; Tue, 29 Apr 2008 06:30:58 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 799BF8FC1A for ; Tue, 29 Apr 2008 06:30:58 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.17.248] (helo=localhost.my.domain) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1JqjMe-0007hs-GH; Tue, 29 Apr 2008 10:30:56 +0400 To: hans@lambermont.dyndns.org (Hans Lambermont) References: <20080428210203.GD61420@leia.lambermont.dyndns.org> From: Boris Samorodov Date: Tue, 29 Apr 2008 10:30:53 +0400 In-Reply-To: <20080428210203.GD61420@leia.lambermont.dyndns.org> (Hans Lambermont's message of "Mon\, 28 Apr 2008 23\:02\:03 +0200") Message-ID: <08253186@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: devel/linux-glib2 ELF binary type "3" not known. X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 06:30:58 -0000 On Mon, 28 Apr 2008 23:02:03 +0200 Hans Lambermont wrote: > I get the following error on FreeBSD 7.0-RELEASE, fresh portsnap tree. > frag# cd /usr/ports/devel/linux-glib2 > frag# make clean > ===> Cleaning for linux-glib2-2.6.6 > frag# make install > ===> Extracting for linux-glib2-2.6.6 > => MD5 Checksum OK for rpm/i386/fedora/4/glib2-2.6.6-1.i386.rpm. > => SHA256 Checksum OK for rpm/i386/fedora/4/glib2-2.6.6-1.i386.rpm. > ===> linux-glib2-2.6.6 depends on file: /usr/local/bin/rpm2cpio - found > ===> Patching for linux-glib2-2.6.6 > ===> Configuring for linux-glib2-2.6.6 > ===> Installing for linux-glib2-2.6.6 > ===> linux-glib2-2.6.6 depends on file: /compat/linux/etc/fedora-release - found > ===> Generating temporary packing list > ===> Checking if devel/linux-glib2 already installed > cd /tmp/usr/ports/devel/linux-glib2/work && /usr/bin/find * -type d -exec /bin/mkdir -p "/compat/linux/{}" \; > cd /tmp/usr/ports/devel/linux-glib2/work && /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel /compat/linux > 3914 blocks > ===> Running linux ldconfig > /compat/linux/sbin/ldconfig -r /compat/linux > ELF binary type "3" not known. > /compat/linux/sbin/ldconfig: 1: Syntax error: "(" unexpected > *** Error code 2 > Stop in /usr/ports/devel/linux-glib2. > Any ideas ? Did you enable linux emulation? You can do it (one way) by "sudo kldload linux". WBR -- bsam