-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has the project been deprecated? #250
Comments
No. |
Is the project "dead"? There were no updates in almost 4 years and thus the binaries are stale and no up to date (including security issues). |
I have been using a Mac for seven years now so I have all of the *nix apps running natively. That reduces the attention that I give to Gow. |
We use it on all of our windows production servers to do some nasty/nice things, one only can on linux environments altho with powershell one can do al lot these days. That said, an update would be nice. ;-) |
I can only agree. Highly useful tool. Far better that what you can have on
Windows. I would be really glad to see it reviving :)
Thx
…On Tue, Nov 19, 2019, 20:05 Arie ***@***.***> wrote:
We use it on all of our windows production servers to do some nasty/nice
things, one only can on linux environments altho with powershell one can do
al lot these days. That said, an update would be nice. ;-)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#250?email_source=notifications&email_token=ADXW2NYX7656EMLWKXKDQFLQUQ2I7A5CNFSM4GL7BQGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEPLNHA#issuecomment-555660956>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADXW2N4PCOFEAQUAC52VFRLQUQ2I7ANCNFSM4GL7BQGA>
.
|
Understandly! :D Maybe you could publish some notes about the provenience or build process for the binaries so that others could take over maintaining that part? |
@bmatzelle consider the (comparatively ancient) ubuntu code of conduct element: Step down considerately.
Your work has been awesome and useful, but please engage with the community and make sure to give your project a chance to live as long as possible/needed, now that it (apparently) is not useful to yourself anymore |
Seems like an appropriate place to ask - are there any alternatives to this project? (not aiming at likes of WSL or Cygwin, just the binaries like here, but a bit updated) |
luxzg, the mingw.org project has some builds of programs. There are also projects related to MinGW like ezwinports at Sourceforge. I'm assuming you already know about projects like gnuwint32 which hasn't been updated in a while. I also do a lot of builds from source of various utility programs that I need and work with. |
`less` is relied upon by popular diff viewers such as [delta] or [diff-so-fancy], so including it makes sense. Furthermore, less v551 bundled with Git fixes issues in older versions. For instance, v394 bundled with Gow has [problems with UTF-8] and [an update seems unlikely], sadly. [delta]: https://github.com/dandavison/delta [diff-so-fancy]: https://github.com/so-fancy/diff-so-fancy [problems with UTF-8]: dandavison/delta#271 [an update seems unlikely]: bmatzelle/gow#250
As a user, I have a little issue with the licensing. I am trying to reuse some of the binaries here but I think the GNU based binaries require you to at least share or link to the source code you used to compile them (Cygwin repo?). It doesn't even have to be in a clean, buildable form. My issue stems from the fact that I also cannot say where the source is, or provide-it myself to my own users. |
I do provide the source: https://github.com/bmatzelle/gow/releases (gow-utilities-src-0.8.0.tar link) but no instructions. Building these binaries on Windows is a nightmare. |
ok thanks, it could be useful to note it in the readme somewhere, I never would have guessed that the source code was only in the binary releases section of the repo ;-) |
@bmatzelle Hi, thanks a lot for these builds. Can you please provide us with your build script or with the build instructions a |
@sebma Which programs are you trying to build? I may have build scripts and makefiles for some of them. I have a build script for the bash shell (older version of bash natively ported to Windows), less and putty, several of the archive utilities like bzip2, xz, zip, unzip. I've been switching to sbase and BSD versions of some of the core utilities though instead of using GNU versions. |
@lm8 if you can find me some location where I can get/build clean, modern versions of these binaries I'd appreciate it. Obviously the GNU versions we have are really old at this point. |
@bmatzelle What do you need as far as a location is concerned? Do you need where the latest sources are or later binaries for Windows or do you need a virtual machine to build the programs on? Can't help much with the latter. These two projects have some more modern Windows compatible sources for GNU programs. |
Has the project been deprecated?
The text was updated successfully, but these errors were encountered: