Re: pthread_mutex_lock doesn't interrupt

2010-07-13 Thread Corvus Corax
Hi I did read your other response, regarding the signal developer being on vacation. I'm sending this just for reference, since I had already looked it up anyway :) Andy wrote: Have you got chapter and verse from the POSIX standard on that? By 'interrupt' do you mean SIGINT or any signal? Is

Re: problem installing libxml

2010-07-13 Thread cygwin . 20 . maillinglist
Original-Nachricht Datum: Fri, 09 Jul 2010 12:57:15 -0400 Von: +cygwin+maillinglist+eb14c9acbd.reply-to-list-only-lh#cygwin@spamgourmet.com An: cygwin@cygwin.com Betreff: Re: problem installing libxml On 7/9/2010 5:27 AM, cygwin.20.maillinglist wrote: Von:

Re: problem installing libxml

2010-07-13 Thread Corinna Vinschen
On Jul 13 12:14, cygwin.20.maillingl...@spamgourmet.com wrote: I looked in the setup.ini file an found that there is no file specified for libxml. I think that the setup.exe dies because there is no file specified for libxml. No, it doesn't. setup.ini contains a couple of those entries

Re: pthread_mutex_lock doesn't interrupt

2010-07-13 Thread Andy Koppe
On 13 July 2010 08:07, Corvus Corax wrote: Have you got chapter and verse from the POSIX standard on that? By 'interrupt' do you mean SIGINT or any signal? Is it possible that the signal is just being deferred and then subsumed by later signals? Andy PTHREAD_MUTEX_LOCK() has been defined in

Re: Mirrors

2010-07-13 Thread Tekerman Romanov
2010/6/29, Larry Hall (Cygwin) reply-to-list-only...@cygwin.com: On 6/27/2010 1:31 AM, Tekerman Romanov wrote: Hello, we have created a mirror of your software and want to register it. http://cygwin.iphoneapps4free.org USA (WA, Seattle) tek...@gmail.com every 10 hours bandwidth -

Re: Mirrors

2010-07-13 Thread Steven Collins
http://www.cygwin.com/acronyms/#PCYMTNQREAIYR Regarding your question please see: http://cygwin.com/ml/cygwin/2010-05/msg00511.html On Tue, Jul 13, 2010 at 08:49, Tekerman Romanov wrote: 2010/6/29, Larry Hall (Cygwin) : On 6/27/2010 1:31 AM, Tekerman Romanov wrote: Hello, we have created

where to find libjpeg62-6b-21?

2010-07-13 Thread Mirko Vukovic
Hello, this is a follow-up on the topic of gs and missing libraries: http://cygwin.com/ml/cygwin/2010-07/msg00104.html I have the same problem, and I tried to solve it by installing libjpeg6b. In the original post, the problem was solved by installing libjpeg-62-6b-21 from the `obsolete

Re: Mirrors

2010-07-13 Thread Tekerman Romanov
2010/7/13, Steven Collins spc.for@gmail.com: http://www.cygwin.com/acronyms/#PCYMTNQREAIYR Regarding your question please see: http://cygwin.com/ml/cygwin/2010-05/msg00511.html On Tue, Jul 13, 2010 at 08:49, Tekerman Romanov wrote: 2010/6/29, Larry Hall (Cygwin) : On 6/27/2010 1:31

Re: Installation of Apache2 out of the box cannot find some shared library

2010-07-13 Thread David Rothenberger
On 7/13/2010 3:24 AM, Jørgen Steensgaard wrote: This is the reaction when I try to start apache: $/usr/sbin/apachectl2 start /usr/sbin/httpd2.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory Try strace /usr/sbin/httpd2 -k start.

Mirrors

2010-07-13 Thread Tekerman Romanov
Hello, we have created a mirror of your software and want to register it. http://cygwin.iphoneapps4free.org USA (WA, Seattle) tekitt AT gmail dot com every 10 hours bandwidth - 100TB/month 174.37.130.133 think correctly all done -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Mirrors

2010-07-13 Thread Larry Hall (Cygwin)
On 7/13/2010 12:05 PM, Tekerman Romanov wrote: Hello, we have created a mirror of your software and want to register it. http://cygwin.iphoneapps4free.org USA (WA, Seattle) tekitt AT gmail dot com every 10 hours bandwidth - 100TB/month 174.37.130.133 think correctly all done And why are you

R: where to find libjpeg62-6b-21?

2010-07-13 Thread Marco Atzeri
--- Mar 13/7/10, Mirko Vukovic ha scritto: Hello, this is a follow-up on the topic of gs and missing libraries: http://cygwin.com/ml/cygwin/2010-07/msg00104.html I have the same problem, and I tried to solve it by installing libjpeg6b.  In the original post, the problem was solved by

Re: where to find libjpeg62-6b-21?

2010-07-13 Thread Mirko Vukovic
On Tue, Jul 13, 2010 at 12:12 PM, Marco Atzeri marco_atz...@yahoo.it wrote: --- Mar 13/7/10, Mirko Vukovic ha scritto: Hello, this is a follow-up on the topic of gs and missing libraries: http://cygwin.com/ml/cygwin/2010-07/msg00104.html I have the same problem, and I tried to solve it by

Re: Installation of Apache2 out of the box cannot find some shared library

2010-07-13 Thread Marco Atzeri
--- Mar 13/7/10, David Rothenberger ha scritto: On 7/13/2010 3:24 AM, Jørgen Steensgaard wrote: This is the reaction when I try to start apache:    $/usr/sbin/apachectl2 start    /usr/sbin/httpd2.exe: error while loading shared libraries: ?: cannot open     shared object file: No

Re: Mirrors

2010-07-13 Thread DePriest, Jason R.
On Tue, Jul 13, 2010 at 9:49 AM, Tekerman Romanov wrote: Hi, I'm not able to find e-mail where I could ask Sourcemaster is also the place to send requests to be added to this list. Who is this sourcemaster? Thank you. Hello Tekerman, The mirror page on the site cygwin.com asks you to send a

RE: Mirrors

2010-07-13 Thread Nellis, Kenneth
From: DePriest, Jason R. On Tue, Jul 13, 2010 at 9:49 AM, Tekerman Romanov wrote: Hi, I'm not able to find e-mail where I could ask Sourcemaster is also the place to send requests to be added to this list. Who is this sourcemaster? Thank you. Hello Tekerman, The mirror page on

Re: pthread_mutex_lock doesn't interrupt

2010-07-13 Thread Corvus Corax
Signal generation and signal delivery aren't the same thing. With asynchronous signals as in your test case, there's always some sort of delay until the signal is delivered, and I don't know whether the standard actually requires any upper bound on that. One example where a signal in Cygwin

Re: Sending SIGUSR1 to thread in nanosleep causes segfault

2010-07-13 Thread Corvus Corax
Here are some backtraces: snapshot: cygwin1-20100707.dll.bz2 System AMD64 CPU - Windows XP Professional 64 bit Edition, Version 2003, Service Pack 2 Program is test_case_1_sleep.c: 1 /** 2 * small test program whether signals between threads work as they should 3 */ 4 5 #include unistd.h

Re: Installation of Apache2 out of the box cannot find some shared library

2010-07-13 Thread Refr Bruhl
Put this in your profile before you run configure # GCC Options export LDFLAGS=-no-undefined Its the libtool causing issues during compile time. Luck! - Original Message From: Marco Atzeri marco_atz...@yahoo.it To: cygwin@cygwin.com Sent: Tue, July 13, 2010 11:21:49 AM Subject:

cygwin case-sensitivity: more picky than linux, by default/w no option?

2010-07-13 Thread Linda Walsh
How many different versions of 'man' are there, anyway? I've always wondered why cygwin's was so different from the few linux versions I've seen -- bug especially in this sense. How is it that cygwin's manpages are case sensitive? Aren't they stored in files on a case-insensitive file system

Re: gcc4: next release

2010-07-13 Thread JonY
On 7/9/2010 01:09, Dave Korn wrote: On 07/07/2010 02:47, JonY wrote: I'm working on the mingw-w64 GCC package on Cygwin. Normally, anything cygwin gets installed to /usr, however, with gcc 4.6, the locales data clashes. Yaakov suggested installing to /usr, but there are some problems with

Re: RFC: cygport cross-compiling APIs

2010-07-13 Thread Corinna Vinschen
On Jul 12 17:06, Yaakov S wrote: On Mon, 2010-07-12 at 14:41 -0400, Charles Wilson wrote: Well, there's the mingw-runtime stuff, which is still used/needed by gcc3's -mno-cygwin. IIUC Corinna correctly, w32api would stay and we would add a mingw-w32api. To be clear, there should be only

Re: RFC: cygport cross-compiling APIs

2010-07-13 Thread Charles Wilson
On 7/13/2010 1:36 AM, Yaakov (Cygwin/X) wrote: On Mon, 2010-07-12 at 22:45 -0400, Charles Wilson wrote: I don't really care either way about that one. What about things associated with $sysconfdir and $localstatedir? (e.g. /etc and /var are usually outside of $prefix). For cross (clients),

Re: RFC: cygport cross-compiling APIs

2010-07-13 Thread Yaakov (Cygwin/X)
On Tue, 2010-07-13 at 09:51 +0200, Corinna Vinschen wrote: To be clear, there should be only one w32api under /usr/include and /usr/lib. That's the one used by Cygwin's non-cross gcc. Any other w32api used by the mingw cross gcc's should go under the cross target's sysroot. Yes, that's

Re: RFC: cygport cross-compiling APIs

2010-07-13 Thread Yaakov (Cygwin/X)
On Tue, 2010-07-13 at 03:53 -0400, Charles Wilson wrote: There is an add-on component that can be treated as part of the mingw64-crt-* build. You download it separately from reactos or wine, I don't remember, drop it in (a specific) place, and THEN configure and compile. Anyway, I wonder if

package dependency error: libgs8

2010-07-13 Thread Marco Atzeri
from setup.ini, libgs8 requires: cygwin libX11_6 libXt6 libcairo2 libjasper1 but $cygcheck /usr/bin/cyggs-8.dll |sort -r C:\cygwin2\bin\cyggs-8.dll C:\cygwin2\bin\cygjpeg-62.dll - libjpeg62-6b-21 C:\cygwin2\bin\cygjasper-1.dll C:\cygwin2\bin\cygcairo-2.dll C:\cygwin2\bin\cygXt-6.dll

Re: package dependency error: libgs8

2010-07-13 Thread Corinna Vinschen
On Jul 13 16:50, Marco Atzeri wrote: from setup.ini, libgs8 requires: cygwin libX11_6 libXt6 libcairo2 libjasper1 but $cygcheck /usr/bin/cyggs-8.dll |sort -r C:\cygwin2\bin\cyggs-8.dll C:\cygwin2\bin\cygjpeg-62.dll - libjpeg62-6b-21 C:\cygwin2\bin\cygjasper-1.dll

Re: changing font

2010-07-13 Thread matias kaukonen
Based on a previous suggestion: fc-list | less - Luxi Serif:style=Regular LucidaBright:style=Italic Utopia:style=Bold Italic Bitstream Vera Sans Mono:style=Bold Luxi

Re: changing font

2010-07-13 Thread Thomas Dickey
On Tue, 13 Jul 2010, matias kaukonen wrote: Based on a previous suggestion: fc-list | less - Luxi Serif:style=Regular LucidaBright:style=Italic Utopia:style=Bold Italic

Re: changing font

2010-07-13 Thread Reid Thompson
On Mon, Jul 12, 2010 at 04:59:11PM -0400, matias kaukonen wrote: 1. Could someone pls post instructions about how to reply to an existing post. 2. I have a font I'd like to use and its located at /usr/X11R6/lib/X11/fonts/TTF with administrator permissions. 3. How can I make this font the

Re: changing font

2010-07-13 Thread Reid Thompson
On Tue, Jul 13, 2010 at 10:33:14AM -0400, Reid Thompson wrote: On Mon, Jul 12, 2010 at 04:59:11PM -0400, matias kaukonen wrote: 1. Could someone pls post instructions about how to reply to an existing post. a starting point would be to google mailing list netiquette some pointers in

Re: Bug: XTerm scrollbar issue

2010-07-13 Thread Jon TURNEY
On 12/07/2010 16:02, webmaster wrote: --enable-narrowproto That turns on a #define for NARROWPROTO which may be missing Changing subject to reflect that this is a bug with the Cygwin XTerm package. I confirmed that --enable-narrowproto resolves the issue by compiling the xterm-260-1 source

Re: Bug: XTerm scrollbar issue

2010-07-13 Thread Thomas Dickey
On Tue, 13 Jul 2010, Jon TURNEY wrote: I note that the list of platforms for which --enable-narrowproto is the default in xterm's aclocal.m4 CF_ENABLE_NARROWPROTO macro (which includes cygwin) doesn't match the list of platforms which default to narrow prototypes in xproto (which doesn't

Re: Using the Canadian Multilingual Standard keyboard with WindowsXP

2010-07-13 Thread Jon TURNEY
. Originally you said If the Windows keyboard is set to Canadian Multilingual Standard, cygwin doesn't get the RightAlt and RightControl inputs, whereas this xev output seems to demonstrate that the X server gets events, just not the right ones :-) [1] ftp://cygwin.com/pub/cygwinx/XWin.20100713

[PATCH] Fixes for Canadian Multilingual Standard keyboard layout handling

2010-07-13 Thread Jon TURNEY
Try to make the keyboard detection logging a bit clearer I don't see why we don't just always load the US keyboard layout as all we care about are scan codes: So add a flag to do that and turn it on for Japanese (which already does that) and new layouts... Add a keycode mapping for VK_OEM_8

Re: Bug or WAD? Midnight Commander F10 different in xterm than native or rxvt

2010-07-13 Thread Jon TURNEY
On 09/07/2010 07:58, Marco Atzeri wrote: --- Ven 9/7/10, Larry Hall ha scritto: On 7/8/2010 10:35 PM, Peter Farley wrote: I don't know if this is the right place to ask this question, but if it is not please advise me where to send it. Midnight Commander exits with F10, and in a native

RE: Using the Canadian Multilingual Standard keyboard with WindowsXP

2010-07-13 Thread Young, George
Multilingual Standard, cygwin doesn't get the RightAlt and RightControl inputs, whereas this xev output seems to demonstrate that the X server gets events, just not the right ones :-) [1] ftp://cygwin.com/pub/cygwinx/XWin.20100713-git-c54fb06114a2c0f1.exe.bz2 -Original Message- On 03