Skip to content
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

Update RPM build to Fedora 41 #10021

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Conversation

devurandom
Copy link
Contributor

@devurandom devurandom commented Nov 8, 2024

Fedora 41 was released on 2024-10-29, cf. https://discussion.fedoraproject.org/t/fedora-linux-41-is-here/134766.

Current builds (tried mozillavpn-2.25.0~build20241108-1.x86_64 downloaded from https://github.com/mozilla-mobile/mozilla-vpn-client/actions/runs/11733374458) depend upon libQt6Core.so.6(Qt_6.7_PRIVATE_API)(64bit) but since Fedora 41 is on Qt 6.8 no current package provides that symbol.

See-also: #9966

devurandom and others added 2 commits November 8, 2024 17:27
Fedora 41 was released on 2024-10-29, cf. https://discussion.fedoraproject.org/t/fedora-linux-41-is-here/134766.

Current builds (tried `mozillavpn-2.25.0~build20241108-1.x86_64` downloaded from https://github.com/mozilla-mobile/mozilla-vpn-client/actions/runs/11733374458) depend upon `libQt6Core.so.6(Qt_6.7_PRIVATE_API)(64bit)` but since Fedora 41 is on Qt 6.8 no current package provides that symbol.
@savingsandloan
Copy link
Contributor

FYI, I didn't see your PR when making #10055 (which is merged). Do you need GDB?

@strseb strseb merged commit 4c6bb6b into mozilla-mobile:main Dec 5, 2024
112 of 114 checks passed
@devurandom devurandom deleted the patch-1 branch December 5, 2024 13:43
@devurandom
Copy link
Contributor Author

FYI, I didn't see your PR when making #10055 (which is merged). Do you need GDB?

Yes, find-debuginfo asked for GDB:

+ /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 2.25.0~pr10021-1 --unique-debug-suffix -2.25.0~pr10021-1.x86_64 --unique-debug-src-base mozillavpn-2.25.0~pr10021-1.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /__w/mozilla-vpn-client/mozilla-vpn-client/BUILD/mozillavpn-2.25.0_pr10021-build/mozillavpn-2.25.0~pr10021
find-debuginfo: starting
Extracting debug info from 2 files
gdb-add-index: Failed to find a useable GDB binary
*** ERROR:: GDB exited with exit status 1 during index generation
gdb-add-index: Failed to find a useable GDB binary
*** ERROR:: GDB exited with exit status 1 during index generation
error: Bad exit status from /var/tmp/rpm-tmp.hjC6x5 (%install)

https://github.com/mozilla-mobile/mozilla-vpn-client/actions/runs/11745837739/job/32724361016#step:5:6346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants