Page 1 of 1

cannot compile 2.0.3

Posted: Tue Jul 02, 2019 12:28 am
by mooninite
/usr/bin/python3 setup.py build
Traceback (most recent call last):
File "setup.py", line 55, in <module>
_version = get_version(prefix='deluge-', suffix='.dev0')
File "/builddir/build/BUILD/deluge-2.0.3/version.py", line 71, in get_version
raise ValueError('Cannot find the version number!')
ValueError: Cannot find the version number!

Re: cannot compile 2.0.3

Posted: Tue Jul 02, 2019 8:31 am
by Cas
What source are you using?

Re: cannot compile 2.0.3

Posted: Tue Jul 02, 2019 7:44 pm
by mooninite
https://git.deluge-torrent.org/deluge/s ... .3.tar.bz2

I had grabbed this as I had missed the '2.0' folder on your normal release repo. Using the https://ftp.osuosl.org/pub/deluge/sourc ... 0.3.tar.xz tarball results in a working compile. Sorry about that.