Re: Multiple Review Requests for one source package?

2019-03-27 Thread Richard Shaw
Ok, so just to close the loop on this thread, I gave up on trying to fix the setuptools bug when using --root and have moved on to s straight cmake build. Because the packages have a dependency chain I have to do fake installs in %build passing CMAKE_INSTALL_PREFIX to be somewhere in the build

Re: Multiple Review Requests for one source package?

2019-03-23 Thread Richard Shaw
On Fri, Mar 22, 2019 at 6:41 AM Dominik 'Rathann' Mierzejewski < domi...@greysector.net> wrote: > Hello, Richard. > On Wednesday, 20 March 2019 at 14:44, Richard Shaw wrote: > > I have worked around this temporarily by skipping %build and just > > performing the install which also automatically

Re: Multiple Review Requests for one source package?

2019-03-22 Thread Dominik 'Rathann' Mierzejewski
Hello, Richard. On Wednesday, 20 March 2019 at 14:44, Richard Shaw wrote: > With PySide2 shiboken2, pyside2, and pyside2-tools are provided in one big > source archive. > > I'm working on packaging it[1] but the provided setuptools build system > calls CMake to perform builds and essentially

Multiple Review Requests for one source package?

2019-03-20 Thread Richard Shaw
With PySide2 shiboken2, pyside2, and pyside2-tools are provided in one big source archive. I'm working on packaging it[1] but the provided setuptools build system calls CMake to perform builds and essentially fakeroot installs for build dependencies between the three projects and then uses