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

2016-11-30 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
@martbab The wheel bundle and packages need some documentation. I have started 
some docs but they are not finished..
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263875159
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-30 Thread martbab
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

martbab commented:
"""
Fixed upstream
master:
https://fedorahosted.org/freeipa/changeset/ed9645b2ac58fd4664810f05970ea258c7948420
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263862693
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-30 Thread martbab
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

martbab commented:
"""
Installing python-wheel worked, thanks. I have discovered some other missing 
dependencies in minimal Docker container. I will investigate them some more and 
open a ticket. I think there is no need to add python-wheel to BuildRequires 
now.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263860989
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-30 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
The bdist_wheel command requires the Python wheel package installed in the 
system. Since setup.py no longer contains ```setup_requires=["wheel"]```, the 
dependency is no longer resolved automatically by setuptools.

Does it makes sense to include the dependency in freeipa.spec as build 
requirement? Technically it's not a build requirement for RPMs.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263857749
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-30 Thread martbab
  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
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-30 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
I opened PR #289 and #290.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263840863
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-30 Thread martbab
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

martbab commented:
"""
As I said, if 0.9 break your PyPI work feel freee to bump it but please split 
the version bumps into a separate commit on top of ipasetup fixes.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263813183
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
@martbab Welcome to the party! This discussion has been running for a very long 
time and in multiple places. Let me bring you up to speed.

First of all the requirements in ```ipasetup.py``` are completely unrelated to 
distribution packaging (RPM, DEB, whatever). PyPI packaging follows slightly 
different rules. For example you don't get carefully curated packages, 
downstream patches for build issues or a known working set of packages. It's a 
bit more wild west and fast moving. I was against bumping the version in the 
spec file because the bump is not required for my work. The other insisted on 
it.

Next up a version information like "cryptography >= 0.9" means that any version 
equal or greater than 0.9 is known to work. If you follow upstream development 
of OpenSSL and Cryptography closely then you are aware that any version of 
cryptography < 1.3 does no longer compile against a recent version of OpenSSL 
1.0.2. CFFI bindings are very sensitive to subtle changes in the ABI and C API. 
OpenSSL tend to break both every now and then.

Finally this discussion is pointless. I will bump the version requirements of 
cryptography to 1.7.0 in a matter of weeks. BZ for RHEL has been filed. The 
version 1.7.0 hasn't been released yet. it will contain two important fixes 
(lock and osrandom) and a new feature for @frasertweedale (multi RDN).

```
$ python3 -m venv /tmp/cryptovenv
$ . /tmp/cryptovenv/bin/activate
(cryptovenv) $ pip install 'cryptography==0.9' 
Collecting cryptography==0.9
  Downloading cryptography-0.9.tar.gz (302kB)
100% || 303kB 122kB/s 
Collecting idna (from cryptography==0.9)
  Using cached idna-2.1-py2.py3-none-any.whl
Collecting pyasn1 (from cryptography==0.9)
  Using cached pyasn1-0.1.9-py2.py3-none-any.whl
Collecting six>=1.4.1 (from cryptography==0.9)
  Using cached six-1.10.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): setuptools in 
./cryptovenv/lib/python3.5/site-packages (from cryptography==0.9)
Collecting cffi>=0.8 (from cryptography==0.9)
  Using cached cffi-1.9.1.tar.gz
Collecting pycparser (from cffi>=0.8->cryptography==0.9)
Installing collected packages: idna, pyasn1, six, pycparser, cffi, cryptography
  Running setup.py install for cffi ... done
  Running setup.py install for cryptography ... error
Complete output from command /tmp/cryptovenv/bin/python3 -u -c "import 
setuptools, 
tokenize;__file__='/tmp/pip-build-_2z81799/cryptography/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record /tmp/pip-83qpivr4-record/install-record.txt 
--single-version-externally-managed --compile --install-headers 
/tmp/cryptovenv/include/site/python3.5/cryptography:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/cryptography
...
running build_ext
building '_Cryptography_cffi_1251de2xc302a38b' extension
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/src
creating build/temp.linux-x86_64-3.5/src/cryptography
creating build/temp.linux-x86_64-3.5/src/cryptography/hazmat
creating build/temp.linux-x86_64-3.5/src/cryptography/hazmat/bindings
creating 
build/temp.linux-x86_64-3.5/src/cryptography/hazmat/bindings/__pycache__
gcc -pthread -Wno-unused-result -Wsign-compare 
-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/tmp/cryptovenv/include 
-I/usr/include/python3.5m -c 
src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1251de2xc302a38b.c
 -o 
build/temp.linux-x86_64-3.5/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1251de2xc302a38b.o

src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1251de2xc302a38b.c:505:6:
 error: conflicting types for ‘BIO_new_mem_buf’
 BIO *BIO_new_mem_buf(void *, int);
  ^~~
In file included from /usr/include/openssl/asn1.h:65:0,
 from 
src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1251de2xc302a38b.c:220:
/usr/include/openssl/bio.h:692:6: note: previous declaration of 
‘BIO_new_mem_buf’ was here
 BIO *BIO_new_mem_buf(const void *buf, int len);
  ^~~

src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_1251de2xc302a38b.c:2019:15:
 error: ‘SSLv2_method’ redeclared as different kind of symbol
 SSL_METHOD* (*SSLv2_method)(void) = NULL;
   ^~~~
In file included from 

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

2016-11-29 Thread martbab
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

martbab commented:
"""
Well from our (as upstream) POV 0.9 and later is required for Custodia to work 
correctly. This requirement was introduced by me in commit 
aa749957360b85fecaed2f9f8dc286f560b89e0b when I was building 4.3 in Copr for 
CentOS 7. There was ye olde 0.8 something version and I found empirically that 
0.9 or later is required for replica promotion to work (at that time 1.2.1 was 
the most up-to-date version built in Brew IIRC). Yes, this version is ancient 
and vast majority of distros does not support it anymore but then it is their 
job to provide newer version fullfilling our Required and I see no point in 
artificially bumping it in upstream unless some of our code depends on 
functionality of newer version.

I mentioned the CentOS story as an example that demonstrates that you never 
know on what distro your software is being ported.

That said, if you are afraid that it can break the PIP use-case then I am fine 
with bumping the version but as @mbasti-rh said, please split version bumps 
into a separate commit with clean explanation of the reasons (already provided 
in the commit message).

This makes it easier for our future selves to review the build/runtime 
requirements during spec file cleanups and similar work. I remember that 
@jcholast was very frustrated when he was cleaning up BuildRequires recently 
and was unable to find any reasonable explanation for many of them in git 
history.

"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263636692
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
Would you rather claim to be compatible with a broken, unsupported, and old 
version?
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263571342
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread mbasti-rh
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

mbasti-rh commented:
"""
So create a separate commits:
- fixes ipasetup.py
- bumps python-gssapi for pypi, with proper explanation in commit message and 
maybe comment in code may be helpful.
And we will be happy because we have reason why it needs to be raised and this 
reason can be found in git history.

I'm still not persuaded with need for bumping cryptography. 
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263554517
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
You said Fedora, I didn't. The build bug is not related to Fedora at all. 
Cryptography 0.9 does not build on any distribution or platform with a recent 
version of OpenSSL.

Touché, I said Fedora in the commit message.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263552748
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
You said Fedora, I didn't. The build bug is not related to Fedora at all. 
Cryptography 0.9 does not build on any distribution or platform with a recent 
version of OpenSSL.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263552748
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread mbasti-rh
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

mbasti-rh commented:
"""
> PS: There is no technical reason to bump the version of python-gssapi in 
> freeipa.spec. The enum34 dependency issues is solely a Python packaging bug. 
> It does not affect RPM packages. Since you insist on syncing PyPI versions 
> with RPM versions, I had to bump both. Have it your way.

So finally we have reason to bump version, which should be docummented in git 
history as separate commit.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263552388
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
PS: There is no technical reason to bump the version of python-gssapi in 
freeipa.spec. The enum34 dependency issues is solely a Python packaging bug. It 
does not affect RPM packages. Since you insist on syncing PyPI versions with 
RPM versions, I had to bump both. Have it your way.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263552051
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread mbasti-rh
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

mbasti-rh commented:
"""
> @mbasti-rh The bumped version numbers are required. gssapi needs to be bumped 
> because 1.1.x has wrong dependency information for Python 3 (enum34). 
So, this is broken fedora dependency on fedora side? If yes then this should be 
fixed by fedora downstream patch. I don't see reason why upstream version 
should have raised dependency just because fedora is broken.

> cryptography 0.9 does not build any more. gssapi 1.2 and cryptography 1.3 are 
> the oldest releases that are actually been tested by QE. I did not bother to 
> verify older releases because I consider it a waste of time and resources. In 
> a couple of weeks we have to bump up cryptography to 1.7 anyway.


I don't see reason why bumping requires just because we are unable to build on 
fedora. Fedora is not the only linux distro.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263552072
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
@mbasti-rh The bumped version numbers are required. gssapi needs to be bumped 
because 1.1.x has wrong dependency information for Python 3 (enum34). 
cryptography 0.9 does not build any more. gssapi 1.2 and cryptography 1.3 are 
the oldest releases that are actually been tested by QE. I did not bother to 
verify older releases because I consider it a waste of time and resources. In a 
couple of weeks we have to bump up cryptography to 1.7 anyway.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263550183
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

tiran commented:
"""
@mbasti-rh The bumped version numbers are required. gssapi needs to be bumped 
because 1.1.x has wrong dependency information for Python 3 (enum34). 
cryptography 0.9 does not build any more. gssapi 1.2 and cryptography 1.3 are 
the oldest releases that are actually been tested by QE.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263550183
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-29 Thread mbasti-rh
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

mbasti-rh commented:
"""
@tiran You can split patch to useful part and please send unneeded bumping of 
requires as separate pull request, we can continue with discussion there about 
bumping versions. It is unrelated part of patch and should be in separated 
commit anyway.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263547842
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-28 Thread pvoborni
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

pvoborni commented:
"""
The commit message doesn't explain why  python-gssapi version is raised. Is it 
required by something? It also doesn't explain if the minimal required version 
of python-cryptography should be  1.3. Review would be much smoother if this 
information was here since the beginning.

That said, answers to those questions are not important. Fedora 23+, RHEL 7.3, 
PyPi all have the same or newer versions and it is actually more work to 
install older versions. (Not sure about Debian) Or it might not even be 
possible.  So there is no point to waste time with discussing why it needs to 
be bumped. 

If it was a version which would not be on target platforms then it would be 
different story.

@mbasti-rh is there any other reason for having full explanation of version 
bumps which I don't see? If not can we move the review forward to unblock #263 ?





"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263336537
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-28 Thread mbasti-rh
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

mbasti-rh commented:
"""
Better now, but commit message missing explanation why bumping requires was 
needed.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-263243606
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

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

2016-11-21 Thread mbasti-rh
  URL: https://github.com/freeipa/freeipa/pull/255
Title: #255: Adjustments for setup requirements

mbasti-rh commented:
"""
I found some changes in versions of dependencies I don't like, because there is 
no explanation why it is needed and it is out of sync between specfile and 
setup.py 
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/255#issuecomment-262015124
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code