Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/fbpanel.spec'], chrootPath='/var/lib/mock/f31-build-66295-29837/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/fbpanel.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564012800 Wrote: /builddir/build/SRPMS/fbpanel-7.0-5.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/fbpanel.spec'], chrootPath='/var/lib/mock/f31-build-66295-29837/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/fbpanel.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564012800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4vkGXP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fbpanel-7.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/fbpanel-7.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fbpanel-7.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #10 (fbpanel-7.0-default-config.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .default-config --fuzz=0 + echo 'Patch #11 (fbpanel-6.1-default-applications.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .default-applications --fuzz=0 + sed -i.optflags -e '\@CFLAGS =@s|-Wall -Werror|-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection|' .config/rules.mk + sed -i.path panel/panel.c -e 's|LIBEXECDIR "/fbpanel/|LIBEXECDIR "/|' + LANG=C + grep -rl /usr/bin/python + xargs sed -i -e 's@/usr/bin/python$@/usr/bin/python2@' + sed -i.timstamps -e 's|install -m|install -p -m|' scripts/install.sh + grep -rl -- '-m 644' + xargs sed -e 's|-m 644 |-p -m 644|' Patch #10 (fbpanel-7.0-default-config.patch): patching file data/config/default.in Patch #11 (fbpanel-6.1-default-applications.patch): patching file exec/make_profile.in ## miniconf makefiles ## 1.1 ## TOPDIR := ../.. TEXT = default pager all : $(TEXT) CLEANLIST += $(TEXT) install : $Qinstall -d $(DESTDIR)$(DATADIR) $Qinstall -p -m 644$(TEXT) $(DESTDIR)$(DATADIR) include $(TOPDIR)/.config/rules.mk ## miniconf makefiles ## 1.1 ## TOPDIR := ../.. TEXT = fbpanel.1 all : $(TEXT) CLEANLIST += $(TEXT) install : $Qinstall -d $(DESTDIR)$(MANDIR) $Qinstall -p -m 644$(TEXT) $(DESTDIR)$(MANDIR) include $(TOPDIR)/.config/rules.mk ############################################### # environment checks # ############################################### SHELL=/bin/bash .DEFAULT_GOAL := all define prnvar $(warning $(origin $1) $1='$($1)') endef $(TOPDIR)/config.mk: $(TOPDIR)/version $(TOPDIR)/.config/* @echo Please run $(TOPDIR)/configure @echo @false include $(TOPDIR)/config.mk ifeq ($(realpath $(TOPDIR)),$(CURDIR)) IS_TOPDIR := yes else IS_TOPDIR := no endif IS_ALL := $(filter all,$(if $(MAKECMDGOALS),$(MAKECMDGOALS),$(.DEFAULT_GOAL))) IS_HELP := $(filter help,$(MAKECMDGOALS)) ifeq ($(NV),) export NV = $(PROJECT_NAME)-$(PROJECT_VERSION) endif EMPTY := SPACE := $(EMPTY) $(EMPTY) ############################################### # recurion rules # ############################################### RGOALS = all clean install svnignore gitignore .PHONY : $(RGOALS) $(SUBDIRS) $(RGOALS) : $(SUBDIRS) $(SUBDIRS): $Q$(MAKE) -S -C $@ $(MAKECMDGOALS) unexport SUBDIRS $(RGOALS) $(SUBDIRS) : FORCE FORCE: @# ############################################### # help # ############################################### # Help targets allow to shed a light on what your makefile does. # Text for targets and variables will be formated into nice columns, # while help for examples will be printed as is. # # You can have any number of these, if you use '::' synatx # # The syntax is # help_target :: # echo "name - explanation, every" # echo " next line is indented" # # help_variable :: # echo "name - explanation, every" # echo " next line is indented" # # help_example :: # echo "@@" # echo "Any multi-line text formated as desired" help : $Q$(MAKE) -j1 V=0 help_target | $(TOPDIR)/.config/help target $Q$(MAKE) -j1 V=0 help_variable | $(TOPDIR)/.config/help variable ifeq ($V,1) $Q$(MAKE) -j1 V=0 help_example | $(TOPDIR)/.config/help example endif help_target :: @echo "help - print this help" ############################################### # output customization # ############################################### help_variable :: @echo "V - verbose output, if non-null" help_example :: @echo "@@" @echo "Verbose output" @echo " make V=1" @echo " make V=1 clean" @echo " make V=1 tar" ifeq ($(MAKELEVEL),0) export STARTDIR:=$(CURDIR) endif # make V=1 - very verbose, prints all commands # make V=0 - prints only titles [default] ifeq ($V$(IS_HELP),1) override Q := else override Q := @ MAKEFLAGS += --no-print-directory out := 2>/dev/null 1>/dev/null endif summary = @echo " $(1)" $(subst $(STARTDIR)/,,$(CURDIR)/)$(2) summary2 = @printf " %-5s %s\n" "$(1)" "$(2)" export V ############################################### # build rules # ############################################### help_target :: @echo "all - build all target" @echo "install - install binaries" help_variable :: @echo "DESTDIR - install under this dir rather " @echo " then under /" @echo "DEBUG - compile with debug symbols, if non-null" help_example :: @echo "@@" @echo "Installs stuff in a separate dir for easy packaging." @echo " ./configure --prefix=/usr/local" @echo " make" @echo " make install DESTDIR=/tmp/tmp313231" help_example :: @echo "@@" @echo "All standard make variables, like CFLAGS, LDFLAGS or CC, " @echo "are also supported." @echo " make CFLAGS=-O2" @echo " make CC=/opt/arm-gcc" ifeq ($(origin CFLAGS),environment) ifeq ($(CFLAGS_orig),) override CFLAGS_orig := $(CFLAGS) export CFLAGS_orig else override CFLAGS := $(CFLAGS_orig) endif endif ifeq ($(origin CFLAGS),undefined) ifeq ($(origin DEBUG),undefined) CFLAGS = -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection else CFLAGS = -O0 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection endif endif ifneq ($(origin DEBUG),undefined) override CFLAGS += -g3 endif override CFLAGS += -I$(TOPDIR) $(CFLAGS_EXTRA) # Produce local obj name from C file path src2base = $(basename $(notdir $(1))) # Create rule to compile an object from source # Parameters # $1 - C file (eg ../some/dir/test.c) # $2 - object file basename (eg test) # $3 - target name (eg hello) define objng_rules ifneq ($(IS_ALL),) -include $(2).d endif $(3)_obj += $(2).o CLEANLIST += $(2).o $(2).d $(2).o : $(1) $(TOPDIR)/config.h $(call summary,CC ,$$@) $Q$(CC) $(CFLAGS) $($(3)_cflags) -c -o $$@ $$< -MMD $(out) $Qsed -i -e 's/\s\/\S\+/ /g' $(2).d endef define bin_rules all : $(1) CLEANLIST += $(1) $(foreach s,$($(1)_src),\ $(eval $(call objng_rules,$(s),$(call src2base,$(s)),$(1)))) $(1) : $($(1)_obj) $(call summary,BIN ,$$@) $Q$(CC) $$^ $(LDFLAGS) $($(1)_libs) -o $$@ $(out) ifeq ($($(1)_install),) install : $(1)_install $(1)_install : $Qinstall -D -m 755 -T $(1) $(DESTDIR)$(BINDIR)/$(1) endif endef define lib_rules all : lib$(1).so CLEANLIST += lib$(1).so $(eval $(1)_cflags += -fPIC) $(foreach s,$($(1)_src),\ $(eval $(call objng_rules,$(s),$(call src2base,$(s)),$(1)))) lib$(1).so : $($(1)_obj) $(call summary,LIB ,$$@) $Q$(CC) $$^ $(LDFLAGS) $($(1)_libs) -shared -o $$@ $(out) ifeq ($($(1)_install),) install : $(1)_install $(1)_install : $Qinstall -D -m 755 -T lib$(1).so $(DESTDIR)$(LIBDIR)/lib$(1).so endif endef define ar_rules all : lib$(1).a CLEANLIST += lib$(1).a $(foreach s,$($(1)_src),\ $(eval $(call objng_rules,$(s),$(call src2base,$(s)),$(1)))) lib$(1).a : $($(1)_obj) $(call summary,AR ,$$@) $Q$(AR) rcs $$@ $$^ ifeq ($($(1)_install),) install : $(1)_install $(1)_install : $Qinstall -D -p -m 644-T lib$(1).a $(DESTDIR)$(LIBDIR)/lib$(1).a endif endef ifeq ($(KVERSION),) KVERSION := $(shell uname -r) #export KVERSION endif define kmod_rules CLEANLIST += *.ko *.o *.mod.c .*.cmd .tmp_versions modules.order Module.symvers all: $(call summary,KMOD ,$(1).ko) $Qexport KBUILD_EXTRA_SYMBOLS=$(KB_SYMBOLS); \ make -C /lib/modules/$$(KVERSION)/build M=$(CURDIR) \ modules $(out) # clean: # $Qmake -C /lib/modules/$$(KVERSION)/build M=$(CURDIR) \ # clean $(out) install: $Qmake -C /lib/modules/$$(KVERSION)/build M=$(CURDIR) \ modules_install $(out) endef % : %.in @echo " TEXT $@" $Q$(TOPDIR)/repl.py < $^ > $@ targets = $(filter %_type,$(.VARIABLES)) $(foreach t,$(targets),$(eval $(call $(strip $($(t)))_rules,$(t:_type=)))) ############################################### # clean # ############################################### help_target :: @echo "clean - clean build results" @echo "distclean - clean build and configure results" ifeq ($(IS_TOPDIR),yes) DISTCLEANLIST += config.mk config.h repl.py .config/*.pyc endif clean: ifneq (,$(CLEANLIST)) $(call summary,CLEAN ,) $Qrm -rf $(CLEANLIST) endif distclean : clean ifneq (,$(DISTCLEANLIST)) $(call summary,DCLEAN ,) $Qrm -rf $(DISTCLEANLIST) endif ############################################### # tar # ############################################### ifeq ($(IS_TOPDIR),yes) help_target :: @echo "tar - make tar archive of a project code" tar : $(call summary,TAR ,/tmp/$(NV).tar.bz2) $Q$(TOPDIR)/.config/tar.py $(if $V,-v) /tmp/$(NV).tar.bz2 endif ############################################### # misc # ############################################### help_target :: @echo "svnignore - tell svn to ignore files in a cleanlist" svnignore: @prop=prop-$$$$.txt; \ for i in $(DISTCLEANLIST) $(CLEANLIST); do echo "$$i"; done > $$prop; \ cat $$prop; \ svn propset svn:ignore --file $$prop .; \ rm -f $$prop help_target :: @echo "gitignore - tell git to ignore files in a cleanlist" gitignore: $Qfor i in $(DISTCLEANLIST) $(CLEANLIST); do echo "$$i"; \ done > .gitignore $Qgit add .gitignore ############################################### # environment checks # ############################################### SHELL=/bin/bash .DEFAULT_GOAL := all define prnvar $(warning $(origin $1) $1='$($1)') endef $(TOPDIR)/config.mk: $(TOPDIR)/version $(TOPDIR)/.config/* @echo Please run $(TOPDIR)/configure @echo @false include $(TOPDIR)/config.mk ifeq ($(realpath $(TOPDIR)),$(CURDIR)) IS_TOPDIR := yes else IS_TOPDIR := no endif IS_ALL := $(filter all,$(if $(MAKECMDGOALS),$(MAKECMDGOALS),$(.DEFAULT_GOAL))) IS_HELP := $(filter help,$(MAKECMDGOALS)) ifeq ($(NV),) export NV = $(PROJECT_NAME)-$(PROJECT_VERSION) endif EMPTY := SPACE := $(EMPTY) $(EMPTY) ############################################### # recurion rules # ############################################### RGOALS = all clean install svnignore gitignore .PHONY : $(RGOALS) $(SUBDIRS) $(RGOALS) : $(SUBDIRS) $(SUBDIRS): $Q$(MAKE) -S -C $@ $(MAKECMDGOALS) unexport SUBDIRS $(RGOALS) $(SUBDIRS) : FORCE FORCE: @# ############################################### # help # ############################################### # Help targets allow to shed a light on what your makefile does. # Text for targets and variables will be formated into nice columns, # while help for examples will be printed as is. # # You can have any number of these, if you use '::' synatx # # The syntax is # help_target :: # echo "name - explanation, every" # echo " next line is indented" # # help_variable :: # echo "name - explanation, every" # echo " next line is indented" # # help_example :: # echo "@@" # echo "Any multi-line text formated as desired" help : $Q$(MAKE) -j1 V=0 help_target | $(TOPDIR)/.config/help target $Q$(MAKE) -j1 V=0 help_variable | $(TOPDIR)/.config/help variable ifeq ($V,1) $Q$(MAKE) -j1 V=0 help_example | $(TOPDIR)/.config/help example endif help_target :: @echo "help - print this help" ############################################### # output customization # ############################################### help_variable :: @echo "V - verbose output, if non-null" help_example :: @echo "@@" @echo "Verbose output" @echo " make V=1" @echo " make V=1 clean" @echo " make V=1 tar" ifeq ($(MAKELEVEL),0) export STARTDIR:=$(CURDIR) endif # make V=1 - very verbose, prints all commands # make V=0 - prints only titles [default] ifeq ($V$(IS_HELP),1) override Q := else override Q := @ MAKEFLAGS += --no-print-directory out := 2>/dev/null 1>/dev/null endif summary = @echo " $(1)" $(subst $(STARTDIR)/,,$(CURDIR)/)$(2) summary2 = @printf " %-5s %s\n" "$(1)" "$(2)" export V ############################################### # build rules # ############################################### help_target :: @echo "all - build all target" @echo "install - install binaries" help_variable :: @echo "DESTDIR - install under this dir rather " @echo " then under /" @echo "DEBUG - compile with debug symbols, if non-null" help_example :: @echo "@@" @echo "Installs stuff in a separate dir for easy packaging." @echo " ./configure --prefix=/usr/local" @echo " make" @echo " make install DESTDIR=/tmp/tmp313231" help_example :: @echo "@@" @echo "All standard make variables, like CFLAGS, LDFLAGS or CC, " @echo "are also supported." @echo " make CFLAGS=-O2" @echo " make CC=/opt/arm-gcc" ifeq ($(origin CFLAGS),environment) ifeq ($(CFLAGS_orig),) override CFLAGS_orig := $(CFLAGS) export CFLAGS_orig else override CFLAGS := $(CFLAGS_orig) endif endif ifeq ($(origin CFLAGS),undefined) ifeq ($(origin DEBUG),undefined) CFLAGS = -O2 -Wall -Werror else CFLAGS = -O0 -Wall -Werror endif endif ifneq ($(origin DEBUG),undefined) override CFLAGS += -g3 endif override CFLAGS += -I$(TOPDIR) $(CFLAGS_EXTRA) # Produce local obj name from C file path src2base = $(basename $(notdir $(1))) # Create rule to compile an object from source # Parameters # $1 - C file (eg ../some/dir/test.c) # $2 - object file basename (eg test) # $3 - target name (eg hello) define objng_rules ifneq ($(IS_ALL),) -include $(2).d endif $(3)_obj += $(2).o CLEANLIST += $(2).o $(2).d $(2).o : $(1) $(TOPDIR)/config.h $(call summary,CC ,$$@) $Q$(CC) $(CFLAGS) $($(3)_cflags) -c -o $$@ $$< -MMD $(out) $Qsed -i -e 's/\s\/\S\+/ /g' $(2).d endef define bin_rules all : $(1) CLEANLIST += $(1) $(foreach s,$($(1)_src),\ $(eval $(call objng_rules,$(s),$(call src2base,$(s)),$(1)))) $(1) : $($(1)_obj) $(call summary,BIN ,$$@) $Q$(CC) $$^ $(LDFLAGS) $($(1)_libs) -o $$@ $(out) ifeq ($($(1)_install),) install : $(1)_install $(1)_install : $Qinstall -D -m 755 -T $(1) $(DESTDIR)$(BINDIR)/$(1) endif endef define lib_rules all : lib$(1).so CLEANLIST += lib$(1).so $(eval $(1)_cflags += -fPIC) $(foreach s,$($(1)_src),\ $(eval $(call objng_rules,$(s),$(call src2base,$(s)),$(1)))) lib$(1).so : $($(1)_obj) $(call summary,LIB ,$$@) $Q$(CC) $$^ $(LDFLAGS) $($(1)_libs) -shared -o $$@ $(out) ifeq ($($(1)_install),) install : $(1)_install $(1)_install : $Qinstall -D -m 755 -T lib$(1).so $(DESTDIR)$(LIBDIR)/lib$(1).so endif endef define ar_rules all : lib$(1).a CLEANLIST += lib$(1).a $(foreach s,$($(1)_src),\ $(eval $(call objng_rules,$(s),$(call src2base,$(s)),$(1)))) lib$(1).a : $($(1)_obj) $(call summary,AR ,$$@) $Q$(AR) rcs $$@ $$^ ifeq ($($(1)_install),) install : $(1)_install $(1)_install : $Qinstall -D -p -m 644-T lib$(1).a $(DESTDIR)$(LIBDIR)/lib$(1).a endif endef ifeq ($(KVERSION),) KVERSION := $(shell uname -r) #export KVERSION endif define kmod_rules CLEANLIST += *.ko *.o *.mod.c .*.cmd .tmp_versions modules.order Module.symvers all: $(call summary,KMOD ,$(1).ko) $Qexport KBUILD_EXTRA_SYMBOLS=$(KB_SYMBOLS); \ make -C /lib/modules/$$(KVERSION)/build M=$(CURDIR) \ modules $(out) # clean: # $Qmake -C /lib/modules/$$(KVERSION)/build M=$(CURDIR) \ # clean $(out) install: $Qmake -C /lib/modules/$$(KVERSION)/build M=$(CURDIR) \ modules_install $(out) endef % : %.in @echo " TEXT $@" $Q$(TOPDIR)/repl.py < $^ > $@ targets = $(filter %_type,$(.VARIABLES)) $(foreach t,$(targets),$(eval $(call $(strip $($(t)))_rules,$(t:_type=)))) ############################################### # clean # ############################################### help_target :: @echo "clean - clean build results" @echo "distclean - clean build and configure results" ifeq ($(IS_TOPDIR),yes) DISTCLEANLIST += config.mk config.h repl.py .config/*.pyc endif clean: ifneq (,$(CLEANLIST)) $(call summary,CLEAN ,) $Qrm -rf $(CLEANLIST) endif distclean : clean ifneq (,$(DISTCLEANLIST)) $(call summary,DCLEAN ,) $Qrm -rf $(DISTCLEANLIST) endif ############################################### # tar # ############################################### ifeq ($(IS_TOPDIR),yes) help_target :: @echo "tar - make tar archive of a project code" tar : $(call summary,TAR ,/tmp/$(NV).tar.bz2) $Q$(TOPDIR)/.config/tar.py $(if $V,-v) /tmp/$(NV).tar.bz2 endif ############################################### # misc # ############################################### help_target :: @echo "svnignore - tell svn to ignore files in a cleanlist" svnignore: @prop=prop-$$$$.txt; \ for i in $(DISTCLEANLIST) $(CLEANLIST); do echo "$$i"; done > $$prop; \ cat $$prop; \ svn propset svn:ignore --file $$prop .; \ rm -f $$prop help_target :: @echo "gitignore - tell git to ignore files in a cleanlist" gitignore: $Qfor i in $(DISTCLEANLIST) $(CLEANLIST); do echo "$$i"; \ done > .gitignore $Qgit add .gitignore Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MD7zZO + sed -i data/images/Makefile -e '\@IMAGES@s|install |install -cp -m 0644 |' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + ./configure V=1 --prefix=/usr --libdir=/usr/lib64/fbpanel --libexecdir=/usr/libexec/fbpanel --datadir=/usr/share/fbpanel --mandir=/usr/share/man/man1 + make -j4 V=1 Created config.mk Created config.h Configuration: Sound plugin: no make -S -C data make -S -C exec make -S -C panel make -S -C plugins make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data' make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins' make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/exec' make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/panel' make -S -C config make -S -C battery TEXT make_profile ../repl.py < make_profile.in > make_profile make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data/config' make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/battery' CC panel/bg.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o bg.o bg.c -MMD TEXT default ../../repl.py < default.in > default CC plugins/battery/battery.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o battery.o battery.c -MMD make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/exec' make -S -C chart make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/chart' TEXT pager ../../repl.py < pager.in > pager CC plugins/chart/chart.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o chart.o chart.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/data/config' make -S -C images make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data/images' make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/data/images' make -S -C man make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data/man' TEXT fbpanel.1 ../../repl.py < fbpanel.1.in > fbpanel.1 make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/data/man' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/data' CC panel/ev.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o ev.o ev.c -MMD sed -i -e 's/\s\/\S\+/ /g' battery.d sed -i -e 's/\s\/\S\+/ /g' bg.d CC plugins/battery/power_supply.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o power_supply.o power_supply.c -MMD sed -i -e 's/\s\/\S\+/ /g' chart.d make -S -C cpu make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/cpu' LIB plugins/chart/libchart.so cc chart.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libchart.so CC plugins/cpu/cpu.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o cpu.o cpu.c -MMD sed -i -e 's/\s\/\S\+/ /g' ev.d make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/chart' CC panel/gconf.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o gconf.o gconf.c -MMD CC panel/gconf_panel.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o gconf_panel.o gconf_panel.c -MMD sed -i -e 's/\s\/\S\+/ /g' power_supply.d LIB plugins/battery/libbattery.so cc battery.o power_supply.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libbattery.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/battery' CC panel/gconf_plugins.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o gconf_plugins.o gconf_plugins.c -MMD sed -i -e 's/\s\/\S\+/ /g' cpu.d LIB plugins/cpu/libcpu.so cc cpu.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libcpu.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/cpu' make -S -C dclock make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/dclock' CC plugins/dclock/dclock.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o dclock.o dclock.c -MMD sed -i -e 's/\s\/\S\+/ /g' gconf.d CC panel/gtkbar.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o gtkbar.o gtkbar.c -MMD sed -i -e 's/\s\/\S\+/ /g' gconf_panel.d make -S -C deskno make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno' CC plugins/deskno/deskno.o BUILDSTDERR: cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/deskno.c: In function 'name_update': BUILDSTDERR: deskno.c:60:27: warning: '' directive writing 4 bytes into a region of size between 1 and 11 [-Wformat-overflow=] BUILDSTDERR: 60 | sprintf(buffer, "%d", dc->deskno + 1); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from deskno.c:5: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 19 bytes into a destination of size 15 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: gtkbgbox.c: In function 'gtk_bgbox_class_init': BUILDSTDERR: gtkbgbox.c:118:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 118 | g_type_class_add_private (class, sizeof (GtkBgboxPrivate)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/glib-2.0/gobject/gobject.h:24, BUILDSTDERR: from /usr/include/glib-2.0/gobject/gbinding.h:29, BUILDSTDERR: from /usr/include/glib-2.0/glib-object.h:23, BUILDSTDERR: from /usr/include/glib-2.0/gio/gioenums.h:28, BUILDSTDERR: from /usr/include/glib-2.0/gio/giotypes.h:28, BUILDSTDERR: from /usr/include/glib-2.0/gio/gio.h:26, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, BUILDSTDERR: from /usr/include/gtk-2.0/gdk/gdk.h:32, BUILDSTDERR: from gtkbgbox.h:31, BUILDSTDERR: from gtkbgbox.c:28: BUILDSTDERR: /usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here BUILDSTDERR: 1303 | void g_type_class_add_private (gpointer g_class, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o deskno.o deskno.c -MMD sed -i -e 's/\s\/\S\+/ /g' gconf_plugins.d CC panel/gtkbgbox.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o gtkbgbox.o gtkbgbox.c -MMD sed -i -e 's/\s\/\S\+/ /g' gtkbar.d CC panel/misc.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o misc.o misc.c -MMD sed -i -e 's/\s\/\S\+/ /g' dclock.d LIB plugins/dclock/libdclock.so cc dclock.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libdclock.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/dclock' CC panel/panel.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o panel.o panel.c -MMD sed -i -e 's/\s\/\S\+/ /g' deskno.d LIB plugins/deskno/libdeskno.so cc deskno.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libdeskno.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno' make -S -C deskno2 make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno2' CC plugins/deskno2/deskno2.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o deskno2.o deskno2.c -MMD sed -i -e 's/\s\/\S\+/ /g' gtkbgbox.d CC panel/plugin.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o plugin.o plugin.c -MMD sed -i -e 's/\s\/\S\+/ /g' deskno2.d LIB plugins/deskno2/libdeskno2.so cc deskno2.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libdeskno2.so sed -i -e 's/\s\/\S\+/ /g' plugin.d sed -i -e 's/\s\/\S\+/ /g' misc.d make -S -C genmon CC panel/run.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o run.o run.c -MMD make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/genmon' CC plugins/genmon/genmon.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o genmon.o genmon.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno2' make -S -C icons make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/icons' CC plugins/icons/icons.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o icons.o icons.c -MMD sed -i -e 's/\s\/\S\+/ /g' panel.d make -S -C image make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/image' CC plugins/image/image.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o image.o image.c -MMD sed -i -e 's/\s\/\S\+/ /g' run.d CC panel/xconf.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../panel -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o xconf.o xconf.c -MMD sed -i -e 's/\s\/\S\+/ /g' genmon.d LIB plugins/genmon/libgenmon.so cc genmon.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libgenmon.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/genmon' make -S -C launchbar make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/launchbar' CC plugins/launchbar/launchbar.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o launchbar.o launchbar.c -MMD sed -i -e 's/\s\/\S\+/ /g' image.d LIB plugins/image/libimage.so cc image.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libimage.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/image' make -S -C mem make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem' CC plugins/mem/mem.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o mem.o mem.c -MMD sed -i -e 's/\s\/\S\+/ /g' icons.d LIB plugins/icons/libicons.so cc icons.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libicons.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/icons' make -S -C mem2 make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem2' CC plugins/mem2/mem2.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o mem2.o mem2.c -MMD sed -i -e 's/\s\/\S\+/ /g' xconf.d BIN panel/fbpanel cc bg.o ev.o gconf.o gconf_panel.o gconf_plugins.o gtkbar.o gtkbgbox.o misc.o panel.o plugin.o run.o xconf.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0 -lX11 -lm -o fbpanel sed -i -e 's/\s\/\S\+/ /g' launchbar.d LIB plugins/launchbar/liblaunchbar.so cc launchbar.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o liblaunchbar.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/launchbar' make -S -C po make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/po' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/panel' make -S -C menu make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/menu' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/po' make -S -C meter make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/meter' CC plugins/menu/menu.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o menu.o menu.c -MMD CC plugins/meter/meter.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o meter.o meter.c -MMD sed -i -e 's/\s\/\S\+/ /g' mem.d LIB plugins/mem/libmem.so cc mem.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libmem.so sed -i -e 's/\s\/\S\+/ /g' mem2.d make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem' make -S -C net make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/net' LIB plugins/mem2/libmem2.so cc mem2.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libmem2.so CC plugins/net/net.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o net.o net.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem2' make -S -C scripts make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/scripts' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/scripts' make -S -C pager make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/pager' CC plugins/pager/pager.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o pager.o pager.c -MMD sed -i -e 's/\s\/\S\+/ /g' meter.d LIB plugins/meter/libmeter.so cc meter.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libmeter.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/meter' make -S -C separator make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/separator' CC plugins/separator/separator.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o separator.o separator.c -MMD sed -i -e 's/\s\/\S\+/ /g' net.d LIB plugins/net/libnet.so cc net.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libnet.so sed -i -e 's/\s\/\S\+/ /g' menu.d CC plugins/menu/system_menu.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o system_menu.o system_menu.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/net' make -S -C space make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/space' CC plugins/space/space.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o space.o space.c -MMD sed -i -e 's/\s\/\S\+/ /g' pager.d LIB plugins/pager/libpager.so cc pager.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libpager.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/pager' make -S -C systray make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/systray' CC plugins/systray/egg-marshal.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o egg-marshal.o egg-marshal.c -MMD sed -i -e 's/\s\/\S\+/ /g' separator.d sed -i -e 's/\s\/\S\+/ /g' egg-marshal.d LIB plugins/separator/libseparator.so cc separator.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libseparator.so CC plugins/systray/eggtraymanager.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o eggtraymanager.o eggtraymanager.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/separator' CC plugins/systray/fixedtip.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o fixedtip.o fixedtip.c -MMD sed -i -e 's/\s\/\S\+/ /g' space.d LIB plugins/space/libspace.so cc space.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libspace.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/space' sed -i -e 's/\s\/\S\+/ /g' system_menu.d LIB plugins/menu/libmenu.so cc menu.o system_menu.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libmenu.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/menu' sed -i -e 's/\s\/\S\+/ /g' eggtraymanager.d CC plugins/systray/main.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o main.o main.c -MMD sed -i -e 's/\s\/\S\+/ /g' fixedtip.d make -S -C taskbar make -S -C tclock make -S -C volume make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/taskbar' make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/volume' make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/tclock' CC plugins/volume/volume.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o volume.o volume.c -MMD CC plugins/taskbar/taskbar.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o taskbar.o taskbar.c -MMD CC plugins/tclock/tclock.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o tclock.o tclock.c -MMD sed -i -e 's/\s\/\S\+/ /g' main.d LIB plugins/systray/libtray.so cc egg-marshal.o eggtraymanager.o fixedtip.o main.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libtray.so sed -i -e 's/\s\/\S\+/ /g' tclock.d make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/systray' make -S -C wincmd LIB plugins/tclock/libtclock.so cc tclock.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libtclock.so make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/wincmd' CC plugins/wincmd/wincmd.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o wincmd.o wincmd.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/tclock' make -S -C user make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/user' CC plugins/user/user.o cc -O2 -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I../.. -I../../panel -DPLUGIN -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -fPIC -c -o user.o user.c -MMD sed -i -e 's/\s\/\S\+/ /g' volume.d LIB plugins/volume/libvolume.so cc volume.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libvolume.so BUILDSTDERR: make[2]: Leavi+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ng directory '/builddir/build/BUILD/fbpanel-7.0/plugins/volume' sed -i -e 's/\s\/\S\+/ /g' taskbar.d LIB plugins/taskbar/libtaskbar.so cc taskbar.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libtaskbar.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/taskbar' sed -i -e 's/\s\/\S\+/ /g' wincmd.d LIB plugins/wincmd/libwincmd.so cc wincmd.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libwincmd.so sed -i -e 's/\s\/\S\+/ /g' user.d LIB plugins/user/libuser.so cc user.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -shared -o libuser.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/wincmd' make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/user' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TVNRYR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64 + cd fbpanel-7.0 + make install DESTDIR=/builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64 make -S -C data install make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data' make -S -C config install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data/config' install -d /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel install -m 644 default pager /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/data/config' make -S -C images install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data/images' install -d /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel/images install -cp -m 0644 battery_0.png battery_1.png battery_2.png battery_3.png battery_4.png battery_5.png battery_6.png battery_7.png battery_8.png battery_charging_0.png battery_charging_1.png battery_charging_2.png battery_charging_3.png battery_charging_4.png battery_charging_5.png battery_charging_6.png battery_charging_7.png battery_charging_8.png battery_na.png dclock_glyphs.png default.xpm gnome-session-halt.png gnome-session-reboot.png logo.png /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel/images make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/data/images' make -S -C man install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data/man' install -d /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/man/man1 install -m 644 fbpanel.1 /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/man/man1 make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/data/man' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/data' make -S -C exec install make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/exec' install -d /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/libexec/fbpanel install -m 755 make_profile xlogout /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/libexec/fbpanel make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/exec' make -S -C panel install make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/panel' install -D -m 755 -T fbpanel /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/bin/fbpanel make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/panel' make -S -C plugins install make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins' make -S -C battery install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/battery' install -D -m 755 -T libbattery.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libbattery.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/battery' make -S -C chart install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/chart' install -D -m 755 -T libchart.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libchart.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/chart' make -S -C cpu install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/cpu' install -D -m 755 -T libcpu.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libcpu.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/cpu' make -S -C dclock install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/dclock' install -D -m 755 -T libdclock.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdclock.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/dclock' make -S -C deskno install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno' install -D -m 755 -T libdeskno.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdeskno.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno' make -S -C deskno2 install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno2' install -D -m 755 -T libdeskno2.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdeskno2.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno2' make -S -C genmon install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/genmon' install -D -m 755 -T libgenmon.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libgenmon.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/genmon' make -S -C icons install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/icons' install -D -m 755 -T libicons.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libicons.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/icons' make -S -C image install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/image' install -D -m 755 -T libimage.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libimage.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/image' make -S -C launchbar install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/launchbar' install -D -m 755 -T liblaunchbar.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/liblaunchbar.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/launchbar' make -S -C mem install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem' install -D -m 755 -T libmem.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmem.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem' make -S -C mem2 install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem2' install -D -m 755 -T libmem2.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmem2.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem2' make -S -C menu install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/menu' install -D -m 755 -T libmenu.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmenu.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/menu' make -S -C meter install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/meter' install -D -m 755 -T libmeter.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmeter.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/meter' make -S -C net install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/net' install -D -m 755 -T libnet.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libnet.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/net' make -S -C pager install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/pager' install -D -m 755 -T libpager.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libpager.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/pager' make -S -C separator install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/separator' install -D -m 755 -T libseparator.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libseparator.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/separator' make -S -C space install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/space' install -D -m 755 -T libspace.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libspace.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/space' make -S -C systray install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/systray' install -D -m 755 -T libtray.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtray.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/systray' make -S -C taskbar install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/taskbar' BUILDSTDERR: install -D -m 755 -+ ln -sf logo.png /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel/images/start-here.png + mv /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel/images/gnome-session-halt.png /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel/images/system-shutdown.png + mv /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel/images/gnome-session-reboot.png /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/fbpanel/images/system-reboot.png + rm /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libvolume.so + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 7.0-5.fc31 --unique-debug-suffix -7.0-5.fc31.riscv64 --unique-debug-src-base fbpanel-7.0-5.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fbpanel-7.0 T libtaskbar.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtaskbar.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/taskbar' make -S -C tclock install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/tclock' install -D -m 755 -T libtclock.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtclock.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/tclock' make -S -C volume install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/volume' install -D -m 755 -T libvolume.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libvolume.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/volume' make -S -C wincmd install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/wincmd' install -D -m 755 -T libwincmd.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libwincmd.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/wincmd' make -S -C user install make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/user' install -D -m 755 -T libuser.so /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libuser.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/user' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins' make -S -C po install make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/po' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/po' make -S -C scripts install make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/scripts' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/scripts' explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/bin/fbpanel explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libbattery.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libcpu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libchart.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/bin/fbpanel extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libbattery.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libcpu.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libchart.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdclock.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdclock.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdeskno.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdeskno2.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdeskno.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libdeskno2.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libgenmon.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libgenmon.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libicons.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/liblaunchbar.so BUILDSTDERR: extracting debug info from /builddir/bui734 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs ld/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libicons.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libimage.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/liblaunchbar.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libimage.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmem.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmem.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmem2.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmem2.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmeter.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmenu.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmeter.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libmenu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libnet.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libnet.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libpager.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libpager.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libseparator.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libspace.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libseparator.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libspace.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtaskbar.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtaskbar.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtclock.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtray.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtclock.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libtray.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libuser.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libuser.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libwincmd.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/lib64/fbpanel/libwincmd.so original debug info size: 2008kB, size after compression: 1544kB /usr/lib/rpm/sepdebugcrcfix: Updated 24 CRC32s, 0 CRC32s did match. mangling shebang in /usr/libexec/fbpanel/xlogout from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/libexec/fbpanel/make_profile from /bin/bash to #!/usr/bin/bash Processing files: fbpanel-7.0-5.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.i7QtvQ + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + DOCDIR=/builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel + cp -pr CHANGELOG /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel + cp -pr CREDITS /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel + cp -pr NOTES /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel + cp -pr README.md /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.o5TTGS + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + LICENSEDIR=/builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/licenses/fbpanel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/licenses/fbpanel + cp -pr COPYING /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/licenses/fbpanel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: fbpanel = 7.0-5.fc31 fbpanel(riscv-64) = 7.0-5.fc31 libbattery.so()(64bit) libchart.so()(64bit) libcpu.so()(64bit) libdclock.so()(64bit) libdeskno.so()(64bit) libdeskno2.so()(64bit) libgenmon.so()(64bit) libicons.so()(64bit) libimage.so()(64bit) liblaunchbar.so()(64bit) libmem.so()(64bit) libmem2.so()(64bit) libmenu.so()(64bit) libmeter.so()(64bit) libnet.so()(64bit) libpager.so()(64bit) libseparator.so()(64bit) libspace.so()(64bit) libtaskbar.so()(64bit) libtclock.so()(64bit) libtray.so()(64bit) libuser.so()(64bit) libwincmd.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libX11.so.6()(64bit) libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) Processing files: fbpanel-doc-7.0-5.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0ksvgQ + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + DOCDIR=/builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel-doc + cp -pr www /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64/usr/share/doc/fbpanel-doc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: fbpanel-doc = 7.0-5.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: fbpanel-debugsource-7.0-5.fc31.riscv64 Provides: fbpanel-debugsource = 7.0-5.fc31 fbpanel-debugsource(riscv-64) = 7.0-5.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: fbpanel-debuginfo-7.0-5.fc31.riscv64 Provides: debuginfo(build-id) = 006d3a0f8989355f57a50da893c2dea4870e88e7 debuginfo(build-id) = 0d290446345076059ffe788a5b1ee18f3ab38910 debuginfo(build-id) = 178ff599fe21022afa3e8cfce0e6a0e96225edfe debuginfo(build-id) = 1b59952e178b94e1b7c8a5d0f5b775e4b54ff52d debuginfo(build-id) = 29238dc033ce52d45ee27d8b0820f11080a10a4f debuginfo(build-id) = 2b850e5c108976e7b764fa6c562c7c1e313fe4f9 debuginfo(build-id) = 383ecf55c1c15032f5c855a5ca9600ef4d59e15b debuginfo(build-id) = 4bfe9e2435574f08a5facbbdaa8cd09a6c70ff14 debuginfo(build-id) = 5282ad985cbe626f467100b228474a856ee8d9d1 debuginfo(build-id) = 57ff965eb414113479ed056bac9b690c8fa704b9 debuginfo(build-id) = 5ab51d35869db4d2c5998b64923d3751392f61ec debuginfo(build-id) = 5c266755aba09ecea9220e4e7087cbe920c214cd debuginfo(build-id) = 5cf5e0e3652c68b92928ea2351bcd6ca6cd12e7a debuginfo(build-id) = 6c3433221c7de65356d2279a5a1ce27bf66c3c78 debuginfo(build-id) = 73be46a27c67af6884f8bebbff358e5ddbf698b9 debuginfo(build-id) = 83a477a44c35259fb5d20e125b1696f1df8125b2 debuginfo(build-id) = 8b8fe6a48a453d146e1cd6f56b0d654b5e70068e debuginfo(build-id) = 93d4f78b1df88b633e9f0660f165f6efaa78ba11 debuginfo(build-id) = 9d0495d9e03df3417fb6dc086ba215af981f3bdd debuginfo(build-id) = bb0428ecd677301816746db999a2385c1578c7e2 debuginfo(build-id) = c54a9ebdc7f231f2bb90ab43a09277f6a4defd8b debuginfo(build-id) = d3eb4d9fb03bc07ba3265b12e353e2e638ba9b0c debuginfo(build-id) = d732fd4a1897b78d6e7809c01bcd3bc7bcd07582 debuginfo(build-id) = e88773961dcb778beb0f90dbe9a4b5907ef8cee3 fbpanel-debuginfo = 7.0-5.fc31 fbpanel-debuginfo(riscv-64) = 7.0-5.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: fbpanel-debugsource(riscv-64) = 7.0-5.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64 Wrote: /builddir/build/RPMS/fbpanel-7.0-5.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/fbpanel-debugsource-7.0-5.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/fbpanel-doc-7.0-5.fc31.noarch.rpm Wrote: /builddir/build/RPMS/fbpanel-debuginfo-7.0-5.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.z7R9vR + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/fbpanel-7.0-5.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0