-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3 tubes and dependencies #9668
Conversation
@sbo-bot: build python/python3-tubes |
reverse dependencies - python/python3-pyasn1
|
reverse dependencies - python/python3-tubes
|
reverse dependencies - python/python3-semantic-version
|
reverse dependencies - python/python3-calver
|
reverse dependencies - development/zope.interface
|
reverse dependencies - python/python3-characteristic
|
reverse dependencies - python/python3-pluggy
|
reverse dependencies - python/python3-trove-classifiers
|
✅ sbolint - python/python3-characteristic ✅
|
✅ sbolint - python/python3-trove-classifiers ✅
|
✅ sbolint - development/zope.interface ✅
|
✅ sbolint - python/python3-pluggy ✅
|
✅ sbolint - python/python3-semantic-version ✅
|
✅ sbolint - python/python3-pyasn1 ✅
|
✅ sbolint - python/python3-tubes ✅
|
✅ sbolint - python/python3-calver ✅
|
✅ sbolint - python/python3-pyasn1-modules ✅
|
@willysr So maybe all those have already been fixed on your part? |
perhaps |
buildpkg i586 python/python3-tubes
Snipped Build Log
|
sbopkglint i586 python/python3-tubes
|
@Ythogtha please have a look on the issue list |
buildpkg x86_64 python/python3-tubes
Snipped Build Log
|
sbopkglint x86_64 python/python3-tubes
|
see here #9656 |
Ok, my problem seems to be the order of builds. That's a bit unstable for me, it means some will only build on a clean python environment, and build order will matter for complicated packages, like buildbot, mailman, Kallithea, and probably a lot of others. So the questions becomes : is it good to handle both environments, with or without -opt build packages, or should we do only what is required for building on a clean environment ? |
i simply used the queue from sbopkg, the same what our CI did
|
I've narrowed the problem down to python3-incremental. So it's not because of the -opt packages, but strictly because of incremental... |
I'm pushing a revert on incremental, it - again it seems - breaks things. |
But now Twisted is broken... So I'm faced with :
What's your take on this ? |
Closing here, I'm going for the information in incremental README. |
With those, python3-tubes seems to build properly, at last.
As no versions have been updated, only the build workflow is impacted, I'm testing only the top one : python3-tubes.
If that one builds with all its requirements, it will mean that all are building fine...