Package Details: wmgtemp 1.1-4

Git Clone URL: https://aur.archlinux.org/wmgtemp.git (read-only, click to copy)
Package Base: wmgtemp
Description: Dockapp to graphically display CPU and SYS temperatures.
Upstream URL: http://fluxcode.net/projects/wmgtemp
Licenses: GPL2
Submitter: SanskritFritz
Maintainer: SanskritFritz (bidulock)
Last Packager: bidulock
Votes: 3
Popularity: 0.000000
First Submitted: 2013-09-05 21:22 (UTC)
Last Updated: 2016-05-03 14:42 (UTC)

Latest Comments

hoobhoober115 commented on 2020-09-07 10:24 (UTC)

Doesn't build. Thanks for that

milki commented on 2020-06-28 06:48 (UTC) (edited on 2020-06-28 06:48 (UTC) by milki)

Unable to compile:

milki@dashi:~/git/wmgtemp/src/wmgtemp-1.1/src$ gcc wmgtemp.o ./wmgeneral/wmgeneral.o ./wmgeneral/misc.o ./wmgeneral/list.o -L/usr/X11R6/lib -lXpm -lXext -lX11 -lsensors -o wmgtemp
/usr/bin/ld: ./wmgeneral/wmgeneral.o:/home/milki/git/wmgtemp/src/wmgtemp-1.1/src/wmgeneral/wmgeneral.h:39: multiple definition of `display'; wmgtemp.o:/home/milki/git/wmgtemp/src/wmgtemp-1.1/src/wmgeneral/wmgeneral.h:39: first defined here
collect2: error: ld returned 1 exit status

I was able to patch it by adding -fcommon according to https://www.linuxquestions.org/questions/programming-9/multiple-definition-errors-when-linking-on-arch-using-gcc-10-1-0-a-4175675444/#post6124558

Patch: https://gist.github.com/milki/4ba8c214536fc151d145c9b518cb7de4

bidulock commented on 2017-06-10 22:37 (UTC)

The dock app uses lmsensors. You need to set up lmsensors by doing: sudo sensors-detect and going through the questions. You will have an /etc/sensors.conf at the end of that process.

abarbarian commented on 2017-06-10 15:32 (UTC)

Does not run on my skylake from the RUN option on Window Maker. Trying from the cli gets me this $ wmgtemp Error opening /etc/sensors.conf

romario commented on 2016-05-07 01:41 (UTC) (edited on 2016-05-07 01:41 (UTC) by romario)

thank you bidulock you fixed this one too :)

bidulock commented on 2016-05-06 01:44 (UTC)

Latest PKGBUILD (1.1-4) give me correct builds on 32- and 64-bit.

romario commented on 2016-05-01 21:46 (UTC)

not compiling on my arch 64bit

SanskritFritz commented on 2014-05-19 11:58 (UTC)

Thank you.

bidulock commented on 2014-05-19 10:31 (UTC)

Corrected PKGBUILD is here: https://gist.github.com/bbidulock/e0dca0a50ca0f5d37bd1