Search Criteria
Package Details: dc3dd 7.2.646-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dc3dd.git (read-only, click to copy) |
---|---|
Package Base: | dc3dd |
Description: | is a patch to the GNU dd program, this version has several features intended for forensic acquisition of data. |
Upstream URL: | http://sourceforge.net/projects/dc3dd/ |
Keywords: | dd forensic GNU |
Licenses: | GPL3 |
Submitter: | casualscripter |
Maintainer: | casualscripter |
Last Packager: | casualscripter |
Votes: | 6 |
Popularity: | 0.000316 |
First Submitted: | 2016-01-21 08:07 (UTC) |
Last Updated: | 2019-02-28 15:59 (UTC) |
Dependencies (2)
- autoconf (autoconf-gitAUR) (make)
- perl-locale-gettext (make)
Latest Comments
casualscripter commented on 2019-02-28 16:01 (UTC)
Thanks folks, I have just added your nice work to the repo. Sorry for the long delay!
JoKoT3 commented on 2019-02-27 12:18 (UTC) (edited on 2019-02-27 12:21 (UTC) by JoKoT3)
working PKGBUILD with patch below: https://pastebin.com/QF4kB8rx
mschlenker commented on 2018-10-17 09:58 (UTC)
Stopped building with glibc 2.28, I backported some changes in gnulib to the old gnulib version included:
http://distfiles.lesslinux.org/dc3dd-7.2.646_glibc-2.28-1.patch
rsprooten commented on 2018-08-28 09:04 (UTC) (edited on 2018-08-28 09:05 (UTC) by rsprooten)
Hi,
dc3dd is currently not compiling:
freadahead.c: In function 'freadahead': freadahead.c:69:3: error: #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib." #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib." ^~~~~ make[3]: [Makefile:1221: freadahead.o] Error 1 make[3]: Leaving directory '/home/r/.cache/yay/dc3dd/src/dc3dd-7.2.646/lib' make[2]: [Makefile:894: all] Error 2 make[2]: Leaving directory '/home/r/.cache/yay/dc3dd/src/dc3dd-7.2.646/lib' make[1]: [Makefile:776: all-recursive] Error 1 make[1]: Leaving directory '/home/r/.cache/yay/dc3dd/src/dc3dd-7.2.646' make: [Makefile:732: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...