dawitbro@desktop:~/sandbox$ cat /usr/share/xfce4/panel-plugins/xfce4-sensors-plugin-gdb.desktop [Xfce Panel] Type=X-XFCE-PanelPlugin Encoding=UTF-8 Name=Sensor plugin (gdb) Name[cs]=Zásuvný modul senzor Name[da]=Sensor-udvidelsesmodul Name[de]=Sensor-Plugin Name[en_GB]=Sensor plugin Name[eu]=Sentsore plugin-a Name[hu]=Szenzor plugin Name[id]=Plugin sensor Name[ja]=センサープラグイン Name[lv]=Sensoru spraudnis Name[pt_BR]=Plug-in do sensor Name[pt_PT]=Sensor plugin Name[ur]=سینسر پلگ ان Comment=Show sensor values. Comment[cs]=Zobrazovat hodnoty senzorů. Comment[da]=Vis sensorværdier. Comment[de]=Sensorwerte erkannter Sensoren überwachen. Comment[en_GB]=Show sensor values. Comment[eu]=Sentsore balioak bistarazi. Comment[hu]=Szenzor értékek mutatása Comment[id]=Tampilkan nilai sensor. Comment[ja]=センサーの値を表示します。 Comment[lv]=Rādīt sensora vērtības. Comment[pt_BR]=Mostrar valores do sensor. Comment[pt_PT]=Mostrar valores de sensor. Comment[ur]=سینسر ویلیو دکھائیں: Icon=xfce-sensors X-XFCE-Exec=/home/dawitbro/bin/xfce4-sensors-plugin-gdb.sh dawitbro@desktop:~/sandbox$ cat ~/bin/xfce4-sensors-plugin-gdb.sh #!/bin/sh gdb -ex r -ex bt -ex continue -ex q --args /usr/lib/xfce4-sensors-plugin/xfce4/panel-plugins/xfce4-sensors-plugin $@ > ~dawitbro/Desktop/sensors-plugin.gdb-session.txt 2>&1 dawitbro@desktop:~/sandbox$ ls xfce4-sensors-plugin_0.10.99.6-1.diff.gz xfce4-sensors-plugin_0.10.99.6-1.dsc xfce4-sensors-plugin_0.10.99.6.orig.tar.gz dawitbro@desktop:~/sandbox$ dpkg-source -x xfce4-sensors-plugin_0.10.99.6-1.dsc dpkg-source: extracting xfce4-sensors-plugin in xfce4-sensors-plugin-0.10.99.6 dpkg-source: info: unpacking xfce4-sensors-plugin_0.10.99.6.orig.tar.gz dpkg-source: info: applying xfce4-sensors-plugin_0.10.99.6-1.diff.gz dawitbro@desktop:~/sandbox$ ls xfce4-sensors-plugin-0.10.99.6 xfce4-sensors-plugin_0.10.99.6-1.diff.gz xfce4-sensors-plugin_0.10.99.6-1.dsc xfce4-sensors-plugin_0.10.99.6.orig.tar.gz dawitbro@desktop:~/sandbox$ cd xfce4-sensors-plugin-0.10.99.6/ dawitbro@desktop:~/sandbox/xfce4-sensors-plugin-0.10.99.6$ ls aclocal.m4 icons missing AUTHORS include mkinstalldirs ChangeLog INSTALL NEWS compile install-sh NOTES config.guess intltool-extract.in panel-plugin config.h.in intltool-merge.in po config.sub intltool-update.in README configure lib src configure.in LICENSE TODO COPYING ltmain.sh xfce4-sensors-plugin.spec.in debian Makefile.am depcomp Makefile.in dawitbro@desktop:~/sandbox/xfce4-sensors-plugin-0.10.99.6$ DEB_BUILD_OPTIONS="nostrip noopt" dpkg-buildpackage -b -us -uc dpkg-buildpackage: set CFLAGS to default value: -g -O0 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O0 dpkg-buildpackage: set CXXFLAGS to default value: -g -O0 dpkg-buildpackage: source package xfce4-sensors-plugin dpkg-buildpackage: source version 0.10.99.6-1 dpkg-buildpackage: source changed by Yves-Alexis Perez dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_testroot /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' for i in ./config.guess ./config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' if [ "reverse-patches" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi patches: if [ "reverse-patches" != "reverse-patches" ]; then touch debian/stamp-patched; fi if [ "reverse-patches" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi for dir in debian/patches ; do \ rm -f $dir/*.log ; \ done for i in ./config.guess ./config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean /usr/bin/make -C . -k distclean make[1]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build rm -f debian/stamp-autotools-files debian/rules build test -x debian/rules mkdir -p "." /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' for i in ./config.guess ./config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi patches: if [ "debian/stamp-patched" != "reverse-patches" ]; then touch debian/stamp-patched; fi if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi make[1]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' if test -e /usr/share/misc/config.guess ; then \ for i in ./config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi make[1]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' if test -e /usr/share/misc/config.guess ; then \ for i in ./config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi touch debian/stamp-autotools-files chmod a+x /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -O0 -g -Wall -O0" CXXFLAGS="-g -O0 -g -Wall -O0" CPPFLAGS="" LDFLAGS="" /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/xfce4-sensors-plugin" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. --enable-libsensors=yes --enable-procacp --enable-hddtemp=yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... none checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no checking for library containing strerror... none required 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) none checking for a sed that does not truncate output... /bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for a BSD-compatible install... /usr/bin/install -c checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 3458764513820540925 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for ANSI C header files... (cached) yes checking for hddtemp path... /usr/sbin/hddtemp checking for netcat... yes checking for nc... yes checking for netcat path... /bin/netcat checking for hddtemp being queryable via netcat... checking for /proc/acpi/info... yes checking for /sys/class/power_supply... yes checking for gethostname... yes checking for memset... yes checking for socket... yes checking for strstr... yes checking for malloc... yes checking for bzero... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for sys/wait.h that is POSIX.1 compatible... yes checking whether cc needs -traditional... no checking for size_t... yes checking for kstat_open in -lkstat... no checking for kstat_open in -lnsl... no checking for pkg-config... /usr/bin/pkg-config checking for pkg-config >= 0.9.0... 0.22 checking for gtk+-2.0 >= 2.10.0... 2.14.7 checking GTK_CFLAGS... -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 checking for glib-2.0 >= 2.6.0... 2.20.0 checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking GLIB_LIBS... -lglib-2.0 checking for optional package libnotify >= 0.4... not found checking for libxfce4util-1.0 >= 4.4.0... 4.4.2 checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0 checking for libxfcegui4-1.0 >= 4.4.0... 4.4.2 checking LIBXFCEGUI4_CFLAGS... -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 checking LIBXFCEGUI4_LIBS... -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 checking for libxfce4panel-1.0 >= 4.4.0... 4.4.2 checking LIBXFCE4PANEL_CFLAGS... -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 checking LIBXFCE4PANEL_LIBS... -lxfce4panel -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... ar ca cs da de el en_GB eu fr gl hu id ja ko lt lv pl pt_BR pt_PT ru sq uk ur vi zh_TW checking for bind_textdomain_codeset... (cached) yes checking for locales directory... ${datarootdir}/locale checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8 checking whether to build with debugging support... no checking PLATFORM_LDFLAGS... configure: creating ./config.status config.status: creating Makefile config.status: creating xfce4-sensors-plugin.spec config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating lib/libxfce4sensors-1.0.pc config.status: WARNING: lib/libxfce4sensors-1.0.pc.in seems to ignore the --datarootdir setting config.status: creating panel-plugin/Makefile config.status: creating src/Makefile config.status: creating icons/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing intltool-update commands stat: cannot stat `intltool-update': No such file or directory ./config.status: line 1221: test: !=: unary operator expected config.status: executing default-1 commands config.status: executing po/stamp-it commands =============================================================== Build Configuration =============================================================== The following sensor interfaces will be built into the plugin: * hddtemp: /usr/sbin/hddtemp (Make sure it is user-executable with UID bit set and user member of the respective group) * libsensors * /proc/acpi /sys/class/power_supply Full debug is disabled =============================================================== /usr/bin/make -C . make[1]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' /usr/bin/make all-recursive make[2]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' Making all in include make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/include' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/include' Making all in lib make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/lib' /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c -o libxfce4sensors_la-middlelayer.lo `test -f 'middlelayer.c' || echo './'`middlelayer.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c middlelayer.c -fPIC -DPIC -o .libs/libxfce4sensors_la-middlelayer.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c middlelayer.c -o libxfce4sensors_la-middlelayer.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c -o libxfce4sensors_la-configuration.lo `test -f 'configuration.c' || echo './'`configuration.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c configuration.c -fPIC -DPIC -o .libs/libxfce4sensors_la-configuration.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c configuration.c -o libxfce4sensors_la-configuration.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c -o libxfce4sensors_la-sensors-interface-common.lo `test -f 'sensors-interface-common.c' || echo './'`sensors-interface-common.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c sensors-interface-common.c -fPIC -DPIC -o .libs/libxfce4sensors_la-sensors-interface-common.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c sensors-interface-common.c -o libxfce4sensors_la-sensors-interface-common.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c -o libxfce4sensors_la-sensors-interface.lo `test -f 'sensors-interface.c' || echo './'`sensors-interface.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c sensors-interface.c -fPIC -DPIC -o .libs/libxfce4sensors_la-sensors-interface.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c sensors-interface.c -o libxfce4sensors_la-sensors-interface.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c -o libxfce4sensors_la-lmsensors.lo `test -f 'lmsensors.c' || echo './'`lmsensors.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c lmsensors.c -fPIC -DPIC -o .libs/libxfce4sensors_la-lmsensors.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c lmsensors.c -o libxfce4sensors_la-lmsensors.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c -o libxfce4sensors_la-hddtemp.lo `test -f 'hddtemp.c' || echo './'`hddtemp.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c hddtemp.c -fPIC -DPIC -o .libs/libxfce4sensors_la-hddtemp.o hddtemp.c: In function ‘initialize_hddtemp’: hddtemp.c:382: warning: value computed is not used hddtemp.c:382: warning: value computed is not used hddtemp.c:382: warning: value computed is not used hddtemp.c: In function ‘get_hddtemp_value’: hddtemp.c:446: warning: unused variable ‘tmp3’ hddtemp.c:446: warning: unused variable ‘tmp2’ hddtemp.c:446: warning: unused variable ‘tmp’ cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c hddtemp.c -o libxfce4sensors_la-hddtemp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c -o libxfce4sensors_la-acpi.lo `test -f 'acpi.c' || echo './'`acpi.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c acpi.c -fPIC -DPIC -o .libs/libxfce4sensors_la-acpi.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -c acpi.c -o libxfce4sensors_la-acpi.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link cc -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include -g -O0 -g -Wall -O0 -export-dynamic -export-symbols-regex "^[^_].*" -version-info 1:0:0 -o libxfce4sensors.la -rpath /usr/lib/xfce4/modules libxfce4sensors_la-middlelayer.lo libxfce4sensors_la-configuration.lo libxfce4sensors_la-sensors-interface-common.lo libxfce4sensors_la-sensors-interface.lo libxfce4sensors_la-lmsensors.lo libxfce4sensors_la-hddtemp.lo libxfce4sensors_la-acpi.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lglib-2.0 -lxfce4util -lglib-2.0 -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxfce4panel -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lsensors generating symbol list for `libxfce4sensors.la' /usr/bin/nm -B .libs/libxfce4sensors_la-middlelayer.o .libs/libxfce4sensors_la-configuration.o .libs/libxfce4sensors_la-sensors-interface-common.o .libs/libxfce4sensors_la-sensors-interface.o .libs/libxfce4sensors_la-lmsensors.o .libs/libxfce4sensors_la-hddtemp.o .libs/libxfce4sensors_la-acpi.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libxfce4sensors.exp /bin/grep -E -e "^[^_].*" ".libs/libxfce4sensors.exp" > ".libs/libxfce4sensors.expT" mv -f ".libs/libxfce4sensors.expT" ".libs/libxfce4sensors.exp" echo "{ global:" > .libs/libxfce4sensors.ver cat .libs/libxfce4sensors.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libxfce4sensors.ver echo "local: *; };" >> .libs/libxfce4sensors.ver cc -shared .libs/libxfce4sensors_la-middlelayer.o .libs/libxfce4sensors_la-configuration.o .libs/libxfce4sensors_la-sensors-interface-common.o .libs/libxfce4sensors_la-sensors-interface.o .libs/libxfce4sensors_la-lmsensors.o .libs/libxfce4sensors_la-hddtemp.o .libs/libxfce4sensors_la-acpi.o -lxfce4panel -lxfcegui4 /usr/lib/libgtk-x11-2.0.so -lxfce4util /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -lsensors -Wl,-soname -Wl,libxfce4sensors.so.1 -Wl,-version-script -Wl,.libs/libxfce4sensors.ver -o .libs/libxfce4sensors.so.1.0.0 (cd .libs && rm -f libxfce4sensors.so.1 && ln -s libxfce4sensors.so.1.0.0 libxfce4sensors.so.1) (cd .libs && rm -f libxfce4sensors.so && ln -s libxfce4sensors.so.1.0.0 libxfce4sensors.so) ar cru .libs/libxfce4sensors.a libxfce4sensors_la-middlelayer.o libxfce4sensors_la-configuration.o libxfce4sensors_la-sensors-interface-common.o libxfce4sensors_la-sensors-interface.o libxfce4sensors_la-lmsensors.o libxfce4sensors_la-hddtemp.o libxfce4sensors_la-acpi.o ranlib .libs/libxfce4sensors.a creating libxfce4sensors.la (cd .libs && rm -f libxfce4sensors.la && ln -s ../libxfce4sensors.la libxfce4sensors.la) make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/lib' Making all in panel-plugin make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/panel-plugin' cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -g -O0 -g -Wall -O0 -c -o xfce4_sensors_plugin-sensors-plugin.o `test -f 'sensors-plugin.c' || echo './'`sensors-plugin.c /bin/sh ../libtool --tag=CC --mode=link cc -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -g -O0 -g -Wall -O0 ../lib/libxfce4sensors.la -o xfce4-sensors-plugin xfce4_sensors_plugin-sensors-plugin.o mkdir .libs cc -D_REENTRANT -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -g -O0 -g -Wall -O0 -o .libs/xfce4-sensors-plugin xfce4_sensors_plugin-sensors-plugin.o ../lib/.libs/libxfce4sensors.so -Wl,--rpath -Wl,/usr/lib/xfce4/modules creating xfce4-sensors-plugin sed -e "s^@PLUGIN_PATH@^/usr/lib/xfce4-sensors-plugin/xfce4/panel-plugins^" \ xfce4-sensors-plugin.desktop.in.in > xfce4-sensors-plugin.desktop.in LC_ALL=C /usr/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po xfce4-sensors-plugin.desktop.in xfce4-sensors-plugin.desktop Generating and caching the translation database Merging translations into xfce4-sensors-plugin.desktop. rm xfce4-sensors-plugin.desktop.in make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/panel-plugin' Making all in src make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/src' cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -g -O0 -g -Wall -O0 -c -o xfce4_sensors-main.o `test -f 'main.c' || echo './'`main.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -g -O0 -g -Wall -O0 -c -o xfce4_sensors-interface.o `test -f 'interface.c' || echo './'`interface.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -g -O0 -g -Wall -O0 -c -o xfce4_sensors-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -g -O0 -g -Wall -O0 -c -o xfce4_sensors-actions.o `test -f 'actions.c' || echo './'`actions.c /bin/sh ../libtool --tag=CC --mode=link cc -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -g -O0 -g -Wall -O0 -no-undefined -o xfce4-sensors xfce4_sensors-main.o xfce4_sensors-interface.o xfce4_sensors-callbacks.o xfce4_sensors-actions.o ../lib/libxfce4sensors.la -lsensors -lxfce4util -lglib-2.0 -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 mkdir .libs cc -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/atk-1.0 -g -O0 -g -Wall -O0 -o .libs/xfce4-sensors xfce4_sensors-main.o xfce4_sensors-interface.o xfce4_sensors-callbacks.o xfce4_sensors-actions.o ../lib/.libs/libxfce4sensors.so -lsensors -lxfcegui4 /usr/lib/libgtk-x11-2.0.so -lxfce4util /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -Wl,--rpath -Wl,/usr/lib/xfce4/modules creating xfce4-sensors LC_ALL=C /usr/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po xfce4-sensors.desktop.in xfce4-sensors.desktop Found cached translation database Merging translations into xfce4-sensors.desktop. make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/src' Making all in po make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/po' file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ar.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file el.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po file=`echo eu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file eu.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file gl.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hu.po file=`echo id | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file id.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ja.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ko.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lt.po file=`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lv.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pl.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po file=`echo pt_PT | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt_PT.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ru.po file=`echo sq | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sq.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file uk.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ur.po file=`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file vi.po file=`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/po' Making all in icons make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/icons' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/icons' make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' make[2]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' make[1]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks fakeroot debian/rules binary test -x debian/rules dh_testroot dh_clean -k dh_installdirs -A mkdir -p "." if test -e /usr/share/misc/config.guess ; then \ for i in ./config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi DEB_MAKE_CHECK_TARGET unset, not running checks /usr/bin/make -C . install DESTDIR=/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin/ make[1]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' Making install in include make[2]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/include' make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/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/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/include' make[2]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/include' Making install in lib make[2]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/lib' make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/lib' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libxfce4sensors-1.0.pc' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/pkgconfig/libxfce4sensors-1.0.pc' test -z "/usr/lib/xfce4/modules" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libxfce4sensors.la' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules/libxfce4sensors.la' /usr/bin/install -c .libs/libxfce4sensors.so.1.0.0 /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 (cd /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules && { ln -s -f libxfce4sensors.so.1.0.0 libxfce4sensors.so.1 || { rm -f libxfce4sensors.so.1 && ln -s libxfce4sensors.so.1.0.0 libxfce4sensors.so.1; }; }) (cd /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules && { ln -s -f libxfce4sensors.so.1.0.0 libxfce4sensors.so || { rm -f libxfce4sensors.so && ln -s libxfce4sensors.so.1.0.0 libxfce4sensors.so; }; }) /usr/bin/install -c .libs/libxfce4sensors.lai /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules/libxfce4sensors.la /usr/bin/install -c .libs/libxfce4sensors.a /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules/libxfce4sensors.a chmod 644 /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules/libxfce4sensors.a ranlib /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4/modules/libxfce4sensors.a libtool: install: warning: remember to run `libtool --finish /usr/lib/xfce4/modules' make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/lib' make[2]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/lib' Making install in panel-plugin make[2]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/panel-plugin' make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/panel-plugin' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/xfce4/panel-plugins" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/xfce4/panel-plugins" /usr/bin/install -c -m 644 'xfce4-sensors-plugin.desktop' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/xfce4/panel-plugins/xfce4-sensors-plugin.desktop' test -z "/usr/lib/xfce4-sensors-plugin/xfce4/panel-plugins" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4-sensors-plugin/xfce4/panel-plugins" /bin/sh ../libtool --mode=install /usr/bin/install -c 'xfce4-sensors-plugin' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4-sensors-plugin/xfce4/panel-plugins/xfce4-sensors-plugin' libtool: install: warning: `../lib/libxfce4sensors.la' has not been installed in `/usr/lib/xfce4/modules' /usr/bin/install -c .libs/xfce4-sensors-plugin /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/lib/xfce4-sensors-plugin/xfce4/panel-plugins/xfce4-sensors-plugin make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/panel-plugin' make[2]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/panel-plugin' Making install in src make[2]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/src' make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/src' test -z "/usr/bin" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'xfce4-sensors' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/bin/xfce4-sensors' libtool: install: warning: `../lib/libxfce4sensors.la' has not been installed in `/usr/lib/xfce4/modules' /usr/bin/install -c .libs/xfce4-sensors /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/bin/xfce4-sensors test -z "/usr/share/applications" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/applications" /usr/bin/install -c -m 644 'xfce4-sensors.desktop' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/applications/xfce4-sensors.desktop' make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/src' make[2]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/src' Making install in po make[2]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/po' linguas="ar ca cs da de el en_GB eu fr gl hu id ja ko lt lv pl pt_BR pt_PT ru sq uk ur vi zh_TW "; \ for lang in $linguas; do \ dir=/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/xfce4-sensors-plugin.mo; \ echo "installing $lang.gmo as $dir/xfce4-sensors-plugin.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/xfce4-sensors-plugin.mo; \ echo "installing ./$lang.gmo as" \ "$dir/xfce4-sensors-plugin.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/xfce4-sensors-plugin.mo.m; \ echo "installing $lang.gmo.m as $dir/xfce4-sensors-plugin.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/xfce4-sensors-plugin.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/xfce4-sensors-plugin.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ar.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/ar/LC_MESSAGES/xfce4-sensors-plugin.mo installing ca.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/ca/LC_MESSAGES/xfce4-sensors-plugin.mo installing cs.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/cs/LC_MESSAGES/xfce4-sensors-plugin.mo installing da.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/da/LC_MESSAGES/xfce4-sensors-plugin.mo installing de.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/de/LC_MESSAGES/xfce4-sensors-plugin.mo installing el.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/el/LC_MESSAGES/xfce4-sensors-plugin.mo installing en_GB.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/en_GB/LC_MESSAGES/xfce4-sensors-plugin.mo installing eu.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/eu/LC_MESSAGES/xfce4-sensors-plugin.mo installing fr.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/fr/LC_MESSAGES/xfce4-sensors-plugin.mo installing gl.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/gl/LC_MESSAGES/xfce4-sensors-plugin.mo installing hu.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/hu/LC_MESSAGES/xfce4-sensors-plugin.mo installing id.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/id/LC_MESSAGES/xfce4-sensors-plugin.mo installing ja.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/ja/LC_MESSAGES/xfce4-sensors-plugin.mo installing ko.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/ko/LC_MESSAGES/xfce4-sensors-plugin.mo installing lt.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/lt/LC_MESSAGES/xfce4-sensors-plugin.mo installing lv.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/lv/LC_MESSAGES/xfce4-sensors-plugin.mo installing pl.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/pl/LC_MESSAGES/xfce4-sensors-plugin.mo installing pt_BR.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/pt_BR/LC_MESSAGES/xfce4-sensors-plugin.mo installing pt_PT.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/pt_PT/LC_MESSAGES/xfce4-sensors-plugin.mo installing ru.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/ru/LC_MESSAGES/xfce4-sensors-plugin.mo installing sq.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/sq/LC_MESSAGES/xfce4-sensors-plugin.mo installing uk.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/uk/LC_MESSAGES/xfce4-sensors-plugin.mo installing ur.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/ur/LC_MESSAGES/xfce4-sensors-plugin.mo installing vi.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/vi/LC_MESSAGES/xfce4-sensors-plugin.mo installing zh_TW.gmo as /home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/locale/zh_TW/LC_MESSAGES/xfce4-sensors-plugin.mo make[2]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/po' Making install in icons make[2]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/icons' make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/icons' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/icons/hicolor/24x24/apps" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/24x24/apps" /usr/bin/install -c -m 644 '24x24/xfce-sensors.png' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/24x24/apps/xfce-sensors.png' test -z "/usr/share/icons/hicolor/32x32/apps" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/32x32/apps" /usr/bin/install -c -m 644 '32x32/xfce-sensors.png' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/32x32/apps/xfce-sensors.png' test -z "/usr/share/icons/hicolor/48x48/apps" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/48x48/apps" /usr/bin/install -c -m 644 '48x48/xfce-sensors.png' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/48x48/apps/xfce-sensors.png' test -z "/usr/share/icons/hicolor/64x64/apps" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/64x64/apps" /usr/bin/install -c -m 644 '64x64/xfce-sensors.png' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/64x64/apps/xfce-sensors.png' test -z "/usr/share/icons/hicolor/scalable/apps" || /bin/mkdir -p "/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/scalable/apps" /usr/bin/install -c -m 644 'scalable/xfce-sensors.svg' '/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/debian/xfce4-sensors-plugin//usr/share/icons/hicolor/scalable/apps/xfce-sensors.svg' make[3]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/icons' make[2]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6/icons' make[2]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' make[3]: Entering directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' 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/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' make[2]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' make[1]: Leaving directory `/home/dawitbro/sandbox/xfce4-sensors-plugin-0.10.99.6' dh_installdirs -pxfce4-sensors-plugin dh_installdocs -pxfce4-sensors-plugin ./README ./NEWS ./TODO ./AUTHORS dh_installexamples -pxfce4-sensors-plugin dh_installman -pxfce4-sensors-plugin debian/xfce4-sensors.1 dh_installinfo -pxfce4-sensors-plugin dh_installmenu -pxfce4-sensors-plugin dh_installcron -pxfce4-sensors-plugin dh_installinit -pxfce4-sensors-plugin dh_installdebconf -pxfce4-sensors-plugin dh_installemacsen -pxfce4-sensors-plugin dh_installcatalogs -pxfce4-sensors-plugin dh_installpam -pxfce4-sensors-plugin dh_installlogrotate -pxfce4-sensors-plugin dh_installlogcheck -pxfce4-sensors-plugin dh_installchangelogs -pxfce4-sensors-plugin ./ChangeLog dh_installudev -pxfce4-sensors-plugin dh_lintian -pxfce4-sensors-plugin dh_install -pxfce4-sensors-plugin dh_link -pxfce4-sensors-plugin dh_installmime -pxfce4-sensors-plugin rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la rmdir debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins rm -rf debian/`dh_listpackages`/usr/lib/xfce4/modules/*.a rm -rf debian/`dh_listpackages`/usr/lib/xfce4/modules/*.la dh_strip -pxfce4-sensors-plugin dh_compress -pxfce4-sensors-plugin dh_fixperms -pxfce4-sensors-plugin dh_makeshlibs -pxfce4-sensors-plugin -X debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 dh_installdeb -pxfce4-sensors-plugin dh_perl -pxfce4-sensors-plugin dh_shlibdeps -pxfce4-sensors-plugin dpkg-shlibdeps: warning: symbol minimum_changed used by debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol maximum_changed used by debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol list_cell_color_edited used by debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol list_cell_text_edited used by debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol sensor_entry_changed used by debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol temperature_unit_change used by debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol list_cell_toggle used by debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 found in none of the libraries. dpkg-shlibdeps: warning: dependency on libfontconfig.so.1 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libatk-1.0.so.0 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgio-2.0.so.0 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgdk_pixbuf-2.0.so.0 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libgmodule-2.0.so.0 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libcairo.so.2 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpangocairo-1.0.so.0 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libfreetype.so.6 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dpkg-shlibdeps: warning: dependency on libpangoft2-1.0.so.0 could be avoided if "debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0 debian/xfce4-sensors-plugin/usr/bin/xfce4-sensors" were not uselessly linked against it (they use none of its symbols). dh_gencontrol -pxfce4-sensors-plugin dh_md5sums -pxfce4-sensors-plugin dh_builddeb -pxfce4-sensors-plugin dpkg-deb: building package `xfce4-sensors-plugin' in `../xfce4-sensors-plugin_0.10.99.6-1_amd64.deb'. dpkg-genchanges -b >../xfce4-sensors-plugin_0.10.99.6-1_amd64.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage: binary only upload (no source included) dawitbro@desktop:~/sandbox/xfce4-sensors-plugin-0.10.99.6$ cd .. dawitbro@desktop:~/sandbox$ ls xfce4-sensors-plugin-0.10.99.6 xfce4-sensors-plugin_0.10.99.6-1_amd64.changes xfce4-sensors-plugin_0.10.99.6-1_amd64.deb xfce4-sensors-plugin_0.10.99.6-1.diff.gz xfce4-sensors-plugin_0.10.99.6-1.dsc xfce4-sensors-plugin_0.10.99.6.orig.tar.gz dawitbro@desktop:~/sandbox$ su -c 'dpkg -i xfce4-sensors-plugin_0.10.99.6-1_amd64.deb' Password: Selecting previously deselected package xfce4-sensors-plugin. (Reading database ... 101085 files and directories currently installed.) Unpacking xfce4-sensors-plugin (from xfce4-sensors-plugin_0.10.99.6-1_amd64.deb) ... Setting up xfce4-sensors-plugin (0.10.99.6-1) ... Processing triggers for man-db ... dawitbro@desktop:~/sandbox$ # attempting to add plugin to panel dawitbro@desktop:~/sandbox$ cat ~/Desktop/sensors-plugin.gdb-session.txt GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... Starting program: /usr/lib/xfce4-sensors-plugin/xfce4/panel-plugins/xfce4-sensors-plugin socket_id=0 name=xfce4-sensors-plugin-gdb id=12371563081 display_name=Sensor plugin \(gdb\) size=32 screen_position=11 [Thread debugging using libthread_db enabled] [New Thread 0x7f8318e2f7d0 (LWP 10399)] Program exited with code 01. No stack. The program is not being run.