Re: Cygwin Git cant' Sync File Based repository

2017-10-17 Thread Corinna Vinschen
Please don't top-post. On Oct 16 13:35, Gary Furash wrote: > On Mon, Oct 16, 2017 at 1:09 PM, Gary Furash wrote: > > > From windows GIT > > > > [gffurash ~] $ git --version > > git version 2.14.2.windows.3 > > [gffurash ~] $ which git > > /mingw64/bin/git > > [gffurash ~] $ > > > > From Cygwin G

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-10-17 Thread Steven Penny
On Sun, 20 Aug 2017 14:16:07, JonY wrote: The mingw-w64 cross compilers have been updated: * mingw64-i686-binutils-2.28.1.12c1f20d * mingw64-i686-gcc-6.3.0-1 * mingw64-x86_64-binutils-2.28.1.12c1f20d * mingw64-x86_64-gcc-6.3.0-1 http://cygwin.com/ml/cygwin/2017-08/msg00182.html Can mingw64-{x

Re: Updated: gnuplot-5.2.0+20171007-1 / gnuplot-5.0.7-1

2017-10-17 Thread Lemures Lemniscati
> [ANNOUNCEMENT] Updated: gnuplot-5.2.0+20171015-1 > Sun, 15 Oct 2017 21:52:35 +0200 Thank you for updating it! -- Lemures Lemniscati == Subject: Re: Updated: gnuplot-5.2.0+20171007-1 / gnuplot-5.0.7-1 Date: Sun, 08 Oct 2017 23:27:44 +0900 > Thank you, cygwin team, for maintenancing gnuplot pa

RE: Cygwin Help needed

2017-10-17 Thread Mike Adkins
Any help? From: Mike Adkins [mailto:bmike.adk...@gmail.com] Sent: Monday, October 16, 2017 10:17 AM To: cygwin@cygwin.com Subject: Cygwin Help needed After I installed Cygwin syslog-ng, Cygwin ssh isn't working correctly.. I am unable to change ownership or permissions.. /home is ow

RE: Cygwin Help needed

2017-10-17 Thread Mike Adkins
It will not let me chown cyg_server /home From: Mike Adkins [mailto:bmike.adk...@gmail.com] Sent: Tuesday, October 17, 2017 11:18 AM To: cygwin@cygwin.com Subject: RE: Cygwin Help needed Any help? From: Mike Adkins [mailto:bmike.adk...@gmail.com] Sent: Monday, October 16, 2017 10:17 A

Re: Cygwin Help needed

2017-10-17 Thread Marco Atzeri
On 17/10/2017 17:21, Mike Adkins wrote: It will not let me chown cyg_server /home you should not do it. From: Mike Adkins Sent: Tuesday, October 17, 2017 11:18 AM To: cygwin cygwin.com Subject: RE: Cygwin Help needed Any help? There was already an answer https://cygwin.com/ml/cygwi

Which is it -pc- or -unknown-

2017-10-17 Thread cyg Simple
The config.guess file[1] is confused. 840i*:CYGWIN*:*) 841 echo ${UNAME_MACHINE}-pc-cygwin 842 exit ;; - 870amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) 871 echo x86_64-unknown-cygwin 872 exit ;; The GCC executable is x86_64-pc-cygwin-gcc.exe but config.guess on my system g

RE: ERROR: A specified logon session does not exist. It may already have been terminated

2017-10-17 Thread Fournier, Danny G
Here's what I just did: 1. created new local administrator account 2. ran mkpasswd -l > /etc/passwd 3. removed all instances of server name in /etc/passwd (ie. MYSERVERNAME+) 4. remotely connected successfully 5. successfully ran schtasks, it listed all jobs configured I just retried with the ot

Re: Which is it -pc- or -unknown-

2017-10-17 Thread Brian Inglis
On 2017-10-17 13:16, cyg Simple wrote: > The config.guess file[1] is confused. > > 840i*:CYGWIN*:*) > 841 echo ${UNAME_MACHINE}-pc-cygwin > 842 exit ;; > - > 870amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) > 871 echo x86_64-unknown-cygwin > 872 exit ;; > > The GCC executable is x86

Re: Which is it -pc- or -unknown-

2017-10-17 Thread cyg Simple
On 10/17/2017 3:45 PM, Brian Inglis wrote: > On 2017-10-17 13:16, cyg Simple wrote: >> The config.guess file[1] is confused. >> >> 840i*:CYGWIN*:*) >> 841 echo ${UNAME_MACHINE}-pc-cygwin >> 842 exit ;; >> - >> 870amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) >> 871 echo x86_64-unknown-cygw

Dear Applicant

2017-10-17 Thread Mr , Paul Steward
Dear Applicant, We wish to inform you that your resume has been reviewed by the appropriate department throughly and you have been shortlisted for the position of an Administrative Assistant. You have been selected for an interview with us You are to create or use an existing gmail account (han

No error messages printed out within Windows Command Prompt when shared libraries are not found

2017-10-17 Thread Luca
On Linux, if I run a program compiled with 'gcc' without the proper shared libraries in path I get the following error message: > error while loading shared libraries: libxxx.so: cannot open shared object > file: No such file or directory This is expected. The same happens when running a progr

Re: No error messages printed out within Windows Command Prompt when shared libraries are not found

2017-10-17 Thread Steven Penny
On Tue, 17 Oct 2017 21:41:05, Luca wrote: If I run the program within the Windows Command Prompt, I do not get any er= ror messages (the program simply does not do anything). Yeah, you do: --- foo.exe - System Error --- The program can't start be

Re: Error: unknown type name ‘pthread_attr_t’ in signal.h

2017-10-17 Thread Jeffrey Walton
On Mon, Oct 16, 2017 at 3:12 AM, Jeffrey Walton wrote: > Hi Everyone, > > I'm trying to build Emacs on Cygwin. I use the platform as a test bed > because of Newlib. Emacs is failing with: Forgive my ignorance... Should this question go to the Newlib folks? Jeff -- Problem reports: http://

Re: Which is it -pc- or -unknown-

2017-10-17 Thread Brian Inglis
On 2017-10-17 15:31, cyg Simple wrote: > On 10/17/2017 3:45 PM, Brian Inglis wrote: >> On 2017-10-17 13:16, cyg Simple wrote: >>> The config.guess file[1] is confused. >>> 840i*:CYGWIN*:*) >>> 841 echo ${UNAME_MACHINE}-pc-cygwin >>> 842 exit ;; >>> - >>> 870amd64:CYGWIN*:*:* | x86_64:CY

Re: Which is it -pc- or -unknown-

2017-10-17 Thread Brian Inglis
On 2017-10-17 13:16, cyg Simple wrote: > The config.guess file[1] is confused. > > 840i*:CYGWIN*:*) > 841 echo ${UNAME_MACHINE}-pc-cygwin > 842 exit ;; > - > 870amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) > 871 echo x86_64-unknown-cygwin > 872 exit ;; > > The GCC executable is x86

tar checkpoint-action screen width padding

2017-10-17 Thread Steven Penny
You can run a command like this via mintty: $ tar -x -f php-7.1.10.tar.xz --checkpoint-action ttyout=%c 2017-10-17 20:28:01: 0s, read: 81920 (80KiB, 5.1MiB/s) and it updates the status on the same line. However if you run via Cygwin.bat, it prints on multiple lines. If you break down "%c"

Re: Which is it -pc- or -unknown-

2017-10-17 Thread cyg Simple
On 10/17/2017 7:39 PM, Brian Inglis wrote: > On 2017-10-17 15:31, cyg Simple wrote: >> On 10/17/2017 3:45 PM, Brian Inglis wrote: >>> On 2017-10-17 13:16, cyg Simple wrote: The config.guess file[1] is confused. 840i*:CYGWIN*:*) 841echo ${UNAME_MACHINE}-pc-cygwin 84

Re: Which is it -pc- or -unknown-

2017-10-17 Thread cyg Simple
On 10/17/2017 7:49 PM, Brian Inglis wrote: > On 2017-10-17 13:16, cyg Simple wrote: >> The config.guess file[1] is confused. >> >> 840i*:CYGWIN*:*) >> 841 echo ${UNAME_MACHINE}-pc-cygwin >> 842 exit ;; >> - >> 870amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) >> 871 echo x86_64-unknown-cygw

Re: Which is it -pc- or -unknown-

2017-10-17 Thread Brian Inglis
On 2017-10-17 21:29, cyg Simple wrote: > On 10/17/2017 7:49 PM, Brian Inglis wrote: >> On 2017-10-17 13:16, cyg Simple wrote: >>> The config.guess file[1] is confused. >>> >>> 840i*:CYGWIN*:*) >>> 841 echo ${UNAME_MACHINE}-pc-cygwin >>> 842 exit ;; >>> - >>> 870amd64:CYGWIN*:*:* | x86_6

Re: Which is it -pc- or -unknown-

2017-10-17 Thread Marco Atzeri
On 18/10/2017 05:29, cyg Simple wrote: On 10/17/2017 7:49 PM, Brian Inglis wrote: On 2017-10-17 13:16, cyg Simple wrote: I'm only concerned with Cygwin at the moment. As I understand it the we should distribute x86[_64]-unknown-cygwin-*.exe and not as x86[_64]-pc-cygwin-*.exe We also need