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

2013-06-03 Thread David Rothenberger
On 6/3/2013 5:58 PM, David Rothenberger wrote: > I'll try the 1.7.10 test suite shortly and report back on the results, > although I expect them to be the same. Confirmed. And I get problems in practice using subversion without setting the locking mode to posix. -- David Rothenberger dave

Re: Mounting ISOs with Cygwin?

2013-06-03 Thread Yaakov (Cygwin/X)
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 been backported to older windows as an addon ( http://www.micr

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

2013-06-03 Thread David Rothenberger
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 effort is being > stubborn on this point and doing the

Re: Mounting ISOs with Cygwin?

2013-06-03 Thread Dan Kegel
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://www.sourceware.org/ml/cygwin-p

Re: Mounting ISOs with Cygwin?

2013-06-03 Thread Warren Young
On 6/3/2013 17:03, Dan Kegel wrote: On Mon, Jun 3, 2013 at 3:47 PM, Larry Hall (Cygwin) wrote: Cygwin != Linux /proc/cpuinfo begs to differ :-) $ grep -i linux /proc/cpuinfo | wc -l 0 Smiley suggests joke. Joke not funny, yet statement not serious. Programmer confused. F1! Also: $ una

Re: Mounting ISOs with Cygwin?

2013-06-03 Thread Dan Kegel
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 been backported to older windows as an addon ( http://www.microsoft.com/en-us/download/details.aspx?id

Re: Mounting ISOs with Cygwin?

2013-06-03 Thread Larry Hall (Cygwin)
On 6/3/2013 6:20 PM, John Oliver wrote: $ mount -o loop -t iso9660 /cygdrive/c/Documents\ and\ Settings/joliver/My\ Documents/Downloads/Fedora-18-x86_64-DVD.iso Fedora mount: unknown option -- t Try `mount --help' for more information. $ mount -o loop /cygdrive/c/Documents\ and\ Settings/joliver

Re: Mounting ISOs with Cygwin?

2013-06-03 Thread Dan Kegel
If you're just looking for any old way to do it, as opposed to using cygwin, Me, I just install WinCDEmu from http://wincdemu.sysprogs.org/download and then do cygstart foo.iso - Dan On Mon, Jun 3, 2013 at 3:20 PM, John Oliver wrote: > $ mount -o loop -t iso9660 /cygdrive/c/Documents\ and\ > Sett

Mounting ISOs with Cygwin?

2013-06-03 Thread John Oliver
$ mount -o loop -t iso9660 /cygdrive/c/Documents\ and\ Settings/joliver/My\ Documents/Downloads/Fedora-18-x86_64-DVD.iso Fedora mount: unknown option -- t Try `mount --help' for more information. $ mount -o loop /cygdrive/c/Documents\ and\ Settings/joliver/My\ Documents/Downloads/Fedora-18-x86_64-

odd installer error "unexpected OPENSQUARE"

2013-06-03 Thread Alex Garnett
Hi folks, I've made a nice Windows "port" of a client bash installer that deploys a prepared cygwin distribution using NSIS and runs a few scripts afterward. Works great on most of the machines we've tested on, throwing a bizarre error on a Win7 x64 domain machine. Any ideas? During the "Parsing.

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

2013-06-03 Thread Warren Young
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 effort is being stubborn on this point and doing the basic testing and packaging. The real magic

Re: pthread_join() problem

2013-06-03 Thread David Stacey
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 that in CVS. I'm just uploading a 2013-06-03 sna

Re: sqlite3: bug with monotone

2013-06-03 Thread Warren Young
On 6/2/2013 04:31, Corinna Vinschen wrote: I just applied a patch to implement mandatory locking. Thank you! It also supports F_GETLK, with limited usability due to Windows restrictions, as I explained in other mail. It is what it is. A haiku: Yesterday it worked. Today it is not

[ANNOUNCEMENT] Updated: libkate-0.4.1-1

2013-06-03 Thread David Rothenberger
New upstream release. DESCRIPTION: Kate is a codec for karaoke and text encapsulation for Ogg. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. A possible use of a lone Kate stream

[ANNOUNCEMENT] Updated: cppcheck-1.60.1-1

2013-06-03 Thread Chris Sutcliffe
Version 1.60.1-1 of cppcheck has been uploaded, following the upstream release. cppcheck is a tool for static C/C++ code analysis. It tries to detect bugs that your C/C++ compiler doesn't see. The goal is no false positives. cppcheck is versatile. You can check non-standard code that includes v

Re: sqlite3: bug with monotone

2013-06-03 Thread Corinna Vinschen
On Jun 3 10:38, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > The result of removing colspan is a more narrow table, which doesn't > > match the width of the headline. Afaics, a colspan=6 for the daily > > headline containing date/changelog/diff would look better, wouldn't it? >

Re: sqlite3: bug with monotone

2013-06-03 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > > The result of removing colspan is a more narrow table, which doesn't > > match the width of the headline. Afaics, a colspan=6 for the daily > > headline containing date/changelog/diff would look better, wouldn't it? OK, got it - disregard my other mail.

Re: sqlite3: bug with monotone

2013-06-03 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > The result of removing colspan is a more narrow table, which doesn't > match the width of the headline. Afaics, a colspan=6 for the daily > headline containing date/changelog/diff would look better, wouldn't it? It seems we aren't looking at the same table.

Re: sqlite3: bug with monotone

2013-06-03 Thread Corinna Vinschen
On Jun 3 12:32, Corinna Vinschen wrote: > On Jun 3 10:21, Achim Gratz wrote: > > Corinna Vinschen cygwin.com> writes: > > > The colspan=3 is for the cell containing the filesize. > > > > Yes, and it should be eliminated. I guess formerly the header line with the > > snapshot date had multiple

Re: sqlite3: bug with monotone

2013-06-03 Thread Corinna Vinschen
On Jun 3 10:21, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > The colspan=3 is for the cell containing the filesize. > > Yes, and it should be eliminated. I guess formerly the header line with the > snapshot date had multiple cells, but now it has just one. > > > There's no col

Re: sqlite3: bug with monotone

2013-06-03 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > The colspan=3 is for the cell containing the filesize. Yes, and it should be eliminated. I guess formerly the header line with the snapshot date had multiple cells, but now it has just one. > There's no colspan for the cell with the filename, afaics. No,

Re: sqlite3: bug with monotone

2013-06-03 Thread Corinna Vinschen
On Jun 3 09:53, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > > BTW, on the webpage with the snapshots the 'colspan="3"' should be > > > removed in the table cells for the file names. > > > > I'm not a web designer, so, why? > > The cell with the snapshot date specifies 'colspan

Re: pthread_join() problem

2013-06-03 Thread Corinna Vinschen
On Jun 2 23:01, David Stacey wrote: > I'm trying to get Poco[1] working under Cygwin, and have hit a > problem with the way it manages its threads. A short example > (attached) shows what's going on. > > Poco creates a global object that is used for managing various > threads. In the destructor,

Re: sqlite3: bug with monotone

2013-06-03 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > > BTW, on the webpage with the snapshots the 'colspan="3"' should be > > removed in the table cells for the file names. > > I'm not a web designer, so, why? The cell with the snapshot date specifies 'colspan="4"' and the other rows have four columns, so the

Re: sqlite3: bug with monotone

2013-06-03 Thread Corinna Vinschen
On Jun 3 08:03, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > Please give the 32 bit snapshot a try ASAP. I intend to release 1.7.19 > > very soon, probably tomorrow or Tuesday. > > Have it installed now, but I can't give it much testing before the end of > the week. > > BTW, o

Re: sqlite3: bug with monotone

2013-06-03 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > Please give the 32 bit snapshot a try ASAP. I intend to release 1.7.19 > very soon, probably tomorrow or Tuesday. Have it installed now, but I can't give it much testing before the end of the week. BTW, on the webpage with the snapshots the 'colspan="3"' s