[Freeipa-devel] [freeipa PR#255][comment] Adjustments for setup requirements

martbab freeipa-github-notification at redhat.com
Wed Nov 30 11:55:34 UTC 2016


  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

martbab commented:
"""
Thank you.

It seems that 'bdist_wheel' target is broken in your PR:

```
# make bdist_wheel 
mkdir -p ./dist/wheels
for dir in ipaclient ipalib ipaplatform ipapython; do \
    make  -C ${dir} bdist_wheel || exit 1; \
done
make[1]: Entering directory '/freeipa/ipaclient'
(cd .. && make  ipasetup.py)
make[2]: Entering directory '/freeipa'
sed                                             \
        -e 's|@VERSION[@]|4.4.90.dev201611301151+git785f924|g'                  \
        ipasetup.py.in > ipasetup.py
make[2]: Leaving directory '/freeipa'
rm -rf ../dist/wheels/ipaclient*.whl
/usr/bin/python "./setup.py" bdist_wheel --dist-dir=../dist/wheels
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'bdist_wheel'
Makefile:586: recipe for target 'bdist_wheel' failed
make[1]: *** [bdist_wheel] Error 1
make[1]: Leaving directory '/freeipa/ipaclient'
Makefile:1172: recipe for target 'bdist_wheel' failed
make: *** [bdist_wheel] Error 1
```

Do i need some of your other pull-requests to build wheels or this is a genuine issue?
"""

See the full comment at https://github.com/freeipa/freeipa/pull/255#issuecomment-263856069


More information about the Freeipa-devel mailing list