http://bugs.winehq.org/show_bug.cgi?id=15949
Summary: MSYS does not integrate with MinGW install correctly Product: Wine Version: 1.1.8 Platform: Other OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jeffz@jeffz.name
Installing MSYS after MinGW on windows sets things up so that the existing MinGW install integrates with MSYS, whereby /mingw from the MSYS shell points to the MinGW install.
First download: wget http://downloads.sourceforge.net/mingw/MinGW-5.1.4.exe?modtime=1209244789&am...
run MinGW-5.1.4.exe with all defaults.
Second download: wget http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe?modtime=1079444447&am...
run wineconsole cmd (required because Wine doesn't launch a console window like windows does) MSYS-1.0.10.exe
Answer the defaults to the prompted questions on the console window before the installer finishes (it pauses there)
wine cmd /c c:\msys\1.0\msys.bat
Typing 'gcc' in the msys terminal echos "sh: gcc: command not found", whereas on windows it says gcc.exe: no input files.
On windows within msys, `ls /mingw` lists the contents of C:\mingw, on Wine /mingw is empty.
http://bugs.winehq.org/show_bug.cgi?id=15949
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
http://bugs.winehq.org/show_bug.cgi?id=15949
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=15949
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #1 from André H. nerv@dawncrow.de 2009-08-14 06:50:00 --- As workaround you can rename and edit the fstab.sample file in /etc
http://bugs.winehq.org/show_bug.cgi?id=15949
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2012-02-25 06:21:04 CST --- Is this still an issue in wine-1.4-rc5?
http://bugs.winehq.org/show_bug.cgi?id=15949
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2012-02-26 03:20:19 CST --- Jerome: I don't have a system capable of running Wine at present, feel free to retest using the instructions I gave in the original report.
http://bugs.winehq.org/show_bug.cgi?id=15949
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2012-02-29 11:57:38 CST --- MSYS does not install any longer in 1.4-rc5 so it's not possible to test this bug right now. The console gets stuck in a setup question that should be answered automatically.
http://bugs.winehq.org/show_bug.cgi?id=15949
--- Comment #5 from Austin English austinenglish@gmail.com 2012-02-29 14:03:26 CST --- (In reply to comment #4)
MSYS does not install any longer in 1.4-rc5 so it's not possible to test this bug right now. The console gets stuck in a setup question that should be answered automatically.
Installs fine here in wine-1.4-rc5-45-g74ddf01. The original issues are still present, however.
https://bugs.winehq.org/show_bug.cgi?id=15949
--- Comment #6 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?
https://bugs.winehq.org/show_bug.cgi?id=15949
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #7 from super_man@post.com --- "MSYS does not install any longer in 1.4-rc5 so it's not possible to test this bug right now. The console gets stuck in a setup question that should be answered automatically."
it's the same for me 1.7.49
https://bugs.winehq.org/show_bug.cgi?id=15949
--- Comment #8 from Jeff Zaroyko jeffz@jeffz.name --- Same for wine-3.13. The post-install script gets stuck while the installer GUI is at 100%.
Per the original report /mingw is empty and `mount 'c:MinGW' /mingw` returns "mount: /mingw: Function not implemented". That mount is already set in /etc/fstab.
Running the following from `wineconsole cmd` manually still doesn't produce a working environment C:\windows\system32\cmd.exe /s/c c:\msys\1.0\postinstall\pi.bat pi.sh
https://bugs.winehq.org/show_bug.cgi?id=15949
--- Comment #9 from Jeff Zaroyko jeffz@jeffz.name --- Still the same with wine-6.10. The msys installer hangs after printing the post-install message to the console:
``` C:\msys\1.0\postinstall>..\bin\sh.exe pi.sh 0190:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1. 0190:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1. 0190:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1. 0190:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1. 0190:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0190:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0190:fixme:netapi32:NetUserGetInfo Level 3 is not implemented 0190:fixme:netapi32:NetUserGetInfo Level 3 is not implemented 0144:fixme:console:console_input_ioctl unsupported ioctl 504088
This is a post install process that will try to normalize between your MinGW install if any as well as your previous MSYS installs if any. I don't have any traps as aborts will not hurt anything. Do you wish to continue with the post install? [yn ] y ```