Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16363 - wine libntdll.dll.so
Summary: wine libntdll.dll.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on: 16267
Blocks:
  Show dependency tree
 
Reported: 2003-02-25 14:18 UTC by Guy
Modified: 2003-04-16 02:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
file wine.msgs (wine.msgs,9.14 KB, text/plain)
2003-03-03 16:00 UTC, Guy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guy 2003-02-25 14:18:56 UTC
After emerging wine-20030115, wine is broken.

message upon invoking wine is:

/usr/lib/wine/bin/wine: No such file or directory.

This message is actually wrong and is a reporting artifact of the error
reporting process. The actuallity is that file /usr/lib/wine/lib/libntdll.dll.so
is missing. When looking at directory /usr/lib/wine/lib: 'ls -l' shows that
libntdll.dll.so is a symbollic link to itself.

Reproducible: Always
Steps to Reproduce:
1. "~x86"
2. 'emerge rsync'
3. 'emerge wine'

Watch wine spill. ;-)

Actual Results:  
Wine went from a heady aroma to vinegar.

Expected Results:  
Wine should have stayed in the globlet instead of spilling everywhere.
Comment 1 phoen][x 2003-02-26 09:24:00 UTC
Hey guy (is that your real name, heh)

Look at that:
[phoenix@gravity][/usr/lib/wine/lib] $ ls -l /usr/lib/wine/lib/libntdll.dll.so
lrwxrwxrwx    1 root     root           17 Feb 23 00:40 /usr/lib/wine/lib/libntdll.dll.so -> wine/ntdll.dll.so
[phoenix@gravity][/usr/lib/wine/lib] $ ls -l /usr/lib/wine/lib/wine/ntdll.dll.so
-rw-r--r--    1 root     root       986618 Feb 23 00:40 /usr/lib/wine/lib/wine/ntdll.dll.so

Wine version:
*  app-emulation/wine
      Latest version available: 20030115
      Latest version installed: 20030115
      Size of downloaded files: 8,042 kB
      Homepage:    http://www.winehq.com/
      Description: Wine is a free implementation of Windows(tm) on Unix.

Any other info you might give me? ('emerge info' for example)

-phoen][x-
Comment 2 Guy 2003-02-26 12:09:09 UTC
I've already unmerged wine and remerged version '20021125'

I've the same problem but different. My links now look like yours. I should have posted them earlier, sorry. :-(

However, I'm still getting the same messages.

I also included 'ls /usr/lib/wine/lib' and 'ls /usr/lib/wine/lib/wine'. Sorry for the lentgh. 

BTW - up until this week, I've been very happy with wine (other than it being a little slow). I use Lotus Notes 5 with it. However, this is my work machine and I've been having to boot up into NT sp6a --bleh-- in order to get my work related email. :,(

===============================================================================

Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2_pre1-r0)
=================================================================
System uname: 2.4.20 i686 Pentium II (Deschutes)
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib alsa gdbm berkdb slang readline arts tetex bonobo svga tcltk java guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl mozilla cdr"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium2 -O3 -pipe"
CXXFLAGS="-march=pentium2 -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"

total 998
lrwxrwxrwx    1 root     root           17 Nov  6 07:55 libgdi32.dll.so -> wine/gdi32.dll.so
lrwxrwxrwx    1 root     root           20 Nov  6 07:55 libkernel32.dll.so -> wine/kernel32.dll.so
lrwxrwxrwx    1 root     root           17 Feb 25 15:52 libntdll.dll.so -> wine/ntdll.dll.so
lrwxrwxrwx    1 root     root           18 Nov  6 07:55 libuser32.dll.so -> wine/user32.dll.so
lrwxrwxrwx    1 root     root           14 Feb 25 15:52 libwine.so -> libwine.so.1.0
-rwxr-xr-x    1 root     root        24757 Feb 25 15:52 libwine.so.1.0
lrwxrwxrwx    1 root     root           22 Feb 25 15:52 libwine_unicode.so -> libwine_unicode.so.1.0
-rwxr-xr-x    1 root     root       930682 Feb 25 15:52 libwine_unicode.so.1.0
-rw-r--r--    1 root     root        50872 Feb 25 15:52 libwine_uuid.a
drwxr-xr-x    2 root     root         5352 Feb 25 15:52 wine


total 22788
-rw-r--r--    1 root     root       252072 Feb 25 15:52 advapi32.dll.so
-rw-r--r--    1 root     root        79627 Feb 25 15:52 avicap32.dll.so
-rw-r--r--    1 root     root       289585 Feb 25 15:52 avifil32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 avifile.dll.so -> avifil32.dll.so
-rw-r--r--    1 root     root        79246 Feb 25 15:52 aviinfo.exe.so
-rw-r--r--    1 root     root        83532 Feb 25 15:52 aviplay.exe.so
-rw-r--r--    1 root     root        80015 Feb 25 15:52 cabinet.dll.so
-rw-r--r--    1 root     root       103702 Feb 25 15:52 clock.exe.so
-rw-r--r--    1 root     root       170958 Feb 25 15:52 comcat.dll.so
-rw-r--r--    1 root     root       857110 Feb 25 15:52 comctl32.dll.so
-rw-r--r--    1 root     root       601907 Feb 25 15:52 comdlg32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 comm.dll.so -> kernel32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 commdlg.dll.so -> comdlg32.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 compobj.dll.so -> ole32.dll.so
-rw-r--r--    1 root     root        79098 Feb 25 15:52 control.exe.so
-rw-r--r--    1 root     root       171112 Feb 25 15:52 crtdll.dll.so
-rw-r--r--    1 root     root       146069 Feb 25 15:52 crypt32.dll.so
lrwxrwxrwx    1 root     root           14 Feb 25 10:42 ctl3dv2.dll.so -> ctl3d32.dll.so
-rw-r--r--    1 root     root       337900 Feb 25 15:52 d3d8.dll.so
-rw-r--r--    1 root     root        85760 Feb 25 15:52 dciman32.dll.so
lrwxrwxrwx    1 root     root           13 Feb 25 15:52 ddeml.dll.so -> user32.dll.so
-rw-r--r--    1 root     root       395035 Feb 25 15:52 ddraw.dll.so
-rw-r--r--    1 root     root        78366 Feb 25 15:52 devenum.dll.so
-rw-r--r--    1 root     root       188906 Feb 25 15:52 dinput.dll.so
-rw-r--r--    1 root     root        78789 Feb 25 15:52 dinput8.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 dispdib.dll.so -> gdi32.dll.so
lrwxrwxrwx    1 root     root           13 Feb 25 15:52 display.dll.so -> user32.dll.so
-rw-r--r--    1 root     root        77709 Feb 25 15:52 dplay.dll.so
-rw-r--r--    1 root     root       274037 Feb 25 15:52 dplayx.dll.so
-rw-r--r--    1 root     root       201326 Feb 25 15:52 dsound.dll.so
-rw-r--r--    1 root     root        78227 Feb 25 15:52 expand.exe.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 gdi.exe.so -> gdi32.dll.so
-rw-r--r--    1 root     root       586658 Feb 25 15:52 gdi32.dll.so
-rw-r--r--    1 root     root        95870 Feb 25 15:52 glu32.dll.so
-rw-r--r--    1 root     root        78650 Feb 25 15:52 icinfo.exe.so
-rw-r--r--    1 root     root        83442 Feb 25 15:52 icmp.dll.so
-rw-r--r--    1 root     root        88675 Feb 25 15:52 imaadp32.acm.so
-rw-r--r--    1 root     root       110713 Feb 25 15:52 imagehlp.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 imm.dll.so -> imm32.dll.so
-rw-r--r--    1 root     root       115541 Feb 25 15:52 imm32.dll.so
-rw-r--r--    1 root     root        81700 Feb 25 15:52 joystick.drv.so
-rw-r--r--    1 root     root       884202 Feb 25 15:52 kernel32.dll.so
lrwxrwxrwx    1 root     root           13 Feb 25 15:52 keyboard.dll.so -> user32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 krnl386.exe.so -> kernel32.dll.so
-rw-r--r--    1 root     root        93988 Feb 25 15:52 lz32.dll.so
lrwxrwxrwx    1 root     root           11 Feb 25 15:52 lzexpand.dll.so -> lz32.dll.so
-rw-r--r--    1 root     root       133882 Feb 25 15:52 mapi32.dll.so
-rw-r--r--    1 root     root        92000 Feb 25 15:52 mcianim.drv.so
-rw-r--r--    1 root     root       140123 Feb 25 15:52 mciavi.drv.so
-rw-r--r--    1 root     root        91956 Feb 25 15:52 mcicda.drv.so
-rw-r--r--    1 root     root       112667 Feb 25 15:52 mciseq.drv.so
-rw-r--r--    1 root     root       112911 Feb 25 15:52 mciwave.drv.so
-rw-r--r--    1 root     root        88086 Feb 25 15:52 midimap.drv.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 mmsystem.dll.so -> winmm.dll.so
lrwxrwxrwx    1 root     root           13 Feb 25 15:52 mouse.dll.so -> user32.dll.so
-rw-r--r--    1 root     root       114021 Feb 25 15:52 mpr.dll.so
lrwxrwxrwx    1 root     root           14 Feb 25 15:52 msacm.dll.so -> msacm32.dll.so
-rw-r--r--    1 root     root        98513 Feb 25 15:52 msacm.drv.so
-rw-r--r--    1 root     root       154283 Feb 25 15:52 msacm32.dll.so
-rw-r--r--    1 root     root        87457 Feb 25 15:52 msadp32.acm.so
-rw-r--r--    1 root     root        80212 Feb 25 15:52 msdmo.dll.so
-rw-r--r--    1 root     root        88971 Feb 25 15:52 msg711.acm.so
-rw-r--r--    1 root     root        79559 Feb 25 15:52 msimg32.dll.so
-rw-r--r--    1 root     root        78561 Feb 25 15:52 msisys.ocx.so
-rw-r--r--    1 root     root        89872 Feb 25 15:52 msnet32.dll.so
-rw-r--r--    1 root     root       108404 Feb 25 15:52 msrle32.dll.so
-rw-r--r--    1 root     root       372534 Feb 25 15:52 msvcrt.dll.so
-rw-r--r--    1 root     root       205375 Feb 25 15:52 msvcrt20.dll.so
-rw-r--r--    1 root     root       153612 Feb 25 15:52 msvfw32.dll.so
lrwxrwxrwx    1 root     root           14 Feb 25 15:52 msvideo.dll.so -> msvfw32.dll.so
-rw-r--r--    1 root     root       182862 Feb 25 15:52 netapi32.dll.so
-rw-r--r--    1 root     root       140204 Feb 25 15:52 notepad.exe.so
-rw-r--r--    1 root     root      1126492 Feb 25 15:52 ntdll.dll.so
-rw-r--r--    1 root     root       148589 Feb 25 15:52 odbc32.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 ole2.dll.so -> ole32.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 ole2conv.dll.so -> ole32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 ole2disp.dll.so -> oleaut32.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 ole2nls.dll.so -> ole32.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 ole2prox.dll.so -> ole32.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 ole2thk.dll.so -> ole32.dll.so
-rw-r--r--    1 root     root       619544 Feb 25 15:52 ole32.dll.so
-rw-r--r--    1 root     root       461000 Feb 25 15:52 oleaut32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 olecli.dll.so -> olecli32.dll.so
-rw-r--r--    1 root     root       119762 Feb 25 15:52 olecli32.dll.so
-rw-r--r--    1 root     root        88695 Feb 25 15:52 oledlg.dll.so
-rw-r--r--    1 root     root        79953 Feb 25 15:52 olepro32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 olesvr.dll.so -> olesvr32.dll.so
-rw-r--r--    1 root     root        89963 Feb 25 15:52 olesvr32.dll.so
-rw-r--r--    1 root     root       502148 Feb 25 15:52 opengl32.dll.so
-rw-r--r--    1 root     root       146918 Feb 25 15:52 progman.exe.so
-rw-r--r--    1 root     root        90978 Feb 25 15:52 psapi.dll.so
-rw-r--r--    1 root     root        78339 Feb 25 15:52 qcap.dll.so
-rw-r--r--    1 root     root        79053 Feb 25 15:52 quartz.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 rasapi16.dll.so -> rasapi32.dll.so
-rw-r--r--    1 root     root       125212 Feb 25 15:52 rasapi32.dll.so
-rw-r--r--    1 root     root       101247 Feb 25 15:52 regedit.exe.so
-rw-r--r--    1 root     root        80825 Feb 25 15:52 regsvr32.exe.so
-rw-r--r--    1 root     root       182914 Feb 25 15:52 riched32.dll.so
-rw-r--r--    1 root     root       389428 Feb 25 15:52 rpcrt4.dll.so
-rw-r--r--    1 root     root        78868 Feb 25 15:52 rundll32.exe.so
-rw-r--r--    1 root     root        85115 Feb 25 15:52 serialui.dll.so
-rw-r--r--    1 root     root       316481 Feb 25 15:52 setupapi.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 setupx.dll.so -> setupapi.dll.so
-rw-r--r--    1 root     root       142248 Feb 25 15:52 shdocvw.dll.so
lrwxrwxrwx    1 root     root           14 Feb 25 15:52 shell.dll.so -> shell32.dll.so
-rw-r--r--    1 root     root       623596 Feb 25 15:52 shell32.dll.so
-rw-r--r--    1 root     root        77683 Feb 25 15:52 shfolder.dll.so
-rw-r--r--    1 root     root       406191 Feb 25 15:52 shlwapi.dll.so
-rw-r--r--    1 root     root        90545 Feb 25 15:52 snmpapi.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 sound.dll.so -> winmm.dll.so
-rw-r--r--    1 root     root        78817 Feb 25 15:52 sti.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 storage.dll.so -> ole32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 stress.dll.so -> kernel32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 system.dll.so -> kernel32.dll.so
-rw-r--r--    1 root     root       127381 Feb 25 15:52 tapi32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 toolhelp.dll.so -> kernel32.dll.so
-rw-r--r--    1 root     root       113561 Feb 25 15:52 ttydrv.dll.so
-rw-r--r--    1 root     root        98904 Feb 25 15:52 twain_32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 typelib.dll.so -> oleaut32.dll.so
-rw-r--r--    1 root     root        93792 Feb 25 15:52 uninstaller.exe.so
-rw-r--r--    1 root     root        85852 Feb 25 15:52 url.dll.so
-rw-r--r--    1 root     root       183979 Feb 25 15:52 urlmon.dll.so
lrwxrwxrwx    1 root     root           13 Feb 25 15:52 user.exe.so -> user32.dll.so
-rw-r--r--    1 root     root      1260214 Feb 25 15:52 user32.dll.so
lrwxrwxrwx    1 root     root           14 Feb 25 15:52 ver.dll.so -> version.dll.so
-rw-r--r--    1 root     root       115268 Feb 25 15:52 version.dll.so
-rw-r--r--    1 root     root       127860 Feb 25 15:52 w32skrnl.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 w32sys.dll.so -> w32skrnl.dll.so
-rw-r--r--    1 root     root       134004 Feb 25 15:52 wcmd.exe.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 win32s16.dll.so -> w32skrnl.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 win87em.dll.so -> kernel32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 winaspi.dll.so -> wnaspi32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 windebug.dll.so -> kernel32.dll.so
-rw-r--r--    1 root     root       119901 Feb 25 15:52 winealsa.drv.so
-rw-r--r--    1 root     root        97119 Feb 25 15:52 winearts.drv.so
-rw-r--r--    1 root     root        78454 Feb 25 15:52 wineaudioio.drv.so
-rw-r--r--    1 root     root       155714 Feb 25 15:52 wineconsole.exe.so
-rw-r--r--    1 root     root       357094 Feb 25 15:52 winedbg.exe.so
-rw-r--r--    1 root     root       229988 Feb 25 15:52 winedos.dll.so
lrwxrwxrwx    1 root     root           14 Feb 25 15:52 winedos16.dll.so -> winedos.dll.so
-rw-r--r--    1 root     root       141148 Feb 25 15:52 winefile.exe.so
-rw-r--r--    1 root     root       110714 Feb 25 15:52 winemine.exe.so
-rw-r--r--    1 root     root       160316 Feb 25 15:52 winemp3.acm.so
-rw-r--r--    1 root     root        78318 Feb 25 15:52 winenas.drv.so
-rw-r--r--    1 root     root       157620 Feb 25 15:52 wineoss.drv.so
-rw-r--r--    1 root     root        80339 Feb 25 15:52 winepath.exe.so
-rw-r--r--    1 root     root       495114 Feb 25 15:52 wineps.dll.so
lrwxrwxrwx    1 root     root           13 Feb 25 15:52 wineps16.dll.so -> wineps.dll.so
lrwxrwxrwx    1 root     root           13 Feb 25 10:42 wineps16.drv.so -> wineps.dll.so
lrwxrwxrwx    1 root     root           12 Feb 25 15:52 wing.dll.so -> gdi32.dll.so
-rw-r--r--    1 root     root       201781 Feb 25 15:52 winhelp.exe.so
-rw-r--r--    1 root     root       186388 Feb 25 15:52 wininet.dll.so
-rw-r--r--    1 root     root       512113 Feb 25 15:52 winmm.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 winnls.dll.so -> winnls32.dll.so
-rw-r--r--    1 root     root        85541 Feb 25 15:52 winnls32.dll.so
lrwxrwxrwx    1 root     root           13 Feb 25 15:52 winsock.dll.so -> ws2_32.dll.so
-rw-r--r--    1 root     root       163277 Feb 25 15:52 winspool.drv.so
-rw-r--r--    1 root     root        77880 Feb 25 15:52 wintrust.dll.so
-rw-r--r--    1 root     root        78042 Feb 25 15:52 winver.exe.so
-rw-r--r--    1 root     root       103902 Feb 25 15:52 wnaspi32.dll.so
-rw-r--r--    1 root     root        79508 Feb 25 15:52 wow32.dll.so
lrwxrwxrwx    1 root     root           15 Feb 25 15:52 wprocs.dll.so -> kernel32.dll.so
-rw-r--r--    1 root     root       169870 Feb 25 15:52 ws2_32.dll.so
-rw-r--r--    1 root     root       109148 Feb 25 15:52 wsock32.dll.so
-rw-r--r--    1 root     root       480399 Feb 25 15:52 x11drv.dll.so
Comment 3 Guy 2003-03-03 16:00:44 UTC
Created attachment 8912 [details]
file wine.msgs

Some additional info.

I've attached the results of every attempt to invoke wine.

To that, I've also attatched my .wine/config file.

As previously noted, I've unmerged and remerged wine several times now with no
success. If there is any other information I can provide, please let me know.
Comment 4 Guy 2003-03-03 16:05:58 UTC
Like bug 16420, 
this bug should be marked as a duplicate of bug 16267
Comment 5 phoen][x 2003-03-05 06:22:55 UTC
Which version of xfree do you use?

Try to revert to glibc-2.3.1.

-phoen][x-
Comment 6 Guy 2003-03-05 19:17:03 UTC
It turns out that I upgraded wine, gcc and glibc all in the same emerge. Now that I know what to look for, I realise that I get exactly the same results as bug 16420. That bug pointed me to 16267 which pointed me to the weekly news report on kernel.org.

I haven't downgraded gcc and glibc (they are loosely tied together, yes?) yet as I don't want to run the risk of a dead system. I don't know enough to put together a recovery plan if I (probably will) screw it up. I don't imagine that I can just 'emerge unmerge glibc' and then just 'emerge /usr/portage/.../glibc-2.3.1-rx.ebuild' with impunity. I seem to remember reading some horror stories that removing glibc was a 'bad thing'.

In other words, nothing else I use is borked at the moment and I can still dual boot into WinNT (-bleh-. ack-ack-ack) in order to run Lotus Notes 5. So I thought I would follow the kernel.org discussion for awhile and see what happens. FWIW, this bug should probably be marked as a dup of 16420 as the dscription there is much better than mine. He diagnosed the problem correctly, I didn't. ;-)

However, I am open to advice and suggestions.
Comment 7 SpanKY gentoo-dev 2003-03-06 06:45:33 UTC
*** Bug 16955 has been marked as a duplicate of this bug. ***
Comment 8 phoen][x 2003-03-10 15:55:18 UTC
Did you check out http://www.taral.net/winex/ yet? Yeah it says that you have to have winex-2.2b and libc-2.3.1, but maybe it'll work anyways (just imagine that it'll work and you wont have to boot to windows :))

-phoen][x-
Comment 9 Guy 2003-03-10 19:11:52 UTC
Hmmm ... Winex running Lotus notes. Interesting. I'm building another couple machines so I could probably try that this weekend or more likely, the weekend after.

One of the machines I plan on putting together is specifically for gaming under winex in two weeks. I want to be able to play some windows games I have. ;-) 

I'd try it sooner, but my hands are pretty full at the moment.
Comment 10 christian gut 2003-03-26 16:21:52 UTC
hey "Guy".
where did you get that from with winex and lotus notes? same problem here. any solution?
Comment 11 Guy 2003-03-28 09:32:19 UTC
So, I don't know anything yet about getting winex to work with gcc 3.2.2 and
glibc 2.3.2. :-(

I have a machine emerging latest gentoo build of winex. But I'm not even sure
if this build is recent enough.

I did try going down to glibc-2.3.1-r4, but apparently you need to bring gcc
down as well (perhaps to gcc-3.2.1-r7). None of the available wine ebuilds
would build with gcc-3.2.2 - Still trying different things though.

If downgrading glibc and gcc allows wine to work, I may try to modify the
latest wine ebuild to build a static version of wine, and then make that
available. I have know Idea if that will work nor what I'm doing, but I'll
give it a go.
Comment 12 phoen][x 2003-03-28 09:57:54 UTC
Okay, i'm bumping winex to the newest version as i write that. Here's what i use and what works perfectly with wine*:
glibc-2.3.1-r3
gcc-3.2.2


-phoen][x-
Comment 13 Guy 2003-03-28 23:08:15 UTC
Since this is on my work machine, I'll not be able to try that (comment #12)
until Tues (out Mon).

I'll report back then on that machine. ;-)
Comment 14 christian gut 2003-03-29 06:56:20 UTC
im building atm. but i think that wont solve my problem. i need wine to get Lotus Notes working i think. There were some problems i tried it with winex last time. ideas?
Comment 15 phoen][x 2003-04-06 06:04:58 UTC
Yeah, one last idea:

Try to revert to binutils-2.13.90.0.18.

-phoen][x-
Comment 16 Guy 2003-04-07 20:32:44 UTC
Hi -phoen][x-,

You sound discouraged! [grin]

Right now, any testing I want to do is moot at the moment. I can't compile any version of Wine. I'm getting the same errors as in bug # 18924. Don't bang your head about it. It's OK with me to wait until the Wine folk fix things for glibc 2.3.x. This, of course, may not apply to others. But I always leave myself a fall back position with regards to applications I use at work.

If I really need to run wine on any given machine, I'll just build that machine with ="x86" and not "~x86".

Thanx for your help. We'll just have to bide a little more until the wine folk get the main problem with glibc 2.3.x resolved.
Comment 17 Guy 2003-04-11 12:08:50 UTC
Hi pheo][ix,

I've reverted my binutils as directed.

I've successfully emerged the new version of wine-20030408.

I'm still getting failure.

When I look at the message passed to X, it says:

/usr/lib/wine/bin/wine: error while loading shared libraries: libntdll.dll.so: cannot open shared object file: No such file or directory.

Comment 18 Guy 2003-04-11 13:01:12 UTC
Sorry about the short comment above - I was interrupted by work requirements. ;-)

I created symbollic links:

ln -s /usr/lib/wine/lib/libntdll.dll.so /usr/lib/libntdll.dll.so
ln -s /usr/lib/wine/lib/libwine.so /usr/lib/libwine.so
ln -s /usr/lib/wine/lib/libwine_unicode.so /usr/lib/libwine_unicode.so

This got me past the message(s) in my prior comment.

The new message is:

err:font:FontReadDir Can't open font directory "/home/guycad/c/windows/Fonts"

Sure enough, such a directory does not exits. [sigh]

I'm going through the new documentation (README etc) to see what I can find right now.

:-)
Comment 19 Guy 2003-04-15 13:21:44 UTC
After the latest emerge of everything (wine-20030411, binutils etc...), wine now works! This bug can be closed.

Thanx pheo][ix!
Comment 20 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-16 02:27:46 UTC
closing