« Return to Thread: environment hosed during upgrade

Re: environment hosed during upgrade

by Sisyphus :: Rate this Message:

Reply to Author | View in Thread


----- Original Message -----
From: "Tim Teulings" <rael@...>
To: "MinGW Users List" <mingw-users@...>;
<dannysmith@...>
Sent: Saturday, March 03, 2007 9:20 AM
Subject: Re: [Mingw-users] environment hosed during upgrade
.
.
>
> I can also approve that the patches make the compiler work again!
>
> After compiler works again, my next step was to compile the wget
> mingwPORT. This however was not successful, because "patch" did not
> work. The call to patch to patch the source code failed with "permission
> denied".

When I try to run 'patch.exe' from my user account I get immediately
prompted to supply my admin password. Having done that, a separate console
opens and closes immediately. The patch does not get applied.

I can't really help with this - except that if you have perl, then there's a
Text::Patch module ( http://search.cpan.org/~cade/Text-Patch-1.2/ ) which
may be of some assistance. It supports only 'Unified' diff format, and looks
like it patches only text (not the actual file) - so you still have to read
the text from file, patch that text, then write the patched text back to
file .... rather kludgy, but it's probably better than applying complex
patches by hand.

Much better (obviously) if someone can fix 'patch.exe' :-)

Cheers,
Rob


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
MinGW-users mailing list
MinGW-users@...

You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users

 « Return to Thread: environment hosed during upgrade