Re: Unable to start mintty.

2016-03-30 Thread Thomas Wolff
Am 30.03.2016 um 4:49 schrieb Andrey Repin: Greetings, All! I've not used mintty for quite some time, and discovered today that I no longer able to start it inside a directory. Quite frustrating moment is that I can perfectly start it from desktop shortcut, but not from console. After much fidd

How to profile DLL built by Cygwin

2016-03-30 Thread John Smith
First, I hope that I am using the "mailing list" system correctly... if not, bear with me I have an executable using a DLL. The DLL is built using -g -pg. Running the executable, however, does not produce a gmon.out. file. Cygwin version is 1.7.33. Thanks in advance for any suggestions. A. -- Pr

Re: Starting VirtualBox 5 GUI creates two windows, but only with Cygwin/X

2016-03-30 Thread Jon Turney
On 27/03/2016 19:34, Basin Ilya wrote: I often use X11 forwarding to run Linux programs with GUI. Recently I upgraded from vbox 4 to version VirtualBox-5.0-5.0.16_105871_el6-1.x86_64. (My Linux host is headless Rhel 6.7 Server with xorg-x11-xauth package installed) I noticed that when I type "Vi

wget seemingly modifies file access permissions on XP

2016-03-30 Thread mihau
hello, (my setup is latest cygwin 32bit on Win XP SP3, logged in as Administrator) I have just updated my cygwin installation after a year or so and stumbled upon weird behavior with its wget build. it seems to screw file access permissions on downloaded files, rendering e.g. downloaded exe file

Re: wget seemingly modifies file access permissions on XP

2016-03-30 Thread Corinna Vinschen
On Mar 30 16:39, mihau wrote: > hello, > > (my setup is latest cygwin 32bit on Win XP SP3, logged in as Administrator) > > I have just updated my cygwin installation after a year or so and stumbled > upon > weird behavior with its wget build. it seems to screw file access permissions > on > dow

[ANNOUNCEMENT] Updated: fzf v0.11.4-1

2016-03-30 Thread Adam Dinwoodie
fzf 0.11.3-1 has been uploaded and should be coming soon to a mirror near you. This update includes the following packages: - fzf - fzf-bash - fzf-bash-completion - fzf-zsh - fzf-zsh-completion - fzf-fish - fzf-vim This is an update to the latest upstream release; you can see the up

Cross compiling for cygwin under Linux.

2016-03-30 Thread Michel Van den Bergh
Hi, I am one of the authors of an application ( https://sourceforge.net/projects/icsdrone/ ) written for POSIX and I would like to provide a Windows binary. As I do not use Windows I would like to cross compile on Linux. I cannot use Mingw as our application relies heavily on the select() ca

Re: Cross compiling for cygwin under Linux.

2016-03-30 Thread Yaakov Selkowitz
On 2016-03-30 10:24, Michel Van den Bergh wrote: I am one of the authors of an application ( https://sourceforge.net/projects/icsdrone/ ) written for POSIX and I would like to provide a Windows binary. As I do not use Windows I would like to cross compile on Linux. I cannot use Mingw as our app

Re: Cross compiling for cygwin under Linux.

2016-03-30 Thread Michel Van den Bergh
On 30/03/16 18:19, Yaakov Selkowitz wrote: On 2016-03-30 10:24, Michel Van den Bergh wrote: I am one of the authors of an application ( https://sourceforge.net/projects/icsdrone/ ) written for POSIX and I would like to provide a Windows binary. As I do not use Windows I would like to cross comp

Re: wget seemingly modifies file access permissions on XP

2016-03-30 Thread mihau
Remove your /etc/passwd and /etc/group files. Don't regeneate them, they are not required anymore (https://cygwin.com/cygwin-ug-net/ntsec.html) Then try again. unfortunately, this did not help, not even after a reboot. Michael -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: wget seemingly modifies file access permissions on XP

2016-03-30 Thread Corinna Vinschen
On Mar 30 18:28, mihau wrote: > >Remove your /etc/passwd and /etc/group files. Don't regeneate them, > >they are not required anymore (https://cygwin.com/cygwin-ug-net/ntsec.html) > >Then try again. > > unfortunately, this did not help, not even after a reboot. Did not help with what? Don't try

Re: How to profile DLL built by Cygwin

2016-03-30 Thread Marco Atzeri
On 30/03/2016 14:58, John Smith wrote: First, I hope that I am using the "mailing list" system correctly... if not, bear with me Hi John, it is the right place. I have an executable using a DLL. The DLL is built using -g -pg. Running the executable, however, does not produce a gmon.out. fi

Re: Packages not found by setup 2.873

2016-03-30 Thread Warren Young
On Mar 30, 2016, at 12:27 AM, EMMANUELLE FOURNIER wrote: > > - packages are in tar.xz, I've made them in tar.bz2 Why? You’re using Cygwin’s own installer underneath NSIS, and that program has XZ decompression built in. Why use a less efficient compression method? > - setup.ini has been mod

[ANNOUNCEMENT] clamav 0.99.1-1

2016-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * clamav-0.99.1-1 * clamav-doc-0.99.1-1 * libclamav7-0.99.1-1 * libclamav-devel-0.99.1-1 * clamav-db-main-57-1 * clamav-db-daily-21477.253-1 Clam AntiVirus is a GPL anti-virus toolkit for UNIX, featuring command-line scanner,

Re: wget seemingly modifies file access permissions on XP

2016-03-30 Thread mihau
> unfortunately, this did not help, not even after a reboot. Did not help with what? sorry if this wasn't specific enough. "this did not help" meant the behavior described in the original message did not change at all; cygwin wget works like before and - in comparison to mingw wget - messes u

Re: Starting VirtualBox 5 GUI creates two windows, but only with Cygwin/X

2016-03-30 Thread Basin Ilya
Hi. With recent Cygwin the problem became harder to reproduce: it only works once. On subsequent launches of VirtualBox the extra window appears in the taskbar for about a second and then closes. You have to restart X server to see the bug again. In the meantime I installed xwininfo. Beside "xwin

Re: wget seemingly modifies file access permissions on XP

2016-03-30 Thread Andrey Repin
Greetings, mihau! >> > unfortunately, this did not help, not even after a reboot. >> >> Did not help with what? > sorry if this wasn't specific enough. > "this did not help" meant the behavior described in the original message did > not > change at all; cygwin wget works like before and - in co

Re: How to profile DLL built by Cygwin

2016-03-30 Thread Mark Geisert
John Smith wrote: I have an executable using a DLL. The DLL is built using -g -pg. Running the executable, however, does not produce a gmon.out. file. Cygwin version is 1.7.33. Thanks in advance for any suggestions. Cygwin's profiling facility currently only supports one address range: the add

[ANNOUNCEMENT] pcre 8.38-3

2016-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * pcre-8.38-3 * libpcre1-8.38-3 * libpcre16_0-8.38-3 * libpcre32_0-8.38-3 * libpcrecpp0-8.38-3 * libpcreposix0-8.38-3 * libpcre-devel-8.38-3 * libpcre-doc-8.38-3 * mingw64-i686-pcre-8.38-3 * mingw64-x86_64-pcre-8.38-3 The PCRE

[ANNOUNCEMENT] cygport 0.21.1-1

2016-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * cygport-0.21.1-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. This release fixes a bug in shebang dependency detection, and cross-cygwin toolchains are no longer require

Cheap Bedroom Sets Mansfield

2016-03-30 Thread ceagceog355
Cheap Bedroom Sets Mansfield. Find Solid Wood Bed suppliers at we we wee solidwoodbeds co uk -- View this message in context: http://cygwin.1069669.n5.nabble.com/Cheap-Bedroom-Sets-Mansfield-tp125811.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: h

[ANNOUNCEMENT] libpsl 0.13.0-1

2016-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libpsl5-0.13.0-1 * libpsl-devel-0.13.0-1 * libpsl-doc-0.13.0-1 * publicsuffix-utils-0.13.0-1 * publicsuffix-list-20160325-1 A public suffix is one under which Internet users can (or historically could) directly register name

[ANNOUNCEMENT] latex2rtf 2.3.10-1

2016-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * latex2rtf-2.3.10-1 latex2rtf is a translator program to convert LaTeX formatted text files into Rich Text Format files. This means that the conversion of a LaTeX document to RTF allows anyone with a copy of MS Word to conv