-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fedora 40 template #8915
Fedora 40 template #8915
Comments
GCC 14 complains: shmoverride.c: In function ...mmap_mfns...: shmoverride.c:96:30: error: ...calloc... sizes specified with ...sizeof... in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 96 | pfntable = calloc(sizeof(xen_pfn_t), shm_args_mfns->count); | ^~~~~~~~~ shmoverride.c:96:30: note: earlier argument should specify number of elements, later size of each element cc1: all warnings being treated as errors QubesOS/qubes-issues#8915
GCC 14 complains: input-proxy-receiver.c: In function ...receive_and_validate_caps...: input-proxy-receiver.c:143:34: error: ...calloc... sizes specified with ...sizeof... in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 143 | opt->name = calloc(sizeof(untrusted_caps_msg.name), 1); | ^ input-proxy-receiver.c:143:34: note: earlier argument should specify number of elements, later size of each element QubesOS/qubes-issues#8915
GCC 14 complains: qubes-gui-runuser.c: In function ...pam_conv_callback...: qubes-gui-runuser.c:48:23: error: ...calloc... sizes specified with ...sizeof... in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 48 | calloc(sizeof(struct pam_response), num_msg); | ^~~~~~ qubes-gui-runuser.c:48:23: note: earlier argument should specify number of elements, later size of each element cc1: all warnings being treated as errors QubesOS/qubes-issues#8915
GCC 14 complains: qrexec-agent.c: In function ...pam_conv_callback...: qrexec-agent.c:101:23: error: .. .calloc... sizes specified with ...sizeof... in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 101 | calloc(sizeof(struct pam_response), (size_t)num_msg); | ^~~~~~ qrexec-agent.c:101:23: note: earlier argument should specify number of elements, later size of each element cc1: all warnings being treated as errors QubesOS/qubes-issues#8915
It isn't what is actually installed in Fedora, and in Fedora 40 it conflicts with base packages. Let the normal dependencies do the job. QubesOS/qubes-issues#8915
There is another gnome-classic-session-xsession subpackage now that isn't relevant for template in qubes QubesOS/qubes-issues#8915
Fedora 40 has been released on 2024-04-23. Should the templates in itl-testing be rebuilt? (Their last builds are from 2024-04-15) |
@marmarek The RPM Fusion Rawhide repositories are present and enabled in the latest fedora-40-xfce template:
|
Get ones with final release instead of rawhide. Reported by @Minimalist73 QubesOS/qubes-issues#8915
@andrewdavidwong the template is available in testing repository already (since a few weeks already). Can you announce? (for testing template it goes just to the forum, right?) |
Done: https://forum.qubes-os.org/t/fedora-40-templates-available-for-testing/26379
Right! |
Change to Fedora 40. QubesOS/qubes-issues#8915
@andrewdavidwong I think it got enough testing already, lets move to stable. Can you prepare the announcement and update https://www.qubes-os.org/doc/supported-releases/ ? |
Thinderbird desktop file got renamed in F40. QubesOS/qubes-issues#8915
QubesOS/qubes-issues#8915 (cherry picked from commit 32e20a7)
Thinderbird desktop file got renamed in F40. QubesOS/qubes-issues#8915 (cherry picked from commit b7f0653)
Fedora 40 (https://docs.fedoraproject.org/en-US/releases/f40/) is planned for end of April 2024.
Tasks:
If any issue affects Fedora 40 specifically (build failures, things that worked fine before etc.), please add reference to this issue too.
The text was updated successfully, but these errors were encountered: