Stuck with incomplete Cygwin installation

2017-02-08 Thread Daniel Friedman
Quick summary: I'm stuck being unable to achieve a working Cygwin installation on a machine that formerly had one. I recently tried to update Cygwin packages using setup, and developed the "bash: fork: retry: Resource temporarily unavailable" issue which many online posts indicate can be cured wi

Re: yasm: man7 packaging

2017-02-08 Thread David Stacey
On 09/02/17 05:18, Yaakov Selkowitz wrote: Wrt yasm's manpages, yasm(1) references several yasm_*(7) pages, which are packaged with yasm-devel instead of yasm. As these describe concepts rather than APIs (unlike man3), could you please move them over? Sure - I'll try to take a look later toda

yasm: man7 packaging

2017-02-08 Thread Yaakov Selkowitz
David, Wrt yasm's manpages, yasm(1) references several yasm_*(7) pages, which are packaged with yasm-devel instead of yasm. As these describe concepts rather than APIs (unlike man3), could you please move them over? -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: cygpath -w converts relative paths to absolute windows paths

2017-02-08 Thread Roger Qiu
Hi Andrey, That was probably true in the past, but no longer! I just tested this: `mklink /D testlink "..\All Users"` in cmd and then I went to Cygwin ZSH, and ran `ll`. This showed me: `testlink -> '../All Users'/`. Up one directory relative links do work on Windows! This is a directory sy

Re: [ANNOUNCEMENT] Updated: mintty 2.7.4

2017-02-08 Thread Thomas Wolff
Am 08.02.2017 um 19:34 schrieb Achim Gratz: Thomas Wolff writes: Further comments welcome, and it's Achim's turn to provide further diagnostics input as requested in another mail. It could also be that screen or tmux simply make invalid assumptions about the setting of Wraparound modes. That wi

Re: cygpath -w converts relative paths to absolute windows paths

2017-02-08 Thread Thomas Wolff
Hi Andrey, Am 08.02.2017 um 11:54 schrieb Andrey Repin: Greetings, Thomas Wolff! Am 07.02.2017 um 16:30 schrieb Andrey Repin: Greetings, Roger Qiu! I've found that `cygpath --windows '../` will give back an absolute windows path. ... ".." is a special path, that can't be safely converted.

Re: [ANNOUNCEMENT] Updated: gmp-6.1.2-1

2017-02-08 Thread Yaakov Selkowitz
On 2017-02-08 15:17, Denis Excoffier wrote: Thank you for libgmp-6.1.2-1 that supersedes 6.1.1-1. I noticed that libgmp.la is no longer present in the distribution (x86). Is it okay? Yes, .la files are generally going away. -- Yaakov -- Problem reports: http://cygwin.com/problems.html

Re: [ANNOUNCEMENT] Updated: gmp-6.1.2-1

2017-02-08 Thread Denis Excoffier
> Le 21 janv. 2017 à 20:19, Achim Gratz wrote: > > > GNU Multiple Precision Arithmetic Library > = > > GMP is a free library for arbitrary precision arithmetic, operating on > signed integers, rational numbers, and floating point numbers. There is > no pr

Re: [ANNOUNCEMENT] Updated: mintty 2.7.4

2017-02-08 Thread Achim Gratz
Thomas Wolff writes: > Further comments welcome, and it's Achim's turn to provide further > diagnostics input as requested in another mail. It could also be that > screen or tmux simply make invalid assumptions about the setting of > Wraparound modes. That will take a while. I'll have to set up s

[ANNOUNCEMENT] fish 2.5.0-1

2017-02-08 Thread Andrew Schulman
fish 2.5.0-1 is now available in Cygwin. This is a new upstream release, with lots of fixes and improvements. See https://fishshell.com/release_notes.html for the list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and user friendlines

Re: Segmentation Faults

2017-02-08 Thread Marco Atzeri
On 08/02/2017 18:13, Ian Lambert via cygwin wrote: FWIW, since doing the updates late last month, many programs are seg faulting for me, including XWin, wget, curl, ssh, procps, top, gawk... mintty, bash, vi, cd, and ls still work, so all is not lost, but I'm certainly not able to use cygwin a

Segmentation Faults

2017-02-08 Thread Ian Lambert via cygwin
FWIW, since doing the updates late last month, many programs are seg faulting for me, including XWin, wget, curl, ssh, procps, top, gawk... mintty, bash, vi, cd, and ls still work, so all is not lost, but I'm certainly not able to use cygwin as much as before, and recovery is more difficult beca

Re: cygpath -w converts relative paths to absolute windows paths

2017-02-08 Thread Andrey Repin
Greetings, Thomas Wolff! > Am 07.02.2017 um 16:30 schrieb Andrey Repin: >> Greetings, Roger Qiu! >> >>> I've found that `cygpath --windows '../` will give back an absolute windows >>> path. >>> ... >> ".." is a special path, that can't be safely converted. > How is the special meaning of ".." so