Search Criteria
Package Details: davtools 1.2.0-3
Git Clone URL: | https://aur.archlinux.org/davtools.git (read-only) |
---|---|
Package Base: | davtools |
Description: | Disk Allocation Viewer(DAV) tools for Linux that can obtain the state of fragmentation on disk and visualize it. |
Upstream URL: | http://sourceforge.net/projects/davtools/ |
Licenses: | |
Submitter: | Slash |
Maintainer: | Slash |
Last Packager: | Slash |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2006-04-19 18:26 |
Last Updated: | 2015-06-08 17:47 |
Latest Comments
felixonmars commented on 2012-02-04 01:36
==> Starting build()...
make -C src/cdavl
make[1]: Entering directory `/tmp/yaourt-tmp-felix/aur-davtools/src/davl-1.2.0/src/cdavl'
gcc -Wall -g -O -D_FILE_OFFSET_BITS=64 -c -o cdavl.o cdavl.c
cdavl.c: In function ‘printSuperBlock’:
cdavl.c:91:72: error: ‘struct ext2_super_block’ has no member named ‘s_log_frag_size’
cdavl.c:91:95: error: ‘struct ext2_super_block’ has no member named ‘s_log_frag_size’
cdavl.c:93:72: error: ‘struct ext2_super_block’ has no member named ‘s_frags_per_group’
cdavl.c:93:97: error: ‘struct ext2_super_block’ has no member named ‘s_frags_per_group’
cdavl.c:116:2: warning: pointer targets in passing argument 1 of ‘uDumpN’ differ in signedness [-Wpointer-sign]
../common/util.h:56:6: note: expected ‘char *’ but argument is of type ‘__u8 *’
cdavl.c:124:3: warning: pointer targets in passing argument 1 of ‘uDumpN’ differ in signedness [-Wpointer-sign]
../common/util.h:56:6: note: expected ‘char *’ but argument is of type ‘__u8 *’
make[1]: *** [cdavl.o] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-felix/aur-davtools/src/davl-1.2.0/src/cdavl'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...