Wine was fine before upgrading glibc to 2.3.2 on RH 8. Since that time, I get $wine --version wine: lstat /tmp/.wine-<user>/server-9-ff9be/socket : No such file or directory This happens no matter what user I run wine as. This also happens using the LD_ASSUME_KERNEL work around. The only thing that changed between a working wine, and a non-working wine was glibc, so I'm positive that's it. Can anyone reproduce this, and if so, does anyone have a work around for this particular issue? Thanks, Rob -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 244 bytes Desc: This is a digitally signed message part Url : http://www.winehq.org/pipermail/wine-users/attachments/20030328/add5586c/attachment.pgp
Rob, The way I was able to make this work was this. Download a new wine source tar file and put in a new directory and compile from there.. Or if you use CVS, then delete your current working CVS directory and get a new copy. I tried doing a make dist-clean, but for some reason it would compile but not run. But starting with a fresh working dir when compiling wine solved that problem. I did not need the LD_ASSUME_KERNEL workaround when I did this. You also might want to clean up your /tmp dir.. rm -rf /tmp/.wine-{uid} Kevin On Friday 28 March 2003 09:55 pm, Rob Hughes wrote:> Wine was fine before upgrading glibc to 2.3.2 on RH 8. Since that time, > I get > > $wine --version > wine: lstat /tmp/.wine-<user>/server-9-ff9be/socket : No such file or > directory > > This happens no matter what user I run wine as. This also happens using > the LD_ASSUME_KERNEL work around. The only thing that changed between a > working wine, and a non-working wine was glibc, so I'm positive that's > it. Can anyone reproduce this, and if so, does anyone have a work around > for this particular issue? > > Thanks, > Rob
Apparently I do. At least I think I do. Installing the src rpm works, and as far as I can tell, I have all need dependencies met for those tools. I could be missing something though. Is there a doc which lists all the requirements and versions? On Sat, 2003-03-29 at 12:30, Sylvain Petreolle wrote:> Make sure you have the needed tools to build the doc. > You need the docbook packages also. > --- Rob Hughes <rob@robhughes.com> a ?crit : > > When I trying to build from the source rpm, I always get "make: *** > > [wine-devel.pdf] Error 1". This happens with glibc 2.3.2, or the > > previous version. I may have a go at the vanilla source. > > > ====> Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 > No more War ! > > "What if tomorrow the War could be over ?" Morpheus, in "Reloaded". > > For the Law of Oil and Fire, Im an European that lives in France. > For all my Brothers and friends, Im a human living on Earth. > > ___________________________________________________________ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! > Yahoo! Mail : http://fr.mail.yahoo.com-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 244 bytes Desc: This is a digitally signed message part Url : http://www.winehq.org/pipermail/wine-users/attachments/20030329/56e0ea82/attachment.pgp