multiple windows make quirks
GetGnuWin32 is no longer functional. Please see the README.
GetGnuWin32\0ReadMeFirst.txt Pete Klammer - how I got GnuWin32 up on my Windows 11 PC Search at Sourceforge.net found https://sourceforge.net/projects/getgnuwin32/ The [Download] link there obtained GetGnuWin32-0.6.3.exe, which I downloaded to C:\internet\sourceforge.net\projects Running that and taking default from dialog window produced folder GetGnuWin32 Navigating into that folder and running (double-click) download.bat resulted in ... = Update failed. Trying again... = = Checking for signed...
On Aug 6, 2016 6:41 PM, "Jay Satiro" raysatiro@users.sf.net set GNUWIN32_MIRROR=master netcologne heanet https://sourceforge.net/p/getgnuwin32/patches/4/#5495
On Aug 6, 2016 6:41 PM, "Jay Satiro" raysatiro@users.sf.net set GNUWIN32_MIRROR=master netcologne heanet https://sourceforge.net/p/getgnuwin32/patches/4/#5495
I thought BinUtils was part of the normal set of programs in Linux, and I thought GnuWin32 was a Windows port of all default Linux programs. However in http://gnuwin32.sourceforge.net/packages.html I can't find any package for BinUtils. Am I just missing it somehow? If not, why was it left out of GnuWin32. I've read about BinUtils, and it contains some programs that I will need for a project that I'm working on in Windows. But unfortunately there's no normal Windows program to accomplish this task...
I thought BinUtils was part of the normal set of programs in Linux, and I thought GnuWin32 was a Windows port of all default Linux programs. However in http://gnuwin32.sourceforge.net/packages.html I can't find any package for BinUtils. Am I just missing it somehow? If not, why was it left out of GnuWin32. I've read about BinUtils, and it contains something some programs that I will need for a project that I'm working on in Windows. But unfortunately there's no normal Windows program to accomplish...
I thought BinUtils was part of the normal set of programs in Linux, and I thought GnuWin32 was a port of all default Linux programs. However in http://gnuwin32.sourceforge.net/packages.html I can't find any package for BinUtils. Am I just missing it somehow? If not, why was it left out of GnuWin32. I've read about BinUtils, and it contains something some programs that I will need for a project that I'm working on in Windows. But unfortunately there's no normal Windows program to accomplish this task...
install-info.exe on Windows 10 fails with "This app can't run on your PC"
Thanks for the update
Well, I don't know what went wrong but I removed the installation and download directories and then re-installed everything from scratch and now everything works fine. :) You can close this bug.
Possibly you accidentally installed gnuwin32 over itself, refer to #22. Try it from scratch.
HA! :D Well, this might explain something :) It's 0 bytes :) Somehow it's not getting installed properly or downloaded.
What size is install-info.exe
That should be "17134.523"
install-info.exe on Windows 10 fails with "This app can't run on your PC"
I can confirm that just running install-info.exe re-produces the problem.
This is indeed an open bug. I can reproduce it on my Windows 10 Pro x64 machine which is running off of an Alienware 17 R5. I get the error after install.bat starts up the "Finished with packages. Fixing manifests and info entries..." process. I'm running Microsoft Windows 10 Pro version 1803 (OS Build 17134.23) and I can confirm that this bug is present.
install-info.exe in gnuwin32\bin is 0 bytes
Thanks for your report. This project survives for legacy purposes and further maintenance is limited. I acknowledge this is a bug but it's too much of a corner case to work on. I'm closing as wontfix.
Temp files not removed if they have the read-only attribute
Source and "binary" packages extract to same directory
Thanks for your report. This project survives for legacy purposes and further maintenance is limited. I acknowledge this is a bug but it's too much of a corner case to work on. I'm closing as wontfix.
Thanks for your report. This project survives for legacy purposes and further maintenance is limited. I acknowledge this is a bug but it's too much of a corner case to work on. I'm closing as out of date.
Libxml2-bin/doc gets overwritten by libxml-bin/doc
Hello I am clearing out all old bugs. You filed this bug in the wrong place, it would have to be filed with the GnuWin32 project. The project seems to be abandoned. I am only responsible for the downloader which I have left up for legacy purposes. If you are still interested in filing you would do so here: https://sourceforge.net/p/gnuwin32/bugs/
xsltproc fails to start because an old version was installed
make 3.81 won;r work
Hello I am clearing out all old bugs. You filed this bug in the wrong place, it would have to be filed with the GnuWin32 project. The project seems to be abandoned. I am only responsible for the downloader which I have left up for legacy purposes. If you are still interested in filing you would do so here: https://sourceforge.net/p/gnuwin32/bugs/milestone/Make/
If exclude.txt contains all packages, *none* are excluded
Thanks for your report. This project survives for legacy purposes and further maintenance is limited. I acknowledge this is a bug but it's too much of a corner case to work on. I'm closing as wontfix.
corrupted unzip and unrar packages?
Not reproducible, closing
Not reproducible, closing
Downloaded version of WGET.EXE doesn't run.
On Windows, install.bat keeps trying to run some program that can't run on Windows, creating a chain of events forcing me to power off my computer and restart it
Not reproducible, closing
Fixed. Thanks
info.exe is a self spawning process on windows
OVERRIDE.BAT stopping in DOWNLOAD.BAT upgrade
Fixed. Thanks
Update fails if delayed expansion is enabled.
Fixed, thanks
Update fails if delayed expansion is enabled.
Update fails if delayed expansion is enabled.
I can't reproduce this in Windows 7. What OS are you using and do you have an anti-virus client that could be interfering?
I am getting the same error. Please share the solution.
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space. If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, it doesn't find it. I tried like this: cat in.txt | grep -i "\bbead\b" > out.txt cat in.txt | grep -wi "bead" > out.txt can't search for spaces because...
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space. If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, it doesn't find it. I tried like this: cat in.txt | grep -i "\bbead\b" > out.txt cat in.txt | grep -wi "bead" > out.txt can't search for spaces because...
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space. If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, it doesn't find it. I tried like this: cat in.txt | grep -i "\bbead\b" > out.txt cat in.txt | grep -wi "bead" > out.txt can't search for spaces because...
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space. If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, It doesn't find it. I tried like this: cat in.txt | grep -i "\bbead\b" > out.txt cat in.txt | grep -wi "bead" > out.txt can't search for spaces because...
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space.If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, It doesn't find it. I tried like this: cat in.txt | grep -i "\bbead\b" > out.txt cat in.txt | grep -wi "bead" > out.txt can't search for spaces because...
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space.If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, It doesn't find it. I tried like this: cat in.txt | grep -i "\bbead\b" > out.txt cat in.txt | grep -wi "bead" > out.txt can't search for spaces because...
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space.If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, It doesn't find it. I tried like this: 1a - cat in.txt | grep -i "\bbead\b" > out.txt 1b - cat in.txt | grep -wi "bead" > out.txt can't search for...
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space.If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, It doesn't find it. I tried like this: cat in.txt | grep -i "\bbead\b" > out.txt cat in.txt | grep -wi "bead" > out.txt can't search for spaces because...
I have a large, 2GB text file - the Commons Wikimedia titles backup - and grep doesn't work very well at all when searching in it. when searching for a whole word, it doesn't find that word when it's separated by a space.If the word is is sepparated by characters like "." or "," or "-" or "(" or ")" then it will find it. But if it's separated by space, It doesn't find it. I tried like this: cat in.txt | grep -i "\bbead\b" > out.txt cat in.txt | grep -wi "bead" > out.txt can't search for spaces because...
Fair enough I'll see about removing it since it's not working correctly. Currently no code is calling it.
None, I realise it was lapse of me to just click on a file like that but it also shouldn't be the case that running it requires me to turn off my PC by the power button. On 6 November 2017 at 23:09, Jay Satiro raysatiro@users.sf.net wrote: Ok I see what you are saying. What steps led you to use that file? Attachments: Capture.PNG https://sourceforge.net/p/getgnuwin32/bugs/_discuss/thread/2981298d/5d4d/attachment/Capture.PNG (17.3 kB; image/png) [bugs:#34] https://sourceforge.net/p/getgnuwin32/bugs/34/...
Ok I see what you are saying. What steps led you to use that file?
Windows 10. GetGnuWin32 version 0.6.3. Don't have a screenshot. Navigate to GetGnuWin32\cygwin_addons and double click on info.exe. On 5 November 2017 at 21:39, Jay Satiro raysatiro@users.sf.net wrote: What OS is this and what version of GetGnuWin32 are you using? Can you give me steps to reproduce this and a screenshot? [bugs:#34] https://sourceforge.net/p/getgnuwin32/bugs/34/ info.exe is a self spawning process on windows* Status: open Group: v1.0 (example) Created: Tue Oct 24, 2017 10:30 AM UTC...
What OS is this and what version of GetGnuWin32 are you using? Can you give me steps to reproduce this and a screenshot?
It opens many many windows running info.exe that won't close and when you end task with task manager more info.exe windows spawn. On 5 Nov 2017 19:52, "Jay Satiro" raysatiro@users.sf.net wrote: Sorry but I don't understand this report. Can you explain what you are seeing that you think is not working? install-info is going to run multiple times. [bugs:#34] https://sourceforge.net/p/getgnuwin32/bugs/34/ info.exe is a self spawning process on windows* Status: open Group: v1.0 (example) Created: Tue...
Sorry but I don't understand this report. Can you explain what you are seeing that you think is not working? install-info is going to run multiple times.
info.exe is a self spawning process on windows
install-info should run multiple times, so that is not unusual. If you click on that file, do you see the same "This program cannot be run"?
Also it's after the supplemental install finishes.
I just experanced this today when I tried to install on a clean install. I used procmon to try and track down what was failing. So this process became strange to me, the processes I see looping looping is: GetGnuWin32\gnuwin32\bin\install-info.exe I hope this helps you. I'll happily provide any other issistance if you need.
Not that I can think of. Besides, the download did download and extract some starting files. Copying the wget and dlls I had already downloaded into the getgnuwin32\bin directory and skipping step 1 solved the issue. I can't give you any more information right now because I opened Windows in a Parallels VM (BootCamp) and Microsoft tried to help me fix it now it doesn't boot. On Sat, Jul 29, 2017 at 1:54 AM Jay Satiro raysatiro@users.sf.net wrote: I've had a few reports of problems in Windows 10 but...
I've had a few reports of problems in Windows 10 but I can't reproduce any of them. Is there anything that you may have done different from the normal extraction and download? Are you running an anti-virus client that may have interfered with the process?
Downloaded version of WGET.EXE doesn't run.
Did it happen it before or after the supplemental install prompt? I can't reproduce this in Windows 10 (build 1703 (15063.332)). I have reviewed the loop section of the code and I don't see what could be causing it. Only two non-native utilities are called, bin\test and bin\unzip. If you run either of those utilities on their own do you see the same messsage?
On Windows, install.bat keeps trying to run some program that can't run on Windows, creating a chain of events forcing me to power off my computer and restart it
OVERRIDE.BAT stopping in DOWNLOAD.BAT upgrade
This project is a downloader script for packages from the gnuwin32 project. However...
There are two projects / repos with identical names Two different projects: https://sourceforge.net/projects/gnuwin32/...
There are two projects / repos with identical names Two different projects: https://sourceforge.net/projects/gnuwin32/...
There are two projects / repos with identical names Two different projects: https://sourceforge.net/projects/gnuwin32/...
There are two projects / repos with identical names Two different projects: https://sourceforge.net/projects/gnuwin32/...
There are two projects / repos with identical names Two different projects: https://sourceforge.net/projects/gnuwin32/...
The list in the comments has not been updated, that is the issue. Please use the...
This is strange then because I downloaded getgnuwin32 today on a new computer. I...
This is strabge then because i downloaded getgnuwin32 today on a new computer. i...
Velocity mirror broken
This is a known issue, sourceforge mirrors have changed, see https://sourceforge.net/p/forge/documentation/Mirrors/...
Velocity mirror broken
I can't reproduce this on master or heanet. Try again
corrupted unzip and unrar packages?
Thanks for the update! On Aug 6, 2016 6:41 PM, "Jay Satiro" raysatiro@users.sf.net...
On 8/2/2016 11:55 AM, Ricky Byrd wrote: = Warning: 446 files were not downloaded...
Thank you but I cannot accept that at this time. However I changed the default mirrors...
Patch for download.bat to update SF mirror list
Sourceforge changed their mirror configuration without notice. The issue has been...