Xfce Forum

Sub domains
 

You are not logged in.

#1 2013-03-31 11:12:36

alirezaimi
Member
Registered: 2012-05-01
Posts: 17

xfce4-sensors-plugin-1.2.5 compilation on debian

Hi
I compiled all xfce4.10 desktop package on my debian sid , but when i want to compile sensor plugin this error happned to me :

alireza@debian:~/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5$ make clean;./configure --prefix=/usr; make -j3;sudo make install
Making clean in icons
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/icons'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/icons'
Making clean in po
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/po'
rm -f *.pox xfce4-sensors-plugin.pot *.old.po cat-id-tbl.tmp
rm -f .intltool-merge-cache
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/po'
Making clean in src
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/src'
 rm -f xfce4-sensors
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/src'
Making clean in panel-plugin
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/panel-plugin'
rm -rf .libs _libs
 rm -f xfce4-sensors-plugin
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/panel-plugin'
Making clean in lib
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/lib'
rm -rf .libs _libs
test -z "libxfce4sensors.la" || rm -f libxfce4sensors.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/lib'
Making clean in include
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/include'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/include'
Making clean in .
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-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... no
checking for mawk... mawk
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... 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 dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
configure: WARNING: Libtool does not cope well with whitespace in `pwd`
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc 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
checking whether NLS is requested... yes
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 gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking for ANSI C header files... (cached) yes
checking for sensors_get_detected_chips in -lsensors... no
checking for hddtemp... 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... no
checking for /sys/class/power_supply... yes
checking for /usr/include/NVCtrl... no
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 gcc needs -traditional... no
checking for size_t... yes
checking for kstat_open in -lkstat... no
checking for kstat_open in -lnsl... no
checking for ceilf in -lm... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-2.0 >= 2.10.0... 2.24.10
checking GTK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.6.0... 2.32.4
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
checking GLIB_LIBS... -lglib-2.0  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libnotify >= 0.4... 0.7.5
checking LIBNOTIFY4_CFLAGS... -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12  
checking LIBNOTIFY4_LIBS... -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libnotify >= 0.7... 0.7.5
checking LIBNOTIFY7_CFLAGS... -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12  
checking LIBNOTIFY7_LIBS... -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4ui-1 >= 4.6.0... 4.10.0
checking LIBXFCE4UI_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4  
checking LIBXFCE4UI_LIBS... -lxfce4ui-1 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0  
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4panel-1.0 >= 4.4.0... 4.10.0
checking LIBXFCE4PANEL_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4  
checking LIBXFCE4PANEL_LIBS... -Wl,--export-dynamic -pthread -lxfce4panel-1.0 -lgtk-x11-2.0 -lgmodule-2.0 -lrt -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-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 ngettext in libc... 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 if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  ar ast ca cs da de el en_GB es eu fi fr gl hu id it ja ko lt lv nl pl pt_BR pt ru sk sq sv tr ug uk ur_PK ur vi zh_CN 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: 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: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing intltool-update commands
stat: cannot stat 'intltool-update': No such file or directory
./config.status: line 2244: 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)
*  /proc/acpi
*  /sys/class/power_supply

Support for libnotify will be built in.

Support for libnotify >= 0.7 will be built in.

Full debug is disabled

===============================================================
make  all-recursive
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5'
Making all in include
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/include'
Making all in lib
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/lib'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4     -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -g -O2 -MT libxfce4sensors_la-middlelayer.lo -MD -MP -MF .deps/libxfce4sensors_la-middlelayer.Tpo -c -o libxfce4sensors_la-middlelayer.lo `test -f 'middlelayer.c' || echo './'`middlelayer.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4     -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -g -O2 -MT libxfce4sensors_la-configuration.lo -MD -MP -MF .deps/libxfce4sensors_la-configuration.Tpo -c -o libxfce4sensors_la-configuration.lo `test -f 'configuration.c' || echo './'`configuration.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4     -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -g -O2 -MT libxfce4sensors_la-sensors-interface-common.lo -MD -MP -MF .deps/libxfce4sensors_la-sensors-interface-common.Tpo -c -o libxfce4sensors_la-sensors-interface-common.lo `test -f 'sensors-interface-common.c' || echo './'`sensors-interface-common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-middlelayer.lo -MD -MP -MF .deps/libxfce4sensors_la-middlelayer.Tpo -c middlelayer.c  -fPIC -DPIC -o .libs/libxfce4sensors_la-middlelayer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-sensors-interface-common.lo -MD -MP -MF .deps/libxfce4sensors_la-sensors-interface-common.Tpo -c sensors-interface-common.c  -fPIC -DPIC -o .libs/libxfce4sensors_la-sensors-interface-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-configuration.lo -MD -MP -MF .deps/libxfce4sensors_la-configuration.Tpo -c configuration.c  -fPIC -DPIC -o .libs/libxfce4sensors_la-configuration.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-configuration.lo -MD -MP -MF .deps/libxfce4sensors_la-configuration.Tpo -c configuration.c -o libxfce4sensors_la-configuration.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-middlelayer.lo -MD -MP -MF .deps/libxfce4sensors_la-middlelayer.Tpo -c middlelayer.c -o libxfce4sensors_la-middlelayer.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-sensors-interface-common.lo -MD -MP -MF .deps/libxfce4sensors_la-sensors-interface-common.Tpo -c sensors-interface-common.c -o libxfce4sensors_la-sensors-interface-common.o >/dev/null 2>&1
mv -f .deps/libxfce4sensors_la-configuration.Tpo .deps/libxfce4sensors_la-configuration.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4     -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -g -O2 -MT libxfce4sensors_la-sensors-interface.lo -MD -MP -MF .deps/libxfce4sensors_la-sensors-interface.Tpo -c -o libxfce4sensors_la-sensors-interface.lo `test -f 'sensors-interface.c' || echo './'`sensors-interface.c
mv -f .deps/libxfce4sensors_la-sensors-interface-common.Tpo .deps/libxfce4sensors_la-sensors-interface-common.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4     -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -g -O2 -MT libxfce4sensors_la-cpu.lo -MD -MP -MF .deps/libxfce4sensors_la-cpu.Tpo -c -o libxfce4sensors_la-cpu.lo `test -f 'cpu.c' || echo './'`cpu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-sensors-interface.lo -MD -MP -MF .deps/libxfce4sensors_la-sensors-interface.Tpo -c sensors-interface.c  -fPIC -DPIC -o .libs/libxfce4sensors_la-sensors-interface.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-cpu.lo -MD -MP -MF .deps/libxfce4sensors_la-cpu.Tpo -c cpu.c  -fPIC -DPIC -o .libs/libxfce4sensors_la-cpu.o
mv -f .deps/libxfce4sensors_la-middlelayer.Tpo .deps/libxfce4sensors_la-middlelayer.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4     -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -g -O2 -MT libxfce4sensors_la-hddtemp.lo -MD -MP -MF .deps/libxfce4sensors_la-hddtemp.Tpo -c -o libxfce4sensors_la-hddtemp.lo `test -f 'hddtemp.c' || echo './'`hddtemp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-hddtemp.lo -MD -MP -MF .deps/libxfce4sensors_la-hddtemp.Tpo -c hddtemp.c  -fPIC -DPIC -o .libs/libxfce4sensors_la-hddtemp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-cpu.lo -MD -MP -MF .deps/libxfce4sensors_la-cpu.Tpo -c cpu.c -o libxfce4sensors_la-cpu.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-sensors-interface.lo -MD -MP -MF .deps/libxfce4sensors_la-sensors-interface.Tpo -c sensors-interface.c -o libxfce4sensors_la-sensors-interface.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-hddtemp.lo -MD -MP -MF .deps/libxfce4sensors_la-hddtemp.Tpo -c hddtemp.c -o libxfce4sensors_la-hddtemp.o >/dev/null 2>&1
mv -f .deps/libxfce4sensors_la-cpu.Tpo .deps/libxfce4sensors_la-cpu.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4     -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -g -O2 -MT libxfce4sensors_la-acpi.lo -MD -MP -MF .deps/libxfce4sensors_la-acpi.Tpo -c -o libxfce4sensors_la-acpi.lo `test -f 'acpi.c' || echo './'`acpi.c
mv -f .deps/libxfce4sensors_la-sensors-interface.Tpo .deps/libxfce4sensors_la-sensors-interface.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-acpi.lo -MD -MP -MF .deps/libxfce4sensors_la-acpi.Tpo -c acpi.c  -fPIC -DPIC -o .libs/libxfce4sensors_la-acpi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12 -g -O2 -MT libxfce4sensors_la-acpi.lo -MD -MP -MF .deps/libxfce4sensors_la-acpi.Tpo -c acpi.c -o libxfce4sensors_la-acpi.o >/dev/null 2>&1
mv -f .deps/libxfce4sensors_la-hddtemp.Tpo .deps/libxfce4sensors_la-hddtemp.Plo
mv -f .deps/libxfce4sensors_la-acpi.Tpo .deps/libxfce4sensors_la-acpi.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4     -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng12   -g -O2 -export-dynamic -export-symbols-regex "^[^_].*" -version-info 3:4:2  -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-cpu.lo  libxfce4sensors_la-hddtemp.lo libxfce4sensors_la-acpi.lo  -lxfce4ui-1 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0   -Wl,--export-dynamic -pthread -lxfce4panel-1.0 -lgtk-x11-2.0 -lgmodule-2.0 -lrt -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lm  -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0   -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0   
libtool: link: /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-cpu.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' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libxfce4sensors.exp
libtool: link: /bin/grep -E -e "^[^_].*" ".libs/libxfce4sensors.exp" > ".libs/libxfce4sensors.expT"
libtool: link: mv -f ".libs/libxfce4sensors.expT" ".libs/libxfce4sensors.exp"
libtool: link: echo "{ global:" > .libs/libxfce4sensors.ver
libtool: link:  cat .libs/libxfce4sensors.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libxfce4sensors.ver
libtool: link:  echo "local: *; };" >> .libs/libxfce4sensors.ver
libtool: link:  gcc -shared  -fPIC -DPIC  .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-cpu.o .libs/libxfce4sensors_la-hddtemp.o .libs/libxfce4sensors_la-acpi.o   /usr/lib/libxfce4ui-1.so /usr/lib/libxfce4panel-1.0.so -lgtk-x11-2.0 -lgmodule-2.0 -lrt /usr/lib/libxfce4util.so -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lm -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -pthread -O2 -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,libxfce4sensors.so.1 -Wl,-version-script -Wl,.libs/libxfce4sensors.ver -o .libs/libxfce4sensors.so.1.2.4
libtool: link: (cd ".libs" && rm -f "libxfce4sensors.so.1" && ln -s "libxfce4sensors.so.1.2.4" "libxfce4sensors.so.1")
libtool: link: (cd ".libs" && rm -f "libxfce4sensors.so" && ln -s "libxfce4sensors.so.1.2.4" "libxfce4sensors.so")
libtool: link: 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-cpu.o libxfce4sensors_la-hddtemp.o libxfce4sensors_la-acpi.o
libtool: link: ranlib .libs/libxfce4sensors.a
libtool: link: ( cd ".libs" && rm -f "libxfce4sensors.la" && ln -s "../libxfce4sensors.la" "libxfce4sensors.la" )
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/lib'
Making all in panel-plugin
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/panel-plugin'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\"  -g -O2 -MT xfce4_sensors_plugin-sensors-plugin.o -MD -MP -MF .deps/xfce4_sensors_plugin-sensors-plugin.Tpo -c -o xfce4_sensors_plugin-sensors-plugin.o `test -f 'sensors-plugin.c' || echo './'`sensors-plugin.c
mv -f .deps/xfce4_sensors_plugin-sensors-plugin.Tpo .deps/xfce4_sensors_plugin-sensors-plugin.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\"  -g -O2   -o xfce4-sensors-plugin xfce4_sensors_plugin-sensors-plugin.o ../lib/libxfce4sensors.la -Wl,--export-dynamic -pthread -lxfce4panel-1.0 -lgtk-x11-2.0 -lgmodule-2.0 -lrt -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lxfce4ui-1 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lm  
libtool: link: gcc -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -g -O2 -o .libs/xfce4-sensors-plugin xfce4_sensors_plugin-sensors-plugin.o -Wl,--export-dynamic -pthread  ../lib/.libs/libxfce4sensors.so /usr/lib/libxfce4panel-1.0.so -lgmodule-2.0 -lrt /usr/lib/libxfce4ui-1.so -lgtk-x11-2.0 /usr/lib/libxfce4util.so -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lglib-2.0 -lm -pthread -Wl,-rpath -Wl,/usr/lib/xfce4/modules
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/panel-plugin'
Making all in src
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4   -g -O2 -MT xfce4_sensors-main.o -MD -MP -MF .deps/xfce4_sensors-main.Tpo -c -o xfce4_sensors-main.o `test -f 'main.c' || echo './'`main.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4   -g -O2 -MT xfce4_sensors-interface.o -MD -MP -MF .deps/xfce4_sensors-interface.Tpo -c -o xfce4_sensors-interface.o `test -f 'interface.c' || echo './'`interface.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4   -g -O2 -MT xfce4_sensors-callbacks.o -MD -MP -MF .deps/xfce4_sensors-callbacks.Tpo -c -o xfce4_sensors-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c
mv -f .deps/xfce4_sensors-interface.Tpo .deps/xfce4_sensors-interface.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib  -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4   -g -O2 -MT xfce4_sensors-actions.o -MD -MP -MF .deps/xfce4_sensors-actions.Tpo -c -o xfce4_sensors-actions.o `test -f 'actions.c' || echo './'`actions.c
mv -f .deps/xfce4_sensors-main.Tpo .deps/xfce4_sensors-main.Po
mv -f .deps/xfce4_sensors-callbacks.Tpo .deps/xfce4_sensors-callbacks.Po
mv -f .deps/xfce4_sensors-actions.Tpo .deps/xfce4_sensors-actions.Po
/bin/bash ../libtool --tag=CC   --mode=link gcc -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4   -g -O2 -Wl,--no-undefined   -o xfce4-sensors xfce4_sensors-main.o xfce4_sensors-interface.o xfce4_sensors-callbacks.o xfce4_sensors-actions.o ../lib/libxfce4sensors.la -lxfce4ui-1 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/xfce4 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/xfce4/libxfce4panel-1.0 -I/usr/include/xfce4 -g -O2 -Wl,--no-undefined -o .libs/xfce4-sensors xfce4_sensors-main.o xfce4_sensors-interface.o xfce4_sensors-callbacks.o xfce4_sensors-actions.o  ../lib/.libs/libxfce4sensors.so /usr/lib/libxfce4ui-1.so -lgtk-x11-2.0 /usr/lib/libxfce4util.so -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lglib-2.0 -lm -pthread -Wl,-rpath -Wl,/usr/lib/xfce4/modules
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/src'
Making all in po
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/po'
Making all in icons
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/icons'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/icons'
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5'
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5'
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5'
Making install in include
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/include'
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/include'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/include'
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/include'
Making install in lib
make[1]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/lib'
make[2]: Entering directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/lib'
make[2]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 libxfce4sensors-1.0.pc '/usr/lib/pkgconfig'
 /bin/mkdir -p '/usr/lib/xfce4/modules'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libxfce4sensors.la '/usr/lib/xfce4/modules'
libtool: install: /usr/bin/install -c .libs/libxfce4sensors.so.1.2.4 /usr/lib/xfce4/modules/libxfce4sensors.so.1.2.4
libtool: install: (cd /usr/lib/xfce4/modules && { ln -s -f libxfce4sensors.so.1.2.4 libxfce4sensors.so.1 || { rm -f libxfce4sensors.so.1 && ln -s libxfce4sensors.so.1.2.4 libxfce4sensors.so.1; }; })
libtool: install: (cd /usr/lib/xfce4/modules && { ln -s -f libxfce4sensors.so.1.2.4 libxfce4sensors.so || { rm -f libxfce4sensors.so && ln -s libxfce4sensors.so.1.2.4 libxfce4sensors.so; }; })
libtool: install: /usr/bin/install -c .libs/libxfce4sensors.lai /usr/lib/xfce4/modules/libxfce4sensors.la
libtool: install: /usr/bin/install -c .libs/libxfce4sensors.a /usr/lib/xfce4/modules/libxfce4sensors.a
libtool: install: chmod 644 /usr/lib/xfce4/modules/libxfce4sensors.a
libtool: install: ranlib /usr/lib/xfce4/modules/libxfce4sensors.a
/home/alireza/archives/deb/xfce: line 1: dnl: command not found
/home/alireza/archives/deb/xfce: line 2: dnl: command not found
/home/alireza/archives/deb/xfce: line 3: dnl: command not found
/home/alireza/archives/deb/xfce: line 4: dnl: command not found
/home/alireza/archives/deb/xfce: line 6: dnl: command not found
/home/alireza/archives/deb/xfce: line 7: dnl: command not found
/home/alireza/archives/deb/xfce: line 8: dnl: command not found
/home/alireza/archives/deb/xfce: line 9: dnl: command not found
make[2]: *** [install-pluginLTLIBRARIES] Error 127
make[2]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/lib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/alireza/archives/deb/xfce plugins/xfce4-sensors-plugin-1.2.5/lib'
make: *** [install-recursive] Error 1

Any ideas?
Thanks.

Offline

#2 2013-04-01 17:24:52

alirezaimi
Member
Registered: 2012-05-01
Posts: 17

Re: xfce4-sensors-plugin-1.2.5 compilation on debian

Any ideas??

Offline

#3 2013-04-06 20:54:18

darius
Member
Registered: 2013-03-31
Posts: 32

Re: xfce4-sensors-plugin-1.2.5 compilation on debian

ok so your using debain and xfce4 desktop have you tried to add the xfce4 ppa and then do

sudo apt-add-repository ppa:xubuntu-dev/xfce-4.10 
sudo apt-get update
sudo apt-get install xfce4-sensors-plugin

Since you are using debain apt-add-repository isnt installed if you havent installed it yet
go to this link http://blog.anantshri.info/howto-add-ppa-in-debian/

Offline

#4 2013-04-29 12:28:45

MagnusBerg
Member
Registered: 2004-12-17
Posts: 46

Re: xfce4-sensors-plugin-1.2.5 compilation on debian

compiled...

Great!!!!

I installed 4.10 from Debian Experimental (starting with libc6) and took the plugins packages from Ubuntu. Here are the repository I used for the Ubuntu packages.

###### Ubuntu Main Repos
deb http://se.archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse
deb-src http://se.archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse

###### Ubuntu 3rd Party Binary Repos
#### Xfce 4.10 - https://launchpad.net/~xubuntu-dev/+archive/xfce-4.10
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 142986CE
deb http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu quantal main
deb-src http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu quantal main

To use the 4.10 packges from Debian Experimental and Ubuntu you need libc6 version 2.17 as I wrote above.

Last edited by MagnusBerg (2013-04-29 12:29:57)

Offline

#5 2013-04-29 19:38:10

demosthenese
Member
From: Liverpool, UK
Registered: 2009-05-04
Posts: 71

Re: xfce4-sensors-plugin-1.2.5 compilation on debian

It is not generally considered a good idea to mix debian and ubuntu repositories. You can install 4.10 from the following repository for sid:

deb http://ftp.spline.de/pub/siduction/xfcenext/ unstable main

There is no apt-key, so you will need to ignore the warning about lacking a public key.

Offline

#6 2013-04-30 11:07:58

MagnusBerg
Member
Registered: 2004-12-17
Posts: 46

Re: xfce4-sensors-plugin-1.2.5 compilation on debian

demosthenese wrote:

It is not generally considered a good idea to mix debian and ubuntu repositories. You can install 4.10 from the following repository for sid:

deb http://ftp.spline.de/pub/siduction/xfcenext/ unstable main

There is no apt-key, so you will need to ignore the warning about lacking a public key.

That was defenitly a better idea than mixing repositories. Thank you for that!

Offline

Board footer

Powered by FluxBB