Search Criteria
Package Details: whdd 3.0-1
Git Clone URL: | https://aur.archlinux.org/whdd.git (read-only, click to copy) |
---|---|
Package Base: | whdd |
Description: | Diagnostic and recovery tool for block devices (near to replace MHDD for Linux) |
Upstream URL: | https://github.com/whdd/whdd |
Licenses: | |
Submitter: | sirocco |
Maintainer: | sirocco |
Last Packager: | sirocco |
Votes: | 31 |
Popularity: | 0.001007 |
First Submitted: | 2013-07-01 03:49 |
Last Updated: | 2017-02-24 05:59 |
Dependencies (3)
- dialog
- ncurses (ncurses-nohex, ncurses-git)
- smartmontools (smartmontools-svn) (optional) – for reading SMART attributes
Latest Comments
natrio commented on 2016-09-20 12:10
I assembled a new "whdd-git" package, from new https://github.com/whdd/whdd repo:
https://aur.archlinux.org/packages/whdd-git/
It works for me.
dumphblooz commented on 2016-05-22 04:18
@diggit I have same problem.
diggit commented on 2016-05-04 19:44
I am unable to start Read test in ATA mode. whdd crashes with SIGSEGV. Version built from git master https://github.com/whdd/whdd works fine. Anyone else with same problem?
mandrzej commented on 2015-09-20 08:05
I have error during installation:
make[2]: *** No rule to make target '/usr/lib64/libtinfo.so', needed by 'whdd'. Stop.
CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/whdd.dir/all' failed
make[1]: *** [CMakeFiles/whdd.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build whdd.
What is a solution?
mutunus commented on 2015-04-29 13:42
Thank you, rynkowsg. I had the same issue and the symlink solution worked for me too.
rynkowsg commented on 2015-04-20 17:26
I had a problem during build. CMake couldn't find dialog library.
-- Could NOT find dialog (missing: DIALOG_LIBRARY)
CMake Error at CMakeLists.txt:112 (message):
Dialog library not found
I solved it by creating symlink:
sudo ln -s /usr/lib/libdialog.so.1.2 /usr/lib/libdialog.so
icoz commented on 2015-01-05 19:46
can't build with clang, only gcc
James_Epp commented on 2014-05-28 20:20
Would make the program a lot better if the graphics were more compatible for use over SSH. I get weird character rendering when using SSH, but directly on the sysetm it looks good.