From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 04:25:20 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 AC00D16A4CE for ; Tue, 15 Mar 2005 04:25:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F1C43D41 for ; Tue, 15 Mar 2005 04:25:20 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so995wri for ; Mon, 14 Mar 2005 20:25:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=KgYDZ3TVGll38CHv9FGTe1DcwZpMYHFPwMaRYpmlRZaREFSLhp7Ty/I0Khc5hJCavcQrGyaZCTdE7Kwcb4aGzFUAmshZrzSwgoU/QzrbgmkXOmLj8UPG3IGwGAmi6PkVQa23++XIGOKB6lOG1hNF5/Ey8UDCbrT0XrBU8x6RUQA= Received: by 10.38.75.71 with SMTP id x71mr5565763rna; Mon, 14 Mar 2005 11:10:01 -0800 (PST) Received: by 10.38.208.52 with HTTP; Mon, 14 Mar 2005 11:10:01 -0800 (PST) Message-ID: Date: Mon, 14 Mar 2005 11:10:01 -0800 From: Derrick Ryalls To: roma In-Reply-To: <200503140827.j2E8REeP051821@sky.muh.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200503140827.j2E8REeP051821@sky.muh.ru> cc: freebsd-questions@freebsd.org Subject: Re: linux_base compatibility issue? Counter-Strike X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Derrick Ryalls List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 04:25:20 -0000 On Mon, 14 Mar 2005 11:27:14 +0300, roma wrote: > Hi, > > At me the same problem as at you, whether was possible to you to solve it? > [Paste from other thread] > > I came across a post you made regarding the following erros on the CS source > with freebsd 4.9 > > Illegal instruction (core dumped) > > cat: hlds.12893.pid: No such file or directory > > Deprecated bfd_read called at > /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dwarf2read.c > line 3049 in dwarf2_read_section > > Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. > > /lib/libm.so.6: No such file or directory. > > debug.cmds:1: Error in sourced command file: > > email debug.log to linux@valvesoftware.com > > Did you ever figure out a resolu8tion to the problem or is the only fix to > upgrade to 5.3 ? > > Any help would be appreciated! > First, make sure you are using linux_compat8 not 7. If that alone works, then wonderful. If not, then the next part depends on what processor you have. If you can support MMX/SSE, the enable SSE in your kernel (off by default in 4.x I believe) and try again. When CS:S first came out, I had to do the SSE/compat8 thing to get it working on an Athlon XP box under 4.x, my Athlon XP box that was running 5.x had no problem once I install compat. For a long time, I couldn't run it on my test server (K6-2 350, no SSE possible), but sometime recently Valve must have fixed it to use old CPUs as well as it did work the last time I tried.