[ANNOUNCEMENT] TeX Live 2016

2016-06-06 Thread Ken Brown
Cygwin's TeX Live packages have been updated to the latest upstream release, TeX Live 2016. TeX Live provides a comprehensive, cross-platform TeX system. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages arou

[ANNOUNCEMENT] biber-2.5-1

2016-06-06 Thread Ken Brown
The following package has been uploaded to the Cygwin distribution: * biber-2.5-1 Biber is a BibTeX replacement for users of BibLaTeX. Biber supports full UTF-8, can (re-)encode input and output, supports highly configurable sorting, dynamic bibliography sets, and many other features. This

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.2-0.1

2016-06-06 Thread Corinna Vinschen
On Jun 6 11:37, Ken Brown wrote: > On 6/6/2016 11:25 AM, Corinna Vinschen wrote: > > Bug Fixes > > - > > > > - Fix an error message depending on the system header inclusion order. > > Addresses: https://cygwin.com/ml/cygwin-developers/2016-05/msg3.html > > > > - Fix non-POSIXy sche

Re: Vim responds too slow on the latest snapshot of cygwin1.dll

2016-06-06 Thread Chris Sutcliffe
On 6 June 2016 at 10:52, Corinna Vinschen wrote: > What I'd *really* need now is people testing the latest snapshot on > https://cygwin.com/snapshots/ ASAP and throw at it what they can think > of. Is there still a regression compared to 2.5.1? If so, please > report. Testing the latest snapshot

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.2-0.1

2016-06-06 Thread Ken Brown
On 6/6/2016 11:25 AM, Corinna Vinschen wrote: Bug Fixes - - Fix an error message depending on the system header inclusion order. Addresses: https://cygwin.com/ml/cygwin-developers/2016-05/msg3.html - Fix non-POSIXy scheduler priority handling. Addresses: Bugreport via private em

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.2-0.1

2016-06-06 Thread Corinna Vinschen
Hi Cygwin friends and users, I released a new Cygwin TEST version 2.5.2-0.1. 2.5.2 will be a plain bugfix release, plus a few assorted improvements under the hood. Please test. Only regressions compared to 2.5.1 are currently on the radar. What changed: - - select(2) now supports

[ANNOUNCEMENT] fish 2.3.0-2 & 2.2.0-4

2016-06-06 Thread Andrew Schulman
fish 2.3.0-2 is now available in Cygwin. No problems were reported with fish 2.3 during the test period, so this is now the current release of fish. There are no changes since release 2.3.0-1; I just bumped the version number for packaging reasons. fish 2.2.0-4 is now the previous release. 2.3b1

Re: stty icrnl

2016-06-06 Thread Achim Gratz
Achim Gratz NexGo.DE> writes: > Is there some other terminal emulator/program that would let me use this > board anyway via Cygwin until Cygwin learns cooked mode for terminals? The following script does almost what I want, save for some ickyness with the echo of the input that I might attempt to

Re: last snapshot is not better than previous version

2016-06-06 Thread Corinna Vinschen
On Jun 4 21:14, Denis Excoffier wrote: > > > On 2016-06-04 05:52, John Hood wrote: > > > > Corinna asked me to look at this since I coded the select()-related > > changes she mentioned. I can't reproduce either of your cases. > Thank you for your help. > > > > Some things I'll mention: > > >

Re: Vim responds too slow on the latest snapshot of cygwin1.dll

2016-06-06 Thread Corinna Vinschen
On Jun 6 09:50, Chris Sutcliffe wrote: > On 6 June 2016 at 07:05, Takashi Yano wrote: > > > >> Just as John I can't reproduce this. What OS version do you run this > >> on, and is it 32, 32 under WOW64, or 64 bit? > > > > OS: Windows 7 (64bit) > > Cygwin: Both 32bit and 64bit > > > > I have teste

Re: [ANNOUNCEMENT] mesa 11.0.9-2

2016-06-06 Thread Jon Turney
On 06/06/2016 08:24, Yaakov Selkowitz wrote: On 2016-06-03 12:56, Jon Turney wrote: On 31/05/2016 18:03, Jon Turney wrote: # gdb ./quad-clip [...] (gdb) r [...] Program received signal SIGSEGV, Segmentation fault. 0x7fdf00c1 in ?? () [...] /usr/src/debug/mesa-demos-8.3.0-1/src/trivial/quad-cl

Re: Unwanted disconnections of X clients - cygwin 64 - version 2.874

2016-06-06 Thread Jon Turney
On 03/06/2016 18:09, Jean-Paul Bouchet wrote: We use Cygwin for a few years to give access to linux servers to users from their windows PC. We use xlaunch to launch Xwin and open X11 remote sessions via XDMCP. Our linux server launches on Cygwin/X a client to let users authentificate themselves a

Re: gdb pty problem [Was: emacs gud-interface is not updated after gdb command execution (maybe because of incomplete output from gdb)]

2016-06-06 Thread Ken Brown
On 6/6/2016 6:12 AM, Takashi Yano wrote: Of course, Ken's gdbstc works fine without sleep with this patch, as well as original emacs case. Confirmed. Thanks. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: ht

Re: Vim responds too slow on the latest snapshot of cygwin1.dll

2016-06-06 Thread Chris Sutcliffe
On 6 June 2016 at 07:05, Takashi Yano wrote: > >> Just as John I can't reproduce this. What OS version do you run this >> on, and is it 32, 32 under WOW64, or 64 bit? > > OS: Windows 7 (64bit) > Cygwin: Both 32bit and 64bit > > I have tested on two Win7 machines, and the problem > occurs on both m

Re: Installer of Cygwin 64 seems to freeze when executing /etc/postinstall/xlaunch.sh - version 2.874

2016-06-06 Thread Jon Turney
On 03/06/2016 16:26, Jean-Paul Bouchet wrote: May be is the value of PATH the problem? When I launch, by a double click on the bash.exe file, a cygwin bash shell (C:\cygwin64\bin\bash.exe) and I display $PATH, I don't find any cygwin directory in the list, but a list of windows directories: /cygd

Re: gdb pty problem [Was: emacs gud-interface is not updated after gdb command execution (maybe because of incomplete output from gdb)]

2016-06-06 Thread Corinna Vinschen
On Jun 6 19:12, Takashi Yano wrote: > Hi Corinna, > > I had looked into this problem, and found the cause. > > 'man termios' says: > "A read(2) returns at most one line of input" in canonical mode. > > On cygwin 2.5.1, read(2) returns all data in buffer if the buffer > size specified is large e

Re: guile-2.0.11 problem with cygin header

2016-06-06 Thread Ken Brown
On 6/6/2016 5:43 AM, Marco Atzeri wrote: I am reasonable sure that last time, long time ago, there was not this problem on building guile 2.0.11. I suspect is due to the re shuffle of cygwin header plus the local version of "signal.h". But I am a bit lost in following all the chain: ---

stty icrnl

2016-06-06 Thread Achim Gratz
I'm trying to connect to a development board via a (USB) serial line. It's using CR rather than NL for line ends, so I was hoping for stty to set that up so I could use screen to communicate with that board. No such joy on Cygwin since the cooked modes are not implemented apparently. Connecting

Re: Vim responds too slow on the latest snapshot of cygwin1.dll

2016-06-06 Thread Takashi Yano
Hi Corinna, > Just as John I can't reproduce this. What OS version do you run this > on, and is it 32, 32 under WOW64, or 64 bit? OS: Windows 7 (64bit) Cygwin: Both 32bit and 64bit I have tested on two Win7 machines, and the problem occurs on both machines. Further, this problem occurs in Wind

Re: gdb pty problem [Was: emacs gud-interface is not updated after gdb command execution (maybe because of incomplete output from gdb)]

2016-06-06 Thread Takashi Yano
Hi Corinna, I had looked into this problem, and found the cause. 'man termios' says: "A read(2) returns at most one line of input" in canonical mode. On cygwin 2.5.1, read(2) returns all data in buffer if the buffer size specified is large enough. This behaviour is correct in noncanonical mode,

guile-2.0.11 problem with cygin header

2016-06-06 Thread Marco Atzeri
I am reasonable sure that last time, long time ago, there was not this problem on building guile 2.0.11. I suspect is due to the re shuffle of cygwin header plus the local version of "signal.h". But I am a bit lost in following all the chain: -

Re: Download without installing

2016-06-06 Thread Dani Moncayo
On Mon, Jun 6, 2016 at 10:59 AM, Achim Gratz wrote: > Dani Moncayo gmail.com> writes: >> This seems to me like a bug in the installer. I think that the >> "Pending" view should be empty the second time I ran the installer >> (and of course no "extra dependencies" should be advertised to >> insta

Re: Download without installing

2016-06-06 Thread Achim Gratz
Dani Moncayo gmail.com> writes: > This seems to me like a bug in the installer. I think that the > "Pending" view should be empty the second time I ran the installer > (and of course no "extra dependencies" should be advertised to > install). No. You haven't installed anything yet and the packa

Re: Vim responds too slow on the latest snapshot of cygwin1.dll

2016-06-06 Thread Corinna Vinschen
On Jun 6 00:33, Takashi Yano wrote: > Hello, everyone. > > I tested the latest snapshot of cygwin1.dll, and > noticed that vim editor respond too slow on it. > > When I open some file with vim, the text appears > after a few seconds. ^F and ^B keys also update > the screen very slowly. This is

Re: bug: configuration problem in perl with gcc libs

2016-06-06 Thread Achim Gratz
Dmitry Karasik karasik.eu.org> writes: > Generally perl extensions don't have a way to specify library to link with > directly, they do that through ExtUtils::MakeMaker, the standard tool for that. > Which in turn tries to resolve '-llibname' using its own > compile-time-configured internal list o

Download without installing

2016-06-06 Thread Dani Moncayo
Hello cygwinners, I've observed for several weeks something strange, and I'd like to ask here if it's a bug or my misunderstanding. I've just tried this: 1. Run setup.exe version 2.874 (32 bit). 2. Select the option "Download Without Installing", to download a basic (default) repository to an

Re: [ANNOUNCEMENT] mesa 11.0.9-2

2016-06-06 Thread Yaakov Selkowitz
On 2016-06-03 12:56, Jon Turney wrote: On 31/05/2016 18:03, Jon Turney wrote: On 13/04/2016 03:33, Yaakov Selkowitz wrote: On 2016-04-12 10:20, Marco Atzeri wrote: $ cd /usr/lib/mesa-demos $ ./quad-clip.exe GL_RENDERER = Gallium 0.4 on llvmpipe (LLVM 3.7, 256 bits) GL_VERSION= 3.0 Mesa 1