Package Details: wmhdplop 0.9.9-3

Git Clone URL: https://aur.archlinux.org/wmhdplop.git (read-only, click to copy)
Package Base: wmhdplop
Description: A dockapp that monitors your hard-drives
Upstream URL: http://hules.free.fr/wmhdplop/
Licenses: GPL
Submitter: None
Maintainer: bidulock
Last Packager: bidulock
Votes: 5
Popularity: 0.000000
First Submitted: 2007-04-11 13:35 (UTC)
Last Updated: 2015-06-11 04:54 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

shawarden commented on 2023-06-06 21:50 (UTC)

Unable to build due to undefined reference to 'major' in device_id_from_name:

....
gcc  -O3 -fomit-frame-pointer -ffast-math -Wall -W   -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o wmhdplop  wmhdplop-wmhdplop.o wmhdplop-util.o wmhdplop-procstat.o wmhdplop-devnames.owmhdplop-dockapp_imlib2.o -lm -lImlib2  -lSM -lICE  -lX11 -lXext
/usr/bin/ld: wmhdplop-devnames.o: in function `device_id_from_name':
devnames.c:(.text+0xe7b): undefined reference to `major'
/usr/bin/ld: devnames.c:(.text+0xe8b): undefined reference to `minor'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:292: wmhdplop] Error 1
make[1]: Leaving directory '/home/user/PKGBUILDS/wmhdplop/src/wmhdplop-0.9.9'
make: *** [Makefile:207: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

abarbarian commented on 2017-06-11 13:57 (UTC) (edited on 2017-08-10 14:04 (UTC) by abarbarian)

Thanks this works on my Skylake. Long live Window Maker. This does not seem to work for NVME drives. Very useful for monitoring usb drives though. ;-)

bidulock commented on 2014-05-10 22:49 (UTC)

0.9.9-3 also builds the gkrellm plugin.

bidulock commented on 2014-05-10 21:59 (UTC)

Well, I could patch it to use pkg-config imlib2 instead of imlib2-config as it is only the latter that has the propblem. I'll do that.

K.Mandla commented on 2014-05-10 21:48 (UTC)

Changes in imlib2 1.4.6 cause compilation errors. If you build a custom version of imlib2 and do. ... sed -i 's/@my_libs@//' imlib2-config.in You can build this against the corrected package. As far as I know that is an error in imlib2 and there's nothing to be done about it from this PKGBUILD.