Hi Tobias,

Coincidentally I noticed that bug myself. The fix is this:

At or about line 228 in setup.py see the two lines starting with 'if
not' that tests for the path:

class raphodo_sdist(sdist):
    def run(self):
        if not os.path.isdir('build'):
            os.mkdir('build')
        self.run_command('build_man_page')
        self.run_command('build_icons')
        self.run_command('build_translations')
        sdist.run(self)

Please let me know if it's unclear. The next release will fix this problem.

Best,
Damon

On Fri, Mar 20, 2020 at 11:23 AM Dr. Tobias Quathamer <to...@debian.org> wrote:
>
> Am 18.03.20 um 05:29 schrieb Damon Lynch:
> > Sorry, I didn't notice that there is a bug in the setup.py file:
> >
> > The end of line 268 is missing a comma. Lines 268 & 269 should be:
> >
> >         'PyGObject',
> >         'PyQt5',
> >
> > I have no idea if this bug in setup.py actually pops up in the Debian
> > build process (I never noticed it when building it). If it does,
> > please let me know and I will make a new release with the bug fix.
> >
> > Damon
>
> Hi Damon,
>
> thanks for filing this bug. I've prepared a new package with the latest
> release, but unfortunately, if fails to build. It has nothing to do with
> the bug you've mentioned above, I've fixed that locally.
>
> The build process stops at the stage "build_man_page"
> (error: [Errno 2] No such file or directory: 'build/doc'),
> I've attached the build log. I have no idea right now what causes the
> error, if you're able to give a hint, please do.
>
> Regards,
> Tobias



-- 
http://www.damonlynch.net

Reply via email to