From owner-freebsd-questions@FreeBSD.ORG Mon Apr 26 22:33:58 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED365106566B for ; Mon, 26 Apr 2010 22:33:58 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.23]) by mx1.freebsd.org (Postfix) with ESMTP id AC47F8FC19 for ; Mon, 26 Apr 2010 22:33:58 +0000 (UTC) Received: from [193.239.178.194] (helo=nonamehost) by fsm1.ukr.net with esmtps ID 1O6WsD-0007Nt-L4 ; Tue, 27 Apr 2010 01:33:53 +0300 Date: Tue, 27 Apr 2010 01:33:52 +0300 From: Ivan Klymenko To: Da Rock Message-ID: <20100427013352.00e4ac8b@nonamehost> In-Reply-To: <1272319314.29962.39.camel@laptop1.herveybayaustralia.com.au> References: <1272319314.29962.39.camel@laptop1.herveybayaustralia.com.au> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: FreeOrion won't run X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 22:33:59 -0000 =D0=92 Tue, 27 Apr 2010 08:01:54 +1000 Da Rock =D0=BF=D0=B8=D1=88=D0= =B5=D1=82: > While I am able to send to the list I might as well make use of it :) >=20 > I've been trying out some games for my kids to play, and I believe > I've heard of FreeOrion (or similar) before. Trouble is it won't work > for the life of me... >=20 > When I first ran it I got this message: > Failed to initialize GEM. Falling back to classic. > Assertion failed: (0 !=3D this->mask_), function posix_charset_matcher, > file /usr/local/include/boost/xpressive/detail/core/matcher/posix_charset= _matcher.hpp, > line 40. Abort (core dumped) >=20 > So I tried updating and went through all the issues of changing openal > in the process (something which I had been delaying), and finally > found the message had changed to this: > /libexec/ld-elf.so.1: Shared object "libopenal.so.0" not found, > required by "libalut.so.1" You need install or reinstall next port: freealut cd /usr/ports/audio/freealut && make reinstall clean >=20 > So, in the interests of science I decided to simply link libopenal.so > to libopenal.so.0, and I got back to the old message again. >=20 > Searching on google hasn't revealed anything either. >=20 > I'm running FreeBSD-RC2 AMD64 (I know... I have to update to RELEASE. > I'll be doing that as soon as I get a replacement HDD in this unit > here > - this one's on its last legs).