Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/fbpanel.spec'], chrootPath='/var/lib/mock/f29-build-20335-10690/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=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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 Wrote: /builddir/build/SRPMS/fbpanel-7.0-3.fc29.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/f29-build-20335-10690/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=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1PWDFC + 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 . Patch #10 (fbpanel-7.0-default-config.patch): + echo 'Patch #10 (fbpanel-7.0-default-config.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .default-config --fuzz=0 patching file data/config/default.in Patch #11 (fbpanel-6.1-default-applications.patch): + echo 'Patch #11 (fbpanel-6.1-default-applications.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .default-applications --fuzz=0 patching file exec/make_profile.in + 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 "/|' + xargs sed -i -e 's@/usr/bin/python$@/usr/bin/python2@' + LANG=C + grep -rl /usr/bin/python + 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|' ############################################### # 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 ############################################### # 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 ## 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 ## 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 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.D0yiIH + sed -i data/images/Makefile -e '\@IMAGES@s|install |install -cp -m 0644 |' + 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 Created config.mk Created config.h Configuration: Sound plugin: no + make -j4 V=1 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/panel' 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 -S -C config make -S -C battery make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/data/config' TEXT make_profile ../repl.py < make_profile.in > make_profile make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/battery' TEXT default ../../repl.py < default.in > default 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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 po make[1]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/po' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/po' TEXT pager 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o power_supply.o power_supply.c -MMD sed -i -e 's/\s\/\S\+/ /g' power_supply.d ../../repl.py < pager.in > pager 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' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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 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/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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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 sed -i -e 's/\s\/\S\+/ /g' bg.d 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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' battery.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 -lfribidi -lfontconfig -lfreetype -shared -o libbattery.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/battery' make -S -C chart make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/chart' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o chart.o chart.c -MMD sed -i -e 's/\s\/\S\+/ /g' ev.d 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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' gconf_plugins.d 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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' chart.d 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 -lfribidi -lfontconfig -lfreetype -shared -o libchart.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/chart' make -S -C cpu make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/cpu' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o cpu.o cpu.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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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' 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 -lfribidi -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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o dclock.o dclock.c -MMD sed -i -e 's/\s\/\S\+/ /g' misc.d 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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 sed -i -e 's/\s\/\S\+/ /g' panel.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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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' plugin.d make -S -C deskno make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno' CC plugins/deskno/deskno.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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o deskno.o deskno.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 -lfribidi -lfontconfig -lfreetype -shared -o libdclock.so sed -i -e 's/\s\/\S\+/ /g' run.d 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o deskno2.o deskno2.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/dclock' make -S -C genmon 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o genmon.o genmon.c -MMD BUILDSTDERR: 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: sprintf(buffer, "%d", dc->deskno + 1); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, 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: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -lfribidi -lfontconfig -lfreetype -shared -o libdeskno.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o icons.o icons.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 -lfribidi -lfontconfig -lfreetype -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lX11 -lm -o fbpanel sed -i -e 's/\s\/\S\+/ /g' genmon.d make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/panel' make -S -C image make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/image' 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 -lfribidi -lfontconfig -lfreetype -shared -o libgenmon.so 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o image.o image.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 -lfribidi -lfontconfig -lfreetype -shared -o libdeskno2.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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o launchbar.o launchbar.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/deskno2' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o mem.o mem.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 -lfribidi -lfontconfig -lfreetype -shared -o libimage.so 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 -lfribidi -lfontconfig -lfreetype -shared -o libicons.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/image' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o mem2.o mem2.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/icons' make -S -C menu make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/menu' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o menu.o menu.c -MMD 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 -lfribidi -lfontconfig -lfreetype -shared -o liblaunchbar.so 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 -lfribidi -lfontconfig -lfreetype -shared -o libmem.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/launchbar' make -S -C meter make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/meter' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o meter.o meter.c -MMD 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' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o net.o net.c -MMD sed -i -e 's/\s\/\S\+/ /g' mem2.d 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 -lfribidi -lfontconfig -lfreetype -shared -o libmem2.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/mem2' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -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 -lfribidi -lfontconfig -lfreetype -shared -o libmeter.so 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 -lfribidi -lfontconfig -lfreetype -shared -o libnet.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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o separator.o separator.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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o space.o space.c -MMD sed -i -e 's/\s\/\S\+/ /g' separator.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 -lfribidi -lfontconfig -lfreetype -shared -o libseparator.so 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 -lfribidi -lfontconfig -lfreetype -shared -o libspace.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/separator' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o egg-marshal.o egg-marshal.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 -lfribidi -lfontconfig -lfreetype -shared -o libpager.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/space' make -S -C taskbar make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/taskbar' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o taskbar.o taskbar.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/pager' make -S -C tclock make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/tclock' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o tclock.o tclock.c -MMD sed -i -e 's/\s\/\S\+/ /g' egg-marshal.d 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o eggtraymanager.o eggtraymanager.c -MMD sed -i -e 's/\s\/\S\+/ /g' tclock.d 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 -lfribidi -lfontconfig -lfreetype -shared -o libtclock.so sed -i -e 's/\s\/\S\+/ /g' eggtraymanager.d 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o fixedtip.o fixedtip.c -MMD make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/tclock' make -S -C volume make[2]: Entering directory '/builddir/build/BUILD/fbpanel-7.0/plugins/volume' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o volume.o volume.c -MMD 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 -lfribidi -lfontconfig -lfreetype -shared -o libtaskbar.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/taskbar' make -S -C wincmd 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o wincmd.o wincmd.c -MMD sed -i -e 's/\s\/\S\+/ /g' fixedtip.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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o main.o main.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 -lfribidi -lfontconfig -lfreetype -shared -o libvolume.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/volume' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o user.o user.c -MMD 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 -lfribidi -lfontconfig -lfreetype -shared -o libwincmd.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/wincmd' 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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -fPIC -c -o system_menu.o system_menu.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 -lfribidi -lfontconfig -lfreetype -shared -o libtray.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/systray' 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 -lfribidi -lfontconfig -lfreetype -shared -o libuser.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/user' 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 -lfribidi -lfontconfig -lfreetype -shared -o libmenu.so make[2]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins/menu' make[1]: Leaving directory '/builddir/build/BUILD/fbpanel-7.0/plugins' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.huAsJ8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64 + cd fbpanel-7.0 + make install DESTDIR=/builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.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-3.fc29.riscv64/usr/share/fbpanel install -m 644 default pager /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.riscv64/usr/share/man/man1 install -m 644 fbpanel.1 /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.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-3.fc29.riscv64/usr/libexec/fbpanel install -m 755 make_profile xlogout /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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' install -D -m 755 -T libtaskbar.so /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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-3.fc29.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' + ln -sf logo.png /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/fbpanel/images/start-here.png + mv /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/fbpanel/images/gnome-session-halt.png /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/fbpanel/images/system-shutdown.png + mv /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/fbpanel/images/gnome-session-reboot.png /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/fbpanel/images/system-reboot.png + rm /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libvolume.so + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 7.0-3.fc29 --unique-debug-suffix -7.0-3.fc29.riscv64 --unique-debug-src-base fbpanel-7.0-3.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fbpanel-7.0 extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libtaskbar.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/bin/fbpanel extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libdeskno2.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libmem.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libcpu.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libpager.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libdeskno.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libbattery.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libtclock.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libspace.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libmem2.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libchart.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libmenu.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libgenmon.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libwincmd.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libseparator.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libtray.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libdclock.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libmeter.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libicons.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libnet.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libimage.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/liblaunchbar.so extracting debug info from /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/lib64/fbpanel/libuser.so /usr/lib/rpm/sepdebugcrcfix: Updated 24 CRC32s, 0 CRC32s did match. BUILDSTDERR: 734 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /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-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs 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-3.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FgAX8S + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + DOCDIR=/builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/doc/fbpanel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/doc/fbpanel + cp -pr CHANGELOG /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/doc/fbpanel + cp -pr CREDITS /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/doc/fbpanel + cp -pr NOTES /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/doc/fbpanel + cp -pr README.md /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/doc/fbpanel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.pkBLGE + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + LICENSEDIR=/builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/licenses/fbpanel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/licenses/fbpanel + cp -pr COPYING /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/licenses/fbpanel + exit 0 Provides: fbpanel = 7.0-3.fc29 fbpanel(riscv-64) = 7.0-3.fc29 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) libfribidi.so.0()(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-3.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dl95jF + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + DOCDIR=/builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.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-3.fc29.riscv64/usr/share/doc/fbpanel-doc + cp -pr www /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64/usr/share/doc/fbpanel-doc + exit 0 Provides: fbpanel-doc = 7.0-3.fc29 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-3.fc29.riscv64 Provides: fbpanel-debugsource = 7.0-3.fc29 fbpanel-debugsource(riscv-64) = 7.0-3.fc29 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-3.fc29.riscv64 Provides: debuginfo(build-id) = 1e7e40f0674ef137fee2d0780fe16b2065d67cdb debuginfo(build-id) = 2079eaa511e285233d20f2fbc1493dba7532d497 debuginfo(build-id) = 24351c5d65723bb9a7d210ae240e6d214adcd1a7 debuginfo(build-id) = 3d5d91b4106e74b9e00225cc68fa4eb8d76d1667 debuginfo(build-id) = 46a61f5447d57e9d68e7ab0687e27cdf12a62f5f debuginfo(build-id) = 4a065cc9eab1bce54a6b5d7d24ea0bdf5151e5e4 debuginfo(build-id) = 5765da642ac93f1fc5a9d42bbd3d10f59657f1e5 debuginfo(build-id) = 666362320e432934d8f0390936dda91d2fcfa80c debuginfo(build-id) = 70c264a2cb16d5608b4dbe46cc8bcd2e550587a1 debuginfo(build-id) = 757ce9f1816dc30852a0a5c552d1317fca52e328 debuginfo(build-id) = 75f6317258464f0ce35fae2b4d67fc2f05d677db debuginfo(build-id) = 967e81567ab942a25477749fc9cb3dd423fe8031 debuginfo(build-id) = 96ccd962b1080b7fdb0b344db5020dd792983106 debuginfo(build-id) = 9a6407d9a9ce37fece67bb2e762e9c63b3c04feb debuginfo(build-id) = a29d9ba71b3a63bbb536f4655b8f053d308a7f62 debuginfo(build-id) = ab23a68fe582b54d58d1f455a0e574f575c42f95 debuginfo(build-id) = cce360f9d47a188902eb4f546f69ebf02c7c0169 debuginfo(build-id) = d30b5e799e22c83da434015f87c88cf781b39a30 debuginfo(build-id) = d4ed3a6c9ffffb859eadb3999bba154d02a03588 debuginfo(build-id) = d58ff5b4078cce52329d2043313bc36e76f0547c debuginfo(build-id) = db2b0de781d2224927e1f80ad1601465acba5944 debuginfo(build-id) = dea6348944f42beff94c168196e7ea2d7dd57409 debuginfo(build-id) = eb3f885a49fe2e0059a126ab6cf43c3672e888cf debuginfo(build-id) = f4dc860243f5470585e90cc5e69d7bdae8e92244 fbpanel-debuginfo = 7.0-3.fc29 fbpanel-debuginfo(riscv-64) = 7.0-3.fc29 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-3.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64 Wrote: /builddir/build/RPMS/fbpanel-7.0-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/fbpanel-doc-7.0-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/fbpanel-debugsource-7.0-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/fbpanel-debuginfo-7.0-3.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mkl29Y + umask 022 + cd /builddir/build/BUILD + cd fbpanel-7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/fbpanel-7.0-3.fc29.riscv64 + exit 0 Child return code was: 0