CVS Wine of today compiles OK, but at the end of wineinstall script I get some strange output (put below).
After that it seems Wine is unable to read ~/.wine/config file. Thus it switches to default Desktop mode ("Desktop" = "640x480") while running any win32|wine app. That makes me feel quiet disappointed.
Should I regress-test Wine or have I missed something? There are about 70 MBs of free disk space available for Wine in my box.
[s2@katleriai wine]$ sh -x tools/wineinstall
<skipped />
+ echo 'Preparing to install default Wine registry entries...' Preparing to install default Wine registry entries... + '[' '!' -d /home/s2/.wine/dosdevices ']' + echo 'Installing default Wine registry entries...' Installing default Wine registry entries... + echo
+ programs/rundll32/rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 tools/wine.inf Line 8: Malformed key '[wine]' Line 8: Error creating key '[wine]' Line 9: Value without key '"Windows" = "c:\windows"' Line 10: Value without key '"System" = "c:\windows\system"' Line 11: Value without key '"Temp" = "e:\"' Line 12: Value without key '"Path" = "c:\windows;c:\windows\system;e:\;e:\test;f:\"' Line 13: Value without key '"Profile" = "c:\windows\Profiles\Administrator"' Line 14: Value without key '"GraphicsDriver" = "x11drv"' Line 17: Value without key '"ShellLinker" = "wineshelllink"' Line 21: Malformed key '[Version]' Line 21: Error creating key '[Version]' Line 29: Malformed key '[DllOverrides]' Line 29: Error creating key '[DllOverrides]' Line 31: Value without key '"oleaut32" = "builtin, native"' Line 32: Value without key '"ole32" = "builtin, native"' Line 33: Value without key '"comdlg32" = "builtin, native"' Line 34: Value without key '"shell32" = "builtin, native"' Line 35: Value without key '"shfolder" = "builtin, native"' Line 36: Value without key '"shlwapi" = "builtin, native"' Line 37: Value without key '"shdocvw" = "builtin, native"' Line 38: Value without key '"advapi32" = "builtin, native"' Line 39: Value without key '"msvcrt" = "native, builtin"' Line 40: Value without key '"mciavi.drv" = "native, builtin"' Line 41: Value without key '"mcianim.drv" = "native, builtin"' Line 42: Value without key '"msi" = "native, builtin"' Line 49: Value without key '"*" = "builtin, native"' Line 51: Malformed key '[x11drv]' Line 51: Error creating key '[x11drv]' Line 53: Value without key '"AllocSystemColors" = "100"' Line 55: Value without key '"PrivateColorMap" = "N"' Line 57: Value without key '"PerfectGraphics" = "N"' Line 61: Value without key '"Managed" = "Y"' Line 66: Value without key '"UseDGA" = "Y"' Line 68: Value without key '"UseXVidMode" = "Y"' Line 70: Value without key '"UseXRandR" = "Y"' Line 72: Value without key '"UseTakeFocus" = "Y"' Line 74: Value without key '"DXGrab" = "N"' Line 77: Value without key '"DesktopDoubleBuffered" = "N"' Line 93: Malformed key '[fonts]' Line 93: Error creating key '[fonts]' Line 96: Value without key '"Resolution" = "96"' Line 97: Value without key '"Default" = "-adobe-helvetica-"' Line 98: Value without key '"DefaultFixed" = "fixed"' Line 99: Value without key '"DefaultSerif" = "-adobe-times-"' Line 100: Value without key '"DefaultSansSerif" = "-adobe-helvetica-"' Line 114: Malformed key '[FontDirs]' Line 114: Error creating key '[FontDirs]' Line 120: Malformed key '[ppdev]' Line 120: Error creating key '[ppdev]' Line 128: Malformed key '[spooler]' Line 128: Error creating key '[spooler]' Line 129: Value without key '"FILE:" = "tmp.ps"' Line 130: Value without key '"LPT1:" = "|lpr"' Line 131: Value without key '"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"' Line 132: Value without key '"LPT3:" = "/dev/lp3"' Line 134: Malformed key '[ports]' Line 134: Error creating key '[ports]' Line 138: Malformed key '[Debug]' Line 138: Error creating key '[Debug]' Line 146: Malformed key '[registry]' Line 146: Error creating key '[registry]' Line 152: Value without key '"LoadGlobalRegistryFiles" = "Y"' Line 154: Value without key '"LoadHomeRegistryFiles" = "Y"' Line 156: Value without key '"LoadWindowsRegistryFiles" = "Y"' Line 158: Value without key '"WritetoHomeRegistryFiles" = "Y"' Line 162: Value without key '"SaveOnlyUpdatedKeys" = "Y"' Line 164: Malformed key '[Clipboard]' Line 164: Error creating key '[Clipboard]' Line 165: Value without key '"ClearAllSelections" = "0"' Line 166: Value without key '"PersistentSelection" = "1"' Line 167: Value without key '"UsePrimary" = "0"' Line 170: Malformed key '[afmdirs]' Line 170: Error creating key '[afmdirs]' Line 171: Value without key '"1" = "/usr/share/ghostscript/fonts"' Line 172: Value without key '"2" = "/usr/share/a2ps/afm"' Line 173: Value without key '"3" = "/usr/share/enscript"' Line 174: Value without key '"4" = "/usr/X11R6/lib/X11/fonts/Type1"' Line 176: Malformed key '[WinMM]' Line 176: Error creating key '[WinMM]' Line 179: Value without key '"Drivers" = "wineoss.drv" ; default for most common configurations' Line 186: Value without key '"WaveMapper" = "msacm.drv"' Line 187: Value without key '"MidiMapper" = "midimap.drv"' Line 189: Malformed key '[dsound]' Line 189: Error creating key '[dsound]' Line 209: Malformed key '[Network]' Line 209: Error creating key '[Network]' + echo
+ echo 'Registry entries successfully installed.' Registry entries successfully installed. + '[' yes = auto ']' ++ whoami + '[' s2 = root ']' + '[' -f /tmp/wineinstall.conf ']' + rm -f /tmp/wineinstall.conf + echo
+ echo 'Installation complete for now. Good luck (this is still alpha software).' Installation complete for now. Good luck (this is still alpha software). + echo 'If you have problems with WINE, please read the documentation first,' If you have problems with WINE, please read the documentation first, + echo 'as many kinds of potential problems are explained there.' as many kinds of potential problems are explained there. + exit 0