Re: Mounting ISOs with Cygwin?

2013-06-04 Thread Dan Kegel
On Tue, Jun 4, 2013 at 2:21 PM, Warren Young wrote: > $ test -f /etc/termcap && echo "looks like BSD" That's why I had the smiley. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscrib

Re: Mounting ISOs with Cygwin?

2013-06-04 Thread Warren Young
On 6/3/2013 17:52, Dan Kegel wrote: On Mon, Jun 3, 2013 at 4:44 PM, Warren Young wrote: Cygwin != Linux /proc/cpuinfo begs to differ :-) $ grep -i linux /proc/cpuinfo | wc -l 0 Wrong test. I think you were looking for $ test -f /proc/cpuinfo && echo "looks like linux" See also http://ww

Re: python 2.7 module binascii not found

2013-06-04 Thread Yaakov (Cygwin/X)
On 2013-06-01 09:41, Omar Balbuena wrote: I do have zlib installed and I have the same problem. zlib 1.2.8-1 OK zlib-devel1.2.8-1 OK Empty package zlib0 zlib0 1.2.8-1 OK zlib0 must NOT be empty; tha

Re: [TEST] sqlite3-3.7.17-1 (Cygwin 1.7.19 locking feature)

2013-06-04 Thread David Stacey
On 04/06/13 01:58, David Rothenberger wrote: ... initial results with the Subversion test suite (for 1.8.0-rc2) show that most tests fail with a "sqlite: database is locked (S5)" error unless CYGWIN_SQLITE_LOCKING=posix. It appears that much water has already passed under the proverbial bridge

Re: [TEST] sqlite3-3.7.17-1 (Cygwin 1.7.19 locking feature)

2013-06-04 Thread Corinna Vinschen
On Jun 4 08:25, David Rothenberger wrote: > On 6/4/2013 2:37 AM, Corinna Vinschen wrote: > > On Jun 4 10:41, Corinna Vinschen wrote: > >> On Jun 3 17:58, David Rothenberger wrote: > >>> On 6/3/2013 1:11 PM, Warren Young wrote: > This is a big-push attempt at a version of Cygwin SQLite that

Re: [TEST] sqlite3-3.7.17-1 (Cygwin 1.7.19 locking feature)

2013-06-04 Thread David Rothenberger
On 6/4/2013 2:37 AM, Corinna Vinschen wrote: > On Jun 4 10:41, Corinna Vinschen wrote: >> On Jun 3 17:58, David Rothenberger wrote: >>> On 6/3/2013 1:11 PM, Warren Young wrote: This is a big-push attempt at a version of Cygwin SQLite that will make everyone happy (ha!) whether they want

[ANNOUNCEMENT] Updated: serf-1.2.1-1

2013-06-04 Thread David Rothenberger
The serf packages have been updated to the new upstream release 1.2.1. See http://serf.googlecode.com/svn/tags/1.2.1/CHANGES for more details about the changes in this release. More information about serf can be found at http://code.google.com/p/serf/. DESCRIPTION: The serf libra

Re: man output error

2013-06-04 Thread Dr. Volker Zell
> Kenneth Nellis writes: > A few weeks ago I first noticed the following: > $ man xyz > Cannot open the message catalog "man" for locale "C.UTF-8" > (NLSPATH="") > No manual entry for xyz > $ > (No, I am not really trying to look up "xyz"; this is a > contrive

Re: [TEST] sqlite3-3.7.17-1 (Cygwin 1.7.19 locking feature)

2013-06-04 Thread Corinna Vinschen
On Jun 4 10:41, Corinna Vinschen wrote: > On Jun 3 17:58, David Rothenberger wrote: > > On 6/3/2013 1:11 PM, Warren Young wrote: > > > This is a big-push attempt at a version of Cygwin SQLite that will make > > > everyone happy (ha!) whether they want POSIX advisory locking behavior > > > or Wind

man output error

2013-06-04 Thread Nellis, Kenneth
A few weeks ago I first noticed the following: $ man xyz Cannot open the message catalog "man" for locale "C.UTF-8" (NLSPATH="") No manual entry for xyz $ (No, I am not really trying to look up "xyz"; this is a contrived example to illustrate the problem.) attached: cygcheck -svr > cygcheck.out

Re: CppUTest generated executables hangs after cygwin auto-update

2013-06-04 Thread Corinna Vinschen
On Jun 4 13:16, Ralf Glaser, track IT wrote: > 2013-05-24 and 2013-06-03 snapshots are working fine. Thanks for your feedback, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- Problem repor

Re: CppUTest generated executables hangs after cygwin auto-update

2013-06-04 Thread Ralf Glaser, track IT
2013-05-24 and 2013-06-03 snapshots are working fine. Thanks and best regards, Ralf Am 24.05.2013 23:31, schrieb Corinna Vinschen: On May 24 17:11, Ralf Glaser, track IT wrote: I attached strace log: 2. failed when called from /cygdrive/c/Tools/... with 2012-11-23 DLL Hope that helps. Actua

Re: [TEST] sqlite3-3.7.17-1 (Cygwin 1.7.19 locking feature)

2013-06-04 Thread Corinna Vinschen
On Jun 4 10:41, Corinna Vinschen wrote: > On Jun 3 17:58, David Rothenberger wrote: > > On 6/3/2013 1:11 PM, Warren Young wrote: > > > This is a big-push attempt at a version of Cygwin SQLite that will make > > > everyone happy (ha!) whether they want POSIX advisory locking behavior > > > or Wind

Re: pthread_join() problem

2013-06-04 Thread Corinna Vinschen
On Jun 3 20:49, David Stacey wrote: > On 03/06/13 11:01, Corinna Vinschen wrote: > >I tracked this down to a problem in the process exit handling which > >disallowed pthreads to exit when process exit was in progress (and > >running the global destructors is part of the process exit). I fixed > >

Re: sqlite3: bug with monotone

2013-06-04 Thread Corinna Vinschen
On Jun 3 11:36, Warren Young wrote: > On 6/2/2013 04:31, Corinna Vinschen wrote: > >I dropped the F_MDLCK idea. Instead I implemented a specific fcntl code > >to switch to mandatory locking on a file descriptor: > > > > fcntl (fd, F_LCK_MANDATORY, 1); > > Could you add an O_MAND open(2) option

Re: Mounting ISOs with Cygwin?

2013-06-04 Thread Corinna Vinschen
On Jun 3 21:29, Yaakov (Cygwin/X) wrote: > On 2013-06-03 18:03, Dan Kegel wrote: > >On Mon, Jun 3, 2013 at 3:47 PM, Larry Hall (Cygwin) wrote: > >>Cygwin != Linux > > > >/proc/cpuinfo begs to differ :-) > > > >For what it's worth, windows 8 now includes a way to mount iso, > >and it seems to have

Re: [TEST] sqlite3-3.7.17-1 (Cygwin 1.7.19 locking feature)

2013-06-04 Thread Corinna Vinschen
On Jun 3 17:58, David Rothenberger wrote: > On 6/3/2013 1:11 PM, Warren Young wrote: > > This is a big-push attempt at a version of Cygwin SQLite that will make > > everyone happy (ha!) whether they want POSIX advisory locking behavior > > or Windows mandatory locking behavior. My part of the eff