../gnome-builder-3.40.0/src/plugins/dspy/libdspy/dspy-names-model.c: In function ‘dspy_names_model_init_async’: ../gnome-builder-3.40.0/src/plugins/dspy/libdspy/dspy-names-model.c:388:31: error: implicit declaration of function ‘g_memdup2’; did you mean ‘g_memdup’? [-Werror=implicit-function-declaration] 388 | g_task_set_task_data (task, g_memdup2 (&n_active, sizeof n_active), g_free); | ^~~~~~~~~ | g_memdup ../gnome-builder-3.40.0/src/plugins/dspy/libdspy/dspy-names-model.c:388:31: warning: nested extern declaration of ‘g_memdup2’ [-Wnested-externs] ../gnome-builder-3.40.0/src/plugins/dspy/libdspy/dspy-names-model.c:388:31: error: passing argument 2 of ‘g_task_set_task_data’ makes pointer from integer without a cast [-Werror=int-conversion] 388 | g_task_set_task_data (task, g_memdup2 (&n_active, sizeof n_active), g_free); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int Reproducible: Always
Created attachment 702264 [details] build.log
Created attachment 702267 [details] emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcecc2e44f43b99fa7ad51e0cae1a54a45734184 commit bcecc2e44f43b99fa7ad51e0cae1a54a45734184 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-04-29 01:02:17 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-04-29 01:02:40 +0000 dev-util/gnome-builder: Raise glib dependency Closes: https://bugs.gentoo.org/785454 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-util/gnome-builder/gnome-builder-3.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)