Re: qarte - compilation fails

2018-03-03 Thread Martin Gansser
> Try this: > > BuildRequires: python3-devel > # bytecompile with Python 3 > %global __python %{__python3} > > in your specfile to force it to bytecompile your Python code with Python 3. > > Kevin Kofler Thanks for your feedback and solution, compiles/works fine now. Martin

Re: qarte - compilation fails

2018-03-01 Thread Kevin Kofler
Try this: BuildRequires: python3-devel # bytecompile with Python 3 %global __python %{__python3} in your specfile to force it to bytecompile your Python code with Python 3. Kevin Kofler ___ devel mailing list -- devel@lists.fedoraproject.org

Re: qarte - compilation fails

2018-03-01 Thread Tim Landscheidt
"Martin Gansser" wrote: > when compiling qarte-4.4.0 with this spec file > https://martinkg.fedorapeople.org/Packages/test/qarte.spec > '[' noarch = noarch ']' > + case "${QA_CHECK_RPATHS:-}" in > + /usr/lib/rpm/check-buildroot > + /usr/lib/rpm/brp-compress > +

Re: qarte - compilation fails

2018-03-01 Thread Charalampos Stratakis
- Original Message - > From: "Martin Gansser" <martin.gans...@gmail.com> > To: devel@lists.fedoraproject.org > Sent: Thursday, March 1, 2018 11:35:25 AM > Subject: qarte - compilation fails > > Hi, > > when compiling qarte-4.4.0 with this spec

qarte - compilation fails

2018-03-01 Thread Martin Gansser
Hi, when compiling qarte-4.4.0 with this spec file https://martinkg.fedorapeople.org/Packages/test/qarte.spec '[' noarch = noarch ']' + case "${QA_CHECK_RPATHS:-}" in + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip +