+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/xskat.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.35FJ9p + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xskat-4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/xskat-4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd xskat-4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + iconv -f iso8859-1 -t utf-8 CHANGES-de + touch -r CHANGES-de CHANGES-de.conv + mv -f CHANGES-de.conv CHANGES-de + iconv -f iso8859-1 -t utf-8 README-de + touch -r README-de README-de.conv + mv -f README-de.conv README-de + iconv -f iso8859-1 -t utf-8 README.IRC-de + touch -r README.IRC-de README.IRC-de.conv + mv -f README.IRC-de.conv README.IRC-de + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2WLRrt + umask 022 + cd /builddir/build/BUILD + cd xskat-4.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/share/X11/config make Makefiles make: Nothing to be done for 'Makefiles'. make includes make: Nothing to be done for 'includes'. make depend gccmakedep -- -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -- skat.c ramsch.c null.c bitmaps.c xio.c xdial.c irc.c text.c + make 'CDEBUGFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c -o skat.o skat.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from skat.c:24: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ skat.c: In function 'setrnd': skat.c:64:7: warning: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context] *s=v<<1?v:-1; ~^~~ skat.c: In function 'testhand': skat.c:864:22: warning: variable 'o' set but not used [-Wunused-but-set-variable] int b[4],t[4],p[4],o[4]; ^ skat.c: In function 'get_game': skat.c:144:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(s,99,f); ^~~~~~~~~~~~~ skat.c: In function 'read_opt': skat.c:1826:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"l %35s %35s %35s\n",lanip[0],lanip[1],lanip[2]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ skat.c:1827:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"i %d %d\n",&laninvite[0],&laninvite[1]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ skat.c:1833:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"a %9s %9s\n",usrname[0],usrname[1]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ skat.c:1834:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"a %9s %9s\n",conames[0][0],conames[0][1]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ skat.c:1835:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"a %9s %9s\n",conames[1][0],conames[1][1]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c -o ramsch.o ramsch.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c -o null.o null.c null.c: In function 'minmaxfb': null.c:181:5: warning: type of 'f' defaults to 'int' [-Wimplicit-int] int minmaxfb(f,fb) ^~~~~~~~ null.c:181:5: warning: type of 'fb' defaults to 'int' [-Wimplicit-int] gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c -o bitmaps.o bitmaps.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c -o xio.o xio.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from xio.c:23: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ xio.c: In function 'xstoreres': xio.c:1671:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1677:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1686:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1695:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1704:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1710:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1716:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1722:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1728:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1734:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1740:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1746:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1752:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1758:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1764:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1770:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1776:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1783:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c:1789:7: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign] buf,strlen(buf)); ^~~ In file included from xio.c:36:0: /usr/include/X11/Xlib.h:2068:12: note: expected 'const unsigned char *' but argument is of type 'char *' extern int XChangeProperty( ^~~~~~~~~~~~~~~ xio.c: In function 'read_cards': xio.c:1837:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] *(map_gif[cd].pos)=buf+cdst; ^ xio.c:1818:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"%*s "); ^~~~~~~~~~~~~~~~ xio.c: In function 'hndl_tauschen': xio.c:3133:19: warning: 'd[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!iscomp(mi)) putdesk(mi,x2[1],y2[1]+d[1]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c -o xdial.o xdial.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from xdial.c:23: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ xdial.c: In function 'init_di': xdial.c:206:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ob[i].str=&textarr[(int)ob[i].str-OB_NONE-1]; ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c -o irc.o irc.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from irc.c:23: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ irc.c: In function 'irc_out': irc.c:68:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(irc_o,s,strlen(s)); ^~~~~~~~~~~~~~~~~~~~~~~~ irc.c: In function 'irc_connect': irc.c:1384:3: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe(pipe1fd); ^~~~~~~~~~~~~ irc.c:1385:3: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe(pipe2fd); ^~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include -Dlinux -D__riscv -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DDEFAULT_LANGUAGE=\"english\" -DDEFAULT_IRC_SERVER=\"irc.fu-berlin.de\" -c -o text.o text.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from text.c:23: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ rm -f xskat gcc -o xskat -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L/usr/lib64 skat.o ramsch.o null.o bitmaps.o xio.o xdial.o irc.o text.o -lX11 rm -f xskat._man if test -z "" ; then \ cd `dirname xskat` && \ ln -s `basename xskat.man` `basename xskat._man`; \ else \ cpp -undef -traditional -D__apploaddir__=/usr/share/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \ < xskat.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xskat._man; \ fi rm -f xskat-de._man if test -z "" ; then \ cd `dirname xskat-de` && \ ln -s `basename xskat-de.man` `basename xskat-de._man`; \ else \ cpp -undef -traditional -D__apploaddir__=/usr/share/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 6 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \ < xskat-de.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xskat-de._man; \ fi + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zgEI85 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64 + cd xskat-4.0 + rm -rf /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64 MANDIR=/usr/share/man/man6 MANSUFFIX=6 install install.man + mkdir -p /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/bin install -c xskat /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/bin/xskat install in . done + mkdir -p /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/man/man6 install -c -m 0444 xskat._man /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/man/man6/xskat.6 install -c -m 0444 xskat-de._man /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/man/man6/xskat-de.6 install.man in . done + install -d /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/man/de/man6 + mv /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/man/man6/xskat-de.6 /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/man/de/man6/xskat.6 + chmod 644 /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/man/man6/xskat.6 + chmod 644 /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/man/de/man6/xskat.6 + mkdir -p /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/applications + desktop-file-install --dir /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/applications /builddir/build/SOURCES/xskat.desktop + mkdir -p /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/pixmaps + convert icon.xbm /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/pixmaps/xskat.xpm + touch -r icon.xbm /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/pixmaps/xskat.xpm + mkdir -p /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/appdata + cat + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: xskat-4.0.0-18.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UPWWsq + umask 022 + cd /builddir/build/BUILD + cd xskat-4.0 + DOCDIR=/builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/doc/xskat + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/doc/xskat + cp -pr README README-de README.IRC README.IRC-de /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/doc/xskat + cp -pr CHANGES CHANGES-de /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64/usr/share/doc/xskat + exit 0 Provides: application() application(xskat.desktop) metainfo() metainfo(xskat.appdata.xml) xskat = 4.0.0-18.fc28 xskat(riscv-64) = 4.0.0-18.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64 Wrote: /builddir/build/SRPMS/xskat-4.0.0-18.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/xskat-4.0.0-18.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JuZard + umask 022 + cd /builddir/build/BUILD + cd xskat-4.0 + rm -rf /builddir/build/BUILDROOT/xskat-4.0.0-18.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff