On Thu, Sep 27, 2018 at 4:55 PM Ken Moffat via blfs-dev < [email protected]> wrote:
> On Thu, Sep 27, 2018 at 03:50:06PM -0500, Douglas R. Reno via blfs-dev > wrote: > > > > I'm committing pygobject3 as I write this. As part of the update, it > > underwent a change from autotools to Meson/ninja. This required > significant > > changes to the installation instructions, but the dependencies remained > the > > same. > > > > I'm experiencing issues with it's tests that decrease my confidence that > > this package works correctly. Can I get someone else to please run the > > tests on their system and tell me if there's an issue with it? > > > For me (basically running 8.3 on this machine) neither 2 nor 3 can > run their tests, some module called pytest is required for the > tests. > > https://pypi.org/project/pytest/#files (pytest-3.8.1.tar.gz) > > With that installed (pythonN setup.py build ; pythonN setup.py > install and optionally root /some/where for DESTDIR installs) but > WITHOUT the optional pep8 and pyflakes, the tests run quietly: > > ken@plexi /tmp/pygobject-3.30.1 $ninja -C python2 test 2>&1 | tee > testlog-python2 > ninja: Entering directory `python2' > [0/1] Running all tests. > 1/1 pygobject-test-suite OK 7.14 s > > OK: 1 > FAIL: 0 > SKIP: 0 > TIMEOUT: 0 > > Full log written to /tmp/pygobject-3.30.1/python2/meson-logs/testlog.txt > ken@plexi /tmp/pygobject-3.30.1 $ninja -C python3 test 2>&1 | tee > testlog-python3 > ninja: Entering directory `python3' > [0/1] Running all tests. > 1/1 pygobject-test-suite OK 6.04 s > > OK: 1 > FAIL: 0 > SKIP: 0 > TIMEOUT: 0 > > Full log written to /tmp/pygobject-3.30.1/python3/meson-logs/testlog.txt > > I'll attach those as testlog2.txt and testlog3.txt. Sorry this is > not what you wanted to hear. > > ĸen > > > > Thanks for the results Ken. I really was hoping it was an upstream problem... This doesn't bring good news for this build. Most of the test suites I've run recently have given completely odd results as well. Normally GCR is flawless, but 75% of it's tests failed too, same with libsoup and glib-networking. I also had a complete FTBFS in PyGTK because it was referencing a .la file that doesn't exist since I upgraded glib2. I'll consult with Bruce and see if I should rebuild. It won't take me long to get back if I run things at -j4.
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
