Issue1141

Title Installation of 1.0.1 Windows binary package fails
Priority bug Status chatting
Superseder Nosy List abuehl, cc, culix, dim, lcantey, mpm
Assigned To Topics

Created on 2008-05-27.08:08:04 by cc, last changed 2008-06-18.21:27:25 by mpm.

Files
File name Uploaded Type Edit Remove
unnamed cc, 2008-05-27.10:38:48 text/html
Messages
msg6345 (view) Author: mpm Date: 2008-06-18.21:27:25
Workaround exists, degrading to bug
msg6274 (view) Author: cc Date: 2008-06-13.17:26:21
On the windows machines it is not running in server mode. Only on gentoo
machines and there is no problem ;-)

It is only when updating from old version to 1.0.1 with the 2.5 Python install
(which was removed recently from the download page of mercurial). When I do the
Upgrade with the 2.4 version all works perfect.
msg6273 (view) Author: dim Date: 2008-06-13.17:13:22
do you use initial hg in http server mode? the os may lock the access to
executable...
msg6166 (view) Author: cc Date: 2008-06-04.05:54:49
Hi in the past it always worked. The only problem with the latest version is
that hg.exe is not updated. Everything else is updated.
msg6165 (view) Author: culix Date: 2008-06-04.02:30:50
Hello,

I also ran into an error with the Windows binary installer. I had a previous
version of mercurial installed (0.9.x) and running the 1.0.1 binary installer
prevented the hg command line program from working. After trying to upgrade,
typing 'hg' at a command prompt gave me a python error. I logged in as an
Administrator on my computer, ran the Uninstall utility, and then re-ran the
1.0.1 binary installer; then mercurial worked just fine.

(Sorry, I forgot to write down what the python error was :( If you want I can
try to reproduce it; let me know)

Perhaps we could just add a note to the binary packages page (
http://mercurial.berkwood.com/ ) saying that old versions of mercurial should be
uninstalled before running the new binary installation? Or is it the intent that
the binary program should also upgrade old versions?
msg6103 (view) Author: cc Date: 2008-05-27.10:38:48
Hi,

when installing over the old version I get the problem. When deleting 
the directory c:\Mercurial and than install it works.

I did not have such an issue with mercurial before. And I use it now 
about 2 years.

It seems that hg.exe is not updated. It has a date of 22.10.2007 but all 
other files are updated including library.zip.

When I update the old version and than copy in the directory the hg.exe 
from a plain new install of 1.0.1 than it works!

It seems that there is a bug in the install program.

Mit freundlichen Grüßen,
Christian Czech

---------------------------
derago e. K., Gartenstr. 4, D-79807 Lottstetten, Amtsgericht Freiburg/Br. HRA621012, weitere Informationen unter http://www.derago.com/Impressum. Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.

Lee Cantey schrieb:
> Lee Cantey <lcantey@gmail.com> added the comment:
>
> I'm not seeing this.  I'm able to clone, log, check-in etc.  Were you running a 
> previous version that might somehow be interfering?
>
> ----------
> nosy: +lcantey
> status: unread -> chatting
>
> ____________________________________________________
> Mercurial issue tracker <mercurial-bugs@selenic.com>
> <http://www.selenic.com/mercurial/bts/issue1141>
> ____________________________________________________
>
msg6102 (view) Author: lcantey Date: 2008-05-27.09:35:11
I'm not seeing this.  I'm able to clone, log, check-in etc.  Were you running a 
previous version that might somehow be interfering?
msg6101 (view) Author: cc Date: 2008-05-27.08:08:03
The prebuild version can be installed and when started gives the error:

sys:1: RuntimeWarning: Python C API version mismatch for module _memimporter: Th
is Python has API version 1013, module _memimporter has version 1012.

The alternative Python 2.4 version works.
History
Date User Action Args
2008-06-18 21:27:25mpmsetpriority: critical -> bug
nosy: + mpm
messages: + msg6345
2008-06-13 17:26:21ccsetmessages: + msg6274
2008-06-13 17:13:23dimsetnosy: + dim
messages: + msg6273
2008-06-04 05:54:49ccsetmessages: + msg6166
2008-06-04 02:30:51culixsetnosy: + culix
messages: + msg6165
2008-05-27 10:38:51ccsetfiles: + unnamed
messages: + msg6103
2008-05-27 09:35:12lcanteysetstatus: unread -> chatting
nosy: + lcantey
messages: + msg6102
2008-05-27 08:26:41abuehlsetnosy: + abuehl
2008-05-27 08:08:04cccreate