View previous topic :: View next topic |
Author |
Message |
JustCauseWhyNot Tux's lil' helper
Joined: 07 Dec 2021 Posts: 147
|
Posted: Wed Sep 11, 2024 7:18 pm Post subject: [Solved]Gnome boxes fails to compile |
|
|
emerge.info, and build.log. I've read the log, but I can't tell why it's failing. Any help greatly appreciated.
Last edited by JustCauseWhyNot on Wed Sep 11, 2024 8:56 pm; edited 1 time in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22601
|
Posted: Wed Sep 11, 2024 7:50 pm Post subject: |
|
|
Code: | src/gnome-boxes.p/libvirt-broker.c:1056:2: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'gboolean' (aka 'int') [-Wint-conversion]
1056 | g_return_val_if_fail (_data_->_tmp0_ != NULL, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | That second NULL should probably be 0 or a false-like constant. Also, this looks like a bug, which should be fixed upstream. |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1946
|
Posted: Wed Sep 11, 2024 8:03 pm Post subject: |
|
|
See bug 936516. |
|
Back to top |
|
|
JustCauseWhyNot Tux's lil' helper
Joined: 07 Dec 2021 Posts: 147
|
Posted: Wed Sep 11, 2024 8:56 pm Post subject: |
|
|
I did see that bug, but I didn't know if it was related since it when I searched I failed to find it. I was just searching for Code: | if (if (g_once_init_enter (&boxes_libvirt_machine_type_id__once)) |
|
|
Back to top |
|
|
imesg Guru
Joined: 12 Jul 2002 Posts: 451
|
Posted: Mon Sep 16, 2024 1:12 pm Post subject: says SOLVED but how |
|
|
Subject line says 'SOLVED'. So what is the solution?
Thanks |
|
Back to top |
|
|
|