Script started on 2024-10-22 15:26:30+09:00 [TERM="dumb" TTY="/dev/pts/0" COLUMNS="91" LINES="20"] [snip] Making all in libsylph make[2]: ディレクトリ '/y2/lsrc/sylpheed/build/sylpheed-3.8.0~beta1/libsylph' に入ります make all-am make[3]: ディレクトリ '/y2/lsrc/sylpheed/build/sylpheed-3.8.0~beta1/libsylph' に入ります [snip] CC utils.lo utils.c: In function ‘execute_command_line_async_wait’: utils.c:4196:9: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 4196 | thread = g_thread_create(execute_command_line_async_func, &data, TRUE, | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:115, from defs.h:27, from utils.c:24: /usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here 102 | GThread *g_thread_create (GThreadFunc func, | ^~~~~~~~~~~~~~~ utils.c: In function ‘execute_open_file’: utils.c:4266:23: error: passing argument 1 of ‘execute_async’ from incompatible pointer type [-Wincompatible-pointer-types] 4266 | execute_async(argv); | ^~~~ | | | const gchar ** {aka const char **} utils.c:4050:33: note: expected ‘gchar * const*’ {aka ‘char * const*’} but argument is of type ‘const gchar **’ {aka ‘const char **’} 4050 | gint execute_async(gchar *const argv[]) | ~~~~~~~~~~~~~^~~~~~ In file included from /usr/include/glib-2.0/glib/giochannel.h:36, from /usr/include/glib-2.0/glib.h:56: utils.c: In function ‘normalize_address_field’: /usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:1050:9: note: in expansion of macro ‘g_string_free’ 1050 | g_string_free(new_str, FALSE); | ^~~~~~~~~~~~~ utils.c: In function ‘get_outgoing_rfc2822_str’: /usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:3673:9: note: in expansion of macro ‘g_string_free’ 3673 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ make[3]: *** [Makefile:644: utils.lo] エラー 1 make[3]: ディレクトリ '/y2/lsrc/sylpheed/build/sylpheed-3.8.0~beta1/libsylph' から出ます make[2]: *** [Makefile:511: all] エラー 2 make[2]: ディレクトリ '/y2/lsrc/sylpheed/build/sylpheed-3.8.0~beta1/libsylph' から出ます make[1]: *** [Makefile:547: all-recursive] エラー 1 make[1]: ディレクトリ '/y2/lsrc/sylpheed/build/sylpheed-3.8.0~beta1' から出ます make: *** [Makefile:456: all] エラー 2 root@xlocalpc:/y2/lsrc/sylpheed/build/sylpheed-3.8.0~beta1# exit exit Script done on 2024-10-22 15:28:13+09:00 [COMMAND_EXIT_CODE="2"]