#325 'make distcheck' fails when building python modules
Closed: Fixed None Opened 14 years ago by sgallagh.

Must remake target `install-exec-hook'.
if [ "" = "" ]; then \
        cd ../../server/config; /usr/bin/python setup.py install --prefix=/home/bos/sgallagh/workspace/sssd/x64/sssd-0.99.1/_inst; \
    else \
        cd ../../server/config; /usr/bin/python setup.py install  --prefix=/home/bos/sgallagh/workspace/sssd/x64/sssd-0.99.1/_inst --root=; \
    fi
running install
running build
running build_py
creating build
error: could not create 'build': Permission denied

'make distcheck' makes the $srcdir unwriteable to ensure that our make process changes things only in the $builddir. (If you are doing true parallel builds - e.g. building multiple architectures from the same sources - then changing the source tree would have negative effects on the other builds)

Our setup.py invocation does not properly handle this differentiation.


Fields changed

status: new => assigned

Fields changed

owner: sgallagh => sbose
status: assigned => new

Taking this one back. I found some spare time and I've now submitted a patch to the list.

owner: sbose => sgallagh
status: new => assigned

Fixed by 61a7655 and 7cd60b6

resolution: => fixed
status: assigned => closed
testsupdated: 0 => 1

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to sgallagh
- Issue set to the milestone: SSSD 1.0

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1367

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata