Bug 1967078
Summary: | condor fails to build in Fedora 35+: Broken RPATH will fail rpmbuild | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | condor | Assignee: | Tim Theisen <tim> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | bbockelm, bcotton, eerlands, matt, mhroncok, mselmeci, stclairt, steve.traylen, thrnciar, tim, valtri |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-26 09:04:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1890881, 1927309, 1927313 |
Description
Tomáš Hrnčiar
2021-06-02 12:08:50 UTC
This is a mass-posted update. Sorry if it is not 100% accurate to this bugzilla. The Python 3.10 rebuild is in progress in a Koji side tag. If you manage to fix the problem, please commit the fix in the rawhide branch, but don't build the package in regular rawhide. You can either build the package in the side tag, with: $ fedpkg build --target=f35-python Or you can the build and we will eventually build it for you. Note that the rebuild is still in progress, so not all (build) dependencies of this package might be available right away. Thanks. See also https://fedoraproject.org/wiki/Changes/Python3.10 If you have general questions about the rebuild, please use this mailing list thread: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/G47SGOYIQLRDTWGOSLSWERZSSHXDEDH5/ I have a fix for the RPATH problem. However, HTCondor is not building for other reasons. I am currently working on bringing it up to version 9.1.0. However, the spec file needs work with this major upgrade. Once it builds in regular rawhide, I'll make sure that it works in f35-python as well. The f35-python side tag has been merged to Rawhide. From now on, build as you would normally build. *** Bug 1968788 has been marked as a duplicate of this bug. *** The current problem is: + make -C docs man make: Entering directory '/builddir/build/BUILD/htcondor-8_8_10/docs' sphinx-build -b man -d _build/doctrees . _build/man Running Sphinx v4.0.2 WARNING: while setting up extension index: role 'index' is already registered, it will be overridden making output directory... done Exception occurred: File "/builddir/build/BUILD/htcondor-8_8_10/docs/conf.py", line 452, in setup app.add_stylesheet('css/htcondor-manual.css') AttributeError: 'Sphinx' object has no attribute 'add_stylesheet' *** This bug has been marked as a duplicate of bug 1977313 *** |