From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 17 13:07:15 2007 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 0ADB016A419; Mon, 17 Sep 2007 13:07:15 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 856E713C457; Mon, 17 Sep 2007 13:07:14 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l8HCS2XP017032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Sep 2007 08:28:02 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l8HCS2wf017031; Mon, 17 Sep 2007 08:28:02 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Alexander Leidinger Date: Mon, 17 Sep 2007 08:28:01 -0400 User-Agent: KMail/1.9.6 References: <200707192341.59940@aldan> <200707201317.32746@aldan> <20070722133553.619a5eab@deskjail> In-Reply-To: <20070722133553.619a5eab@deskjail> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: freebsd-emulation@freebsd.org Subject: Still something wrong with Linux on 6.2-stable/amd64 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: Mon, 17 Sep 2007 13:07:15 -0000 Still broken... Just rebuilt a new kernel with sources up to yesterday. civctp refuses to start-up. The game used to have a demo-port (which limited it to 1000AC, I think): games/civ2demo. If you check the port out from Attic, you should be able to reproduce the issue. Although the original MASTER_SITE is gone, FreeBSD's mirrors continue to carry civctp-demo-10251999.tar.gz. In fact, you may not even need the port. Simply download the demo (no legal problems with that) and untar it anywhere: fetch -o /usr/ports/distfiles/ \ http://ftp5.se.freebsd.org/distfiles/civctp-demo-10251999.tar.gz cd tar xvzpf /usr/ports/distfiles/civctp-demo-10251999.tar.gz mv ./civctp_demo/bin/x86/glibc-2.1/civctp ./civctp_demo/civctp brandelf -t Linux ./civctp_demo/civctp ./civctp_demo/civctp This no longer works for me on amd64. It was fine until about June... Yours, -mi