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

2017-06-26 Thread Brian Inglis
On 2017-06-26 19:16, Andrey Repin wrote: >> Is there an option so git will download your updated source, reject my >> patched >> source in place, and not just overwrite it? > Assuming you have remotes in place, > git fetch --all > git checkout -B your-fix-branch origin/master > .. make your change

Re: xterm 327-1 to 329-1 needs font dependency

2017-06-26 Thread Thomas Dickey
On Mon, Jun 26, 2017 at 01:18:52AM -0700, Bryan Dongray wrote: > On 06/21/2017 01:22 AM, Thomas Dickey wrote: > > - Original Message - > > | From: "Bryan Dongray" > > | To: cygwin@cygwin.com > > | Sent: Tuesday, June 20, 2017 6:52:38 PM > > | Subject: xterm 327-1 to 329-1 needs font depend

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

2017-06-26 Thread Andrey Repin
Greetings, Brian Inglis! > Is there an option so git will download your updated source, reject my patched > source in place, and not just overwrite it? Assuming you have remotes in place, git fetch --all git checkout -B your-fix-branch origin/master .. make your changes ... git format-patch or

Re: Request update GCC

2017-06-26 Thread JonY
On 06/26/2017 10:16 AM, Marco Atzeri wrote: > > Jon, > > are you building the compilers on cygwin or cross compiling ? > > I was trying to test the patch for > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 > as it is blocking PETSC porting, > but I was unable to build 6.3.0-1 from your > so

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

2017-06-26 Thread Brian Inglis
On 2017-06-26 10:42, Corinna Vinschen wrote: > On Jun 26 10:25, Brian Inglis wrote: >> On 2017-06-26 02:31, Corinna Vinschen wrote: >>> On Jun 23 12:47, Brian Inglis wrote: On 2017-06-23 12:25, Corinna Vinschen wrote: > On Jun 23 19:52, Marco Atzeri wrote: >> On 22/06/2017 15:58, Corin

Re: Request update GCC

2017-06-26 Thread Christian Franke
JonY wrote: On 06/25/2017 04:03 AM, JonY wrote: GCC 5 is starting to show its age: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145 Would you mine testing GCC6? IIRC exception handling is broken in 6, which is why it is stuck in test. I suppose I can put gcc 6.3 in test soon. Woops, look

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-26 Thread Wouter van Doorn
Hello Cygwin-helpers, Many thanks to all who have responded. It was good not to sit here alone behind my keyboard tearing my hair out. I'll outline what has heppened next especially for the benefit of those readers who find themselves with this same problem. It would be nasty to leave them in the

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-26 Thread Wouter van Doorn
Hello again! Thanks for your continued support. Answers to your questions will follow, but I do need to say first that there has been progress, and although the wy of getting there was extremely vague, things now do work properly. I'll say more in a general reply later. So the urgency is gone, bu

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

2017-06-26 Thread Corinna Vinschen
On Jun 26 10:25, Brian Inglis wrote: > On 2017-06-26 02:31, Corinna Vinschen wrote: > > On Jun 23 12:47, Brian Inglis wrote: > >> On 2017-06-23 12:25, Corinna Vinschen wrote: > >>> On Jun 23 19:52, Marco Atzeri wrote: > On 22/06/2017 15:58, Corinna Vinschen wrote: > > I uploaded a new Cygw

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

2017-06-26 Thread Brian Inglis
On 2017-06-26 02:31, Corinna Vinschen wrote: > On Jun 23 12:47, Brian Inglis wrote: >> On 2017-06-23 12:25, Corinna Vinschen wrote: >>> On Jun 23 19:52, Marco Atzeri wrote: On 22/06/2017 15:58, Corinna Vinschen wrote: > I uploaded a new Cygwin test release 2.8.1-0.1 > I'm planning for

Re: Compiled programs fail to run from Cygwin Terminal, but work from windows cmd

2017-06-26 Thread cyg Simple
On 6/22/2017 11:57 AM, Wouter van Doorn wrote: >> >> Is your prompt overwriting the output of the program? >> >> Try: >> >> $ hello | cat >> $ hello | grep ello >> >> etc. > > On 22 June 2017 at 14:57, cyg Simple wrote: > Nice thought, but no, that's not it. The standard utilities behave > normall

Re: "man" failing all the time with status 3

2017-06-26 Thread Saurabh T
Nvm. Just ran setup-x86 again and problem seems to have fixed itself. Wonder what it was though. saurabh From: Saurabh T Sent: Monday, June 26, 2017 8:54 AM To: Cygwin Subject: "man" failing all the time with status 3   n/t. Following is the error message: man: command exited with stat

"man" failing all the time with status 3

2017-06-26 Thread Saurabh T
n/t. Following is the error message: man: command exited with status 3: /usr/libexec/man-db/zsoelim | /usr/libexec/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e UTF-8 | tbl | nroff -mandoc -Tascii I just upgraded cygwin and have (uname -a): CYGWIN_NT-10.0-WOW tacuki 2.8.0(0.

Re: guile: guild compile hangs

2017-06-26 Thread Marco Atzeri
On 26/06/2017 11:46, Marco Atzeri wrote: On 25/06/2017 23:22, Yaakov Selkowitz wrote: On 2017-06-18 18:04, Yaakov Selkowitz wrote: Marco, With both Cygwin 2.8.0 and the latest snapshot, guild compile hangs. I'm seeing this in rebuilding either gnutls or even guile itself. No change with cygw

Re: Request update GCC

2017-06-26 Thread Marco Atzeri
On 25/06/2017 06:03, JonY wrote: On 06/25/2017 02:21 AM, Steven Penny wrote: GCC 5.4 was released June 2016, and GCC 6.1 was released April 2016: http://gcc.gnu.org/releases.html Here are some key packages: gcc-core, gcc-g++ == - version: 5.4.0-1 - version: 6.3.0-1 [test] - Jo

Re: guile: guild compile hangs

2017-06-26 Thread Marco Atzeri
On 25/06/2017 23:22, Yaakov Selkowitz wrote: On 2017-06-18 18:04, Yaakov Selkowitz wrote: Marco, With both Cygwin 2.8.0 and the latest snapshot, guild compile hangs. I'm seeing this in rebuilding either gnutls or even guile itself. No change with cygwin 2.8.1-0.1. Any ideas? looking at it

[ANNOUNCEMENT] Updated: weechat-1.9-1

2017-06-26 Thread Sébastien Helleu
Version 1.9-1 of "weechat" has been uploaded. ChangeLog: https://weechat.org/files/changelog/ChangeLog-1.9.html DESCRIPTION WeeChat is a fast, light and extensible chat client. It runs on many platforms like Linux, Unix, BSD, GNU Hurd, Mac OS X and Windows (bash/ubuntu and cygwin). HOMEPAGE htt

Re: TIOCSTI or workaround?

2017-06-26 Thread Corinna Vinschen
On Jun 25 21:04, Greywolf wrote: > On 2017-06-25 20:58, Greywolf wrote: > > Greetings, > > > > I have a program I've writ which takes input and types on to other > > terminals; however, it seems that under Cygwin, TIOCSTI on a file > > descriptor doesn't work according to plan -- I get "Invalid ar

Re: TIOCSTI or workaround?

2017-06-26 Thread Corinna Vinschen
On Jun 25 20:58, Greywolf wrote: > Greetings, > > I have a program I've writ which takes input and types on to other > terminals; however, it seems that under Cygwin, TIOCSTI on a file descriptor > doesn't work according to plan -- I get "Invalid argument", but I don't know > why. That's because

Re: Request new nasm package

2017-06-26 Thread Corinna Vinschen
On Jun 22 17:22, Steven Penny wrote: > Please update the NASM (Netwide Assembler) package. Current version is: > >2.10.07 (Jan 2013) On x86 it's only 2.10.05. > x264 now requires at least: > >2.13 (Apr 2017) > We actually didn't read from the nasm maintainer Dean Scarff since 2012. De

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

2017-06-26 Thread Corinna Vinschen
On Jun 24 09:34, Marco Atzeri wrote: > On 22/06/2017 15:58, Corinna Vinschen wrote: > > Hi folks, > > > > > > I uploaded a new Cygwin test release 2.8.1-0.1 > > > > I'm planning for a release next week. Please test. > > the semaphore lock issues on postgresql are gone. > > The test on 9.6.3 i

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

2017-06-26 Thread Corinna Vinschen
On Jun 23 12:47, Brian Inglis wrote: > On 2017-06-23 12:25, Corinna Vinschen wrote: > > On Jun 23 19:52, Marco Atzeri wrote: > >> On 22/06/2017 15:58, Corinna Vinschen wrote: > >>> I uploaded a new Cygwin test release 2.8.1-0.1 > >>> I'm planning for a release next week. Please test. > >> $ /etc/p

Re: xterm 327-1 to 329-1 needs font dependency

2017-06-26 Thread Bryan Dongray
On 06/21/2017 01:22 AM, Thomas Dickey wrote: > - Original Message - > | From: "Bryan Dongray" > | To: cygwin@cygwin.com > | Sent: Tuesday, June 20, 2017 6:52:38 PM > | Subject: xterm 327-1 to 329-1 needs font dependency > | > | On an upgrade of xterm from 327-1 to 329-1 starting an xterm

[ANNOUNCEMENT] mesa 17.1.3-1

2017-06-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * dri-drivers-17.1.3-1 * libglapi0-17.1.3-1 * libGL1-17.1.3-1 * libGL-devel-17.1.3-1 * libOSMesa8-17.1.3-1 * libOSMesa-devel-17.1.3-1 * libEGL1-17.1.3-1 * libEGL-devel-17.1.3-1 * libGLESv2_2-17.1.3-1 * libGLESv2-devel-17.1.3-1 *

[ANNOUNCEMENT] pocl 0.14-1

2017-06-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libpocl1-0.14-1 * libpocl-common-0.14-1 * libpocl-devel-0.14-1 * libpoclu1-0.14-1 * libpoclu-devel-0.14-1 Portable Computing Language (pocl) aims to become a MIT-licensed open source implementation of the OpenCL standard whi

[ANNOUNCEMENT] clang 4.0.1-1

2017-06-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * clang-4.0.1-1 * clang-analyzer-4.0.1-1 * clang-doc-4.0.1-1 * emacs-clang-format-4.0.1-1 * vim-clang-format-4.0.1-1 * git-clang-format-4.0.1-1 * libclang4.0-4.0.1-1 * libclang-devel-4.0.1-1 * mingw64-i686-clang-4.0.1-1 * mingw6

[ANNOUNCEMENT] llvm 4.0.1-1

2017-06-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * llvm-4.0.1-1 * llvm-doc-4.0.1-1 * libllvm4.0-4.0.1-1 * libllvm-devel-4.0.1-1 * libllvm-devel-static-4.0.1-1 The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation suppor