https://bugzilla.redhat.com/show_bug.cgi?id=2405563
Bug ID: 2405563
Summary: Compiling for cortex-m0plus fails with "relocations in
generic ELF"
Product: Fedora
Version: 43
Hardware: x86_64
URL: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122359
OS: Linux
Status: NEW
Component: arm-none-eabi-gcc-cs
Keywords: Regression
Severity: high
Assignee: mhlavink(a)redhat.com
Reporter: xaver.hugl(a)kde.org
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
mhlavink(a)redhat.com
Target Milestone: ---
Classification: Fedora
The practical impact to me is that compiling any project targeting the
Raspberry Pi Pico fails with these warnings:
```
/usr/lib/gcc/arm-none-eabi/15.1.0/../../../../arm-none-eabi/bin/ld:
/usr/lib/gcc/arm-none-eabi/15.1.0/thumb/v6-m/nofp/crtbegin.o: relocations in
generic ELF (EM: 0)
/usr/lib/gcc/arm-none-eabi/15.1.0/../../../../arm-none-eabi/bin/ld:
/usr/lib/gcc/arm-none-eabi/15.1.0/thumb/v6-m/nofp/crtbegin.o: relocations in
generic ELF (EM: 0)
/usr/lib/gcc/arm-none-eabi/15.1.0/../../../../arm-none-eabi/bin/ld:
/usr/lib/gcc/arm-none-eabi/15.1.0/thumb/v6-m/nofp/crtbegin.o: relocations in
generic ELF (EM: 0)
/usr/lib/gcc/arm-none-eabi/15.1.0/../../../../arm-none-eabi/bin/ld:
/usr/lib/gcc/arm-none-eabi/15.1.0/thumb/v6-m/nofp/crtbegin.o: error adding
symbols: file in wrong format
collect2: error: ld returned 1 exit status
```
https://github.com/raspberrypi/pico-examples can be used for testing this.
I also just checked and found out that Fedora 42 uses the same
arm-none-eabi-gcc version, yet it works fine there.
The linked gcc bug report also has a more minimal example, but while it doesn't
hit this issue, it doesn't fully compile on Fedora 42 either.
Reproducible: Always
Steps to Reproduce:
1. git clone https://github.com/raspberrypi/pico-examples.git
2. git clone https://github.com/raspberrypi/pico-sdk.git
3. mkdir pico-examples/build
4. cd pico-examples/build
5. PICO_SDK_PATH=../../pico-sdk cmake ..
6. cmake --build .
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2405563
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2389707
Bug ID: 2389707
Summary: python-pytest-cov: FTBFS in Fedora Rawhide and 43
Product: Fedora
Version: 43
URL: https://koschei.fedoraproject.org/package/python-pytes
t-cov
Status: NEW
Component: python-pytest-cov
Assignee: davide(a)cavalca.name
Reporter: mhroncok(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: davide(a)cavalca.name,
epel-packagers-sig(a)lists.fedoraproject.org,
orion(a)nwra.com,
python-packagers-sig(a)lists.fedoraproject.org,
ttomecek(a)redhat.com
Blocks: 2339432 (F43FTBFS), 2373702 (PYC3.14rc2), 2384424
(F44FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
Description of problem:
Package python-pytest-cov fails to build from source in Fedora Rawhide.
Due to reasons described in
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org…
a rebuild of python-pytest-cov is needed in Fedora Rawhide (44) and Fedora 43.
Version-Release number of selected component (if applicable):
5.0.0-5.fc43
Steps to Reproduce:
fedpkg build
Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/python-pytest-cov
============================= test session starts
==============================
platform linux -- Python 3.14.0rc2, pytest-8.3.5, pluggy-1.6.0
rootdir: /builddir/build/BUILD/python-pytest-cov-5.0.0-build/pytest-cov-5.0.0
configfile: pytest.ini
testpaths: tests
plugins: cov-5.0.0, xdist-3.7.0
collected 130 items / 18 deselected / 112 selected
tests/test_pytest_cov.py ........F....s................................. [ 41%]
.............................s...............................sss. [100%]
=================================== FAILURES
===================================
_____________ test_term_report_does_not_interact_with_html_output
______________
/builddir/build/BUILD/python-pytest-cov-5.0.0-build/pytest-cov-5.0.0/tests/test_pytest_cov.py:295:
in test_term_report_does_not_interact_with_html_output
assert sorted(dest_dir.visit('**/*.html')) == [dest_dir.join('index.html'),
dest_dir.join('test_funcarg_py.html')]
E AssertionError: assert [local('/tmp/...arg_py.html')] ==
[local('/tmp/...arg_py.html')]
E
E At index 0 diff:
local('/tmp/pytest-of-mockbuild/pytest-0/test_term_report_does_not_interact_with_html_output0/cov_dest/class_index.html')
!=
local('/tmp/pytest-of-mockbuild/pytest-0/test_term_report_does_not_interact_with_html_output0/cov_dest/index.html')
E Left contains 2 more items, first extra item:
local('/tmp/pytest-of-mockbuild/pytest-0/test_term_report_does_not_interact_with_html_output0/cov_dest/index.html')
E Use -v to get more diff
----------------------------- Captured stdout call
-----------------------------
running: /usr/bin/python3 -mpytest
--basetemp=/tmp/pytest-of-mockbuild/pytest-0/test_term_report_does_not_interact_with_html_output0/runpytest-0
-v
--cov=/tmp/pytest-of-mockbuild/pytest-0/test_term_report_does_not_interact_with_html_output0
--cov-report=term-missing:skip-covered --cov-report=html:cov_dest
/tmp/pytest-of-mockbuild/pytest-0/test_term_report_does_not_interact_with_html_output0/test_funcarg.py
--basetemp=/tmp/pytest-of-mockbuild/pytest-0/basetemp
in:
/tmp/pytest-of-mockbuild/pytest-0/test_term_report_does_not_interact_with_html_output0
============================= test session starts
==============================
platform linux -- Python 3.14.0rc2, pytest-8.3.5, pluggy-1.6.0 --
/usr/bin/python3
cachedir: .pytest_cache
rootdir:
/tmp/pytest-of-mockbuild/pytest-0/test_term_report_does_not_interact_with_html_output0
plugins: cov-5.0.0, xdist-3.7.0
collecting ... collected 1 item
test_funcarg.py::test_foo PASSED [100%]
-------- coverage: platform linux, python 3.14.0-candidate-2 ---------
Name Stmts Miss Cover Missing
-------------------------------------
TOTAL 3 0 100%
1 file skipped due to complete coverage.
Coverage HTML written to dir cov_dest
============================== 1 passed in 0.11s
===============================
=========================== short test summary info
============================
...
FAILED
tests/test_pytest_cov.py::test_term_report_does_not_interact_with_html_output
===== 1 failed, 106 passed, 5 skipped, 18 deselected in 281.44s (0:04:41)
======
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2339432
[Bug 2339432] Fedora 43 FTBFS Tracker
https://bugzilla.redhat.com/show_bug.cgi?id=2373702
[Bug 2373702] Rebuild all packages with .pyc files with Python 3.14.0rc2+
https://bugzilla.redhat.com/show_bug.cgi?id=2384424
[Bug 2384424] Fedora 44 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2389707
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2375114
Bug ID: 2375114
Summary: Please made OpenImageIO
Product: Fedora EPEL
Version: epel10
Hardware: All
OS: Linux
Status: NEW
Component: OpenImageIO
Assignee: hobbes1069(a)gmail.com
Reporter: luya_tfz(a)thefinalzone.net
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
hobbes1069(a)gmail.com
Target Milestone: ---
Link ID: Red Hat Bugzilla 2370418
Classification: Fedora
Description of problem:
Blender needs OpenImageIO dependency to build for EPEL10 branch
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.Build blender in EPEL10 branch
2.
3.
Actual results:
OpenImageIO is currently unavailable on EPEL10 branch
Expected results:
OpenImageIO should be available on EPEL10 branch
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2375114
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2400395
Bug ID: 2400395
Summary: python-xarray-2025.9.1 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: python-xarray
Keywords: FutureFeature, Triaged
Assignee: quantum.analyst(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
jonathan(a)almalinux.org,
python-packagers-sig(a)lists.fedoraproject.org,
quantum.analyst(a)gmail.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 2025.9.1
Upstream release that is considered latest: 2025.9.1
Current version/release in rawhide: 2025.9.0-2.fc44
URL: https://github.com/pydata/xarray
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_M…
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/19523/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/python-xarray
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2400395
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2381362
Bug ID: 2381362
Summary: physfs: FTBFS with change proposal CMake 4.0
Product: Fedora
Version: rawhide
Status: NEW
Component: physfs
Assignee: spotrh(a)gmail.com
Reporter: fedora(a)lecris.me
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
jonathan(a)almalinux.org, spotrh(a)gmail.com,
walter.pete(a)yandex.com
Blocks: 2376114
Target Milestone: ---
Classification: Fedora
Dear package maintainer,
This is an automated bug created due to a FTBFS when rebuilding this package
for the change proposal CMake 4.0.
The rebuild is being tracked in
https://copr.fedorainfracloud.org/coprs/lecris/cmake-4.0/package/physfs.
See https://fedoraproject.org/wiki/Changes/CMake4.0 for more information on how
to make the package compatible.
More specifically, depending on the state of the project:
- If it is actively maintained, please update the `cmake_minimum_required`, and
instruct upstream to do so as well.
To minimize future maintenance, please add a higher bound as well,
preferrably with the highest CMake version being
tested. You may use 4.0 as the higher bound as this is being tested in the
tracked copr project.
- If the project is not maintained, you may add
`CMAKE_POLICY_VERSION_MINIMUM=3.5` as a CMake variable or environment
variable.
You can check the build locally following the instructions in the change
proposal, or submit your build to the tracking
copr project.
Let me know if you encounter any issues, or need any other help.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2376114
[Bug 2376114] CMake 4.0
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2381362
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2403314
Bug ID: 2403314
Summary: spdlog-1.16.0 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: spdlog
Keywords: FutureFeature, Triaged
Assignee: vitaly(a)easycoding.org
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
fzatlouk(a)redhat.com, logans(a)cottsay.net,
thunderbirdtr(a)fedoraproject.org, vitaly(a)easycoding.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 1.16.0
Upstream release that is considered latest: 1.16.0
Current version/release in rawhide: 1.15.3-3.fc43
URL: https://github.com/gabime/spdlog/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_M…
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/15599/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/spdlog
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2403314
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…