From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hq6Si-000350-OL for garchives@archives.gentoo.org; Mon, 21 May 2007 11:54:05 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4LBqmdc010923; Mon, 21 May 2007 11:52:48 GMT Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4LBmfKb006279 for ; Mon, 21 May 2007 11:48:41 GMT Received: (qmail invoked by alias); 21 May 2007 11:48:40 -0000 Received: from p54916C1F.dip.t-dialin.net (EHLO pc.grimlog.homelinux.org) [84.145.108.31] by mail.gmx.net (mp001) with SMTP; 21 May 2007 13:48:40 +0200 X-Authenticated: #13997268 X-Provags-ID: V01U2FsdGVkX1+WAA9H10uWNLiZ7WIyA1lVDRgjwc9PJSvLdh/MRF lc31tyVCI51+tp From: Michael Schreckenbauer To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge freealut fails. Date: Mon, 21 May 2007 13:48:33 +0200 User-Agent: KMail/1.9.6 References: <464DF586.9000209@ergolight-sw.com> <20070518152951.20ccb7a1@pascal.spore.ath.cx> <464E3866.8070300@ergolight-sw.com> In-Reply-To: <464E3866.8070300@ergolight-sw.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705211348.37222.grimlog@gmx.de> X-Y-GMX-Trusted: 0 X-Archives-Salt: 837b14eb-af83-4442-a152-55f25f056f85 X-Archives-Hash: ef228e3262101848ea501e0c95df2844 Hi, Am Samstag, 19. Mai 2007 schrieb David Harel: > Sorry for being stupid here but I don't know what else to add to this > problem. The bad file is alutInit.c > > the bad line is: > > if (!alcCloseDevice (device)) > > > I couldn't find where the function is but obviously it returns the wrong > data type. which is clearly nonsense as "alcCloseDevice" is prototyped "void alcCloseDevice( ALCdevice * deviceHandle)" http://www.openal.org/oalspecs-specs/alc.html#AEN1184 The right way to check for an error would be to use alcGetError. I'd say this is a bug upstream. Regards, Michael -- gentoo-user@gentoo.org mailing list