+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/bogl.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.fBOgKz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bogl-0.1.18 + /usr/bin/gzip -dc /builddir/build/SOURCES/bogl_0.1.18-1.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bogl-0.1.18 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (bogl-0.1.18-1.1.sigchld.patch):' Patch #0 (bogl-0.1.18-1.1.sigchld.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .sigchld --fuzz=0 patching file bterm.c + echo 'Patch #1 (bogl-0.1.18-1.2.reduce-font.patch):' Patch #1 (bogl-0.1.18-1.2.reduce-font.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .reduce-font --fuzz=0 patching file reduce-font.c + echo 'Patch #2 (bogl-0.1.18-1.2.gzip-fonts.patch):' Patch #2 (bogl-0.1.18-1.2.gzip-fonts.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .gzip-fonts --fuzz=0 patching file bterm.c patching file bogl-bgf.c patching file bogl-bgf.h patching file Makefile + echo 'Patch #3 (bogl-0.1.18-1.2.term.patch):' Patch #3 (bogl-0.1.18-1.2.term.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .term --fuzz=0 patching file bogl-term.c + echo 'Patch #4 (bogl-0.1.18-1.5.rh.patch):' Patch #4 (bogl-0.1.18-1.5.rh.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .rh --fuzz=0 patching file Makefile patching file bterm.c + echo 'Patch #5 (bogl-0.1.9-2.6fbdev.patch):' Patch #5 (bogl-0.1.9-2.6fbdev.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .26fbdev --fuzz=0 patching file bogl.c Hunk #1 succeeded at 138 (offset 2 lines). + echo 'Patch #6 (bogl-0.1.18-noexecstack.patch):' Patch #6 (bogl-0.1.18-noexecstack.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .noexecstack --fuzz=0 patching file bowl.c + echo 'Patch #7 (bogl-0.1.18-format-security.patch):' Patch #7 (bogl-0.1.18-format-security.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .format-security --fuzz=0 patching file reduce-font.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oJriTX + umask 022 + cd /builddir/build/BUILD + cd bogl-0.1.18 + make -j4 '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 ' cc -E -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -M arrow.c bdftobogl.c bogl-cfb.c bogl-cfb.h bogl-cfb8.c bogl-cfb8.h bogl-font.c bogl-font.h bogl-pcfb.c bogl-pcfb.h bogl-tcfb.c bogl-tcfb.h bogl-test.c bogl.c bogl.h boglP.h boml.c boml.h bowl-boxes.c bowl.c bowl.h pngtobogl.c > .depend cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl.lo -fPIC -c bogl.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-font.lo -fPIC -c bogl-font.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-cfb.lo -fPIC -c bogl-cfb.c In file included from bogl-cfb.c:30:0: bogl-cfb.h:35:3: warning: 'packed' attribute ignored for field of type 'unsigned char[3]' [-Wattributes] unsigned char bytes[3] __attribute__ ((packed)); ^~~~~~~~ bogl-cfb.h: In function 'memset_24': bogl-cfb.h:96:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ((unsigned int)dst % sizeof(unsigned int)) ^ In file included from bogl-cfb.c:29:0: bogl-cfb.c: In function 'memset_var': bogl-cfb.c:58:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] assert((((unsigned int)dst * 8) % b) == 0); ^ bogl-cfb.c:58:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] assert((((unsigned int)dst * 8) % b) == 0); ^ bogl-cfb.c:82:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ((unsigned int)dst % sizeof(unsigned int)) ^ bogl-font.c: In function 'bogl_read_bdf': bogl-font.c:301:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] cp = strstr (font_name, ".bdf"); ^ bogl.c: In function 'bogl_fail': bogl.c:632:3: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] vasprintf (&error, format, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-pcfb.lo -fPIC -c bogl-pcfb.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-tcfb.lo -fPIC -c bogl-tcfb.c In file included from bogl-pcfb.c:35:0: bogl-cfb.h:35:3: warning: 'packed' attribute ignored for field of type 'unsigned char[3]' [-Wattributes] unsigned char bytes[3] __attribute__ ((packed)); ^~~~~~~~ bogl-cfb.h: In function 'memset_24': bogl-cfb.h:96:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ((unsigned int)dst % sizeof(unsigned int)) ^ bogl-pcfb.c: In function 'bogl_pcfb_clear': bogl-pcfb.c:113:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (char *) bogl_frame + (y1 * bogl_line_len); ^ bogl-pcfb.c: In function 'bogl_pcfb_pointer': bogl-pcfb.c:285:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *dst = save; ^~~~ bogl-pcfb.c:303:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *src = save; ^~~~ bogl-pcfb.c:333:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (char *) bogl_frame ^ bogl-pcfb.c:237:7: warning: variable 'x_ofs' set but not used [-Wunused-but-set-variable] int x_ofs; /* Number of pixels to skip drawing on each line. */ ^~~~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o arrow.lo -fPIC -c arrow.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o boml.lo -fPIC -c boml.c In file included from bogl-tcfb.c:36:0: bogl-cfb.h:35:3: warning: 'packed' attribute ignored for field of type 'unsigned char[3]' [-Wattributes] unsigned char bytes[3] __attribute__ ((packed)); ^~~~~~~~ bogl-cfb.h: In function 'memset_24': bogl-cfb.h:96:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ((unsigned int)dst % sizeof(unsigned int)) ^ bogl-tcfb.c: In function 'bogl_tcfb_clear': bogl-tcfb.c:140:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (char *) bogl_frame + (y1 * bogl_line_len); ^ bogl-tcfb.c: In function 'bogl_tcfb_pointer': bogl-tcfb.c:312:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *dst = save; ^~~~ bogl-tcfb.c:330:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *src = save; ^~~~ bogl-tcfb.c:360:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (char *) bogl_frame ^ bogl-tcfb.c:264:7: warning: variable 'x_ofs' set but not used [-Wunused-but-set-variable] int x_ofs; /* Number of pixels to skip drawing on each line. */ ^~~~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bowl.lo -fPIC -c bowl.c boml.c: In function 'inc': boml.c:334:41: warning: division by zero [-Wdiv-by-zero] detect_callback (100 * detect_count / N_DETECT); ^ At top level: boml.c:330:1: warning: 'inc' defined but not used [-Wunused-function] inc (void) ^~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o symbol.lo -fPIC -c symbol.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl.o -c bogl.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-font.o -c bogl-font.c bogl-font.c: In function 'bogl_read_bdf': bogl-font.c:301:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] cp = strstr (font_name, ".bdf"); ^ bogl.c: In function 'bogl_fail': bogl.c:632:3: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] vasprintf (&error, format, args); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-cfb.o -c bogl-cfb.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-pcfb.o -c bogl-pcfb.c In file included from bogl-cfb.c:30:0: bogl-cfb.h:35:3: warning: 'packed' attribute ignored for field of type 'unsigned char[3]' [-Wattributes] unsigned char bytes[3] __attribute__ ((packed)); ^~~~~~~~ bogl-cfb.h: In function 'memset_24': bogl-cfb.h:96:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ((unsigned int)dst % sizeof(unsigned int)) ^ In file included from bogl-cfb.c:29:0: bogl-cfb.c: In function 'memset_var': bogl-cfb.c:58:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] assert((((unsigned int)dst * 8) % b) == 0); ^ bogl-cfb.c:58:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] assert((((unsigned int)dst * 8) % b) == 0); ^ bogl-cfb.c:82:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ((unsigned int)dst % sizeof(unsigned int)) ^ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-tcfb.o -c bogl-tcfb.c In file included from bogl-pcfb.c:35:0: bogl-cfb.h:35:3: warning: 'packed' attribute ignored for field of type 'unsigned char[3]' [-Wattributes] unsigned char bytes[3] __attribute__ ((packed)); ^~~~~~~~ bogl-cfb.h: In function 'memset_24': bogl-cfb.h:96:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ((unsigned int)dst % sizeof(unsigned int)) ^ bogl-pcfb.c: In function 'bogl_pcfb_clear': bogl-pcfb.c:113:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (char *) bogl_frame + (y1 * bogl_line_len); ^ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o pngtobogl.o -c pngtobogl.c bogl-pcfb.c: In function 'bogl_pcfb_pointer': bogl-pcfb.c:285:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *dst = save; ^~~~ bogl-pcfb.c:303:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *src = save; ^~~~ bogl-pcfb.c:333:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (char *) bogl_frame ^ bogl-pcfb.c:237:7: warning: variable 'x_ofs' set but not used [-Wunused-but-set-variable] int x_ofs; /* Number of pixels to skip drawing on each line. */ ^~~~~ In file included from bogl-tcfb.c:36:0: bogl-cfb.h:35:3: warning: 'packed' attribute ignored for field of type 'unsigned char[3]' [-Wattributes] unsigned char bytes[3] __attribute__ ((packed)); ^~~~~~~~ bogl-cfb.h: In function 'memset_24': bogl-cfb.h:96:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ((unsigned int)dst % sizeof(unsigned int)) ^ bogl-tcfb.c: In function 'bogl_tcfb_clear': bogl-tcfb.c:140:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (char *) bogl_frame + (y1 * bogl_line_len); ^ bogl-tcfb.c: In function 'bogl_tcfb_pointer': bogl-tcfb.c:312:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *dst = save; ^~~~ bogl-tcfb.c:330:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *src = save; ^~~~ bogl-tcfb.c:360:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] dst = (char *) bogl_frame ^ bogl-tcfb.c:264:7: warning: variable 'x_ofs' set but not used [-Wunused-but-set-variable] int x_ofs; /* Number of pixels to skip drawing on each line. */ ^~~~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bowl-boxes.lo -fPIC -c bowl-boxes.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o arrow.o -c arrow.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o boml.o -c boml.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bowl.o -c bowl.c bowl-boxes.c: In function 'setMono': bowl-boxes.c:169:2: warning: #warning FIXME: mono detection [-Wcpp] #warning FIXME: mono detection ^~~~~~~ bowl-boxes.c: In function 'stderrToTTY': bowl-boxes.c:187:2: warning: #warning FIXME: kver test in stderrToTTY [-Wcpp] #warning FIXME: kver test in stderrToTTY ^~~~~~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o symbol.o -c symbol.c boml.c: In function 'inc': boml.c:334:41: warning: division by zero [-Wdiv-by-zero] detect_callback (100 * detect_count / N_DETECT); ^ At top level: boml.c:330:1: warning: 'inc' defined but not used [-Wunused-function] inc (void) ^~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bowl-boxes.o -c bowl-boxes.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bterm.o -c bterm.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-term.o -c bogl-term.c bowl-boxes.c: In function 'setMono': bowl-boxes.c:169:2: warning: #warning FIXME: mono detection [-Wcpp] #warning FIXME: mono detection ^~~~~~~ bowl-boxes.c: In function 'stderrToTTY': bowl-boxes.c:187:2: warning: #warning FIXME: kver test in stderrToTTY [-Wcpp] #warning FIXME: kver test in stderrToTTY ^~~~~~~ bterm.c: In function 'reload_font': bterm.c:200:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(term->font); ^~~~ In file included from bterm.c:32:0: /usr/include/stdlib.h:563:13: note: expected 'void *' but argument is of type 'const struct bogl_font *' extern void free (void *__ptr) __THROW; ^~~~ bterm.c: In function 'spawn_shell': bterm.c:164:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(getgid()); ^~~~~~~~~~~~~~~~ bterm.c:165:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(getuid()); ^~~~~~~~~~~~~~~~ bterm.c: In function 'main': bterm.c:352:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ptyfd, buf, ret); ^~~~~~~~~~~~~~~~~~~~~~ bogl-term.c: In function 'bogl_term_new': bogl-term.c:61:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] memset(&term->ps, 0, sizeof(&term->ps)); ^ bogl-term.c: In function 'bogl_term_out': bogl-term.c:692:9: warning: ignoring return value of 'wctomb', declared with attribute warn_unused_result [-Wunused-result] wctomb (0, 0); ^~~~~~~~~~~~~ bogl-term.c: In function 'put_char': bogl-term.c:209:5: warning: ignoring return value of 'wctomb', declared with attribute warn_unused_result [-Wunused-result] wctomb(0, 0); ^~~~~~~~~~~~ bogl-term.c:220:17: warning: ignoring return value of 'wctomb', declared with attribute warn_unused_result [-Wunused-result] wctomb(0, 0); ^~~~~~~~~~~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl-bgf.o -c bogl-bgf.c cc -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 reduce-font.c -o reduce-font cc -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 bdftobogl.c bogl.o bogl-font.o bogl-cfb.o bogl-pcfb.o bogl-tcfb.o -o bdftobogl reduce-font.c: In function 'test': reduce-font.c:42:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf (": %d\n", l); ~^ %ld reduce-font.c: In function 'main': reduce-font.c:79:52: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "FYI: MB_CUR_MAX/MB_LEN_MAX: %d/%d\n", MB_CUR_MAX, MB_LEN_MAX); ~^ %ld reduce-font.c:111:73: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "error -1 at position %ld (bytes: %d %*.*s)\n", pos, avail, avail, avail, buffer); ~^ %ld reduce-font.c:111:76: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "error -1 at position %ld (bytes: %d %*.*s)\n", pos, avail, avail, avail, buffer); ~^~~~ reduce-font.c:111:78: warning: field precision specifier '.*' expects argument of type 'int', but argument 6 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "error -1 at position %ld (bytes: %d %*.*s)\n", pos, avail, avail, avail, buffer); ~~~^~ reduce-font.c:116:51: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "-2: bytes: %d %*.*s\n", avail, avail, avail, buffer); ~^ %ld reduce-font.c:116:54: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "-2: bytes: %d %*.*s\n", avail, avail, avail, buffer); ~^~~~ reduce-font.c:116:56: warning: field precision specifier '.*' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "-2: bytes: %d %*.*s\n", avail, avail, avail, buffer); ~~~^~ reduce-font.c:120:50: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "0: bytes: %d %*.*s\n", avail, avail, avail, buffer); ~^ %ld reduce-font.c:120:53: warning: field width specifier '*' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "0: bytes: %d %*.*s\n", avail, avail, avail, buffer); ~^~~~ reduce-font.c:120:55: warning: field precision specifier '.*' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "0: bytes: %d %*.*s\n", avail, avail, avail, buffer); ~~~^~ reduce-font.c:153:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "Used chars: %d (%d processed)\n", chars, pos); ~^ %ld reduce-font.c:153:44: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf (stderr, "Used chars: %d (%d processed)\n", chars, pos); ~^ %ld reduce-font.c:164:41: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf ("CHARS %d\n", chars); ~^ %ld bdftobogl.c: In function 'main': bdftobogl.c:125:5: warning: ignoring return value of 'wctomb', declared with attribute warn_unused_result [-Wunused-result] wctomb(0, 0); ^~~~~~~~~~~~ cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o pngtobogl pngtobogl.o -lgd -lpng -lm ./pngtobogl tux75.png > tux75.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o tux75.lo -fPIC -c tux75.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o tux75.o -c tux75.c ./bdftobogl helvB10.bdf > helvB10.c ./bdftobogl helvB12.bdf > helvB12.c ./bdftobogl helvR10.bdf > helvR10.c ./bdftobogl timBI18.bdf > timBI18.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvB10.lo -fPIC -c helvB10.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvB10.o -c helvB10.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvR10.o -c helvR10.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o timBI18.o -c timBI18.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvB12.lo -fPIC -c helvB12.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvR10.lo -fPIC -c helvR10.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o timBI18.lo -fPIC -c timBI18.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvB12.o -c helvB12.c rm -f libbogl.a ar rcs libbogl.a bogl.o bogl-font.o bogl-cfb.o bogl-pcfb.o bogl-tcfb.o arrow.o boml.o bowl.o symbol.o helvB10.o helvB12.o helvR10.o timBI18.o tux75.o bowl-boxes.o cc -shared -Wl,-soname,libbogl.so.0 -o libbogl.so.0.1 bogl.lo bogl-font.lo bogl-cfb.lo bogl-pcfb.lo bogl-tcfb.lo arrow.lo boml.lo bowl.lo symbol.lo helvB10.lo helvB12.lo helvR10.lo timBI18.lo tux75.lo bowl-boxes.lo cc libbogl.a bterm.o bogl-term.o bogl-bgf.o libbogl.a -lz -o bterm rm tux75.c helvB10.c helvR10.c helvB12.c timBI18.c + gunzip -c /builddir/build/SOURCES/14x14cjk.bdf.gz + ./bdftobogl -b font.bdf + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4UedHU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64 + cd bogl-0.1.18 + rm -rf /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64 + make '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 ' DESTDIR=/builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64 libdir=/usr/lib64 install cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bdftobogl.o -c bdftobogl.c bdftobogl.c: In function 'main': bdftobogl.c:125:5: warning: ignoring return value of 'wctomb', declared with attribute warn_unused_result [-Wunused-result] wctomb(0, 0); ^~~~~~~~~~~~ cc bdftobogl.o bogl.o bogl-font.o bogl-cfb.o bogl-pcfb.o bogl-tcfb.o -o bdftobogl ./bdftobogl helvB10.bdf > helvB10.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvB10.lo -fPIC -c helvB10.c ./bdftobogl helvB12.bdf > helvB12.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvB12.lo -fPIC -c helvB12.c ./bdftobogl helvR10.bdf > helvR10.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvR10.lo -fPIC -c helvR10.c ./bdftobogl timBI18.bdf > timBI18.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o timBI18.lo -fPIC -c timBI18.c cc -shared -Wl,-soname,libbogl.so.0 -o libbogl.so.0.1 bogl.lo bogl-font.lo bogl-cfb.lo bogl-pcfb.lo bogl-tcfb.lo arrow.lo boml.lo bowl.lo symbol.lo helvB10.lo helvB12.lo helvR10.lo timBI18.lo tux75.lo bowl-boxes.lo cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvB10.o -c helvB10.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvB12.o -c helvB12.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o helvR10.o -c helvR10.c cc -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 -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o timBI18.o -c timBI18.c rm -f libbogl.a ar rcs libbogl.a bogl.o bogl-font.o bogl-cfb.o bogl-pcfb.o bogl-tcfb.o arrow.o boml.o bowl.o symbol.o helvB10.o helvB12.o helvR10.o timBI18.o tux75.o bowl-boxes.o cc libbogl.a bterm.o bogl-term.o bogl-bgf.o libbogl.a -lz -o bterm install -d /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64//usr/lib64 /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/include/bogl /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/bin install -m755 libbogl.so.0.1 /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64//usr/lib64/libbogl.so.0.1 ln -sf libbogl.so.0.1 /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64//usr/lib64/libbogl.so ln -sf libbogl.so.0.1 /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64//usr/lib64/libbogl.so.0 install -m644 libbogl.a /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64//usr/lib64/libbogl.a install -p -m644 *.h /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/include/bogl install -m755 bdftobogl mergebdf bterm pngtobogl reduce-font /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/bin install -d /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/terminfo tic -o/builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/terminfo bterm.ti rm helvB10.c helvR10.c helvB12.c timBI18.c + mkdir -p /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/bogl/ + cp font.bgf /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/bogl/ + gzip -9 /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/bogl/font.bgf + rm /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64//usr/share/terminfo/b/bterm + /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: bogl-0.1.18-33.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sNGmJG + umask 022 + cd /builddir/build/BUILD + cd bogl-0.1.18 + DOCDIR=/builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl + cp -pr ChangeLog /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl + cp -pr README /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl + cp -pr debian/copyright /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl + exit 0 Provides: bogl = 0:0.1.18-33.fc28 bogl(riscv-64) = 0:0.1.18-33.fc28 libbogl.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: bogl-devel-0.1.18-33.fc28.riscv64 Provides: bogl-devel = 0:0.1.18-33.fc28 bogl-devel(riscv-64) = 0:0.1.18-33.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libbogl.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgd.so.3()(64bit) libm.so.6()(64bit) libpng16.so.16()(64bit) rtld(GNU_HASH) Processing files: bogl-bterm-0.1.18-33.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FABDFL + umask 022 + cd /builddir/build/BUILD + cd bogl-0.1.18 + DOCDIR=/builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl-bterm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl-bterm + cp -pr README.BOGL-bterm /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl-bterm + cp -pr debian/copyright /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64/usr/share/doc/bogl-bterm + exit 0 Provides: bogl-bterm = 0:0.1.18-33.fc28 bogl-bterm(riscv-64) = 0:0.1.18-33.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) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bogl-0.1.18-33.fc28.riscv64 Wrote: /builddir/build/SRPMS/bogl-0.1.18-33.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/bogl-0.1.18-33.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/bogl-devel-0.1.18-33.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/bogl-bterm-0.1.18-33.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jpG4uk + umask 022 + cd /builddir/build/BUILD + cd bogl-0.1.18 + rm -rf /builddir/build/BUILDROOT/bogl-0.1.18-33.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