http://bugs.winehq.org/show_bug.cgi?id=11618
Summary: Wineinstall blocks midway through Product: Wine Version: 0.9.55. Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P5 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: juhos@mbnet.fi
When installing wine with tools/wineinstall, it first runs configure, then asks if you want to install system-wide, then runs make. This is wrong, because it forces the user to stick around until configure is finished.
Instead, the question should be asked as a first thing when wineinstall runs. This way, local (non-systemwide) installs could run to finish without further user input, and even system-wide ones would only block just before actual install.
Of course it would be even better to also ask root password (if needed) at the beginning, but that might have security risks, based on how it is implemented.
http://bugs.winehq.org/show_bug.cgi?id=11618
--- Comment #1 from Paul Romanyszyn pgr@arcelectronicsinc.com 2008-02-17 09:34:17 --- Their was talk about removing wineinstall a while back but nobody did. The suggested install command is ./configure && make depend && make && sudo make install see http://wiki.winehq.org/RegressionTesting for other flags that help.
This still requires a the password near the end of the process.
http://bugs.winehq.org/show_bug.cgi?id=11618
--- Comment #2 from Austin English austinenglish@gmail.com 2008-09-01 22:52:48 --- Ping
http://bugs.winehq.org/show_bug.cgi?id=11618
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|build-env |tools Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=11618
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2009-08-31 14:34:58 --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=1c2df36d2574d83979fc26...
http://bugs.winehq.org/show_bug.cgi?id=11618
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2009-09-02 14:13:04 --- Closing bugs fixed in 1.1.29.
http://bugs.winehq.org/show_bug.cgi?id=11618
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other
--- Comment #5 from Austin English austinenglish@gmail.com 2012-02-23 15:10:47 CST --- Removing deprecated 'All' Platform/OS.