Re: Cant install Cygwin Virt-manager that asks for library that asks for python2

2023-11-01 Thread Adam Dinwoodie via Cygwin
On Wed, 1 Nov 2023 at 06:33, Bill Sharp via Cygwin  wrote:
>
> On Tue, 31 Oct 2023 at 22:58, Jānis Ķengurs via Cygwin 
> wrote:
>
> > I wanted to use some KVM or Qemu or something on linux and windows that can
> > fast open iso files for testing
> > Downloaded on  Windows 10
> > Here shows what depends on this install, but does it select all files it
> > needs?
> > https://cygwin.com/packages/summary/virt-manager.html
> > Cant install Cygwin Virt-manager that asks for library that asks for
> > python2
> > The error is weird- suggest to unselect, but people might not read, instead
> > error should open to install separate if need to install it seperate
> >
> > I selected that library also but now instllation for both files asking for
> > python2
> > Problem 1/2
> > nothing provides python2 needed by python2-libvirt-4.2.0-1
> > Solution 1/1 (default)
> >   - do not ask to install python2-libvirt-4.2.0-1
> > Problem 2/2
> > nothing provides python2 needed by virt-manager-1.5.1-2
> > Solution 1/1 (default)
> >   - do not ask to install virt-manager-1.5.1-2
> >
> > BB
> > Save a tree. Please don't print this e-mail unless it's really necessary.
> > ᐧ
> >
>
> Python2 was removed in July, and per Jon's announcement it was expected
> this would break some orphaned packages:
>
> https://cygwin.com/pipermail/cygwin-announce/2023-July/011186.html

And having just had a look, it's not going to be straightforward to
release virt-manager for Python3: it has several dependencies,
including Gtk3, that are themselves not currently available for
Cygwin.

Volunteers to get that working would likely be well received! Package
maintainer basics are at http://www.cygwin.com/packages.html, although
I expect the key job would be getting the current code building on
Cygwin; once it's built and working, the packaging steps are much more
straightforward…

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Cygwin tool to differ junctions from soft links?

2023-11-01 Thread Martin Wege via Cygwin
Good morning!

Does Cygwin have a command line tool (Scriptable!) which can be used
to differ between soft links and Windows junctions?

Thanks,
Martin

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Cygwin 3.5.0 KDE kate crashes in |cygdbus-1-3!_dbus_get_local_machine_uuid_encoded ()| ...

2023-11-01 Thread Martin Wege via Cygwin
On Tue, Oct 17, 2023 at 5:30 AM Takashi Yano via Cygwin
 wrote:
>
> On Mon, 16 Oct 2023 20:27:09 -0600
> Brian Inglis wrote:
> > On 2023-10-16 15:31, Roland Mainz via Cygwin wrote:
> > > Steps to reproduce:
> > > 1. Boot Windows 10
> > > 2. Log in
> > > 3. Open Cygwin terminal
> > > 4. Run "kate"
> > > Result:
> > > kate crashes
> > > Expected result:
> > > kate runs
> > >  snip 
> > > $ uname -a
> > > CYGWIN_NT-10.0-19045 DERFWNB8353 3.5.0-0.438.g322c7150b25e.x86_64
> > > 2023-09-17 14:19 UTC x86_64 Cygwin
> > > $ gdb --args kate
> > > GNU gdb (GDB) (Cygwin 12.1-1) 12.1
> > > Copyright (C) 2022 Free Software Foundation, Inc.
> > > [snip]
> > > (gdb) run
> > > Starting program: /usr/bin/kate
> > > [New Thread 9784.0x29ac]
> > > [New Thread 9784.0x32c8]
> > > [New Thread 9784.0x4288]
> > > [New Thread 9784.0x4fa4]
> > > [New Thread 9784.0x4e18]
> > > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to
> > > '/tmp/runtime-roland.mainz'
> > > [New Thread 9784.0x4350]
> > > [New Thread 9784.0x4a0]
> > > [New Thread 9784.0x159c]
> > > [New Thread 9784.0x19d8]
> > > [New Thread 9784.0x15f8]
> > > [New Thread 9784.0x24fc]
> > > process 170: D-Bus library appears to be incorrectly set up; failed to
> > > read machine uuid: Failed to open "/etc/machine-id": No such file or
> > > directory
> > > See the manual page for dbus-uuidgen to correct this issue.
> > >D-Bus not compiled with backtrace support so unable to print a 
> > > backtrace
> >
> > Don't you need XWin and dbus running and env vars set, the following files, 
> > get
> > a clean OK from cygcheck, or be able to rerun the postinstall script:
> >
> > $ ls -lgo /etc/machine-id /var/lib/dbus/machine-id 
> > /etc/postinstall/dbus.sh.done
> > lrwxrwxrwx  1 26 May 14  2013 /etc/machine-id -> ../var/lib/dbus/machine-id*
> > -rwxr-xr-x+ 1 33 May 14  2013 /var/lib/dbus/machine-id*
> > -rw-r--r--  1 54 Aug  9  2017 /etc/postinstall/dbus.sh.done
> > $ head /etc/postinstall/dbus.sh.done
> > mkdir -p /var/lib/dbus
> > /usr/bin/dbus-uuidgen --ensure
>
> I think dbus postinstall script does not make symbolic link
> /etc/machine-id -> ../var/lib/dbus/machine-id
> does it?

Not in my case.

Thanks,
Martin

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Cant install Cygwin Virt-manager that asks for library that asks for python2

2023-11-01 Thread Bill Sharp via Cygwin
On Tue, 31 Oct 2023 at 22:58, Jānis Ķengurs via Cygwin 
wrote:

> I wanted to use some KVM or Qemu or something on linux and windows that can
> fast open iso files for testing
> Downloaded on  Windows 10
> Here shows what depends on this install, but does it select all files it
> needs?
> https://cygwin.com/packages/summary/virt-manager.html
> Cant install Cygwin Virt-manager that asks for library that asks for
> python2
> The error is weird- suggest to unselect, but people might not read, instead
> error should open to install separate if need to install it seperate
>
> I selected that library also but now instllation for both files asking for
> python2
> Problem 1/2
> nothing provides python2 needed by python2-libvirt-4.2.0-1
> Solution 1/1 (default)
>   - do not ask to install python2-libvirt-4.2.0-1
> Problem 2/2
> nothing provides python2 needed by virt-manager-1.5.1-2
> Solution 1/1 (default)
>   - do not ask to install virt-manager-1.5.1-2
>
> BB
> Save a tree. Please don't print this e-mail unless it's really necessary.
> ᐧ
>

Python2 was removed in July, and per Jon's announcement it was expected
this would break some orphaned packages:

https://cygwin.com/pipermail/cygwin-announce/2023-July/011186.html

Kind regards
Bill

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple