D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/em8300-0.18.0-13.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.94lGY1 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf em8300-0.18.0 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/em8300-nofirmware-0.18.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd em8300-0.18.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/em8300-2.6.36-1.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/em8300-2.6.36-2.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/em8300-2.6.36-3.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/em8300-2.6.37-1.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/em8300-link.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + echo + '[' -x modules/update_em8300_version.sh ']' + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eCeJpP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd em8300-0.18.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + autoreconf -vfi autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I autotools autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:7: installing 'autotools/compile' dhc/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') em8300setup/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') overlay/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') autoreconf: Leaving directory `.' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking whether make sets $(MAKE)... (cached) yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether gcc needs -traditional... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.7... yes checking for GTK+ - version >= 2.0.0... yes (version 2.24.32) checking for alsa configuration directory... /usr/share/alsa checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/linux/Makefile config.status: creating overlay/Makefile config.status: creating dhc/Makefile config.status: creating em8300setup/Makefile config.status: creating scripts/Makefile config.status: creating include/config.h config.status: executing depfiles commands + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j4 Making all in include /usr/bin/make all-recursive Making all in linux make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all-am'. Making all in overlay make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MT allblackbut.o -MD -MP -MF .deps/allblackbut.Tpo -c -o allblackbut.o allblackbut.c mv -f .deps/allblackbut.Tpo .deps/allblackbut.Po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MT overlay.o -MD -MP -MF .deps/overlay.Tpo -c -o overlay.o overlay.c mv -f .deps/overlay.Tpo .deps/overlay.Po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MT autocal.o -MD -MP -MF .deps/autocal.Tpo -c -o autocal.o autocal.c mv -f .deps/autocal.Tpo .deps/autocal.Po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o autocal autocal.o allblackbut.o overlay.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfribidi -lfontconfig -lfreetype -lX11 -lm make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MT dxr3view.o -MD -MP -MF .deps/dxr3view.Tpo -c -o dxr3view.o dxr3view.c mv -f .deps/dxr3view.Tpo .deps/dxr3view.Po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o dxr3view dxr3view.o overlay.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfribidi -lfontconfig -lfreetype -lX11 -lm make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' Making all in dhc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' echo "/* XPM */" > dhc.xpm~~ && \ sed -ne '/char.*dhc_xpm/,/};/p' ./pixmaps.h >> dhc.xpm~~ && \ mv dhc.xpm~~ dhc.xpm make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MT dhc_main.o -MD -MP -MF .deps/dhc_main.Tpo -c -o dhc_main.o dhc_main.c mv -f .deps/dhc_main.Tpo .deps/dhc_main.Po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MT dhc_callback.o -MD -MP -MF .deps/dhc_callback.Tpo -c -o dhc_callback.o dhc_callback.c dhc_callback.c: In function 'set_tvmode': dhc_callback.c:185:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)data==cur_state.tvmode) return (TRUE); ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from dhc_callback.c:30: dhc_callback.c:189:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gtk_pixmap_set(GTK_PIXMAP(d_tvmode_btns[(int)data]), tvmode_btns[(int)data].on.xpm, tvmode_btns[(int)data].on.mask); ^ /usr/include/glib-2.0/gobject/gtype.h:2224:57: note: in definition of macro '_G_TYPE_CIC' ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) ^~ /usr/include/gtk-2.0/gtk/gtkpixmap.h:38:29: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' #define GTK_PIXMAP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_PIXMAP, GtkPixmap)) ^~~~~~~~~~~~~~~~~~~~~~~~~~ dhc_callback.c:189:17: note: in expansion of macro 'GTK_PIXMAP' gtk_pixmap_set(GTK_PIXMAP(d_tvmode_btns[(int)data]), tvmode_btns[(int)data].on.xpm, tvmode_btns[(int)data].on.mask); ^~~~~~~~~~ dhc_callback.c:189:67: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gtk_pixmap_set(GTK_PIXMAP(d_tvmode_btns[(int)data]), tvmode_btns[(int)data].on.xpm, tvmode_btns[(int)data].on.mask); ^ dhc_callback.c:189:98: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gtk_pixmap_set(GTK_PIXMAP(d_tvmode_btns[(int)data]), tvmode_btns[(int)data].on.xpm, tvmode_btns[(int)data].on.mask); ^ dhc_callback.c:191:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] cur_state.tvmode=(int)data; ^ dhc_callback.c: In function 'set_aspect': dhc_callback.c:200:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)data==cur_state.aspect) return (TRUE); ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from dhc_callback.c:30: dhc_callback.c:203:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gtk_pixmap_set(GTK_PIXMAP(d_aspect_btns[(int)data]), aspect_btns[(int)data].on.xpm, aspect_btns[(int)data].on.mask); ^ /usr/include/glib-2.0/gobject/gtype.h:2224:57: note: in definition of macro '_G_TYPE_CIC' ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) ^~ /usr/include/gtk-2.0/gtk/gtkpixmap.h:38:29: note: in expansion of macro 'G_TYPE_CHECK_INSTANCE_CAST' #define GTK_PIXMAP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_PIXMAP, GtkPixmap)) ^~~~~~~~~~~~~~~~~~~~~~~~~~ dhc_callback.c:203:17: note: in expansion of macro 'GTK_PIXMAP' gtk_pixmap_set(GTK_PIXMAP(d_aspect_btns[(int)data]), aspect_btns[(int)data].on.xpm, aspect_btns[(int)data].on.mask); ^~~~~~~~~~ dhc_callback.c:203:67: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gtk_pixmap_set(GTK_PIXMAP(d_aspect_btns[(int)data]), aspect_btns[(int)data].on.xpm, aspect_btns[(int)data].on.mask); ^ dhc_callback.c:203:98: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gtk_pixmap_set(GTK_PIXMAP(d_aspect_btns[(int)data]), aspect_btns[(int)data].on.xpm, aspect_btns[(int)data].on.mask); ^ dhc_callback.c:205:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] cur_state.aspect=(int)data; ^ mv -f .deps/dhc_callback.Tpo .deps/dhc_callback.Po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MT dhc_gui.o -MD -MP -MF .deps/dhc_gui.Tpo -c -o dhc_gui.o dhc_gui.c mv -f .deps/dhc_gui.Tpo .deps/dhc_gui.Po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -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/libxml2 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o dhc dhc_main.o dhc_callback.o dhc_gui.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfribidi -lfontconfig -lfreetype -lpthread make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' Making all in scripts make[1]: Nothing to be done for 'all'. Making all in em8300setup make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/em8300setup' gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -MT em8300setup.o -MD -MP -MF .deps/em8300setup.Tpo -c -o em8300setup.o em8300setup.c mv -f .deps/em8300setup.Tpo .deps/em8300setup.Po make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/em8300setup' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/em8300setup' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o em8300setup em8300setup.o make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/em8300setup' make[1]: Nothing to be done for 'all-am'. + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xpY7mR + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64 + cd em8300-0.18.0 + '[' 1 -eq 1 ']' + echo 'warning: %makeinstall_std is deprecated, try %make_install instead' warning: %makeinstall_std is deprecated, try %make_install instead + make DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64 install Making install in include make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include' Making install in linux make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include/linux' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include/linux' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/include/linux' /usr/bin/install -c -m 644 em8300.h '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/include/linux' make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include/linux' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include/linux' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/include' Making install in overlay make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin' /usr/bin/install -c autocal dxr3view '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/overlay' Making install in dhc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin' /usr/bin/install -c dhc '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/dhc' Making install in scripts make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/scripts' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/scripts' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/em8300' /usr/bin/install -c -m 644 em8300.pm '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/em8300' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/em8300' /usr/bin/install -c console.pl i2ctest.pl microcode_extract.pl microcode_info.pl msexpand.pl parsei2c.pl replay.pl softiceparse.pl symboliclog.pl '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/em8300' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/scripts' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/scripts' Making install in em8300setup make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/em8300setup' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/em8300setup' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin' /usr/bin/install -c em8300setup '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/man/man1' /usr/bin/install -c -m 644 em8300setup.1 '/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/man/man1' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/em8300setup' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0/em8300setup' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0' make[2]: Nothing to be done for 'install-exec-am'. test -z "/lib/firmware" || /usr/bin/mkdir -p "/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/lib/firmware" test ! -f ./modules/em8300.uc || /usr/bin/install -c -m 644 ./modules/em8300.uc "/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/lib/firmware/em8300.bin" test -z "/usr/share/alsa" || /usr/bin/mkdir -p "/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/alsa/cards" test -z "/usr/share/alsa" || /usr/bin/install -c -m 644 ./modules/EM8300.conf "/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/alsa/cards/EM8300.conf" make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/em8300-0.18.0' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/lib/udev/rules.d + install -m644 modules/em8300-udev.rules /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/lib/udev/rules.d/em8300.rules + install -d -m755 /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/src/em8300-0.18.0-13.mga7 + cp -a modules include /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/src/em8300-0.18.0-13.mga7 + rm -f /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/src/em8300-0.18.0-13.mga7/modules/em8300-udev.rules + cat + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 0.18.0-13.mga7 --unique-debug-suffix -0.18.0-13.mga7.x86_64 --unique-debug-src-base em8300-0.18.0-13.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/em8300-0.18.0 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin/em8300setup extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin/dxr3view extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin/dhc extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/bin/autocal /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 712 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: em8300-0.18.0-13.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6UGZLV + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd em8300-0.18.0 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/doc/em8300 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/doc/em8300 + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/doc/em8300 + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/doc/em8300 + cp -pr ChangeLog.old /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/doc/em8300 + cp -pr modules/README-modoptions modules/README-modules.conf /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/doc/em8300 + cp -pr modules/INSTALL /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/doc/em8300 + cp -pr README.install.urpmi /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64/usr/share/doc/em8300 + exit 0 Provides: em8300 = 0.18.0-13.mga7 em8300(x86-64) = 0.18.0-13.mga7 perl(em8300) perl(em8300) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libgdk-x11-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) perl(Exporter) perl(IO::Handle) perl(Socket) perl(em8300) perl-base >= 2:5.26.2 Processing files: em8300-devel-0.18.0-13.mga7.noarch Provides: em8300-devel = 0.18.0-13.mga7 libdxr3-devel = 0.18.0-13.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dkms-em8300-0.18.0-13.mga7.noarch Provides: dkms-em8300 = 0.18.0-13.mga7 kmod(em8300.ko) = 0.18.0 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh dkms Requires(preun): /bin/sh dkms Processing files: em8300-debugsource-0.18.0-13.mga7.x86_64 Provides: em8300-debugsource = 0.18.0-13.mga7 em8300-debugsource(x86-64) = 0.18.0-13.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: em8300-debuginfo-0.18.0-13.mga7.x86_64 Provides: debuginfo(build-id) = 2041f386eaf9a4cbb7d8bffb7a95cd6c1da67095 debuginfo(build-id) = 23791563f380ec8d2b54770718b905d1d2c9268d debuginfo(build-id) = 3ad95878e3928a86711d010ebf57607a17252430 debuginfo(build-id) = 52f7ba2d0a2db894b894b0808b88a359b2b1a2af em8300-debuginfo = 0.18.0-13.mga7 em8300-debuginfo(x86-64) = 0.18.0-13.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: em8300-debugsource(x86-64) = 0.18.0-13.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/em8300-0.18.0-13.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/em8300-devel-0.18.0-13.mga7.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/dkms-em8300-0.18.0-13.mga7.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/em8300-debugsource-0.18.0-13.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/em8300-debuginfo-0.18.0-13.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7FlvQ2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd em8300-0.18.0 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/em8300-0.18.0-13.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kYVXW9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf em8300-0.18.0 + exit 0 D: [iurt_root_command] Success!