Re: [PATCH 64bit] automake 1.13.1-1: Fix config.guess result

2013-04-12 Thread Yaakov (Cygwin/X)
On 2013-04-12 00:38, Christian Franke wrote: Recent config.guess still detects 64bit Cygwin as x86_64-unknown-cygwin. This should probably be changed (upstream) to be consistent with i686-pc-cygwin. This was discussed a short while ago on cygwin-developers. Bottom line: while we could do so,

Re: Cygwin with clock_gettime and CLOCK_MONOTONIC - gives always 0

2013-04-12 Thread Angelo Graziosi
Ciao Steve, Il 12/04/2013 1.59, Steve Kargl ha scritto: On Fri, Apr 12, 2013 at 01:17:07AM +0200, Angelo Graziosi wrote: Steve Kargl wrote My disagreemnet is predicated on the stupidity of using a 10 line example subroutine without actually inspecting what it does on whatever OS that one choo

Re: fstab mounting fails for some cygwin users

2013-04-12 Thread Corinna Vinschen
Hi Jeff, On Apr 11 17:16, Jeff Avila wrote: > 18891 59336 [main] ls 3892 symlink_info::check: 0xC022 = > NtCreateFile (\??\UNC\boltzmann\sw) Here's the problem. Status code 0xC022 means "Access denied". I tried to reproduce your scenario, but for some reason it always works fine in my

Re: UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-12 Thread Corinna Vinschen
Please don't http://cygwin.com/acronyms/#TOFU. Thank you. On Apr 11 18:14, Oleg Moskalenko wrote: > I am sending the test case in the attachment. > > In the attachment, you will find source code for two programs - > udpbugserver and udpbugclient. "make" will build them both. They work > perfe

/dev/tcp support in bash shell

2013-04-12 Thread Cary Lewis
Are there any plans to add /dev/tcp/... support in Cygwin? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

docbook2pdf errors

2013-04-12 Thread Frank Fesevur
Hi, I want convert some documention I wrote to DocBook, but first I want to have my environment setup correctly. So I installed all the docbook packages and created a book.xml from the sample at http://www.docbook.org/tdg/en/html/book.html and did some minor changes. This document validates prope

Re: docbook2pdf errors

2013-04-12 Thread Markus Hoenicka
Frank Fesevur was heard to say: Using catalogs: /etc/sgml/xml-docbook-4.5.cat Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print I have never used the docbook2pdf tool, but these messages indicate that it attempts to transform an XML document using Jade and the Do

Re: docbook2pdf errors

2013-04-12 Thread Paul Allen
> "1D6C2" is not a character number in the document character set I'd put money on that being unicode character "mathematical bold small alpha". What windoze code page are you using? One that can handle utf-8 or not. -- Paul -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: [64bit] type conflict for INT32

2013-04-12 Thread Charles Wilson
On 4/11/2013 6:08 PM, Yaakov (Cygwin/X) wrote: It does mean that Win32API (or X11, for that matter) headers must be #include'd before . Before I spin a new release, could you test if this works with emacs? Would this problem go away if we switched to jpeg-turbo? -- Chuck -- Problem reports

Re: docbook2pdf errors

2013-04-12 Thread Markus Hoenicka
Markus Hoenicka was heard to say: (e.g. xslt and fop) and the DocBook XSL stylesheets for XML documents. s/xslt/xsltproc/ Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docu

Re: [64bit] type conflict for INT32

2013-04-12 Thread Charles Wilson
On 4/12/2013 10:01 AM, Charles Wilson wrote: On 4/11/2013 6:08 PM, Yaakov (Cygwin/X) wrote: It does mean that Win32API (or X11, for that matter) headers must be #include'd before . Before I spin a new release, could you test if this works with emacs? Would this problem go away if we switched

Re: docbook2pdf errors

2013-04-12 Thread Frank Fesevur
2013/4/12 Paul Allen: >> "1D6C2" is not a character number in the document character set > > I'd put money on that being unicode character "mathematical bold small > alpha". What windoze code page are you using? One that can handle > utf-8 or not. I created my book.xml with a simple copy-paste.

Re: docbook2pdf errors

2013-04-12 Thread Frank Fesevur
2013/4/12 Markus Hoenicka: > I have never used the docbook2pdf tool, but these messages indicate that it > attempts to transform an XML document using Jade and the DocBook DSSSL > stylesheets. While you may be able to get this to work with a little effort, > I'd recommend to use an XSLT-based toolc

Re: docbook2pdf errors

2013-04-12 Thread Markus Hoenicka
Frank Fesevur was heard to say: 2013/4/12 Markus Hoenicka: I have never used the docbook2pdf tool, but these messages indicate that it attempts to transform an XML document using Jade and the DocBook DSSSL stylesheets. While you may be able to get this to work with a little effort, I'd recomme

Re: docbook2pdf errors

2013-04-12 Thread Frank Fesevur
2013/4/12 Markus Hoenicka: > In order to set up your XML toolchain, please peruse the excellent > instructions here: > > http://www.sagehill.net/docbookxsl/ I will leave docbook2pdf for what it is and dig into the XSL stuff. Many new stuff to learn ;-) Still a bit surprised though that docbook2pd

Re: docbook2pdf errors

2013-04-12 Thread Markus Hoenicka
Frank Fesevur was heard to say: 2013/4/12 Markus Hoenicka: In order to set up your XML toolchain, please peruse the excellent instructions here: http://www.sagehill.net/docbookxsl/ I will leave docbook2pdf for what it is and dig into the XSL stuff. Many new stuff to learn ;-) Certainly the

RE: UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-12 Thread Oleg Moskalenko
> > However, I think I found a workaround on the application level. > Apparently all packets sent to a specific address are sent to the first socket > which has been bound to the address. If that socket has been closed, the > next in > line gets the packets (unless it has been connected and the

Re: UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-12 Thread Corinna Vinschen
On Apr 12 08:44, Oleg Moskalenko wrote: > > > > > However, I think I found a workaround on the application level. > > Apparently all packets sent to a specific address are sent to the first > > socket > > which has been bound to the address. If that socket has been closed, the > > next in > >

RE: UDP/DTLS sockets communication pattern is broken in Cygwin

2013-04-12 Thread Oleg Moskalenko
> > Too bad. I don't know the DTLS protocol, but isn't it possible to do the > server > part with a single UDP socket? If you keep track of the already connected > clients, you know if the just incoming packet is a connected or connecting > client, > and then you can use different threads to

Re: [PATCH 64bit] automake 1.13.1-1: Fix config.guess result

2013-04-12 Thread Christian Franke
Yaakov (Cygwin/X) wrote: On 2013-04-12 00:38, Christian Franke wrote: Recent config.guess still detects 64bit Cygwin as x86_64-unknown-cygwin. This should probably be changed (upstream) to be consistent with i686-pc-cygwin. This was discussed a short while ago on cygwin-developers. Sorry for

Re: possible libtool bug blocking builds of Cygwin setup.exe

2013-04-12 Thread Peter Rosin
On 2013-04-12 16:34, Shaddy Baddah wrote: > Hi, > > I am having trouble building Cygwin setup.exe (regular 32bit on > 32bit). I am finding that the build is hanging at the linking stage of > libgetopt++: > > make[2]: Entering directory > `/cygdrive/c/Users/shaddy/cygwin-home/workarea/cygwin-setu

Re: /dev/tcp support in bash shell

2013-04-12 Thread Andrey Repin
Greetings, Cary Lewis! > Are there any plans to add /dev/tcp/... support in Cygwin? Any use cases for that? -- WBR, Andrey Repin (anrdae...@freemail.ru) 13.04.2013, <03:48> Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http:

Re: possible libtool bug blocking builds of Cygwin setup.exe

2013-04-12 Thread Shaddy Baddah
Hi Peter, On 13/04/13 09:15, Peter Rosin wrote: Have I stumbled on a real problem? This all sounds suspiciously like libtool bug 14022, where the reporter had confused --build and --host. How did you run configure? I'm emulating what is in setup/bootstrap.sh: $ ../cygwin-setup/configure

Re: /dev/tcp support in bash shell

2013-04-12 Thread Larry Hall (Cygwin)
On 4/12/2013 7:49 PM, Andrey Repin wrote: Greetings, Cary Lewis! Are there any plans to add /dev/tcp/... support in Cygwin? Any use cases for that? Here's one: Bye, bye Chrome. ;-) -- Larry _

Re: /dev/tcp support in bash shell

2013-04-12 Thread Erik Falor
On Fri, Apr 12, 2013 at 09:12:01PM -0400, Larry Hall (Cygwin) wrote: > On 4/12/2013 7:49 PM, Andrey Repin wrote: > >Greetings, Cary Lewis! > > > >>Are there any plans to add /dev/tcp/... support in Cygwin? > > > >Any use cases for that? > > Here's one: > >

Re: possible libtool bug blocking builds of Cygwin setup.exe

2013-04-12 Thread Peter Rosin
On 2013-04-13 02:31, Shaddy Baddah wrote: > Hi Peter, > > On 13/04/13 09:15, Peter Rosin wrote: > >>> Have I stumbled on a real problem? >> >> This all sounds suspiciously like libtool bug 14022, where the reporter >> had confused --build and --host. How did you run configure? >> > > > I'm emul