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 1462729 Details for
Bug 1604282
gstreamer-plugins-good: 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-19 21:55:05 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 21:55:05 UTC
Size:
32.00 KB
patch
obsolete
>gins-good-0.10.31/ext/soup' > CC libgstsouphttpsrc_la-gstsouphttpsrc.lo >gstsouphttpsrc.c: In function 'gst_soup_http_src_got_headers_cb': >gstsouphttpsrc.c:740:5: warning: 'soup_message_headers_get' is deprecated: Use '"soup_message_headers_get_one or soup_message_headers_get_list"' instead [-Wdeprecated-declarations] > GST_DEBUG_OBJECT (src, "%u redirect to \"%s\"", msg->status_code, > ^~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-2.4/libsoup/soup-message.h:11, > from /usr/include/libsoup-2.4/libsoup/soup-headers.h:10, > from /usr/include/libsoup-2.4/libsoup/soup-auth.h:10, > from /usr/include/libsoup-2.4/libsoup/soup.h:16, > from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:9, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-2.4/libsoup/soup-message-headers.h:51:21: note: declared here > const char *soup_message_headers_get (SoupMessageHeaders *hdrs, > ^~~~~~~~~~~~~~~~~~~~~~~~ >gstsouphttpsrc.c:774:11: warning: 'soup_message_headers_get' is deprecated: Use '"soup_message_headers_get_one or soup_message_headers_get_list"' instead [-Wdeprecated-declarations] > soup_message_headers_get (msg->response_headers, > ^~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-2.4/libsoup/soup-message.h:11, > from /usr/include/libsoup-2.4/libsoup/soup-headers.h:10, > from /usr/include/libsoup-2.4/libsoup/soup-auth.h:10, > from /usr/include/libsoup-2.4/libsoup/soup.h:16, > from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:9, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-2.4/libsoup/soup-message-headers.h:51:21: note: declared here > const char *soup_message_headers_get (SoupMessageHeaders *hdrs, > ^~~~~~~~~~~~~~~~~~~~~~~~ >gstsouphttpsrc.c:826:11: warning: 'soup_message_headers_get' is deprecated: Use '"soup_message_headers_get_one or soup_message_headers_get_list"' instead [-Wdeprecated-declarations] > soup_message_headers_get (msg->response_headers, > ^~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-2.4/libsoup/soup-message.h:11, > from /usr/include/libsoup-2.4/libsoup/soup-headers.h:10, > from /usr/include/libsoup-2.4/libsoup/soup-auth.h:10, > from /usr/include/libsoup-2.4/libsoup/soup.h:16, > from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:9, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-2.4/libsoup/soup-message-headers.h:51:21: note: declared here > const char *soup_message_headers_get (SoupMessageHeaders *hdrs, > ^~~~~~~~~~~~~~~~~~~~~~~~ >gstsouphttpsrc.c:837:11: warning: 'soup_message_headers_get' is deprecated: Use '"soup_message_headers_get_one or soup_message_headers_get_list"' instead [-Wdeprecated-declarations] > soup_message_headers_get (msg->response_headers, > ^~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-2.4/libsoup/soup-message.h:11, > from /usr/include/libsoup-2.4/libsoup/soup-headers.h:10, > from /usr/include/libsoup-2.4/libsoup/soup-auth.h:10, > from /usr/include/libsoup-2.4/libsoup/soup.h:16, > from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:9, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-2.4/libsoup/soup-message-headers.h:51:21: note: declared here > const char *soup_message_headers_get (SoupMessageHeaders *hdrs, > ^~~~~~~~~~~~~~~~~~~~~~~~ >gstsouphttpsrc.c:847:3: warning: 'soup_message_headers_get' is deprecated: Use '"soup_message_headers_get_one or soup_message_headers_get_list"' instead [-Wdeprecated-declarations] > if ((value = soup_message_headers_get (msg->response_headers, "icy-url")) > ^~ >In file included from /usr/include/libsoup-2.4/libsoup/soup-message.h:11, > from /usr/include/libsoup-2.4/libsoup/soup-headers.h:10, > from /usr/include/libsoup-2.4/libsoup/soup-auth.h:10, > from /usr/include/libsoup-2.4/libsoup/soup.h:16, > from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:9, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-2.4/libsoup/soup-message-headers.h:51:21: note: declared here > const char *soup_message_headers_get (SoupMessageHeaders *hdrs, > ^~~~~~~~~~~~~~~~~~~~~~~~ >gstsouphttpsrc.c: In function 'gst_soup_http_src_build_message': >gstsouphttpsrc.c:1162:3: warning: 'soup_message_set_chunk_allocator' is deprecated: Use 'SoupRequest' instead [-Wdeprecated-declarations] > soup_message_set_chunk_allocator (src->msg, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-2.4/libsoup/soup-headers.h:10, > from /usr/include/libsoup-2.4/libsoup/soup-auth.h:10, > from /usr/include/libsoup-2.4/libsoup/soup.h:16, > from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:9, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-2.4/libsoup/soup-message.h:198:16: note: declared here > void soup_message_set_chunk_allocator (SoupMessage *msg, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gstsouphttpsrc.c: In function 'gst_soup_http_src_start': >gstsouphttpsrc.c:1268:9: warning: 'soup_session_async_new_with_options' is deprecated: Use 'soup_session_new' instead [-Wdeprecated-declarations] > soup_session_async_new_with_options (SOUP_SESSION_ASYNC_CONTEXT, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-2.4/libsoup/soup.h:46, > from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:9, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-2.4/libsoup/soup-session-async.h:54:14: note: declared here > SoupSession *soup_session_async_new_with_options (const char *optname1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gstsouphttpsrc.c:1272:9: warning: 'soup_proxy_resolver_gnome_get_type' is deprecated: Use 'SoupSession:proxy-resolver' instead [-Wdeprecated-declarations] > SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_PROXY_RESOLVER_GNOME, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:12, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h:15:7: note: declared here > GType soup_proxy_resolver_gnome_get_type (void); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gstsouphttpsrc.c:1277:9: warning: 'soup_session_async_new_with_options' is deprecated: Use 'soup_session_new' instead [-Wdeprecated-declarations] > soup_session_async_new_with_options (SOUP_SESSION_ASYNC_CONTEXT, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-2.4/libsoup/soup.h:46, > from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:9, > from gstsouphttpsrc.c:81: >/usr/include/libsoup-2.4/libsoup/soup-session-async.h:54:14: note: declared here > SoupSession *soup_session_async_new_with_options (const char *optname1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > CC libgstsouphttpsrc_la-gstsouphttpclientsink.lo >gstsouphttpclientsink.c: In function 'gst_soup_http_client_sink_start': >gstsouphttpclientsink.c:522:9: warning: 'soup_session_async_new_with_options' is deprecated: Use 'soup_session_new' instead [-Wdeprecated-declarations] > soup_session_async_new_with_options (SOUP_SESSION_ASYNC_CONTEXT, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/libsoup-2.4/libsoup/soup.h:46, > from gstsouphttpclientsink.h:24, > from gstsouphttpclientsink.c:43: >/usr/include/libsoup-2.4/libsoup/soup-session-async.h:54:14: note: declared here > SoupSession *soup_session_async_new_with_options (const char *optname1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > CC libgstsouphttpsrc_la-gstsoup.lo > CCLD libgstsouphttpsrc.la >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/soup' >make -C speex >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/speex' > CC libgstspeex_la-gstspeex.lo > CC libgstspeex_la-gstspeexdec.lo > CC libgstspeex_la-gstspeexenc.lo > CCLD libgstspeex.la >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/speex' >make -C taglib >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/taglib' > CC libgsttaglib_la-gsttaglibmux.lo > CXX libgsttaglib_la-gstid3v2mux.lo > CXX libgsttaglib_la-gstapev2mux.lo > CXXLD libgsttaglib.la >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/taglib' >make -C wavpack >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/wavpack' > CC libgstwavpack_la-gstwavpack.lo > CC libgstwavpack_la-gstwavpackcommon.lo > CC libgstwavpack_la-gstwavpackparse.lo > CC libgstwavpack_la-gstwavpackdec.lo > CC libgstwavpack_la-gstwavpackenc.lo > CC libgstwavpack_la-gstwavpackstreamreader.lo > CCLD libgstwavpack.la >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/wavpack' > CC libgstjpeg_la-smokecodec.lo > CC libgstjpeg_la-gstsmokeenc.lo > CC libgstjpeg_la-gstsmokedec.lo > CCLD libgstjpeg.la >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/jpeg' >Making all in annodex >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/annodex' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/annodex' >Making all in cairo >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/cairo' >make all-am >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/cairo' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/cairo' >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/cairo' >Making all in flac >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/flac' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/flac' >Making all in gconf >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/gconf' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/gconf' >Making all in gdk_pixbuf >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/gdk_pixbuf' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/gdk_pixbuf' >Making all in jack >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/jack' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/jack' >Making all in jpeg >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/jpeg' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/jpeg' >Making all in libpng >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/libpng' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/libpng' >Making all in pulse >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/pulse' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/pulse' >Making all in shout2 >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/shout2' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/shout2' >Making all in soup >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/soup' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/soup' >Making all in speex >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/speex' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/speex' >Making all in taglib >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/taglib' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/taglib' >Making all in wavpack >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/wavpack' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext/wavpack' >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext' >make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/ext' >Making all in tests >make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests' >Making all in check >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/check' > CC libparser_la-parser.lo > CC autodetect.o > CCLD elements/autodetect > CCLD libparser.la >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/check' >Making all in files >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/files' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/files' >Making all in icles >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/icles' > CC gdkpixbufsink_test-gdkpixbufsink-test.o > CC test_oss4-test-oss4.o >test-oss4.c: In function 'probe_element': >test-oss4.c:200:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > val = g_value_array_get_nth (arr, i); > ^~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from test-oss4.c:27: >/usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here > GValue* g_value_array_get_nth (GValueArray *value_array, > ^~~~~~~~~~~~~~~~~~~~~ >test-oss4.c:218:5: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_free (arr); > ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from test-oss4.c:27: >/usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here > void g_value_array_free (GValueArray *value_array); > ^~~~~~~~~~~~~~~~~~ > CC v4l2src_test-v4l2src-test.o > CC ximagesrc_test-ximagesrc-test.o > CC equalizer_test-equalizer-test.o > CC videocrop_test-videocrop-test.o > CC videobox_test-videobox-test.o > CC videocrop2_test-videocrop2-test.o > CCLD gdkpixbufsink-test > CCLD test-oss4 > CCLD v4l2src-test > CCLD ximagesrc-test > CCLD equalizer-test > CCLD videocrop-test > CCLD videobox-test > CCLD videocrop2-test >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/icles' >Making all in examples >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples' >make -C audiofx >make -C equalizer >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/audiofx' >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/equalizer' > CC firfilter_example-firfilter-example.o > CC demo-demo.o >firfilter-example.c: In function 'on_rate_changed': >firfilter-example.c:95:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > va = g_value_array_new (1); > ^~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from firfilter-example.c:27: >/usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here > GValueArray* g_value_array_new (guint n_prealloced); > ^~~~~~~~~~~~~~~~~ >firfilter-example.c:100:5: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_append (va, &v); > ^~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from firfilter-example.c:27: >/usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here > GValueArray* g_value_array_append (GValueArray *value_array, > ^~~~~~~~~~~~~~~~~~~~ >firfilter-example.c:108:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_free (va); > ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from firfilter-example.c:27: >/usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here > void g_value_array_free (GValueArray *value_array); > ^~~~~~~~~~~~~~~~~~ > CC iirfilter_example-iirfilter-example.o >iirfilter-example.c: In function 'on_rate_changed': >iirfilter-example.c:70:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > va = g_value_array_new (1); > ^~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from iirfilter-example.c:29: >/usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here > GValueArray* g_value_array_new (guint n_prealloced); > ^~~~~~~~~~~~~~~~~ >iirfilter-example.c:74:3: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_append (va, &v); > ^~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from iirfilter-example.c:29: >/usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here > GValueArray* g_value_array_append (GValueArray *value_array, > ^~~~~~~~~~~~~~~~~~~~ >iirfilter-example.c:77:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_free (va); > ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from iirfilter-example.c:29: >/usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here > void g_value_array_free (GValueArray *value_array); > ^~~~~~~~~~~~~~~~~~ >iirfilter-example.c:79:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > va = g_value_array_new (1); > ^~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from iirfilter-example.c:29: >/usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here > GValueArray* g_value_array_new (guint n_prealloced); > ^~~~~~~~~~~~~~~~~ >iirfilter-example.c:81:3: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_append (va, &v); > ^~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from iirfilter-example.c:29: >/usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here > GValueArray* g_value_array_append (GValueArray *value_array, > ^~~~~~~~~~~~~~~~~~~~ >iirfilter-example.c:84:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_free (va); > ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from iirfilter-example.c:29: >/usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here > void g_value_array_free (GValueArray *value_array); > ^~~~~~~~~~~~~~~~~~ > CCLD firfilter-example > CCLD demo > CCLD iirfilter-example >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/equalizer' >make -C jack >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/jack' >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/audiofx' >make -C level > CC jack_client-jack_client.o >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/level' > CC level_example-level-example.o > CCLD level-example > CCLD jack_client >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/level' >make -C pulse >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/pulse' > CC pulse-pulse.o >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/jack' >make -C rtp >pulse.c: In function 'test_element': >pulse.c:48:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > device = g_value_array_get_nth (array, i); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from pulse.c:20: >/usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here > GValue* g_value_array_get_nth (GValueArray *value_array, > ^~~~~~~~~~~~~~~~~~~~~ >pulse.c:55:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_free (array); > ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from pulse.c:20: >/usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here > void g_value_array_free (GValueArray *value_array); > ^~~~~~~~~~~~~~~~~~ >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/rtp' > CC server_alsasrc_PCMA-server-alsasrc-PCMA.o >server-alsasrc-PCMA.c: In function 'print_stats': >server-alsasrc-PCMA.c:93:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > val = g_value_array_get_nth (arr, i); > ^~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from server-alsasrc-PCMA.c:23: >/usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here > GValue* g_value_array_get_nth (GValueArray *value_array, > ^~~~~~~~~~~~~~~~~~~~~ >server-alsasrc-PCMA.c:98:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > g_value_array_free (arr); > ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from server-alsasrc-PCMA.c:23: >/usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here > void g_value_array_free (GValueArray *value_array); > ^~~~~~~~~~~~~~~~~~ > CC client_PCMA-client-PCMA.o >client-PCMA.c: In function 'pad_added_cb': >client-PCMA.c:105:20: warning: variable 'lres' set but not used [-Wunused-but-set-variable] > GstPadLinkReturn lres; > ^~~~ >client-PCMA.c: In function 'main': >client-PCMA.c:134:20: warning: variable 'lres' set but not used [-Wunused-but-set-variable] > GstPadLinkReturn lres; > ^~~~ >client-PCMA.c:133:12: warning: variable 'res' set but not used [-Wunused-but-set-variable] > gboolean res; > ^~~ > CCLD server-alsasrc-PCMA > CCLD pulse > CCLD client-PCMA >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/pulse' >make -C shapewipe >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/shapewipe' > CC shapewipe_example-shapewipe-example.o > CCLD shapewipe-example >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/rtp' >make -C spectrum >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/spectrum' > CC demo_osssrc-demo-osssrc.o >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/shapewipe' >make -C v4l2 >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/v4l2' > CC probe-probe.o > CC demo_audiotest-demo-audiotest.o >probe.c: In function 'main': >probe.c:65:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] > value = g_value_array_get_nth (array, i); > ^~~~~ >In file included from /usr/include/glib-2.0/glib-object.h:35, > from /usr/include/gstreamer-0.10/gst/gstenumtypes.h:7, > from /usr/include/gstreamer-0.10/gst/gst.h:31, > from probe.c:21: >/usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here > GValue* g_value_array_get_nth (GValueArray *value_array, > ^~~~~~~~~~~~~~~~~~~~~ > CC camctrl-camctrl.o > CCLD probe > CC spectrum_example-spectrum-example.o > CCLD demo-osssrc > CCLD camctrl >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/v4l2' > CCLD demo-audiotest > CCLD spectrum-example >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/spectrum' >Making all in audiofx >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/audiofx' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/audiofx' >Making all in equalizer >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/equalizer' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/equalizer' >Making all in jack >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/jack' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/jack' >Making all in level >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/level' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/level' >Making all in pulse >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/pulse' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/pulse' >Making all in rtp >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/rtp' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/rtp' >Making all in shapewipe >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/shapewipe' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/shapewipe' >Making all in spectrum >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/spectrum' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/spectrum' >Making all in v4l2 >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/v4l2' >make[4]: Nothing to be done for 'all'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples/v4l2' >make[4]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples' >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests/examples' >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests' >make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/tests' >Making all in docs >make[2]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/docs' >Making all in plugins >make[3]: Entering directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/docs/plugins' > DOC Scanning header files >Traceback (most recent call last): > File "/usr/bin/gtkdoc-scan", line 59, in <module> > scan.Run(options) > File "/usr/share/gtk-doc/python/gtkdoc/scan.py", line 78, in Run > ScanHeaders(dir, section_list, decl_list, get_types, options) > File "/usr/share/gtk-doc/python/gtkdoc/scan.py", line 148, in ScanHeaders > get_types, options) > File "/usr/share/gtk-doc/python/gtkdoc/scan.py", line 140, in ScanHeaders > ScanHeader(fullname, section_list, decl_list, get_types, options) > File "/usr/share/gtk-doc/python/gtkdoc/scan.py", line 229, in ScanHeader > for line in common.open_text(input_file): > File "/usr/lib64/python3.7/codecs.py", line 322, in decode > (result, consumed) = self._buffer_decode(data, self.errors, final) >UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 898: invalid continuation byte > DOC Rebuilding template files >make[3]: gtkdoc-mktmpl: Command not found >make[3]: *** [Makefile:1102: tmpl-build.stamp] Error 127 >make[3]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/docs/plugins' >make[2]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31/docs' >make[2]: *** [Makefile:509: all-recursive] Error 1 >make[1]: *** [Makefile:625: all-recursive] Error 1 >make[1]: Leaving directory '/builddir/build/BUILD/gst-plugins-good-0.10.31' >make: *** [Makefile:553: all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.aQg8lz (%build) >RPM build errors: > Macro expanded in comment on line 22: %{version}.tar.xz > Bad exit status from /var/tmp/rpm-tmp.aQg8lz (%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/gstreamer-plugins-good.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 1604282
: 1462729 |
1462730
|
1462731