Re: Can't open display issue from CMD

2021-01-15 Thread ASSI
Luna Bellofiore via Cygwin writes: > C:\Users\bellsal>\cygwin\bin\ssh 192.168.0.8 pwd > /usr/bin/xrdb: Can't open display '' > /home/bellsal > > PWD should not require X11 connection, so I don't understand why I am > getting this issue. You need to sanitize your login scripts on th

Re: Can't open display issue from CMD

2021-01-15 Thread Marco Atzeri via Cygwin
On 16.01.2021 05:22, Luna Bellofiore via Cygwin wrote: All, I am sending Linux commands from CMD (Windows) through SSH, and I am getting "Can't open display". Below I am capturing my issue, the IP number is the remote Linux machine. Microsoft Windows [Version 10.0.19042.746] (c) 2020 Microsoft

Can't open display issue from CMD

2021-01-15 Thread Luna Bellofiore via Cygwin
All, I am sending Linux commands from CMD (Windows) through SSH, and I am getting "Can't open display". Below I am capturing my issue, the IP number is the remote Linux machine. Microsoft Windows [Version 10.0.19042.746] (c) 2020 Microsoft Corporation. All rights reserved. C:\Users\bellsal>\cyg

Re: gdb not working

2021-01-15 Thread Ken Brown via Cygwin
On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 4:45 PM Jon Turney wrote: On 15/01/2021 12:28, Lemke, Michael wrote: I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.

Re: Aw: Re: Re: Re: Recompilation problems opencv (python3-cv2 --> python3.8)

2021-01-15 Thread Marco Atzeri via Cygwin
On 15.01.2021 12:08, Marco Atzeri wrote: On 15.01.2021 11:49, ASSI wrote: Marco Atzeri via Cygwin writes: What the error message is trying to tell you is that you need the "-fpermissive" option to CXXFLAGS if you expect the code to compile despite the mismatched types.  Whether it will succe

RE: gdb not working

2021-01-15 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, January 15, 2021 4:45 PM Jon Turney wrote: >On 15/01/2021 12:28, Lemke, Michael wrote: >> I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. >> However, gdb does not produce any output. >> >> Installing gdb versions 7.9.1-1 and 7.10.1-1 work, anything newer doesn't.

Re: Fedora to Enable HarfBuzz in FreeType

2021-01-15 Thread Ken Brown via Cygwin
On 1/15/2021 12:52 PM, Brian Inglis wrote: https://fedoraproject.org/wiki/Changes/EnableHarfBuzzInFreeType Currently in Cygwin harfbuzz uses freetype but freetype does not use harfbuzz - thoughts on enabling harfbuzz from freetype? I'll follow Fedora. Thanks for the heads up. Ken -- Problem

Fedora to Enable HarfBuzz in FreeType

2021-01-15 Thread Brian Inglis
https://fedoraproject.org/wiki/Changes/EnableHarfBuzzInFreeType Currently in Cygwin harfbuzz uses freetype but freetype does not use harfbuzz - thoughts on enabling harfbuzz from freetype? -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers

Re: misterious GIT failure (SOLVED)

2021-01-15 Thread Ken Brown via Cygwin
On 1/15/2021 12:09 PM, matthew patton via Cygwin wrote: I excised the 2 symlink-involved PATH elements and now Git runs great with v3.1.5 of the DLL. I'll try one of the snapshots at some point, You've almost certainly run into the same bug that was fixed in https://sourceware.org/git/?p=newl

Re: misterious GIT failure (SOLVED)

2021-01-15 Thread Brian Inglis
On Friday, January 15, 2021, 11:36:28 AM EST, matthew patton via Cygwin wrote: On 2021-01-15 10:09, matthew patton via Cygwin wrote: Ken Brown wrote: Do you by any chance have symlinks in your PATH? There was a problem reported in early December in which STATUS_IO_REPARSE_TAG_NOT_HANDLED would

Re: mysterious GIT failure

2021-01-15 Thread matthew patton via Cygwin
On Friday, January 15, 2021, 12:09:30 PM EST, Brian Inglis wrote: > Given that you have the same symptom, it is possible that Git-Bash or > something > else you are running in Windows is creating symlinks somewhere,  I only installed Git-Bash out of desperation and it's msys.dll (fork of cy

Re: Recompilation problems opencv (python3-cv2 --> python3.8)

2021-01-15 Thread Brian Inglis
On 2021-01-15 01:13, wilhelm-eger--- via Cygwin wrote: Gesendet: Donnerstag, 14. Januar 2021 um 23:52 Uhr Please try by downloading the complete Cygwin source package, and try a vanilla rebuild first with zero changes, then change only the .cygport VERSION= to the latest, rebuild, and fix any p

Re: mysterious GIT failure

2021-01-15 Thread Brian Inglis
On 2021-01-15 09:36, matthew patton via Cygwin wrote: Ken Brown wrote:> Do you by any chance have symlinks in your PATH? Yes, the first and 3rd entries are symlinks. I've had these symlinks in my PATH for years. /home/MP1116/.aws/YYY/bin:/home/MP1116/bin -> .WPHOME/bin/ .aws -> .WPHOME/.aws/.WPH

Re: misterious GIT failure (SOLVED)

2021-01-15 Thread matthew patton via Cygwin
I excised the 2 symlink-involved PATH elements and now Git runs great with v3.1.5 of the DLL. I'll try one of the snapshots at some point, but I am also tempted to change my Bash function 'addPath()' to fully unroll symlinks before adding. https://github.com/tb3088/shell-environment/blob/master/

Re: misterious GIT failure

2021-01-15 Thread matthew patton via Cygwin
Ken Brown wrote:> Do you by any chance have symlinks in your PATH? Yes, the first and 3rd entries are symlinks. I've had these symlinks in my PATH for years. /home/MP1116/.aws/YYY/bin:/home/MP1116/bin -> .WPHOME/bin/ .aws -> .WPHOME/.aws/.WPHOME -> Dropbox/Work_Projects/XXX #/etc/fstabC:/Users /h

Re: ssh-host-config doesn't "inherit" user admin privilege

2021-01-15 Thread Bill Stewart
On Thu, Jan 14, 2021 at 6:21 PM art wrote: > > I get a security code 5 when ssh-host-config tries to install cygsshd. I was > logged into Win 10 pro/x64 as an admin user. The "fix" was to start a > Cygwin64 Terminal with Admin and then run ssh-host-config within this script. > Other installers h

Re: gdb not working

2021-01-15 Thread Jon Turney
On 15/01/2021 12:28, Lemke, Michael SF/HZA-ZIC2 wrote: I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.1-1 and 7.10.1-1 work, anything newer doesn't. Any ideas why? [...] Install gdb 7.12.1-2 pc> gd

[ANNOUNCEMENT] poppler 21.01.0-1, poppler-data 0.4.10-1

2021-01-15 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * poppler-21.01.0-1 * libpoppler106-21.01.0-1 * libpoppler-devel-21.01.0-1 * libpoppler-cpp0-21.01.0-1 * libpoppler-cpp-devel-21.01.0-1 * libpoppler-glib8-21.01.0-1 * libpoppler-glib-devel-21.01.0-1 * libpoppler-glib-doc-21.01.0

Re: gdb not working

2021-01-15 Thread Marco Atzeri via Cygwin
On 15.01.2021 13:28, Lemke, Michael SF/HZA-ZIC2 wrote: I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.1-1 and 7.10.1-1 work, anything newer doesn't. Any ideas why? Problem reports: https://cygw

Total Take-off & Estimates!!

2021-01-15 Thread ethan--- via Cygwin
Hi, We provide cost estimation and quantity take off services for all CSI division. If you have any project for estimate then send them over to me and I will send proposal over. looking forward to hearing from you. Thank you. Regards, Ethan Andrian -- Problem reports: https://cygwin.com

gdb not working

2021-01-15 Thread Lemke, Michael SF/HZA-ZIC2
I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.1-1 and 7.10.1-1 work, anything newer doesn't. Any ideas why? pc> gdb -v GNU gdb (GDB) Cygwin 7.9.1-1 Copyright (C) 2015 Free Software Foundation, Inc. Lice

ITB Berlin 2021

2021-01-15 Thread Kennedy adrian
Hi, Hope this email finds you well! Would you be interested in ITB Berlin Expo Database List?? Could you please let me know your thoughts? In turn, I'll get back to you with precise counts and pricing details for your consideration. If you don't want to receive further em

Re: Aw: Re: Re: Re: Recompilation problems opencv (python3-cv2 --> python3.8)

2021-01-15 Thread Marco Atzeri via Cygwin
On 15.01.2021 11:49, ASSI wrote: Marco Atzeri via Cygwin writes: I see this as first error /pub/devel/opencv/opencv-3.4.1-3.x86_64/src/opencv-3.4.1/modules/python/src2/cv2.cpp:889:34: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive] it seems the compilers is less tolerant

Re: Aw: Re: Re: Re: Recompilation problems opencv (python3-cv2 --> python3.8)

2021-01-15 Thread ASSI
Marco Atzeri via Cygwin writes: > I see this as first error > > /pub/devel/opencv/opencv-3.4.1-3.x86_64/src/opencv-3.4.1/modules/python/src2/cv2.cpp:889:34: > error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive] > it seems the compilers is less tolerant than before. > It does not

Re: Aw: Re: Re: Re: Recompilation problems opencv (python3-cv2 --> python3.8)

2021-01-15 Thread Marco Atzeri via Cygwin
On 15.01.2021 09:13, wilhelm-eger--- via Cygwin wrote: Gesendet: Donnerstag, 14. Januar 2021 um 23:52 Uhr Please try by downloading the complete Cygwin source package, and try a vanilla rebuild first with zero changes, then change only the .cygport VERSION= to the latest, rebuild, and fix any

Aw: Re: Re: Re: Recompilation problems opencv (python3-cv2 --> python3.8)

2021-01-15 Thread wilhelm-eger--- via Cygwin
Gesendet: Donnerstag, 14. Januar 2021 um 23:52 Uhr > Please try by downloading the complete Cygwin source package, and try a > vanilla > rebuild first with zero changes, then change only the .cygport VERSION= to the > latest, rebuild, and fix any problems with that as you go. I have done the fol

[ANNOUNCEMENT] Updated: flint-2.7.0-1

2021-01-15 Thread Marco Atzeri via Cygwin-announce via Cygwin
Version 2.7.0-1 of packages flint(source only) libflint-devel libflint15 (API bump) are available in the Cygwin distribution: CHANGES Latest upstream version http://flintlib.org/news.html DESCRIPTION FLINT: Fast Library for Number Theory It supports arithmet