>>> Downloading 'http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/hardware-monitor-1.4.2.tar.bz2' --2009-07-21 08:27:32-- http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/hardware-monitor-1.4.2.tar.bz2 Resolving ftp.uni-erlangen.de... 131.188.12.212, 2001:638:a00:143::3 Connecting to ftp.uni-erlangen.de|131.188.12.212|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 219872 (215K) [application/bzip2] Saving to: `/usr/portage/distfiles/hardware-monitor-1.4.2.tar.bz2' 100%[======================================================================================================================================================== 2009-07-21 08:27:33 (1.48 MB/s) - `/usr/portage/distfiles/hardware-monitor-1.4.2.tar.bz2' saved [219872/219872] * hardware-monitor-1.4.2.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... * checking ebuild checksums ;-) ... * checking auxfile checksums ;-) ... * checking miscfile checksums ;-) ... >>> Unpacking source... >>> Unpacking hardware-monitor-1.4.2.tar.bz2 to /var/tmp/portage/gnome-extra/hardware-monitor-1.4.2/work * Fixing OMF Makefiles ... >>> Source unpacked in /var/tmp/portage/gnome-extra/hardware-monitor-1.4.2/work >>> Compiling source in /var/tmp/portage/gnome-extra/hardware-monitor-1.4.2/work/hardware-monitor-1.4.2 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sys sr/lib64 --with-libsensors checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether NLS is requested... yes checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc 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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 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/gmsgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.8.8 checking for XML::Parser... ok checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... gcc3 checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3 checking for x86_64-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DEPS... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-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 sensors/sensors.h usability... yes checking sensors/sensors.h presence... yes checking for sensors/sensors.h... yes checking for sensors_init in -lsensors... yes 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/gmsgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... ar az bg bs ca cs cy da de el en_GB es eu fi fr gl gu he hi hr hu it ja ko lv ms nb nl pa pl pt pt_BR ru rw sl sr s checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands make -s -j3 Making all in src /usr/include/sensors/sensors.h: In constructor 'Sensors::Sensors()': /usr/include/sensors/sensors.h:121: error: too many arguments to function 'const sensors_chip_name* sensors_get_detected_chips(int*)' monitor-impls.cpp:812: error: at this point in file monitor-impls.cpp: In member function 'std::vector > Sensors::get_features(std::string)': monitor-impls.cpp:838: error: expected initializer before '*' token monitor-impls.cpp:844: error: 'feature' was not declared in this scope monitor-impls.cpp:844: error: 'sensors_get_features' was not declared in this scope monitor-impls.cpp:861: error: expected initializer before '*' token monitor-impls.cpp:864: error: 'subfeature' was not declared in this scope monitor-impls.cpp:864: error: 'sensors_get_all_subfeatures' was not declared in this scope monitor-impls.cpp:870: error: 'sensors_get_value' was not declared in this scope monitor-impls.cpp: In member function 'double Sensors::get_value(int, int)': monitor-impls.cpp:902: error: 'sensors_get_value' was not declared in this scope make[2]: *** [monitor-impls.o] Error 1 make[2]: *** Waiting for unfinished jobs.... main.cpp: In function 'int main(int, char**)': main.cpp:53: warning: ignoring return value of 'int nice(int)', declared with attribute warn_unused_result make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2