Re: [X2Go-User] X2GoBroker Python3 CentOS 7 issue

2019-10-30 Thread Spenser Gilliland
Hi,

Quick update on this. At least with the x2gobroker-agent package.  All that
needed to be done was to change python3 to python36 in the spec file.  I
did this with the following.

$ yumdownloader x2gobroker-agent
$ rpmrebuild -enp x2gobroker-agent*

$ yum install rpmbuild/RPMS/.rpm

voila.

Spenser

On Fri, Jun 7, 2019 at 8:52 AM Ulrich Sibiller 
wrote:

> I have just learned the the coming RHEL7.7 will bring us Python 3.6
> directly with the distribution. Maybe that will be sufficient,  don't know.
>
> Uli
>
> Mihai Moldovan  schrieb am Fr., 7. Juni 2019, 11:25:
>
>> * On 6/1/19 2:44 AM, Spenser Gilliland wrote:
>> > I'm having an issue installing the x2gobroker-agent package on CentOS
>> 7.  It
>> > looks like CentOS 7 has a python36 package but not a python3 (and
>> various python
>> > packages).
>>
>> Yeah, x2gobroker is broken on CentOS/EPEL since the Python 3 port.
>> Unfortunately
>> it's not just a simple packaging issue, which would have been easy to fix.
>>
>> EPEL is missing quite a lot of Python(3) packages the new broker version
>> needs
>> in order to work. Porting them through the extras repo would be possible,
>> but
>> not a good idea since I know that I won't be keeping track of foreign
>> packages
>> well enough.
>>
>>
>>
>> Mihai
>>
>> ___
>> x2go-user mailing list
>> x2go-user@lists.x2go.org
>> https://lists.x2go.org/listinfo/x2go-user
>
>
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user


Re: [X2Go-User] X2GoBroker Python3 CentOS 7 issue

2019-06-07 Thread Ulrich Sibiller
I have just learned the the coming RHEL7.7 will bring us Python 3.6
directly with the distribution. Maybe that will be sufficient,  don't know.

Uli

Mihai Moldovan  schrieb am Fr., 7. Juni 2019, 11:25:

> * On 6/1/19 2:44 AM, Spenser Gilliland wrote:
> > I'm having an issue installing the x2gobroker-agent package on CentOS
> 7.  It
> > looks like CentOS 7 has a python36 package but not a python3 (and
> various python
> > packages).
>
> Yeah, x2gobroker is broken on CentOS/EPEL since the Python 3 port.
> Unfortunately
> it's not just a simple packaging issue, which would have been easy to fix.
>
> EPEL is missing quite a lot of Python(3) packages the new broker version
> needs
> in order to work. Porting them through the extras repo would be possible,
> but
> not a good idea since I know that I won't be keeping track of foreign
> packages
> well enough.
>
>
>
> Mihai
>
> ___
> x2go-user mailing list
> x2go-user@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-user
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] X2GoBroker Python3 CentOS 7 issue

2019-06-07 Thread Mihai Moldovan
* On 6/1/19 2:44 AM, Spenser Gilliland wrote:
> I'm having an issue installing the x2gobroker-agent package on CentOS 7.  It
> looks like CentOS 7 has a python36 package but not a python3 (and various 
> python
> packages).

Yeah, x2gobroker is broken on CentOS/EPEL since the Python 3 port. Unfortunately
it's not just a simple packaging issue, which would have been easy to fix.

EPEL is missing quite a lot of Python(3) packages the new broker version needs
in order to work. Porting them through the extras repo would be possible, but
not a good idea since I know that I won't be keeping track of foreign packages
well enough.



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

[X2Go-User] x2gobroker on CentOS 7

2019-03-12 Thread quetengoqueponeraqui
Hi guys,

I’m trying to install the broker on a CentOS 7 machine (rpms not on epel,
so downloading from x2go’s repos) but it complains about several python3
dependencies. Even with python36 installed it cannot find python3 and
related packages. Any idea?



Cheers
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Re: [X2Go-User] x2gobroker on CentOS 7

2019-03-05 Thread Mike Gabriel

Hi,

On  Di 05 Mär 2019 16:35:50 CET, quetengoqueponeraqui wrote:


I’m trying to install the broker on a CentOS 7 machine (rpms not on epel,
so downloading from x2go’s repos) but it complains about several python3
dependencies. Even with python36 installed it cannot find python3 and
related packages. Any idea?


this sounds like the .spec file of x2gobroker needs some patchwork.  
The fastest way to solve this for you is getting x2gobroker sources  
and build x2gobroker from source using the "mock" utility (with your  
required modifications to x2gobroker.spec, probably).


Once you found a patch for the .spec file, please submit it as a bug  
and we get that fix in asap.


Greets,
Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

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



pgpk7BRGsApw3.pgp
Description: Digitale PGP-Signatur
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

[X2Go-User] x2gobroker on CentOS 7

2019-03-05 Thread quetengoqueponeraqui
Hi guys,

I’m trying to install the broker on a CentOS 7 machine (rpms not on epel,
so downloading from x2go’s repos) but it complains about several python3
dependencies. Even with python36 installed it cannot find python3 and
related packages. Any idea?



Cheers
___
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user