Den 2020-08-13 kl. 20:09, skrev Felix Schwarz:
>
> Am 13.08.20 um 19:19 schrieb Jon Ingason:
>> Python 2 did reach end of life (EOL) on January 1st, 2020. And if you do
>> "dnf info python2" in F32 you will get something like:
>>
>> Error: No matching package
>
> While your comment about Python
After doing a little more investigation here's the issue. When rpmbuild
runs the compile phase it does the following:
./configure --build=x86_64-redhat-linux-gnu
--host=x86_64-redhat-linux-gnu --program-prefix=
--disable-dependency-tracking --prefix=/usr --exec-prefix=/usr
--bindir=/usr/bin
I did try to port it to python 3. The problem I encountered was that
one of the modules sbackup used had no corresponding one in python 3.
As I said in my email this all worked back on May 6 when I built the
modules I needed to get sbackup to work with python 2.
All I'm trying to do is use r
Am 13.08.20 um 18:51 schrieb Paolo Galtieri:
> Back in May I built several python2 packages that I needed to make sbackup
> work on F32. sbackup is the python2 application I use to do daily backups.
>
> The source packages I rebuilt are
>
> gnome-python2-2.28.1-23.fc29.src.rpm
> pyorbit-2.2
Am 13.08.20 um 19:19 schrieb Jon Ingason:
> Python 2 did reach end of life (EOL) on January 1st, 2020. And if you do
> "dnf info python2" in F32 you will get something like:
>
> Error: No matching package
While your comment about Python 2 being EOL is correct the latter is not. both
"dnf instal
Den 2020-08-13 kl. 18:51, skrev Paolo Galtieri:
> Folks,
> an issue has come up recently that I don't understand. This problem
> applies to both F31 and F32.
>
> Back in May I built several python2 packages that I needed to make
> sbackup work on F32. sbackup is the python2 application I use t
Folks,
an issue has come up recently that I don't understand. This problem
applies to both F31 and F32.
Back in May I built several python2 packages that I needed to make
sbackup work on F32. sbackup is the python2 application I use to do
daily backups.
The source packages I rebuilt are