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.60) (envelope-from ) id 1GhJpt-0003A9-4F for garchives@archives.gentoo.org; Tue, 07 Nov 2006 05:49:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA75kUwq007888; Tue, 7 Nov 2006 05:46:30 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA75iDuK010793 for ; Tue, 7 Nov 2006 05:44:14 GMT Received: by nf-out-0910.google.com with SMTP id c31so93335nfb for ; Mon, 06 Nov 2006 21:44:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XgfPNFJISTo3HN1YF+Xva8SFoWL1bmmIqV6Q8iEMHGa0vLlUQKIdSpBsy/Ej/CwQ8m6Mjp9QwCp/6ghuZHsuNaNRgMDnL1k1BgrcqsxD+DnulsjVCNmxjEbrvg/BZQGmL4yRodnEvfle+12Mz55Y3grGBlaPzKVP7M9cV7wKZvo= Received: by 10.82.107.15 with SMTP id f15mr1441916buc.1162878253499; Mon, 06 Nov 2006 21:44:13 -0800 (PST) Received: by 10.82.106.3 with HTTP; Mon, 6 Nov 2006 21:44:13 -0800 (PST) Message-ID: <7573e9640611062144o5631db9elb424ce411db5c7b@mail.gmail.com> Date: Mon, 6 Nov 2006 22:44:13 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] WinXP under VMWare: no sound In-Reply-To: <200611050202.15817.sp_rm_it@yahoo.it> 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; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611042241.56613.sp_rm_it@yahoo.it> <7573e9640611041559m6f1d48d6ife4806db4186aa03@mail.gmail.com> <200611050202.15817.sp_rm_it@yahoo.it> X-Google-Sender-Auth: 8738d66bc075fbf3 X-Archives-Salt: 2f630e27-9869-4e85-9ba2-2a7570443a5c X-Archives-Hash: 155b3ed91cb8891a464eeaee43aeb440 Sorry for the late reply...I've been away for a couple of days. On 11/4/06, Sergio Polini wrote: > `/var/tmp/portage/vmware-dsp-1.3/work/vmwaredsp-1.3/src/32' > cc -c -W -Wall -O2 -fPIC -o vmdsp.o ../vmdsp.c > cc -shared -Wl,-version-script=../vmdsp.map -o libvmdsp.so > vmdsp.o -lpthread -ldl -lc > /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: > libvmdsp.so: undefined versioned symbol name open64@GLIBC_2.2.5 > /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: > failed to set dynamic section sizes: Bad value > collect2: ld returned 1 exit status > make[1]: *** [libvmdsp.so] Error 1 > rm vmdsp.o > make[1]: Leaving directory > `/var/tmp/portage/vmware-dsp-1.3/work/vmwaredsp-1.3/src/32' Hmm, looks like building this is broken on AMD64 arches...too bad. > testing ~ # ldd /usr/lib/libvmdsp.so > ldd: warning: you do not have execution permission for > `/usr/lib/libvmdsp.so' > libpthread.so.0 => /lib/libpthread.so.0 (0x00002b944790f000) > libdl.so.2 => /lib/libdl.so.2 (0x00002b9447a25000) > libc.so.6 => /lib/libc.so.6 (0x00002b9447b29000) > /lib64/ld-linux-x86-64.so.2 (0x0000555555554000) Ah, libvmdsp.so is a 64-bit library. I am pretty sure that vmware is still distributed as a 32-bit application, so yeah, preloading 64-bit libraries won't work. Try changing the vmwarearts script to preload the library from /usr/lib32 instead of /usr/lib. -Richard -- gentoo-user@gentoo.org mailing list