RE: libxml2 and python not happy... solution downgrade libxml2

2023-05-10 Thread Jason Pyeron via Cygwin
I guess I will have to adopt the virt-manager package... please put it on my plate :( -- Jason Pyeron | Architect PD Inc| Certified SBA 8(a) 10 w 24th St | Certified SBA HUBZone Baltimore, MD | CAGE Code: 1WVR6 .mil: jason.j.pyeron@mail.mil .com: jpye...@pdinc.us tel : 202-741-939

Re: libxml2 and python not happy... solution downgrade libxml2

2023-05-10 Thread Jon Turney via Cygwin
On 09/05/2023 23:33, Jason Pyeron via Cygwin wrote: $ virt-manager Traceback (most recent call last): File "/usr/share/virt-manager/virt-manager", line 35, in from virtinst import util as util File "/usr/share/virt-manager/virtinst/__init__.py", line 18, in from virtcli import C

Re: Cygwin not present on control panel

2023-05-10 Thread Anderson via Cygwin
Thanks for the fast answer. That´s my install script SET SITE=https://linorg.usp.br/cygwin SET ROOTDIR=C:/cygwin SET INSTALL_FOLDER=%cd% SET LOCALDIR=%INSTALL_FOLDER% if exist C:\cygwin ( continue ) else ( if exist C:\cygwin64 ( SET CYGWIN_ROOTDIR=C:\cygwin64 ) else ( echo "CYGWIN nao esta

Re: Cygwin not present on control panel

2023-05-10 Thread rappard--- via Cygwin
Hi, > I create a script to install cygwin by command line. It works fine. Can you post your script here? > However, when i try to uninstall the Cygwin, é see that cygwin was not > present on Windows control panel softwares and programs. I used the normal setup-x86_64.exe procedure, and it's no

Cygwin not present on control panel

2023-05-10 Thread Anderson via Cygwin
Hi I create a script to install cygwin by command line. It works fine. However, when i try to uninstall the Cygwin, é see that cygwin was not present on Windows control panel softwares and programs. My questions are: 1)How i uninstall cygwin on this case? 2)What i must have to add on my scrip

Re: cygport injects unexpected parameter

2023-05-10 Thread Jon Turney via Cygwin
On 10/05/2023 08:57, Thomas Wolff via Cygwin-apps wrote: I'm trying to build xterm 380 and got two problems in the cygport compile step: 1. *** ERROR: could not determine the autoconf version used to generate ./configure; perhaps set AUTOCONF_VERSION? I don't know why a tool wants to be told

Re: posix_spawn facility

2023-05-10 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 20, 2023 at 04:00:15PM -0400, gs-cygwin@gluelogic.com wrote: > On Thu, Apr 20, 2023 at 09:31:38PM +0200, Bruno Haible wrote: > > Glenn wrote: > > > > > https://learn.microsoft.com/en-us/windows/win32/api/winbase/ns-winbase-startupinfoexa > > > > > > > > > > and the PROC_THREAD_ATTR

Re: posix_spawn facility

2023-05-10 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 20, 2023 at 03:14:59AM -0400, gs-cygwin@gluelogic.com wrote: > On Mon, Apr 17, 2023 at 08:44:51PM +0200, Bruno Haible via Cygwin wrote: > > Btw, there are two more functions in the posix_spawn family meanwhile: > > * posix_spawn_file_actions_addchdir_np > > implemented by glib