Re: spawn - where can I get it

2018-04-04 Thread Mark Geisert
On Wed, 4 Apr 2018, Mark A. Engel wrote: Victor, Thanks but I get the "Address not found" screen. Also it looks like that is rehat site. I am running cygwin64 on my Windows 10 laptop, so will this run in cygwin or do I need some other site. Either case - address not found. Victor Corral

Re: report (error)

2018-04-04 Thread Brian Inglis
On 2018-04-04 20:52, LUIS MORA via cygwin wrote: > i have a problema with Python > 0 [main] WIN32wgrib2 1424 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to the public mailing list > cygwin@cygwin.com > 0 [main] WIN32wgrib2 3804 find_fast_cwd: WARNING:

report (error)

2018-04-04 Thread LUIS MORA via cygwin
Good night i have a problema with Python 0 [main] WIN32wgrib2 1424 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem to the public mailing list cygwin@cygwin.com 0 [main] WIN32wgrib2 3804 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please

Re: accept: Bad address

2018-04-04 Thread Ilguiz Latypov via cygwin
On Wed, Apr 04, 2018 at 11:25:30AM +0200, Corinna Vinschen wrote: > I reshuffled lots of socket code to make room for a new AF_UNIX > implementation. While at it, I screwed up in a few places, so > socket code was broken for a bit. The OpenSSH testsuite helped > a lot to find the bugs, btw :} >

Re: How is libgssapi_krb5_2 built on cygwin?

2018-04-04 Thread Brian Inglis
On 2018-04-04 17:13, Weijun Wang wrote: > I am thinking about building MIT krb5 on Windows with cygwin but using the > source distribution from MIT [1] shows this error: > configure: error: Shared libraries are not yet supported on this platform. > I'd like to know how cygwin compiles the

How is libgssapi_krb5_2 built on cygwin?

2018-04-04 Thread Weijun Wang
Hi I am thinking about building MIT krb5 on Windows with cygwin but using the source distribution from MIT [1] shows this error: configure: error: Shared libraries are not yet supported on this platform. I'd like to know how cygwin compiles the libgssapi_krb5_2 packgae. Do you have a patch

Re: Hexiom Solver Error: Anchor Not Found

2018-04-04 Thread Daniel Hartmeier
On Wed, Apr 04, 2018 at 06:48:07PM +0800, SY Tang wrote: > However, try as I might, I am unable to get it to work, I first got an > error which says: *"WARNING: Couldn't compute FAST_CWD pointer"*, which I > believe i self-fixed by running in Windows XP compatibility mode. After > which, I still

Re: msmtp depends on Gnome!?

2018-04-04 Thread Jon Turney
On 28/03/2018 22:50, Stephen Paul Carrier wrote: Dear cygwin people, msmtp is billed as a light-weight SMTP client and I would like to use it with cron instead of ssmtp. What's not light-weight is its dependency on libgnome-keyring0 which has more dependencies that eventually bring in Gnome.

Re: Hexiom Solver Error: Anchor Not Found

2018-04-04 Thread David Stacey
On 04/04/18 11:48, SY Tang wrote: I recently downloaded your Hexiom solver from your webpage out of interest (and desperation after failing hundreds of times at the 6x6 size puzzle... :(). However, try as I might, I am unable to get it to work, I first got an error which says: *"WARNING:

[PATCH setup 1/2] Improve the preparation of the package database

2018-04-04 Thread Ken Brown
Introduce a new function packagedb::noChanges() to set the database to a "no changes requested" state. Call it the first time the chooser page is activated, before calling ChooserPage::applyCommandLinePackageSelection(). Also use it to simplify the code in two places. Remove code from

[PATCH setup 0/2] Improve the handling of command line package selection

2018-04-04 Thread Ken Brown
Suppose an installed package A gets updated because of the "--packages A" command line option. If A requires a version of package B higher than the installed version, then B will also need to be updated. Moreover, if the "--upgrade-also" option hasn't been specified, then the global update mode

Re: [PATCH setup] Finish providing support for provides: and conflicts:

2018-04-04 Thread Ken Brown
On 3/21/2018 3:38 PM, Ken Brown wrote: Introduce member functions SolvableVersion::provides() and SolvableVersion::conflicts(). This enables packagedb::read() to access provides and conflicts lists from setup.ini. Ignore this patch. It breaks libsolv's dependency processing. Ken

Hexiom Solver Error: Anchor Not Found

2018-04-04 Thread SY Tang
Hello, I recently downloaded your Hexiom solver from your webpage out of interest (and desperation after failing hundreds of times at the 6x6 size puzzle... :(). However, try as I might, I am unable to get it to work, I first got an error which says: *"WARNING: Couldn't compute FAST_CWD

Re: accept: Bad address

2018-04-04 Thread Corinna Vinschen
On Apr 3 22:59, Mark Geisert wrote: > Ilguiz Latypov via cygwin wrote: > > Hello, > > > > The latest Cygwin 64-bit release with the snapshot cygwin1.dll copied on > > top of it shows an "accept: Bad address error" in 3 reproducible cases: > > > > (a) The sshd daemon on receiving a connection

Re: [PATCH] Posix asynchronous I/O support, part 3

2018-04-04 Thread Corinna Vinschen
On Mar 28 22:32, Mark Geisert wrote: > --- > winsup/cygwin/aio.cc | 580 > +++ > 1 file changed, 580 insertions(+) > create mode 100644 winsup/cygwin/aio.cc Only scanning for minor stuff for now: > diff --git a/winsup/cygwin/aio.cc

Re: [PATCH] Posix asynchronous I/O support, part 2

2018-04-04 Thread Corinna Vinschen
On Mar 28 22:31, Mark Geisert wrote: > --- > winsup/cygwin/include/aio.h | 78 > + > 1 file changed, 78 insertions(+) > create mode 100644 winsup/cygwin/include/aio.h Ah, not quite ok, I have a nit here: > diff --git a/winsup/cygwin/include/aio.h

Re: [PATCH] Posix asynchronous I/O support, part 2

2018-04-04 Thread Corinna Vinschen
On Mar 28 22:31, Mark Geisert wrote: > --- > winsup/cygwin/include/aio.h | 78 > + > 1 file changed, 78 insertions(+) > create mode 100644 winsup/cygwin/include/aio.h Looks fine, too. Thanks, Corinna -- Corinna Vinschen Please,

Re: [PATCH] Posix asynchronous I/O support, part 1

2018-04-04 Thread Corinna Vinschen
On Mar 28 22:30, Mark Geisert wrote: > --- > winsup/cygwin/Makefile.in | 1 + > winsup/cygwin/common.din | 8 > winsup/cygwin/include/cygwin/version.h | 4 +++- > winsup/cygwin/include/limits.h | 12 ++-- > winsup/doc/posix.xml

Re: accept: Bad address

2018-04-04 Thread Mark Geisert
Mark Geisert, correcting my previous post: Mark Geisert wrote: Ilguiz Latypov via cygwin wrote: Hello, The latest Cygwin 64-bit release with the snapshot cygwin1.dll copied on top of it shows an "accept: Bad address error" in 3 reproducible cases: (a) The sshd daemon on receiving a connection

Re: accept: Bad address

2018-04-04 Thread Mark Geisert
Ilguiz Latypov via cygwin wrote: Hello, The latest Cygwin 64-bit release with the snapshot cygwin1.dll copied on top of it shows an "accept: Bad address error" in 3 reproducible cases: (a) The sshd daemon on receiving a connection request. (b) The XWin server on receiving a connection request