Questions about creating a package or not

2015-03-05 Thread Kizito Porta BalanyĆ 
Hello, I have compiled monit in cygwin but some of the functionalities are not aware. I don't have the necessary programming experience to provide them. The binary is usable, and I supply the unaware features with some wrapper scripts that "do same job". After talking with the monit company, the

Re: octave/gnuplot fails with new cygwin dll.

2015-03-05 Thread Takashi Yano
On Wed, 4 Mar 2015 20:00:35 -0500 GEORGE BARRICK wrote: > octave:1> hndle = plot(1:10,1:10,"k-") > hndle = -6.1426 > 2 [main] octave-cli-3.8.2 3688 child_info_fork::abort: > unable to remap cygfltk_gl-1.3.dll to same > address as parent (0x32) - try running rebaseall > error

Re: [ANNOUNCEMENT] Updated: gcc-4.9.2-3

2015-03-05 Thread Achim Gratz
Yaakov Selkowitz cygwin.com> writes: > The following packages have been updated in the Cygwin distribution: > [...] > > The GNU Compiler Collection includes front ends for C, C++, Objective-C, > Fortran, Java, and Ada, as well as standard libraries for these > languages. These files apparently

Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

2015-03-05 Thread Takashi Yano
On Mon, 2 Mar 2015 15:27:23 +0100 Corinna Vinschen wrote: > > > As soon as we have your CA, we can discuss this patch further. > > > > Can I send CA form by e-mail? Or should I send it as a postal mail? > > Only postal so far, sorry. Maybe we can accept signed PDFs via email, > but I only just

Re: Bug? attempt to suspend = kill process?

2015-03-05 Thread Thomas Wolff
On 05.03.2015 03:54, Linda Walsh wrote: I usually run the the windows version of 'Gvim' as it will run even when there is no 'X' running... ... I tried pressing ^z, as I would on linux (actually ^y in my usage). In the console window, I got a message that it had "stopped" like I would in linux:

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-03-05 Thread Takashi Yano
On Wed, 4 Mar 2015 19:18:57 +0100 Corinna Vinschen wrote: > The result is the patch I attached to this mail. I'm not sure it's the > most feasible way to solve this problem, but it works pretty nicely for > me, including pasting big chunks (I tried a clipboard with about 70K > of data) while yes

Re: [ANNOUNCEMENT] Updated: gcc-4.9.2-3

2015-03-05 Thread JonY
On 3/5/2015 18:16, Achim Gratz wrote: > Yaakov Selkowitz cygwin.com> writes: >> The following packages have been updated in the Cygwin distribution: >> > [...] >> >> The GNU Compiler Collection includes front ends for C, C++, Objective-C, >> Fortran, Java, and Ada, as well as standard libraries fo

Re: Questions about creating a package or not

2015-03-05 Thread Marco Atzeri
On 3/5/2015 10:22 AM, Kizito Porta BalanyĆ  wrote: Hello, I have compiled monit in cygwin but some of the functionalities are not aware. I don't have the necessary programming experience to provide them. The binary is usable, and I supply the unaware features with some wrapper scripts that "do s

Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

2015-03-05 Thread Corinna Vinschen
On Mar 5 19:22, Takashi Yano wrote: > On Mon, 2 Mar 2015 15:27:23 +0100 > Corinna Vinschen wrote: > > > > > As soon as we have your CA, we can discuss this patch further. > > > > > > Can I send CA form by e-mail? Or should I send it as a postal mail? > > > > Only postal so far, sorry. Maybe w

Re: [ANNOUNCEMENT] Updated: cygport-0.18.0.1-1

2015-03-05 Thread Michael DePaulo
On Wed, Mar 4, 2015 at 11:37 PM, Yaakov Selkowitz wrote: > I have uploaded a new version of cygport to the Cygwin distribution and > the Fedora/EPEL Cygwin copr. Highlights in this version: > > * A new 'upload' command for package maintainers; >... Thank you! Don't forget to update the documenta

PTY dies when master in parent process is closed.

2015-03-05 Thread Takashi Yano
Package: cygwin Version: 1.7.35-1 PTY of cygwin dies when master fd in parent process is closed while a child process keeps valid master fd. To reproduce this problem: 1) Compile following C sources (Test Case 1, 2) 2) Execute them. Expected results are both: 01234567890 However, result of Test

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-03-05 Thread Corinna Vinschen
On Mar 5 20:24, Takashi Yano wrote: > On Wed, 4 Mar 2015 19:18:57 +0100 > Corinna Vinschen wrote: > > > The result is the patch I attached to this mail. I'm not sure it's the > > most feasible way to solve this problem, but it works pretty nicely for > > me, including pasting big chunks (I trie

Re: PTY dies when master in parent process is closed.

2015-03-05 Thread Corinna Vinschen
Hi Takashi, On Mar 5 21:53, Takashi Yano wrote: > Package: cygwin > Version: 1.7.35-1 > > PTY of cygwin dies when master fd in parent process > is closed while a child process keeps valid master fd. > > To reproduce this problem: > 1) Compile following C sources (Test Case 1, 2) > 2) Execute th

Re: Questions about creating a package or not

2015-03-05 Thread Andrew Schulman
> Hello, > > I have compiled monit in cygwin but some of the functionalities are not aware. > I don't have the necessary programming experience to provide them. > > The binary is usable, and I supply the unaware features with some > wrapper scripts that "do same job". > > After talking with the

Re: PTY dies when master in parent process is closed.

2015-03-05 Thread Corinna Vinschen
On Mar 5 14:31, Corinna Vinschen wrote: > Hi Takashi, > > On Mar 5 21:53, Takashi Yano wrote: > > Package: cygwin > > Version: 1.7.35-1 > > > > PTY of cygwin dies when master fd in parent process > > is closed while a child process keeps valid master fd. > > > > To reproduce this problem: > >

stdbuf (coreutils)

2015-03-05 Thread kaef...@gmail.com
Hi there! I've installed cygwin on a Windows Server 2008 R2 and found that the uncluded coreutils don't seem to include the utility "stdbuf" to force tools to not buffer their when they are piped to other tools (instead of printed directly) I found that there is a commit with the comment "enable

Re: Questions about creating a package or not

2015-03-05 Thread BGINFO4X
Thanks for your answers. Do I need to compile it with 64 bits tools to distribute it with cygwin64 ? Or can I compile the 32 bits version and distribute both ports (cygwin32 and cygwin64)? "In this king of package compiling 64 bits has no sense". Thanks a lot. 2015-03-05 14:59 GMT+01:00 Andrew

Re: Questions about creating a package or not

2015-03-05 Thread Corinna Vinschen
On Mar 5 16:24, BGINFO4X wrote: > Thanks for your answers. > > Do I need to compile it with 64 bits tools to distribute it with cygwin64 ? > Or can I compile the 32 bits version and distribute both ports > (cygwin32 and cygwin64)? > > "In this king of package compiling 64 bits has no sense". Cy

bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-05 Thread Vladimir Sakharuk
Hi All, I have found similar issues, but did not find solution that worked for me. Looking for help. I am trying to run applications on windows cluster. I am getting random crashes like bellow. However most of the times it works. I assume around 1% of starts fails. Starting it is again usually s

Re: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-05 Thread Corinna Vinschen
On Mar 5 15:40, Vladimir Sakharuk wrote: > Hi All, > I have found similar issues, but did not find solution that worked for me. > Looking for help. > > I am trying to run applications on windows cluster. > I am getting random crashes like bellow. > However most of the times it works. I assume ar

[32bit] Xwin 1.17.1.0 broken ?

2015-03-05 Thread Marco Atzeri
last Xwin seems to have broken debug symbols and it segfaults very early. 64 bit version has debug symbols, and it seems to work fine $ gdb /usr/bin/XWin.exe GNU gdb (GDB) 7.8 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: Bug? attempt to suspend = kill process?

2015-03-05 Thread Linda Walsh
Thomas Wolff wrote: Could signal transfer possibly use Windows in a way that does not have this effect? (Windows experts...) -- --- Utils like 'processhacker' (on source forge), have a suspend funtion that allows you to suspend and continue both processes and threads, I noticed a 2nd copy

[ANNOUNCEMENT] Updated: perl-5.14.4-3

2015-03-05 Thread Achim Gratz
I've promoted the test release to current. The release notes that accompanied the test release are enclosed below. General --- I'm taking over as Perl maintainer from Reini Urban. Thank you Reini for the past years of maintining Perl. This release updates Perl to version 5.14.4 (the fina

Re: Questions about creating a package or not

2015-03-05 Thread Andrey Repin
Greetings, BGINFO4X! > Do I need to compile it with 64 bits tools to distribute it with cygwin64 ? > Or can I compile the 32 bits version and distribute both ports > (cygwin32 and cygwin64)? I think, your answer was more like "do I need to install 64-bit Cygwin to compile 64-bit version of my pac

Re: [ANNOUNCEMENT] Updated: perl-5.14.4-3

2015-03-05 Thread Erwin Waterlander
Op 5-3-2015 om 20:14 schreef Achim Gratz: I've promoted the test release to current. The release notes that accompanied the test release are enclosed below. General --- I'm taking over as Perl maintainer from Reini Urban. Thank you Reini for the past years of maintining Perl. This relea

RE: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-05 Thread Vladimir Sakharuk
That was helpful! I have stopped trying rebase combinations and looking for something else... Thank you. -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Corinna Vinschen Sent: Thursday, March 05, 2015 12:04 PM To: cygwin@cygwin.com Subject:

Re: [ANNOUNCEMENT] Updated: perl-5.14.4-3

2015-03-05 Thread Erwin Waterlander
Hi, There is something wrong with pod2man and pod2html. When I regenerate the dos2unix international man pages from pod, all the non-ascii characters are wrong. This did not happen with the previous perl version. To reproduce: make maintainer-clean make install LANG=uk_UA.UTF-8 man dos2unix

[ANNOUNCEMENT] Updated: groff-1.22.3-1

2015-03-05 Thread Achim Gratz
GNU troff has been updated to the latest upstream version 1.22.3. In addition to that update, the X11 groff tools which previously were not available on Cygwin are now in the groff-X11 sub-package. This sub-package is semi-experimental and I'd welcome feedback on its usefulness. Regards, Achim

discrepancy btw. Cygwin 32 & 64 wrt file permissions

2015-03-05 Thread Will Parsons
I've been using Cygwin for some time now, but recently decided to try a parallel installation of Cygwin 64 on the same machine. I've noticed a strange discrepancy between how Cygwin 32 & 64 report file permissions: (32-bit) % uname -a CYGWIN_NT-6.1-WOW sothis 1.7.35(0.287/5/3) 2015-03-04 12:07 i

unable to remap to same address as parent

2015-03-05 Thread Peter Keller
My apologies, I'm sure everyone's sick of rebase questions, but I haven't been able to resolve my problem, so here goes. I keep getting this same 'unable to remap' error and 'rebaseall' does not fix the problem. Specifics: On running 'youtube-dl', I get this output: 4 [main] python2.7 2

Re: stdbuf (coreutils)

2015-03-05 Thread Eric Blake
On 03/05/2015 07:38 AM, kaef...@gmail.com wrote: > Hi there! > > I've installed cygwin on a Windows Server 2008 R2 and found that the > uncluded coreutils don't seem to include the utility "stdbuf" to force > tools to not buffer their when they are piped to other tools (instead > of printed direct

Re: discrepancy btw. Cygwin 32 & 64 wrt file permissions

2015-03-05 Thread Andrey Repin
Greetings, Will Parsons! > I've been using Cygwin for some time now, but recently decided to try > a parallel installation of Cygwin 64 on the same machine. I've > noticed a strange discrepancy between how Cygwin 32 & 64 report file > permissions: > (32-bit) > % uname -a > CYGWIN_NT-6.1-WOW sot