Powered by foobarbaz. Your IP: 18.97.14.86 | libopensync02 06c652c1-63a7-4be3-85f1-f87cef8d6a2aToc:- error 1
xmldoc.c:44:9: error: implicit declaration of function 'free' [-Wimplicit-function-declaration]
- error 2
xmldoc.c:44:9: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
- error 3
make[3]: *** [Makefile:615: xmldoc.lo] Error 1
- error 4
/usr/include/glib-2.0/glib/gstring.h:76:5: error: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Werror=unused-result]
- error 5
make[3]: *** [Makefile:615: vcalical.lo] Error 1
- error 6
/usr/include/glib-2.0/glib/gstring.h:76:5: error: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Werror=unused-result]
- error 7
make[3]: *** [Makefile:615: vformat.lo] Error 1
- error 8
make[2]: *** [Makefile:631: all-recursive] Error 1
- error 9
make[1]: *** [Makefile:519: all-recursive] Error 1
- error 10
error: Bad exit status from /tmp/B.yftc0810/BUILD/tmp/rpm-tmp.fctGKr (%build)
- error 11
RPM build errors:
- error 12
error: No files produced.
Content: | ^~~~~~~~~~~~~
osengine_engine.c:616:9: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
616 | engine->syncing_mutex = g_mutex_new();
| ^~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
283 | GMutex * g_mutex_new (void);
| ^~~~~~~~~~~
osengine_engine.c:617:9: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
617 | engine->info_received_mutex = g_mutex_new();
| ^~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
283 | GMutex * g_mutex_new (void);
| ^~~~~~~~~~~
osengine_engine.c:618:9: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
618 | engine->syncing = g_cond_new();
| ^~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:287:17: note: declared here
287 | GCond * g_cond_new (void);
| ^~~~~~~~~~
osengine_engine.c:619:9: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
619 | engine->info_received = g_cond_new();
| ^~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:287:17: note: declared here
287 | GCond * g_cond_new (void);
| ^~~~~~~~~~
osengine_engine.c:620:9: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
620 | engine->started_mutex = g_mutex_new();
| ^~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
283 | GMutex * g_mutex_new (void);
| ^~~~~~~~~~~
osengine_engine.c:621:9: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
621 | engine->started = g_cond_new();
| ^~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:287:17: note: declared here
287 | GCond * g_cond_new (void);
| ^~~~~~~~~~
osengine_engine.c: In function 'osengine_free':
osengine_engine.c:725:9: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
725 | g_mutex_free(engine->syncing_mutex);
| ^~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:285:17: note: declared here
285 | void g_mutex_free (GMutex *mutex);
| ^~~~~~~~~~~~
osengine_engine.c:726:9: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
726 | g_mutex_free(engine->info_received_mutex);
| ^~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:285:17: note: declared here
285 | void g_mutex_free (GMutex *mutex);
| ^~~~~~~~~~~~
osengine_engine.c:727:9: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
727 | g_cond_free(engine->syncing);
| ^~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:289:17: note: declared here
289 | void g_cond_free (GCond *cond);
| ^~~~~~~~~~~
osengine_engine.c:728:9: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
728 | g_cond_free(engine->info_received);
| ^~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:289:17: note: declared here
289 | void g_cond_free (GCond *cond);
| ^~~~~~~~~~~
osengine_engine.c:729:9: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
729 | g_mutex_free(engine->started_mutex);
| ^~~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:285:17: note: declared here
285 | void g_mutex_free (GMutex *mutex);
| ^~~~~~~~~~~~
osengine_engine.c:730:9: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
730 | g_cond_free(engine->started);
| ^~~~~~~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:289:17: note: declared here
289 | void g_cond_free (GCond *cond);
| ^~~~~~~~~~~
osengine_engine.c: In function 'osengine_init':
osengine_engine.c:944:9: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
944 | engine->thread = g_thread_create ((GThreadFunc)g_main_loop_run, engine->syncloop, TRUE, NULL);
| ^~~~~~
/usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here
102 | GThread *g_thread_create (GThreadFunc func,
| ^~~~~~~~~~~~~~~
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT osengine_engine.lo -MD -MP -MF .deps/osengine_engine.Tpo -c osengine_engine.c -o osengine_engine.o >/dev/null 2>&1
mv -f .deps/osengine_engine.Tpo .deps/osengine_engine.Plo
make[2]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/osengine'
make[2]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/osengine'
/bin/sh ../libtool --tag=CC --mode=link x86_64-pld-linux-gcc -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsqlite3 -R /usr/lib64 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o libosengine.la -rpath /usr/lib64 osengine_client.lo osengine_engine.lo osengine_status.lo osengine_debug.lo osengine_mapping.lo osengine_mapcmds.lo osengine_deciders.lo osengine_flags.lo ../opensync/libopensync.la
libtool: link: x86_64-pld-linux-gcc -shared -fPIC -DPIC -O2 -Werror=format-security -gdwarf-4 -g2 -fstack-protector-strong -Werror=trampolines -march=x86-64 -mtune=generic -gdwarf-4 -g2 -Wl,--export-dynamic -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -pthread .libs/osengine_client.o .libs/osengine_engine.o .libs/osengine_status.o .libs/osengine_debug.o .libs/osengine_mapping.o .libs/osengine_mapcmds.o .libs/osengine_deciders.o .libs/osengine_flags.o -Wl,-rpath -Wl,/tmp/B.yftc0810/BUILD/libopensync-0.22/opensync/.libs -Wl,-rpath -Wl,/usr/lib64 ../opensync/.libs/libopensync.so -L/usr/lib64 -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lsqlite3 /usr/lib64/libxml2.so -lz /usr/lib64/liblzma.so -lpthread -lm -Wl,-soname -Wl,libosengine.so.0 -o .libs/libosengine.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libosengine.so.0" && ln -s "libosengine.so.0.0.0" "libosengine.so.0")
libtool: link: (cd ".libs" && rm -f "libosengine.so" && ln -s "libosengine.so.0.0.0" "libosengine.so")
libtool: link: ar cr .libs/libosengine.a osengine_client.o osengine_engine.o osengine_status.o osengine_debug.o osengine_mapping.o osengine_mapcmds.o osengine_deciders.o osengine_flags.o
libtool: link: ranlib .libs/libosengine.a
libtool: link: ( cd ".libs" && rm -f "libosengine.la" && ln -s "../libosengine.la" "libosengine.la" )
make[2]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/osengine'
Making all in formats
Making all in vformats-xml
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xmldoc.lo -MD -MP -MF .deps/xmldoc.Tpo -c -o xmldoc.lo xmldoc.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xmldoc.lo -MD -MP -MF .deps/xmldoc.Tpo -c xmldoc.c -fPIC -DPIC -o .libs/xmldoc.o
xmldoc.c: In function 'destroy':
xmldoc.c:44:9: error: implicit declaration of function 'free' [-Wimplicit-function-declaration]
44 | free(input);
| ^~~~
xmldoc.c:22:1: note: include '<stdlib.h>' or provide a declaration of 'free'
21 | #include "xml-support.h"
+++ |+#include <stdlib.h>
22 |
xmldoc.c:44:9: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
44 | free(input);
| ^~~~
xmldoc.c:44:9: note: include '<stdlib.h>' or provide a declaration of 'free'
cc1: all warnings being treated as errors
make[3]: *** [Makefile:615: xmldoc.lo] Error 1
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[3]: *** Waiting for unfinished jobs....
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT vcalical.lo -MD -MP -MF .deps/vcalical.Tpo -c -o vcalical.lo vcalical.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT vcalical.lo -MD -MP -MF .deps/vcalical.Tpo -c vcalical.c -fPIC -DPIC -o .libs/vcalical.o
In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
from /usr/include/glib-2.0/glib.h:56,
from vformat.h:28,
from vcalical.c:23:
vcalical.c: In function 'conv_vcal2ical_rrule':
/usr/include/glib-2.0/glib/gstring.h:76:5: error: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Werror=unused-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)))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vcalical.c:411:17: note: in expansion of macro 'g_string_free'
411 | g_string_free(fm_buffer, FALSE);
| ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:615: vcalical.lo] Error 1
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-support.lo -MD -MP -MF .deps/xml-support.Tpo -c -o xml-support.lo xml-support.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-support.lo -MD -MP -MF .deps/xml-support.Tpo -c xml-support.c -fPIC -DPIC -o .libs/xml-support.o
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-support.lo -MD -MP -MF .deps/xml-support.Tpo -c xml-support.c -o xml-support.o >/dev/null 2>&1
mv -f .deps/xml-support.Tpo .deps/xml-support.Plo
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-evolution.lo -MD -MP -MF .deps/xml-evolution.Tpo -c -o xml-evolution.lo xml-evolution.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-evolution.lo -MD -MP -MF .deps/xml-evolution.Tpo -c xml-evolution.c -fPIC -DPIC -o .libs/xml-evolution.o
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-evolution.lo -MD -MP -MF .deps/xml-evolution.Tpo -c xml-evolution.c -o xml-evolution.o >/dev/null 2>&1
mv -f .deps/xml-evolution.Tpo .deps/xml-evolution.Plo
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-kde.lo -MD -MP -MF .deps/xml-kde.Tpo -c -o xml-kde.lo xml-kde.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-kde.lo -MD -MP -MF .deps/xml-kde.Tpo -c xml-kde.c -fPIC -DPIC -o .libs/xml-kde.o
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-kde.lo -MD -MP -MF .deps/xml-kde.Tpo -c xml-kde.c -o xml-kde.o >/dev/null 2>&1
mv -f .deps/xml-kde.Tpo .deps/xml-kde.Plo
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vnote.lo -MD -MP -MF .deps/xml-vnote.Tpo -c -o xml-vnote.lo xml-vnote.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vnote.lo -MD -MP -MF .deps/xml-vnote.Tpo -c xml-vnote.c -fPIC -DPIC -o .libs/xml-vnote.o
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vnote.lo -MD -MP -MF .deps/xml-vnote.Tpo -c xml-vnote.c -o xml-vnote.o >/dev/null 2>&1
mv -f .deps/xml-vnote.Tpo .deps/xml-vnote.Plo
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT vformat.lo -MD -MP -MF .deps/vformat.Tpo -c -o vformat.lo vformat.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT vformat.lo -MD -MP -MF .deps/vformat.Tpo -c vformat.c -fPIC -DPIC -o .libs/vformat.o
In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
from /usr/include/glib-2.0/glib.h:56,
from vformat.h:28,
from vformat.c:23:
vformat.c: In function 'quoted_encode_simple':
/usr/include/glib-2.0/glib/gstring.h:76:5: error: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Werror=unused-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)))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vformat.c:1971:9: note: in expansion of macro 'g_string_free'
1971 | g_string_free(tmp, FALSE);
| ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:615: vformat.lo] Error 1
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vcard.lo -MD -MP -MF .deps/xml-vcard.Tpo -c -o xml-vcard.lo xml-vcard.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vcard.lo -MD -MP -MF .deps/xml-vcard.Tpo -c xml-vcard.c -fPIC -DPIC -o .libs/xml-vcard.o
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vcard.lo -MD -MP -MF .deps/xml-vcard.Tpo -c xml-vcard.c -o xml-vcard.o >/dev/null 2>&1
mv -f .deps/xml-vcard.Tpo .deps/xml-vcard.Plo
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[3]: Entering directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vcal.lo -MD -MP -MF .deps/xml-vcal.Tpo -c -o xml-vcal.lo xml-vcal.c
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vcal.lo -MD -MP -MF .deps/xml-vcal.Tpo -c xml-vcal.c -fPIC -DPIC -o .libs/xml-vcal.o
libtool: compile: x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -Werror -DOPENSYNC_FORMATSDIR=\"/usr/lib64/opensync/formats\" -Wall -I/usr/include/libxml2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -MT xml-vcal.lo -MD -MP -MF .deps/xml-vcal.Tpo -c xml-vcal.c -o xml-vcal.o >/dev/null 2>&1
mv -f .deps/xml-vcal.Tpo .deps/xml-vcal.Plo
make[3]: Leaving directory '/tmp/B.yftc0810/BUILD/libopensync-0.22/formats/vformats-xml'
make[2]: *** [Makefile:631: all-recursive] Error 1
make[1]: *** [Makefile:519: all-recursive] Error 1
make: *** [Makefile:420: all] Error 2
error: Bad exit status from /tmp/B.yftc0810/BUILD/tmp/rpm-tmp.fctGKr (%build)
RPM build warnings:
line 36: It's not recommended to have unversioned Obsoletes: Obsoletes: multisync-ldap
line 37: It's not recommended to have unversioned Obsoletes: Obsoletes: multisync-opie
line 69: It's not recommended to have unversioned Obsoletes: Obsoletes: multisync-devel
%patchN is deprecated (4 usages found), use %patch N (or %patch -P N)
Could not canonicalize hostname: ymir
RPM build errors:
Bad exit status from /tmp/B.yftc0810/BUILD/tmp/rpm-tmp.fctGKr (%build)
ended at: Sat Feb 1 19:38:50 2025, done in 0:00:19.402347
error: No files produced.
+ chmod -R u+rwX /tmp/B.yftc0810/BUILD
+ rm -rf /tmp/B.yftc0810/tmp /tmp/B.yftc0810/BUILD
+ rm -rf /tmp/B.yftc0810
Begin-PLD-Builder-Info
Build-Time: user:37.89s sys:13.04s real:22.05s (faults io:4 non-io:1471817)
End-PLD-Builder-Info
|
|