From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 30 12:47:53 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38D9516A403; Sat, 30 Dec 2006 12:47:53 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id C718013C442; Sat, 30 Dec 2006 12:47:52 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.227] (helo=fw.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60) (envelope-from ) id 1H0dDm-000BX2-22; Sat, 30 Dec 2006 14:22:02 +0200 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id kBUCLo0J042162 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 30 Dec 2006 14:21:50 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id kBUCLohc039132; Sat, 30 Dec 2006 14:21:50 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id kBUCLosA039131; Sat, 30 Dec 2006 14:21:50 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 30 Dec 2006 14:21:50 +0200 From: Kostik Belousov To: Alejandro Pulver Message-ID: <20061230122149.GM21325@deviant.kiev.zoral.com.ua> References: <20061230024718.22131bff@phobos.mars.bsd> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Cf/4ySkkvY6jtT1l" Content-Disposition: inline In-Reply-To: <20061230024718.22131bff@phobos.mars.bsd> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: ClamAV version 0.88.7, clamav-milter version 0.88.7 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=ALL_TRUSTED,SPF_NEUTRAL autolearn=failed version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on fw.zoral.com.ua X-Scanner-Signature: 8a658898c353158d5b622bcbe36a9e12 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 661 [Dec 30 2006] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: freebsd-hackers@freebsd.org Subject: Re: Program not being executed at all X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 12:47:53 -0000 --Cf/4ySkkvY6jtT1l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 30, 2006 at 02:47:18AM -0300, Alejandro Pulver wrote: > Hello. >=20 > I tried to update the port I maintain "games/quake2max", a Quake II > engine, but when I try to run the compiled executables, except for > the dedicated server (quake2max-ded) they output "Abort" and quit. >=20 > The output of 'ktrace' is the following (it just stops before running > it): >=20 > 82753 ktrace RET ktrace 0 > 82753 ktrace CALL execve(0xbfbfe320,0xbfbfe844,0xbfbfe84c) > 82753 ktrace NAMI "/sbin/quake2max" > 82753 ktrace RET execve -1 errno 2 No such file or directory > 82753 ktrace CALL execve(0xbfbfe320,0xbfbfe844,0xbfbfe84c) > 82753 ktrace NAMI "/bin/quake2max" > 82753 ktrace RET execve -1 errno 2 No such file or directory > 82753 ktrace CALL execve(0xbfbfe320,0xbfbfe844,0xbfbfe84c) > 82753 ktrace NAMI "/usr/sbin/quake2max" > 82753 ktrace RET execve -1 errno 2 No such file or directory > 82753 ktrace CALL execve(0xbfbfe320,0xbfbfe844,0xbfbfe84c) > 82753 ktrace NAMI "/usr/bin/quake2max" > 82753 ktrace RET execve -1 errno 2 No such file or directory > 82753 ktrace CALL execve(0xbfbfe320,0xbfbfe844,0xbfbfe84c) > 82753 ktrace NAMI "/usr/games/quake2max" > 82753 ktrace RET execve -1 errno 2 No such file or directory > 82753 ktrace CALL execve(0xbfbfe320,0xbfbfe844,0xbfbfe84c) > 82753 ktrace NAMI "/usr/local/sbin/quake2max" > 82753 ktrace RET execve -1 errno 2 No such file or directory > 82753 ktrace CALL execve(0xbfbfe320,0xbfbfe844,0xbfbfe84c) > 82753 ktrace NAMI "/usr/local/bin/quake2max" >=20 > Interestingly 'ldd' also crashes when examining it, outputting the > following (however 'ktrace' has more information): >=20 > /usr/local/bin/quake2max: > /usr/local/bin/quake2max: signal 6 >=20 > My first thought was that it was a GCC bug, so I tried compiling it > with 4.1 (my system is a FreeBSD 6.1-RELEASE-p1 with GCC 3.4.4 > 20050518) but it made no difference. >=20 > Interestingly the actual "games/quake2max" port works just fine > (version 0.44), and I couldn't see something suspicious with a quick > look to the 'diff' output. I have attached a patch to update the port > in the tree to the 0.45 version. >=20 > Could someone investigate this please? >=20 > Thanks and Best Regards, > Ale >=20 > P.S.: please CC me since I am not subscribed to the list. Please, show the output of the commands file /usr/local/bin/quake2max readelf -ld /usr/local/bin/quake2max --Cf/4ySkkvY6jtT1l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFllndC3+MBN1Mb4gRAhkSAJ9i4/KeAazhnGRi8zL0D7os3hbvfACbBH/p pIoQBGuxxZ4hknWEy+4u3lo= =MILX -----END PGP SIGNATURE----- --Cf/4ySkkvY6jtT1l--