[PyQt] Packaging with sip5
Antonio Rojas
arojas at archlinux.org
Fri Dec 13 18:23:40 GMT 2019
El viernes, 13 de diciembre de 2019 17:08:34 (CET) Antonio Rojas escribió:
> Also, create_distinfo seems to not honor DESTDIR or INSTALL_ROOT, so make install fails at the end with
>
> PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.8/site-packages/PyQt5-5.13.2.dist-info'
>
Indeed, in https://www.riverbankcomputing.com/hg/sip/file/a596f1813d4a/sipbuild/distinfo/distinfo.py#l71 real_distinfo_dir is defined which takes DESTDIR into account, but then distinfo_dir is used everywhere instead.
More information about the PyQt
mailing list