gow icon indicating copy to clipboard operation
gow copied to clipboard

Has the project been deprecated?

Open tabris17 opened this issue 6 years ago • 17 comments

Has the project been deprecated?

tabris17 avatar Dec 23 '18 08:12 tabris17

No.

bmatzelle avatar Dec 24 '18 14:12 bmatzelle

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).

kannes avatar Nov 19 '19 13:11 kannes

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.

bmatzelle avatar Nov 19 '19 13:11 bmatzelle

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. ;-)

T100D avatar Nov 19 '19 19:11 T100D

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 [email protected] 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 https://github.com/bmatzelle/gow/issues/250?email_source=notifications&email_token=ADXW2NYX7656EMLWKXKDQFLQUQ2I7A5CNFSM4GL7BQGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEPLNHA#issuecomment-555660956, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXW2N4PCOFEAQUAC52VFRLQUQ2I7ANCNFSM4GL7BQGA .

DGrv avatar Nov 19 '19 22:11 DGrv

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.

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?

kannes avatar Nov 20 '19 09:11 kannes

@kannes that's a good idea. I have some notes here but I never posted anything more about it. I'll see what I can cook up.

bmatzelle avatar Nov 22 '19 13:11 bmatzelle

@bmatzelle consider the (comparatively ancient) ubuntu code of conduct element: Step down considerately.

Developers on every project come and go and Ubuntu is no different. When you leave or disengage from the project, in whole or in part, we ask that you do so in a way that minimises disruption to the project. This means you should tell people you are leaving and take the proper steps to ensure that others can pick up where you leave off.

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

busstoptaktik avatar Mar 20 '20 17:03 busstoptaktik

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 avatar Apr 02 '20 17:04 luxzg

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.

lm8 avatar May 19 '20 13:05 lm8

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.

moliad avatar Mar 12 '21 20:03 moliad

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.

bmatzelle avatar Mar 12 '21 20:03 bmatzelle

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 ;-)

moliad avatar Mar 12 '21 20:03 moliad

@bmatzelle Hi, thanks a lot for these builds.

Can you please provide us with your build script or with the build instructions a Build.md file in your gow github repository ?

sebma avatar Aug 18 '22 14:08 sebma

@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 avatar Sep 22 '22 11:09 lm8

@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 avatar Sep 22 '22 20:09 bmatzelle

@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. https://sourceforge.net/projects/ezwinports/files/ https://github.com/lhmouse/nano-win

lm8 avatar Sep 23 '22 13:09 lm8