D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/cgsi-gsoap-1.3.11-6.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pft2OF + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf CGSI-gSOAP-1.3.11 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/CGSI-gSOAP-1.3.11.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd CGSI-gSOAP-1.3.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (CGSI-gSOAP-library-linking.patch):' Patch #0 (CGSI-gSOAP-library-linking.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file src/Makefile + find . '(' -name '*.h' -o -name '*.c' -o -name '*.cpp' -o -name '*.cc' ')' -exec chmod 644 '{}' ';' + chmod 644 LICENSE RELEASE-NOTES + sed -e 's!-L$([A-Z_]*)/lib!!' -e 's!-L$([A-Z_]*)/$(LIBDIR)!!' -i src/Makefile + sed -e 's!$(GSOAP_VERSION)!!g' -i src/Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.rnMhTP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd CGSI-gSOAP-1.3.11 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + . ./VERSION ++ VERSION=1.3.11 ++ RELEASE=1 + cd src ++ pkg-config --cflags gsoap + make 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM ' 'SHLIBLDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -shared' USE_VOMS=yes WITH_EMI=yes WITH_CPP_LIBS=yes 'GLOBUS_LIBS=-lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto' LIBDIR=lib64 VERSION=1.3.11 all doc gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM -I/usr/include/globus -I/usr/lib64/globus/include -c -o cgsi_plugin.o cgsi_plugin.c cgsi_plugin.c: In function 'trace_str': cgsi_plugin.c:2214:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2214 | write(fd, msg, len); | ^~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_import_cred': cgsi_plugin.c:897:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 897 | fread(buffer.value, cert_size, 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 909 | fread((char*)buffer.value + cert_size, key_size, 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'cgsi_err': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:906, from cgsi_plugin.c:33: In function 'snprintf', inlined from 'cgsi_err' at cgsi_plugin.c:2010:5: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'cgsi_gssapi_err': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:1915:31: note: in expansion of macro 'CGSI_PLUGIN' 1915 | snprintf(buffer, bufsize, CGSI_PLUGIN " running on %s reports %s\n", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In function 'snprintf', inlined from 'cgsi_gssapi_err' at cgsi_plugin.c:1915:5: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_map_dn': cgsi_plugin.c:763:70: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 228 [-Wformat-truncation=] 763 | snprintf(buf, TBUFSIZE, "Could not find mapping for: %s\n", data->client_name); | ^~ In function 'snprintf', inlined from 'server_cgsi_map_dn' at cgsi_plugin.c:763:17: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_map_dn': cgsi_plugin.c:751:72: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 226 [-Wformat-truncation=] 751 | snprintf(buf, TBUFSIZE, "The client is mapped to user:<%s>\n", data->username); | ^~ In function 'snprintf', inlined from 'server_cgsi_map_dn' at cgsi_plugin.c:751:17: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_open': cgsi_plugin.c:1029:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 1029 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In function 'snprintf', inlined from 'client_cgsi_plugin_open' at cgsi_plugin.c:1029:9: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_plugin_accept': cgsi_plugin.c:535:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 535 | snprintf(buf, TBUFSIZE, "The server is:<%s>\n", data->server_name); | ^~ In function 'snprintf', inlined from 'server_cgsi_plugin_accept' at cgsi_plugin.c:535:9: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_plugin_accept': cgsi_plugin.c:607:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 607 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In function 'snprintf', inlined from 'server_cgsi_plugin_accept' at cgsi_plugin.c:607:9: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ar -rv libcgsi_plugin.a cgsi_plugin.o ar: creating libcgsi_plugin.a a - cgsi_plugin.o ranlib libcgsi_plugin.a g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM -I/usr/include/globus -I/usr/lib64/globus/include -c -o cgsi_plugin_cpp.o cgsi_plugin.c In file included from /usr/include/globus/globus_common.h:87, from /usr/include/globus/gssapi.h:48, from /usr/include/globus/globus_gss_assist.h:25, from cgsi_plugin_int.h:29, from cgsi_plugin.c:34: /usr/include/globus/globus_libc.h:206:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 206 | int globus_libc_setenv(register const char *name, | ^~~~ /usr/include/globus/globus_libc.h:207:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 207 | register const char *value, | ^~~~~ /usr/include/globus/globus_libc.h:209:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 209 | void globus_libc_unsetenv(register const char *name); | ^~~~ /usr/include/globus/globus_libc.h:212:65: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 212 | GLOBUS_DEPRECATED(char *globus_libc_getenv(register const char *name)); | ^~~~ /usr/include/globus/globus_libc.h:40:36: note: in definition of macro 'GLOBUS_DEPRECATED' 40 | # define GLOBUS_DEPRECATED(func) func __attribute__((deprecated)) | ^~~~ cgsi_plugin.c: In function 'int trace_str(cgsi_plugin_data*, const char*, int)': cgsi_plugin.c:2214:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 2214 | write(fd, msg, len); | ~~~~~^~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int client_cgsi_plugin_import_cred(soap*, cgsi_plugin_data*)': cgsi_plugin.c:861:23: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 861 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:874:31: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 874 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:893:23: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 893 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:897:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 897 | fread(buffer.value, cert_size, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:905:31: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 905 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 909 | fread((char*)buffer.value + cert_size, key_size, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'void cgsi_err(soap*, const char*)': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:906, from cgsi_plugin.c:33: In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'void cgsi_err(soap*, const char*)' at cgsi_plugin.c:2010:13: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'void cgsi_gssapi_err(soap*, const char*, OM_uint32, OM_uint32)': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:1915:31: note: in expansion of macro 'CGSI_PLUGIN' 1915 | snprintf(buffer, bufsize, CGSI_PLUGIN " running on %s reports %s\n", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'void cgsi_gssapi_err(soap*, const char*, OM_uint32, OM_uint32)' at cgsi_plugin.c:1915:13: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_map_dn(soap*)': cgsi_plugin.c:763:70: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 228 [-Wformat-truncation=] 763 | snprintf(buf, TBUFSIZE, "Could not find mapping for: %s\n", data->client_name); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int server_cgsi_map_dn(soap*)' at cgsi_plugin.c:763:25: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_map_dn(soap*)': cgsi_plugin.c:751:72: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 226 [-Wformat-truncation=] 751 | snprintf(buf, TBUFSIZE, "The client is mapped to user:<%s>\n", data->username); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int server_cgsi_map_dn(soap*)' at cgsi_plugin.c:751:25: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int client_cgsi_plugin_open(soap*, const char*, const char*, int)': cgsi_plugin.c:1029:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 1029 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int client_cgsi_plugin_open(soap*, const char*, const char*, int)' at cgsi_plugin.c:1029:17: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_plugin_accept(soap*)': cgsi_plugin.c:535:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 535 | snprintf(buf, TBUFSIZE, "The server is:<%s>\n", data->server_name); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int server_cgsi_plugin_accept(soap*)' at cgsi_plugin.c:535:17: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_plugin_accept(soap*)': cgsi_plugin.c:607:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 607 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int server_cgsi_plugin_accept(soap*)' at cgsi_plugin.c:607:17: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ar -rv libcgsi_plugin_cpp.a cgsi_plugin_cpp.o ar: creating libcgsi_plugin_cpp.a a - cgsi_plugin_cpp.o ranlib libcgsi_plugin_cpp.a gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM -DUSE_VOMS -I/usr/include/voms -I/usr/include/globus -I/usr/lib64/globus/include -c -o cgsi_plugin_voms.o cgsi_plugin.c cgsi_plugin.c: In function 'trace_str': cgsi_plugin.c:2214:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2214 | write(fd, msg, len); | ^~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_import_cred': cgsi_plugin.c:897:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 897 | fread(buffer.value, cert_size, 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 909 | fread((char*)buffer.value + cert_size, key_size, 1, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from cgsi_plugin.c:34: cgsi_plugin.c: In function 'cgsi_err': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:906, from cgsi_plugin.c:33: In function 'snprintf', inlined from 'cgsi_err' at cgsi_plugin.c:2010:5: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'cgsi_gssapi_err': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" | ^~~~~~~~~~~~ cgsi_plugin.c:1915:31: note: in expansion of macro 'CGSI_PLUGIN' 1915 | snprintf(buffer, bufsize, CGSI_PLUGIN " running on %s reports %s\n", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In function 'snprintf', inlined from 'cgsi_gssapi_err' at cgsi_plugin.c:1915:5: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_map_dn': cgsi_plugin.c:763:70: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 228 [-Wformat-truncation=] 763 | snprintf(buf, TBUFSIZE, "Could not find mapping for: %s\n", data->client_name); | ^~ In function 'snprintf', inlined from 'server_cgsi_map_dn' at cgsi_plugin.c:763:17: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_map_dn': cgsi_plugin.c:751:72: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 226 [-Wformat-truncation=] 751 | snprintf(buf, TBUFSIZE, "The client is mapped to user:<%s>\n", data->username); | ^~ In function 'snprintf', inlined from 'server_cgsi_map_dn' at cgsi_plugin.c:751:17: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'client_cgsi_plugin_open': cgsi_plugin.c:1029:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 1029 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In function 'snprintf', inlined from 'client_cgsi_plugin_open' at cgsi_plugin.c:1029:9: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_plugin_accept': cgsi_plugin.c:535:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 535 | snprintf(buf, TBUFSIZE, "The server is:<%s>\n", data->server_name); | ^~ In function 'snprintf', inlined from 'server_cgsi_plugin_accept' at cgsi_plugin.c:535:9: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'server_cgsi_plugin_accept': cgsi_plugin.c:607:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 607 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In function 'snprintf', inlined from 'server_cgsi_plugin_accept' at cgsi_plugin.c:607:9: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ar -rv libcgsi_plugin_voms.a cgsi_plugin_voms.o ar: creating libcgsi_plugin_voms.a a - cgsi_plugin_voms.o ranlib libcgsi_plugin_voms.a g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM -DUSE_VOMS -I/usr/include/voms -I/usr/include/globus -I/usr/lib64/globus/include -c -o cgsi_plugin_voms_cpp.o cgsi_plugin.c In file included from /usr/include/globus/globus_common.h:87, from /usr/include/globus/gssapi.h:48, from /usr/include/globus/globus_gss_assist.h:25, from cgsi_plugin_int.h:29, from cgsi_plugin.c:34: /usr/include/globus/globus_libc.h:206:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 206 | int globus_libc_setenv(register const char *name, | ^~~~ /usr/include/globus/globus_libc.h:207:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 207 | register const char *value, | ^~~~~ /usr/include/globus/globus_libc.h:209:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 209 | void globus_libc_unsetenv(register const char *name); | ^~~~ /usr/include/globus/globus_libc.h:212:65: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 212 | GLOBUS_DEPRECATED(char *globus_libc_getenv(register const char *name)); | ^~~~ /usr/include/globus/globus_libc.h:40:36: note: in definition of macro 'GLOBUS_DEPRECATED' 40 | # define GLOBUS_DEPRECATED(func) func __attribute__((deprecated)) | ^~~~ cgsi_plugin.c: In function 'int trace_str(cgsi_plugin_data*, const char*, int)': cgsi_plugin.c:2214:18: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 2214 | write(fd, msg, len); | ~~~~~^~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int client_cgsi_plugin_import_cred(soap*, cgsi_plugin_data*)': cgsi_plugin.c:861:23: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 861 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:874:31: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 874 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:893:23: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 893 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:897:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 897 | fread(buffer.value, cert_size, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:905:31: warning: ignoring return value of 'char* strerror_r(int, char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 905 | strerror_r(errno, err_buffer, sizeof(err_buffer)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c:909:18: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 909 | fread((char*)buffer.value + cert_size, key_size, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'void cgsi_err(soap*, const char*)': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:2010:38: note: in expansion of macro 'CGSI_PLUGIN' 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In file included from /usr/include/stdio.h:906, from cgsi_plugin.c:33: In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'void cgsi_err(soap*, const char*)' at cgsi_plugin.c:2010:13: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 32 or more bytes (assuming 1056) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'void cgsi_gssapi_err(soap*, const char*, OM_uint32, OM_uint32)': cgsi_plugin_int.h:38:22: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1002 [-Wformat-truncation=] 38 | #define CGSI_PLUGIN "CGSI-gSOAP" cgsi_plugin.c:1915:31: note: in expansion of macro 'CGSI_PLUGIN' 1915 | snprintf(buffer, bufsize, CGSI_PLUGIN " running on %s reports %s\n", hostname, msg); | ^~~~~~~~~~~ cgsi_plugin.c:2010:63: note: format string is defined here 2010 | snprintf(buffer, sizeof(buffer), CGSI_PLUGIN " running on %s reports %s", hostname, msg); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'void cgsi_gssapi_err(soap*, const char*, OM_uint32, OM_uint32)' at cgsi_plugin.c:1915:13: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 1057) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_map_dn(soap*)': cgsi_plugin.c:763:70: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 228 [-Wformat-truncation=] 763 | snprintf(buf, TBUFSIZE, "Could not find mapping for: %s\n", data->client_name); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int server_cgsi_map_dn(soap*)' at cgsi_plugin.c:763:25: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 30 and 541 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_map_dn(soap*)': cgsi_plugin.c:751:72: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 226 [-Wformat-truncation=] 751 | snprintf(buf, TBUFSIZE, "The client is mapped to user:<%s>\n", data->username); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int server_cgsi_map_dn(soap*)' at cgsi_plugin.c:751:25: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 33 and 544 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int client_cgsi_plugin_open(soap*, const char*, const char*, int)': cgsi_plugin.c:1029:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 1029 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int client_cgsi_plugin_open(soap*, const char*, const char*, int)' at cgsi_plugin.c:1029:17: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_plugin_accept(soap*)': cgsi_plugin.c:535:49: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 535 | snprintf(buf, TBUFSIZE, "The server is:<%s>\n", data->server_name); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int server_cgsi_plugin_accept(soap*)' at cgsi_plugin.c:535:17: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cgsi_plugin.c: In function 'int server_cgsi_plugin_accept(soap*)': cgsi_plugin.c:607:50: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 241 [-Wformat-truncation=] 607 | snprintf(buf, TBUFSIZE, "The client is:<%s>\n", data->client_name); | ^~ In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'int server_cgsi_plugin_accept(soap*)' at cgsi_plugin.c:607:17: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 18 and 529 bytes into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ar -rv libcgsi_plugin_voms_cpp.a cgsi_plugin_voms_cpp.o ar: creating libcgsi_plugin_voms_cpp.a a - cgsi_plugin_voms_cpp.o ranlib libcgsi_plugin_voms_cpp.a gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -shared -Wl,-soname,libcgsi_plugin.so.1 -o libcgsi_plugin.so cgsi_plugin.o -lc -lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -shared -Wl,-soname,libcgsi_plugin_cpp.so.1 -o libcgsi_plugin_cpp.so cgsi_plugin_cpp.o -lc -lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -shared -Wl,-soname,libcgsi_plugin_voms.so.1 -o libcgsi_plugin_voms.so cgsi_plugin_voms.o -lc -lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto -lvomsapi g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -shared -Wl,-soname,libcgsi_plugin_voms_cpp.so.1 -o libcgsi_plugin_voms_cpp.so cgsi_plugin_voms_cpp.o -lc -lglobus_gss_assist -lglobus_gssapi_gsi -lglobus_gsi_credential -lglobus_gsi_cert_utils -lglobus_openssl -lglobus_common -lgsoap -lpthread -lssl -lcrypto -lvomsapi SRCDIR=. VERSION=1.3.11 doxygen doxygenConfig warning: Tag 'USE_WINDOWS_ENCODING' at line 54 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'DETAILS_AT_TOP' at line 123 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 491 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 544 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 778 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 784 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 936 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 948 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_WIDTH' at line 1038 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_HEIGHT' at line 1046 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! warning: Changing CLASS_GRAPH option to TEXT because obsolete option CLASS_DIAGRAM was found and set to NO. Doxygen version used: 1.9.7 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Reading and parsing tag files Parsing files Preprocessing /home/pterjan/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Parsing file /home/pterjan/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file cgsi_plugin.h... Generating file documentation... Generating docs for file cgsi_plugin.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating concept documentation... Generating namespace documentation... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... type lookup cache used 30/65536 hits=0 misses=30 symbol lookup cache used 51/65536 hits=3 misses=51 finished... + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QYz5gA + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64 + cd CGSI-gSOAP-1.3.11 + '[' 1 -eq 1 ']' + . ./VERSION ++ VERSION=1.3.11 ++ RELEASE=1 + pushd src ~/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src ~/rpmbuild/BUILD/CGSI-gSOAP-1.3.11 ++ pkg-config --cflags gsoap + make 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I. -DWITH_IPV6 -DWITH_DOM ' 'SHLIBLDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -shared' USE_VOMS=yes WITH_EMI=yes WITH_CPP_LIBS=yes LIBDIR=lib64 VERSION=1.3.11 install install.man install -d /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/include for i in cgsi_plugin.h; do cp ./$i /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/include; done install -d /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64 for l in libcgsi_plugin.a libcgsi_plugin_cpp.a libcgsi_plugin_voms.a libcgsi_plugin_voms_cpp.a; do cp $l /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/$l; done for l in libcgsi_plugin.so libcgsi_plugin_cpp.so libcgsi_plugin_voms.so libcgsi_plugin_voms_cpp.so; do \ cp $l /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/$l.1.3.11; \ (cd /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64; ln -sf $l.1.3.11 $l); \ (cd /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64; ln -sf $l.1.3.11 $l.1); \ done SRCDIR=. VERSION=1.3.11 doxygen doxygenConfig warning: Tag 'USE_WINDOWS_ENCODING' at line 54 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'DETAILS_AT_TOP' at line 123 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 491 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 544 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 778 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 784 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 936 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 948 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_WIDTH' at line 1038 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MAX_DOT_GRAPH_HEIGHT' at line 1046 of file 'doxygenConfig' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! warning: Changing CLASS_GRAPH option to TEXT because obsolete option CLASS_DIAGRAM was found and set to NO. Doxygen version used: 1.9.7 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Reading and parsing tag files Parsing files Preprocessing /home/pterjan/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Parsing file /home/pterjan/rpmbuild/BUILD/CGSI-gSOAP-1.3.11/src/cgsi_plugin.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file cgsi_plugin.h... Generating file documentation... Generating docs for file cgsi_plugin.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating concept documentation... Generating namespace documentation... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... type lookup cache used 30/65536 hits=0 misses=30 symbol lookup cache used 51/65536 hits=3 misses=51 finished... mkdir -p /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share cp -r man /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/ mkdir -p /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/doc/CGSI cp -r html /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/doc/CGSI/ + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/doc/cgsi-gsoap + mv /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/doc/CGSI/html /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/doc/cgsi-gsoap + popd ~/rpmbuild/BUILD/CGSI-gSOAP-1.3.11 + install -p -m 644 RELEASE-NOTES /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/doc/cgsi-gsoap + rm /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/libcgsi_plugin.a /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/libcgsi_plugin_cpp.a /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/libcgsi_plugin_voms.a /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/libcgsi_plugin_voms_cpp.a + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.3.11-6.mga9 --unique-debug-suffix -1.3.11-6.mga9.x86_64 --unique-debug-src-base cgsi-gsoap-1.3.11-6.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/CGSI-gSOAP-1.3.11 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/libcgsi_plugin.so.1.3.11 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/libcgsi_plugin_voms_cpp.so.1.3.11 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/libcgsi_plugin_voms.so.1.3.11 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/lib64/libcgsi_plugin_cpp.so.1.3.11 original debug info size: 740kB, size after compression: 556kB /usr/bin/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 198 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: lib64cgsi-gsoap1-1.3.11-6.mga9.x86_64 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tQE2Lm + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd CGSI-gSOAP-1.3.11 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/licenses/lib64cgsi-gsoap1 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/licenses/lib64cgsi-gsoap1 + cp -pr LICENSE /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64/usr/share/licenses/lib64cgsi-gsoap1 + RPM_EC=0 ++ jobs -p + exit 0 Provides: CGSI-gSOAP = 1.3.11-6.mga9 cgsi-gsoap = 1.3.11-6.mga9 lib64cgsi-gsoap1 = 1.3.11-6.mga9 lib64cgsi-gsoap1(x86-64) = 1.3.11-6.mga9 libcgsi_plugin.so.1()(64bit) libcgsi_plugin_cpp.so.1()(64bit) libcgsi_plugin_voms.so.1()(64bit) libcgsi_plugin_voms_cpp.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libglobus_common.so.0()(64bit) libglobus_common.so.0(GLOBUS_COMMON_14)(64bit) libglobus_gsi_cert_utils.so.0()(64bit) libglobus_gsi_credential.so.1()(64bit) libglobus_gss_assist.so.3()(64bit) libglobus_gssapi_gsi.so.4()(64bit) libglobus_gssapi_gsi.so.4(globus_gssapi_gsi)(64bit) libglobus_openssl.so.0()(64bit) libgsoap-2.8.104.so()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libvomsapi.so.1()(64bit) Obsoletes: lib64cgsi-gsoap0 < 1.3.11-3 Processing files: lib64cgsi-gsoap-devel-1.3.11-6.mga9.x86_64 Provides: CGSI-gSOAP-devel = 1.3.11-6.mga9 cgsi-gsoap-devel = 1.3.11-6.mga9 devel(libcgsi_plugin(64bit)) devel(libcgsi_plugin_cpp(64bit)) devel(libcgsi_plugin_voms(64bit)) devel(libcgsi_plugin_voms_cpp(64bit)) lib64cgsi-gsoap-devel = 1.3.11-6.mga9 lib64cgsi-gsoap-devel(x86-64) = 1.3.11-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libcrypto(64bit)) devel(libglobus_common(64bit)) devel(libglobus_gsi_cert_utils(64bit)) devel(libglobus_gsi_credential(64bit)) devel(libglobus_gss_assist(64bit)) devel(libglobus_gssapi_gsi(64bit)) devel(libglobus_openssl(64bit)) devel(libgsoap-2.8.104(64bit)) devel(libssl(64bit)) devel(libstdc++(64bit)) devel(libvomsapi(64bit)) Processing files: cgsi-gsoap-debugsource-1.3.11-6.mga9.x86_64 Provides: cgsi-gsoap-debugsource = 1.3.11-6.mga9 cgsi-gsoap-debugsource(x86-64) = 1.3.11-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64cgsi-gsoap1-debuginfo-1.3.11-6.mga9.x86_64 Provides: debuginfo(build-id) = 5640999224761ee9502a16e6b9197e132c9013ef debuginfo(build-id) = 581c8746e550c5da8870056a1f689054583bc254 debuginfo(build-id) = 8c32d017bb276fd1c7d9a88ceb00a306c5d3dd03 debuginfo(build-id) = ede3bb85f7d64e9b2e8eb86f5da65d69307b55fb lib64cgsi-gsoap1-debuginfo = 1.3.11-6.mga9 lib64cgsi-gsoap1-debuginfo(x86-64) = 1.3.11-6.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cgsi-gsoap-debugsource(x86-64) = 1.3.11-6.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/cgsi-gsoap-debugsource-1.3.11-6.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64cgsi-gsoap1-1.3.11-6.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64cgsi-gsoap-devel-1.3.11-6.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64cgsi-gsoap1-debuginfo-1.3.11-6.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.aBudPC + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd CGSI-gSOAP-1.3.11 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/cgsi-gsoap-1.3.11-6.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zHuh50 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf CGSI-gSOAP-1.3.11 CGSI-gSOAP-1.3.11.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!