X2Go Bug report logs - #1059
pyhoca-gui can't be installed on OpenSUSE from project repository, OBS repository version throws errors

version graph

Package: pyhoca-gui; Maintainer for pyhoca-gui is X2Go Developers <x2go-dev@lists.x2go.org>; Source for pyhoca-gui is src:pyhoca-gui.

Reported by: "Albrecht Kolthoff" <kolthoff@gmx.net>

Date: Sun, 10 Jul 2016 13:20:02 UTC

Severity: normal

Tags: not-a-bug

Found in version 0.5.0.6-0.0

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Full log


🔗 View this message in rfc822 format

MIME-Version: 1.0
X-Mailer: MIME-tools 5.502 (Entity 5.502)
X-Loop: owner@bugs.x2go.org
From: owner@bugs.x2go.org (X2Go Bug Tracking System)
Subject: Bug#1059 closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 (Re: [X2Go-Dev] Bug#1059: pyhoca-gui can't be installed on OpenSUSE from
 project repository, OBS repository version throws errors)
Message-ID: <handler.1059.b1059.14691122348542.notifdone@bugs.x2go.org>
References: <20160721144337.Horde.aUe5ThRLG8iFPAiaIMAKu6E@mail.das-netzwerkteam.de>
X-X2go-PR-Keywords: not-a-bug
X-X2go-PR-Message: they-closed 1059
X-X2go-PR-Package: pyhoca-gui
X-X2go-PR-Source: pyhoca-gui
Date: Thu, 21 Jul 2016 14:45:03 +0000
Content-Type: multipart/mixed; boundary="----------=_1469112303-8724-0"
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your Bug report
which was filed against the pyhoca-gui package:

#1059: pyhoca-gui can't be installed on OpenSUSE from project repository, OBS repository version throws errors

It has been closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mike Gabriel <mike.gabriel@das-netzwerkteam.de> by
replying to this email.


-- 
1059: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1059
X2Go Bug Tracking System
Contact owner@bugs.x2go.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Albrecht Kolthoff <kolthoff@gmx.net>
Cc: 1059@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#1059: pyhoca-gui can't be installed on OpenSUSE from project repository, OBS repository version throws errors
Date: Thu, 21 Jul 2016 14:43:37 +0000
[Message part 3 (text/plain, inline)]
Control: close -1
Control: tags -1 not-a-bug

On  Mo 18 Jul 2016 20:23:48 CEST, Albrecht Kolthoff wrote:

> Today a package update from an openSUSE repository has been  
> installed here as python-paramiko-2.0.0-45.1 and now pyhoca-gui is  
> running without these error messages and apparently fully functional.
>
> Problem solved, case closed. Thank you for your time and explanation.

Thanks for letting us know about this issue being solved for you.  
Closing the bug.

Mike
-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "Albrecht Kolthoff" <kolthoff@gmx.net>
To: submit@bugs.x2go.org
Subject: pyhoca-gui can't be installed on OpenSUSE from project repository, OBS repository version throws errors
Date: Sun, 10 Jul 2016 15:12:19 +0200
Package: pyhoca-gui
Version: 0.5.0.6-0.0


While the x2goserver and x2goclient packages are running fine on my machines (server: OpenSUSE Leap 42.1, client: OpenSUSE 13.2), the pyhoca-gui package can't be installed from the x2go repository:
http://packages.x2go.org/opensuse/13.2/main/x86_64/

The same applies to the version in the heuler repository which contains nightly builds, as far as I understand. In both cases the package carries a dependency on python-wxWidgets-2_9 which can't be fulfilled by the OpenSUSE repositories; these offer only the 3_0 and alternatively the 2_8 packages.

The OpenSUSE Build service version (which is some minor versions behind the current ones on the x2go project server) actually has a 3_0 dependency (instead of 2_9) and can be installed:
http://download.opensuse.org/repositories/X11:/RemoteDesktop:/x2go/openSUSE_13.2/

But: this version refuses to run. When started from a terminal command line, it throws these errors:

ak@tantalus:~> pyhoca-gui
Traceback (most recent call last):
  File "/usr/bin/pyhoca-gui", line 35, in <module>
    from pyhoca.wxgui.launcher import PyHocaGUI_Launcher
  File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/launcher.py", line 38, in <module>
    from x2go import X2GOCLIENT_OS
  File "/usr/lib/python2.7/site-packages/x2go/__init__.py", line 189, in <module>
    from defaults import X2GOCLIENT_OS
  File "/usr/lib/python2.7/site-packages/x2go/defaults.py", line 388, in <module>
    RSAHostKey = paramiko.RSAKey.generate(RSAKEY_STRENGTH)
  File "/usr/lib/python2.7/site-packages/paramiko/rsakey.py", line 156, in generate
    public_exponent=65537, key_size=bits, backend=default_backend()
  File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/__init__.py", line 35, in default_backend
    _default_backend = MultiBackend(_available_backends())
  File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/__init__.py", line 22, in _available_backends
    "cryptography.backends"
AttributeError: 'EntryPoint' object has no attribute 'resolve'

Which leads to the situation, that pyhoca-gui can't be run on OpenSUSE at the moment. Which I regret.

Best regards
Albrecht Kolthoff

--

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Sat Apr 27 02:40:17 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.