Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1463922 Details for
Bug 1604695
libyahoo2: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-20 00:01:58 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 00:01:58 UTC
Size:
32.00 KB
patch
obsolete
>TER_UNHANDLED = 0, > ^ >/usr/include/glib-2.0/glib/gmessages.h:325:17: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_error(...) G_STMT_START { \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:331:19: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_message(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:334:20: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_critical(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:337:19: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_warning(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:340:16: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_info(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:343:17: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_debug(...) g_log (G_LOG_DOMAIN, \ > ^~~ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from yahoo_httplib.c:51: >/usr/include/glib-2.0/glib/gstrfuncs.h:324:40: warning: comma at end of enumerator list [-Wpedantic] > G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS, > ^ > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c yahoo_httplib.c -o yahoo_httplib.o >/dev/null 2>&1 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c yahoo_util.c -fPIC -DPIC -o .libs/yahoo_util.o >In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, > from /usr/include/glib-2.0/glib/gtypes.h:32, > from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from yahoo_util.h:30, > from yahoo_util.c:40: >/usr/include/glib-2.0/glib/gtypes.h: In function '_GLIB_CHECKED_ADD_U64': >/usr/include/glib-2.0/glib/gtypes.h:423:41: warning: ISO C90 does not support 'long long' [-Wlong-long] > G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64)); > ^~~~ >/usr/include/glib-2.0/glib/gmacros.h:241:104: note: in definition of macro 'G_STATIC_ASSERT' > #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] G_GNUC_UNUSED > ^~~~ >In file included from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from yahoo_util.h:30, > from yahoo_util.c:40: >/usr/include/glib-2.0/glib/gtypes.h:424:58: warning: ISO C90 does not support 'long long' [-Wlong-long] > return !__builtin_uaddll_overflow(a, b, (unsigned long long *) dest); } > ^~~~ >/usr/include/glib-2.0/glib/gtypes.h: In function '_GLIB_CHECKED_MUL_U64': >/usr/include/glib-2.0/glib/gtypes.h:426:58: warning: ISO C90 does not support 'long long' [-Wlong-long] > return !__builtin_umulll_overflow(a, b, (unsigned long long *) dest); } > ^~~~ >In file included from /usr/include/glib-2.0/glib.h:62, > from yahoo_util.h:30, > from yahoo_util.c:40: >/usr/include/glib-2.0/glib/gmessages.h: At top level: >/usr/include/glib-2.0/glib/gmessages.h:136:29: warning: comma at end of enumerator list [-Wpedantic] > G_LOG_WRITER_UNHANDLED = 0, > ^ >/usr/include/glib-2.0/glib/gmessages.h:325:17: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_error(...) G_STMT_START { \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:331:19: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_message(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:334:20: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_critical(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c -o yahoo_list.lo yahoo_list.c >/usr/include/glib-2.0/glib/gmessages.h:337:19: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_warning(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:340:16: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_info(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:343:17: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_debug(...) g_log (G_LOG_DOMAIN, \ > ^~~ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from yahoo_util.c:40: >/usr/include/glib-2.0/glib/gstrfuncs.h:324:40: warning: comma at end of enumerator list [-Wpedantic] > G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS, > ^ > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c yahoo_util.c -o yahoo_util.o >/dev/null 2>&1 >/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c -o yahoo_fn.lo yahoo_fn.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c yahoo_fn.c -fPIC -DPIC -o .libs/yahoo_fn.o > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c yahoo_fn.c -o yahoo_fn.o >/dev/null 2>&1 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c yahoo_list.c -fPIC -DPIC -o .libs/yahoo_list.o >gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c sample_client.c > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c yahoo_list.c -o yahoo_list.o >/dev/null 2>&1 >In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, > from /usr/include/glib-2.0/glib/gtypes.h:32, > from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gtypes.h: In function '_GLIB_CHECKED_ADD_U64': >/usr/include/glib-2.0/glib/gtypes.h:423:41: warning: ISO C90 does not support 'long long' [-Wlong-long] > G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64)); > ^~~~ >/usr/include/glib-2.0/glib/gmacros.h:241:104: note: in definition of macro 'G_STATIC_ASSERT' > #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] G_GNUC_UNUSED > ^~~~ >In file included from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gtypes.h:424:58: warning: ISO C90 does not support 'long long' [-Wlong-long] > return !__builtin_uaddll_overflow(a, b, (unsigned long long *) dest); } > ^~~~ >/usr/include/glib-2.0/glib/gtypes.h: In function '_GLIB_CHECKED_MUL_U64': >/usr/include/glib-2.0/glib/gtypes.h:426:58: warning: ISO C90 does not support 'long long' [-Wlong-long] > return !__builtin_umulll_overflow(a, b, (unsigned long long *) dest); } > ^~~~ >In file included from /usr/include/glib-2.0/glib.h:62, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gmessages.h: At top level: >/usr/include/glib-2.0/glib/gmessages.h:136:29: warning: comma at end of enumerator list [-Wpedantic] > G_LOG_WRITER_UNHANDLED = 0, > ^ >/usr/include/glib-2.0/glib/gmessages.h:325:17: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_error(...) G_STMT_START { \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:331:19: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_message(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:334:20: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_critical(...) g_log (G_LOG_DOMAIN, \ > ^~~ >gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -Wall -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -ansi -pedantic -c autoresponder.c >/usr/include/glib-2.0/glib/gmessages.h:337:19: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_warning(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:340:16: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_info(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:343:17: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_debug(...) g_log (G_LOG_DOMAIN, \ > ^~~ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:324:40: warning: comma at end of enumerator list [-Wpedantic] > G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS, > ^ >sample_client.c: In function 'ext_yahoo_mail_notify': >sample_client.c:716:18: error: format not a string literal and no format arguments [-Werror=format-security] > print_message((buff)); > ^~~~ >sample_client.c:169:35: note: in definition of macro 'print_message' > #define print_message(x) { printf x; printf("\n"); } > ^ >sample_client.c: In function 'ext_yahoo_login_response': >sample_client.c:925:17: error: format not a string literal and no format arguments [-Werror=format-security] > print_message((buff)); > ^~~~ >sample_client.c:169:35: note: in definition of macro 'print_message' > #define print_message(x) { printf x; printf("\n"); } > ^ >sample_client.c: In function 'yahoo_callback': >sample_client.c:1129:19: error: format not a string literal and no format arguments [-Werror=format-security] > print_message((buff)); > ^~~~ >sample_client.c:169:35: note: in definition of macro 'print_message' > #define print_message(x) { printf x; printf("\n"); } > ^ >sample_client.c: In function 'process_commands': >sample_client.c:1270:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > if(!strncasecmp(cmd, "MSG", strlen("MSG"))) { > ^~ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1288:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CMS", strlen("CMS"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1305:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CLS", strlen("CLS"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1325:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CCR", strlen("CCR"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1347:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CIN", strlen("CIN"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1372:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CLN", strlen("CLN"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1390:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CLF", strlen("CLF"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1411:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CDC", strlen("CDC"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1443:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CHL", strlen("CHL"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1447:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CHJ", strlen("CHJ"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1462:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CHM", strlen("CHM"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1475:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "CHX", strlen("CHX"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1477:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "STA", strlen("STA"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1495:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "OFF", strlen("OFF"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1499:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "IDS", strlen("IDS"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1506:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "AID", strlen("AID"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1509:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "DID", strlen("DID"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1512:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "LST", strlen("LST"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1525:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "NAM", strlen("NAM"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1551:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "WCAM", strlen("WCAM"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c:1562:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > } else if(!strncasecmp(cmd, "WINV", strlen("WINV"))) { > ^ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from sample_client.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >sample_client.c: In function 'main': >sample_client.c:1656:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] > scanf("%s", ylad->yahoo_id); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >sample_client.c:1670:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] > scanf("%s", ylad->password); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >sample_client.c:1680:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] > scanf("%d", &status); > ^~~~~~~~~~~~~~~~~~~~ >sample_client.c:1683:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] > scanf("%d", &log_level); > ^~~~~~~~~~~~~~~~~~~~~~~ >sample_client.c: In function 'yahoo_webcam_timeout_callback': >sample_client.c:307:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread(image, length, 1, f_image); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, > from /usr/include/glib-2.0/glib/gtypes.h:32, > from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from yahoo_util.h:30, > from autoresponder.c:60: >/usr/include/glib-2.0/glib/gtypes.h: In function '_GLIB_CHECKED_ADD_U64': >/usr/include/glib-2.0/glib/gtypes.h:423:41: warning: ISO C90 does not support 'long long' [-Wlong-long] > G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64)); > ^~~~ >/usr/include/glib-2.0/glib/gmacros.h:241:104: note: in definition of macro 'G_STATIC_ASSERT' > #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] G_GNUC_UNUSED > ^~~~ >In file included from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from yahoo_util.h:30, > from autoresponder.c:60: >/usr/include/glib-2.0/glib/gtypes.h:424:58: warning: ISO C90 does not support 'long long' [-Wlong-long] > return !__builtin_uaddll_overflow(a, b, (unsigned long long *) dest); } > ^~~~ >/usr/include/glib-2.0/glib/gtypes.h: In function '_GLIB_CHECKED_MUL_U64': >/usr/include/glib-2.0/glib/gtypes.h:426:58: warning: ISO C90 does not support 'long long' [-Wlong-long] > return !__builtin_umulll_overflow(a, b, (unsigned long long *) dest); } > ^~~~ >In file included from /usr/include/glib-2.0/glib.h:62, > from yahoo_util.h:30, > from autoresponder.c:60: >/usr/include/glib-2.0/glib/gmessages.h: At top level: >/usr/include/glib-2.0/glib/gmessages.h:136:29: warning: comma at end of enumerator list [-Wpedantic] > G_LOG_WRITER_UNHANDLED = 0, > ^ >/usr/include/glib-2.0/glib/gmessages.h:325:17: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_error(...) G_STMT_START { \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:331:19: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_message(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:334:20: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_critical(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:337:19: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_warning(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:340:16: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_info(...) g_log (G_LOG_DOMAIN, \ > ^~~ >/usr/include/glib-2.0/glib/gmessages.h:343:17: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] > #define g_debug(...) g_log (G_LOG_DOMAIN, \ > ^~~ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from autoresponder.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:324:40: warning: comma at end of enumerator list [-Wpedantic] > G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS, > ^ >autoresponder.c: In function 'ext_yahoo_mail_notify': >autoresponder.c:748:18: error: format not a string literal and no format arguments [-Werror=format-security] > print_message((buff)); > ^~~~ >autoresponder.c:182:35: note: in definition of macro 'print_message' > #define print_message(x) { printf x; printf("\n"); } > ^ >autoresponder.c: In function 'ext_yahoo_login_response': >autoresponder.c:973:17: error: format not a string literal and no format arguments [-Werror=format-security] > print_message((buff)); > ^~~~ >autoresponder.c:182:35: note: in definition of macro 'print_message' > #define print_message(x) { printf x; printf("\n"); } > ^ >autoresponder.c: In function 'yahoo_callback': >autoresponder.c:1158:19: error: format not a string literal and no format arguments [-Werror=format-security] > print_message((buff)); > ^~~~ >autoresponder.c:182:35: note: in definition of macro 'print_message' > #define print_message(x) { printf x; printf("\n"); } > ^ >autoresponder.c: In function 'process_commands': >autoresponder.c:1294:2: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] > if(!strncasecmp(cmd, "QUIT", strlen("QUIT"))) { > ^~ >In file included from /usr/include/glib-2.0/glib.h:79, > from yahoo_util.h:30, > from autoresponder.c:60: >/usr/include/glib-2.0/glib/gstrfuncs.h:204:23: note: declared here > gint g_strncasecmp (const gchar *s1, > ^~~~~~~~~~~~~ >autoresponder.c: In function 'main': >autoresponder.c:1365:6: warning: variable 'status' set but not used [-Wunused-but-set-variable] > int status; > ^~~~~~ >autoresponder.c: In function 'yahoo_webcam_timeout_callback': >autoresponder.c:338:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] > fread(image, length, 1, f_image); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >cc1: some warnings being treated as errors >cc1: some warnings being treated as errors >make[3]: *** [Makefile:332: sample_client.o] Error 1 >make[3]: *** Waiting for unfinished jobs.... >make[3]: *** [Makefile:332: autoresponder.o] Error 1 >make[3]: Leaving directory '/builddir/build/BUILD/libyahoo2-1.0.1/src' >make[2]: *** [Makefile:382: all-recursive] Error 1 >make[2]: Leaving directory '/builddir/build/BUILD/libyahoo2-1.0.1/src' >make[1]: *** [Makefile:296: all-recursive] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/libyahoo2-1.0.1' >make: *** [Makefile:204: all] Error 2 >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.2TDNtG (%build) > Bad exit status from /var/tmp/rpm-tmp.2TDNtG (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/libyahoo2.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1604695
: 1463922 |
1463923
|
1463924