Re: another question about cygwin bash trying to make connections

2020-01-07 Thread LMH
Marco Atzeri wrote: > Am 07.01.2020 um 21:58 schrieb LMH: >> Hello, >> >> >> This is the version of bash, >> >> GNU bash, version 4.3.42(4)-release (i686-pc-cygwin) >> >> it would be very helpful as a first step if I could find a verified digital >> signature >> for this version of bash. The

Re: io_stream_cygfile: fopen(/etc/setup/setup.rc) failed

2020-01-07 Thread Marco Atzeri
Am 07.01.2020 um 04:58 schrieb Arpitha M: Hi Marco, Thanks a lot for the help :) I have successfully installed cygwin in my machine. While I am trying to build my client using cygwin, I am encountering below error. $ make gcc -I. -I. -g -O2 -DCYGWIN -DHAVE_CONFIG_H -Wall -W -I./open/include

Re: grap, anybody?

2020-01-07 Thread Marco Atzeri
Am 07.01.2020 um 23:10 schrieb Fergus Daly: I'm just not up to it, but given the trivial nature of the single required patch, is there anybody out there who could take this on for the Cygwin provision? (There must be 00s of users who need it? I'm truly surprised that grap, or rather its

Re: another question about cygwin bash trying to make connections

2020-01-07 Thread Marco Atzeri
Am 07.01.2020 um 21:58 schrieb LMH: Hello, This is the version of bash, GNU bash, version 4.3.42(4)-release (i686-pc-cygwin) it would be very helpful as a first step if I could find a verified digital signature for this version of bash. The index here, https://ftp.gnu.org/gnu/bash/ gives

RE: grap, anybody?

2020-01-07 Thread Fergus Daly
>> Try following patch. --- configure.ac.orig 2014-08-31 00:33:45.0 +0900 +++ configure.ac2020-01-07 08:43:59.559103700 +0900 @@ -45,10 +45,10 @@ AC_MSG_CHECKING(if ${CXX} supports -std=c++0x) old_cxxflags="$CXXFLAGS" old_cppflags="$CPPFLAGS" -CXXFLAGS="$CXXFLAGS -std=c++0x"

another question about cygwin bash trying to make connections

2020-01-07 Thread LMH
Hello, Every single time run bash in a terminal, I get the following firewall alerts, C:\cygwin\bin\bash.exe An attempt to communicate a foreign process has been detected. Target PID: 1616 Image Name: svchost.exe C:\cygwin\bin\bash.exe A potential threat to network traffic interception or

lpr sends a file to my printer but it just sits there in the print queue

2020-01-07 Thread Michael Coulter
I'm running 64-bit Windows 10 with Cygwin (see attached cygcheck.out). The lpr command is sending my file to the printer, but it never prints.  It just sits in the Windows print queue with status "Sent to printer". e.g.: /usr/bin/lpr -d "ET-4500" xx.txt If I print something else with say,

Re: Problem to develop Qt5 application in Samba share

2020-01-07 Thread René Berber
On 1/7/2020 2:42 AM, PAULUS, Raimund, TI-ABN wrote: For many years i develop C/C++ applications in Cygwin with source code located in Samba shares. The shares are available on Windows with "net use ..." command. In Cygwin they are available via /cygdrive. Now I have to write applications using

Re: grap, anybody?

2020-01-07 Thread Fergus Daly
>> Try following patch. --- configure.ac.orig 2014-08-31 00:33:45.0 +0900 +++ configure.ac2020-01-07 08:43:59.559103700 +0900 @@ -45,10 +45,10 @@ AC_MSG_CHECKING(if ${CXX} supports -std=c++0x) old_cxxflags="$CXXFLAGS" old_cppflags="$CPPFLAGS" -CXXFLAGS="$CXXFLAGS -std=c++0x"

lftp 4.9.0-1

2020-01-07 Thread Andrew Schulman
lftp 4.9.0-1 is now available in Cygwin. This release has lots of small new features and bug fixes. Please see the upstream changelog at http://lftp.tech/news.html. lftp is a sophisticated file transfer program and ftp/http/bittorrent client. It supports multiple network protocols. It offers tab

[ANNOUNCEMENT] lftp 4.9.0-1

2020-01-07 Thread Andrew Schulman via cygwin
lftp 4.9.0-1 is now available in Cygwin. This release has lots of small new features and bug fixes. Please see the upstream changelog at http://lftp.tech/news.html. lftp is a sophisticated file transfer program and ftp/http/bittorrent client. It supports multiple network protocols. It offers tab

How to get the drive a file is on (was Re: /bin/pwd, cygpath -wa fail under native symlink)

2020-01-07 Thread Ernie Rael
I need to find out the drive on which some files reside. I need to make some links from a tmp dir to the files from a script. So I need to determine where they reside so I can figure out which tmp dir to use. Hard links, not running as administrator. I tried cygpath -wa and /bin/pwd. They

[PATCH] Fixed crash on wine by adding NULL check after memchr

2020-01-07 Thread Arseniy Lartsev
This is not a joke, there are vendors out there who build software for cygwin only. Besides, this NULL check is good to have anyway. --- winsup/cygwin/path.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index b5efd61b2..c8e73c64c 100644 ---

Re: [ANNOUNCEMENT] gdb-8.2.1-1 (TEST)

2020-01-07 Thread Jon Turney
On 21/03/2019 19:02, Jon Turney wrote: The following package has been updated in the Cygwin distribution: * gdb-8.2.1-1 The GNU debugger allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. This is an

Re: Strange behavior of Python Package Index

2020-01-07 Thread Kptain
In fact, I have tried with Python 3.6 and Python 3.7 with the same result. It seems path where python modules are stored is different from path used by pip installer. The problem is in that case that command 'pip3.x list' provides a wrong overview of real python packages installed. There is

Re: grap, anybody?

2020-01-07 Thread Takashi Yano
On Mon, 6 Jan 2020 16:39:43 -0500 "bonh...@uklinux.net" wrote: > I have a version of grap, being > grap 1.42 compiled under CYGWIN_NT-6.1 1.5.25(0.156/4/2) > compiled (guessing) more than a decade ago. It still works, which is a good > thing, because if I try to compile the current version >

Problem to develop Qt5 application in Samba share

2020-01-07 Thread PAULUS, Raimund, TI-ABN
For many years i develop C/C++ applications in Cygwin with source code located in Samba shares. The shares are available on Windows with "net use ..." command. In Cygwin they are available via /cygdrive. Now I have to write applications using Qt 5. But there is a problem: First i go to the