Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild output is garbled (#794)

2019-07-16 Thread Miroslav Suchý
I used that python-pip from dist-git and with mock -r fedora-rawhide-x86_64 I was able to reproduce. Then I `mock --copyin python-pip.src.rpm` and `mock -r fedora-rawhide-x86_64 shell` and `cd /buildir/build/SRPMS; rpmbuild --rebuild python-pip.src.rpm` and I do not see this issue. So it really

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild output is garbled (#794)

2019-07-16 Thread Miro Hrončok
This was python-pip (use the Fedora rawhide one). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/794#issuecomment-511835627___

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild output is garbled (#794)

2019-07-16 Thread Miroslav Suchý
Can you share src.rpm which produce the error above? I have either too simple specs or without any error. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/794#issuecomment

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild output is garbled (#794)

2019-07-16 Thread Miro Hrončok
I observed the behavior change on Fedora rawhide only. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/794#issuecomment-511826163__

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild output is garbled (#794)

2019-07-16 Thread Miroslav Suchý
I am not aware of any related change in Mock in the past ~1 year. The relevant Mock code is here: https://github.com/rpm-software-management/mock/blob/devel/mock/py/mockbuild/util.py#L555 Hmmm, what changed is that mock now runs in Python3 - even on EPEL7. I am going to check if `read()` changed

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild output is garbled (#794)

2019-07-16 Thread Miro Hrončok
Disclaimer: I never build in local rpmbuild, so I have no idea if this is caused by mock or RPM. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/794#issuecomment-5117

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild output is garbled (#794)

2019-07-16 Thread Miro Hrončok
Another example: ``` Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Ds3VBv + umask 022 + cd /builddir/build/BUILD + cd pip-19.1.1 + pytest_k='not completion and BUILDSTDERR: not test_pep517_and_build_options and BUILDSTDERR: not test_config_file_venv_option and BUILDSTDERR:

Re: [Rpm-maint] [rpm-software-management/rpm] rpmbuild output is garbled (#794)

2019-07-16 Thread Vít Ondruch
Actually there was thread about this on fedora-devel: https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/6LHINQVZYABXBKAEN3BQ25JPMB5FYEI2/ CC @hroncok -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on