From owner-freebsd-questions@FreeBSD.ORG Thu Apr 14 06:03:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A712516A4CE for ; Thu, 14 Apr 2005 06:03:36 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B0643D1D for ; Thu, 14 Apr 2005 06:03:36 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [65.184.209.112] (cpe-065-184-209-112.ec.res.rr.com [65.184.209.112])j3E63WLv023551; Thu, 14 Apr 2005 02:03:32 -0400 (EDT) Message-ID: <425E0A54.4070004@ec.rr.com> Date: Thu, 14 Apr 2005 02:14:44 -0400 From: jason henson User-Agent: Mozilla Thunderbird 1.0 (X11/20050321) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steven Friedrich References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD Questions Subject: Re: ELF type 3 not known X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 06:03:36 -0000 Steven Friedrich wrote: >I got this error on one of two 4.11 boxes. > >The other box seems to have upgraded without incident. > >I use gnome_upgrade.sh > > >---> Installing the new version via the port with make flags: BATCH=yes GNOME_UPGRADE_SH_VER=2.10-3 >DISABLE_VULNERABILITIES=1 >===> Installing for linux-gtk2-2.2.1_3 >===> linux-gtk2-2.2.1_3 depends on file: /compat/linux/usr/X11R6/lib/libX11.so.6 - found >===> linux-gtk2-2.2.1_3 depends on file: /compat/linux/usr/lib/libglib-2.0.so.0 - found >===> linux-gtk2-2.2.1_3 depends on file: /compat/linux/usr/lib/libatk-1.0.so.0 - found >===> linux-gtk2-2.2.1_3 depends on file: /compat/linux/usr/lib/libjpeg.so.62 - found >===> linux-gtk2-2.2.1_3 depends on file: /compat/linux/usr/lib/libpng12.so.0.1.2.7 - found >===> linux-gtk2-2.2.1_3 depends on file: /compat/linux/usr/lib/libtiff.so.3.6.1 - found >===> linux-gtk2-2.2.1_3 depends on file: /compat/linux/usr/lib/libpango-1.0.so.0.200.1 - found >===> linux-gtk2-2.2.1_3 depends on executable: rpm - found >===> Generating temporary packing list >===> Checking if x11-toolkits/linux-gtk2 already installed >gtk2-2.2.1-4.i386.rpm >ELF binary type "3" not known. >Abort trap >*** Error code 134 > > >Steven Friedrich >5112 Mount Holyoke Drive >Louisville, KY 40216 >502-447-7730 > > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > $ brandelf -l known ELF types are: FreeBSD(9) Linux(3) Solaris(6) SVR4(0) $ You need the linux port under emulators. Then type 3 will be a normal binary for your system and you will get no more errors.