Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#40042 - [libgnome] build fails

Attached to Project: Arch Linux
Opened by Joel Teichroeb (klusark) - Tuesday, 22 April 2014, 21:46 GMT
Last edited by Jan de Groot (JGC) - Monday, 28 April 2014, 08:26 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

^
CC gnome-help.lo
CC gnome-exec.lo
gnome-program.c: In function 'gnome_program_init':
gnome-program.c:1882:10: error: 'g_threads_got_initialized' undeclared (first use in this function)
if (!g_threads_got_initialized)
^
gnome-program.c:1882:10: note: each undeclared identifier is reported only once for each function it appears in
gnome-program.c:1883:9: warning: implicit declaration of function 'g_thread_init' [-Wimplicit-function-declaration]
g_thread_init (NULL);
^
gnome-program.c:1885:5: warning: 'g_type_init' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
g_type_init ();
^
gnome-program.c: In function 'gnome_program_init_common':
gnome-program.c:1916:5: warning: 'g_type_init' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
g_type_init ();
^
gnome-program.c:2067:2: warning: implicit declaration of function 'g_atexit' [-Wimplicit-function-declaration]
g_atexit (global_program_unref);
^
Makefile:554: recipe for target 'gnome-program.lo' failed
make[3]: *** [gnome-program.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
gnome-exec.c: In function 'gnome_execute_async_with_env_fds':
gnome-exec.c:121:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(parent_comm_pipes[1], &child_pid, sizeof(child_pid));
^
gnome-exec.c:122:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(parent_comm_pipes[1], &itmp, sizeof(itmp));
^
gnome-exec.c:133:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(parent_comm_pipes[1], buf, res);
^
gnome-exec.c:189:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
write(child_comm_pipes[1], &itmp, sizeof(itmp));
^
make[3]: Leaving directory '/build/libgnome/src/libgnome-2.32.1/libgnome'
Makefile:397: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/build/libgnome/src/libgnome-2.32.1/libgnome'
Makefile:364: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/libgnome/src/libgnome-2.32.1'
Makefile:291: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...

Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 28 April 2014, 08:26 GMT
Reason for closing:  Fixed

Loading...