Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-15 Thread Charalampos Stratakis
Charalampos Stratakis" , sclorg@redhat.com > Sent: Thursday, June 14, 2018 3:29:31 AM > Subject: Re: [scl.org] rh-python36 SPEC file question (circular dependency) > > I'm still trying to figure out why some of the macros are throwing the > error with RPM. I notice that the

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-13 Thread Joshua Kramer
error message, and the >> program returns with an error. RPMBUILD then aborts the build when it >> detects the error. >> >> I know the error is a bash shell error, but I have not yet determined >> what in the -devel package is broken in such a way to cause th

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-10 Thread Joshua Kramer
sh shell error, but I have not yet determined > what in the -devel package is broken in such a way to cause that error > to occur whenever RPM is run. > > On Sat, Jun 9, 2018 at 12:03 PM, Charalampos Stratakis > wrote: >> >> >> - Original Message - >>

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-09 Thread Joshua Kramer
t 12:03 PM, Charalampos Stratakis wrote: > > > - Original Message - >> From: "Joshua Kramer" >> To: "Charalampos Stratakis" , sclorg@redhat.com >> Sent: Saturday, June 9, 2018 4:47:43 PM >> Subject: Re: [scl.org] rh-python36 SPEC file questio

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-09 Thread Charalampos Stratakis
- Original Message - > From: "Nick Coghlan" > To: "Charalampos Stratakis" > Cc: "Joshua Kramer" , sclorg@redhat.com > Sent: Saturday, June 9, 2018 3:54:21 AM > Subject: Re: [scl.org] rh-python36 SPEC file question (circular dependency) >

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-09 Thread Charalampos Stratakis
- Original Message - > From: "Joshua Kramer" > To: "Charalampos Stratakis" , sclorg@redhat.com > Sent: Saturday, June 9, 2018 4:47:43 PM > Subject: Re: [scl.org] rh-python36 SPEC file question (circular dependency) > > > Long story short:

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-09 Thread Joshua Kramer
--- Original Message - >> From: "Joshua Kramer" >> To: "Neal Gompa" >> Cc: sclorg@redhat.com >> Sent: Thursday, June 7, 2018 2:22:56 PM >> Subject: Re: [scl.org] rh-python36 SPEC file question (circular dependency) >> >> Th

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-08 Thread Nick Coghlan
On 9 June 2018 at 02:10, Charalampos Stratakis wrote: > I hope that helps (and I hope I didn't forget any steps :) ). > There's also https://github.com/ncoghlan/pyscl-devel/ from back when I was looking at making an sclo-python rolling-release that tracked the latest released version (even acros

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-08 Thread Charalampos Stratakis
- Original Message - > From: "Joshua Kramer" > To: "Neal Gompa" > Cc: sclorg@redhat.com > Sent: Thursday, June 7, 2018 2:22:56 PM > Subject: Re: [scl.org] rh-python36 SPEC file question (circular dependency) > > Thanks, Neal! That got me a

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-07 Thread Joshua Kramer
Thanks, Neal! That got me a little farther. Per the comments at the top of they python.spec file, I set with_rewheel to 0, then I built the Python RPM. That seems to have worked. Now, when I attempt to build setuptools, using this command: rpmbuild -ba ./python-setuptools.spec --define 'scl rh-

Re: [scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-04 Thread Neal Gompa
On Mon, Jun 4, 2018 at 9:38 PM Joshua Kramer wrote: > > Hello, > > I am trying to compile rh-python36 to use with CentOS on a Raspberry Pi. > > On line 192 of the SPEC file are these lines: > %if 0%{?with_rewheel} > BuildRequires: %{?scl_prefix}python-setuptools > BuildRequires: %{?scl_prefix}pyth

[scl.org] rh-python36 SPEC file question (circular dependency)

2018-06-04 Thread Joshua Kramer
Hello, I am trying to compile rh-python36 to use with CentOS on a Raspberry Pi. On line 192 of the SPEC file are these lines: %if 0%{?with_rewheel} BuildRequires: %{?scl_prefix}python-setuptools BuildRequires: %{?scl_prefix}python-pip %endif What is this supposed to do? It prevents the package