Dear Sir,
I am new in ubuntu, so please forgive me for any silly future mistakes
I am trying to install ddrutility in ubuntu with your given instructions but i don't know what goes wrong with it. I am attaching the terminal commands here
hacker@Radhe-Radhe:~$ gunzip ddrutility-2.7.tar.gz
hacker@Radhe-Radhe:~$ tar xf ddrutility-2.7.tar
hacker@Radhe-Radhe:~$ cd ddrutility-2.7
hacker@Radhe-Radhe:~/ddrutility-2.7$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for bash... /bin/bash
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for libiconv_open in -liconv... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating README
config.status: creating doc/Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
hacker@Radhe-Radhe:~/ddrutility-2.7$ make
make all-recursive
make[1]: Entering directory /home/hacker/ddrutility-2.7'
Making all in m4
make[2]: Entering directory/home/hacker/ddrutility-2.7/m4'
make[2]: Nothing to be done for all'.
make[2]: Leaving directory/home/hacker/ddrutility-2.7/m4'
Making all in src
make[2]: Entering directory /home/hacker/ddrutility-2.7/src'
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddrutility.o -MD -MP -MF .deps/ddrutility.Tpo -c -o ddrutility.o ddrutility.c
mv -f .deps/ddrutility.Tpo .deps/ddrutility.Po
gcc -g -O2 -o ddrutility ddrutility.o
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddru_ntfscommon.o -MD -MP -MF .deps/ddru_ntfscommon.Tpo -c -o ddru_ntfscommon.o ddru_ntfscommon.c
mv -f .deps/ddru_ntfscommon.Tpo .deps/ddru_ntfscommon.Po
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddru_ntfsbitmap.o -MD -MP -MF .deps/ddru_ntfsbitmap.Tpo -c -o ddru_ntfsbitmap.o ddru_ntfsbitmap.c
ddru_ntfsbitmap.c: In function ‘ddrescue_read’:
ddru_ntfsbitmap.c:488:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:490:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:492:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:494:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:496:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c: In function ‘processdata’:
ddru_ntfsbitmap.c:1159:15: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c: In function ‘process_bitmap_file’:
ddru_ntfsbitmap.c:1206:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread(buffer, filelen, 1, readfile);
^
ddru_ntfsbitmap.c:1366:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:1368:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:1370:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:1372:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c: In function ‘process_mft_domain’:
ddru_ntfsbitmap.c:1463:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:1465:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:1467:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
ddru_ntfsbitmap.c:1469:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system (command);
^
mv -f .deps/ddru_ntfsbitmap.Tpo .deps/ddru_ntfsbitmap.Po
gcc -g -O2 -o ddru_ntfsbitmap ddru_ntfscommon.o ddru_ntfsbitmap.o
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddru_ntfsfindbad.o -MD -MP -MF .deps/ddru_ntfsfindbad.Tpo -c -o ddru_ntfsfindbad.o ddru_ntfsfindbad.c
mv -f .deps/ddru_ntfsfindbad.Tpo .deps/ddru_ntfsfindbad.Po
gcc -g -O2 -o ddru_ntfsfindbad ddru_ntfscommon.o ddru_ntfsfindbad.o
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddru_diskutility.o -MD -MP -MF .deps/ddru_diskutility.Tpo -c -o ddru_diskutility.o ddru_diskutility.c
mv -f .deps/ddru_diskutility.Tpo .deps/ddru_diskutility.Po
gcc -g -O2 -o ddru_diskutility ddru_diskutility.o
cp -f ./ddru_findbad.sh ddru_findbad
chmod ugo+x ddru_findbad
make[2]: Leaving directory/home/hacker/ddrutility-2.7/src'
Making all in doc
make[2]: Entering directory /home/hacker/ddrutility-2.7/doc'
make[2]: Nothing to be done forall'.
make[2]: Leaving directory /home/hacker/ddrutility-2.7/doc'
make[2]: Entering directory/home/hacker/ddrutility-2.7'
make[2]: Leaving directory /home/hacker/ddrutility-2.7'
make[1]: Leaving directory/home/hacker/ddrutility-2.7'
hacker@Radhe-Radhe:~/ddrutility-2.7$ sudo make install [sudo] password for hacker:
Making install in m4
make[1]: Entering directory /home/hacker/ddrutility-2.7/m4'
make[2]: Entering directory/home/hacker/ddrutility-2.7/m4'
make[2]: Nothing to be done for install-exec-am'.
/bin/mkdir -p '/usr/local/share/aclocal'
make[2]: Leaving directory/home/hacker/ddrutility-2.7/m4'
make[1]: Leaving directory /home/hacker/ddrutility-2.7/m4'
Making install in src
make[1]: Entering directory/home/hacker/ddrutility-2.7/src'
make[2]: Entering directory /home/hacker/ddrutility-2.7/src'
/bin/mkdir -p '/usr/local/bin'
/usr/bin/install -c ddrutility ddru_ntfsbitmap ddru_ntfsfindbad ddru_diskutility '/usr/local/bin'
/bin/mkdir -p '/usr/local/bin'
/usr/bin/install -c ddru_findbad '/usr/local/bin'
make[2]: Nothing to be done forinstall-data-am'.
make[2]: Leaving directory /home/hacker/ddrutility-2.7/src'
make[1]: Leaving directory/home/hacker/ddrutility-2.7/src'
Making install in doc
make[1]: Entering directory /home/hacker/ddrutility-2.7/doc'
make[2]: Entering directory/home/hacker/ddrutility-2.7/doc'
make[2]: Nothing to be done for install-exec-am'.
/bin/mkdir -p '/usr/local/share/info'
/usr/bin/install -c -m 644 ./ddrutility.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/ddrutility.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
/bin/mkdir -p '/usr/local/share/man/man1'
/usr/bin/install -c -m 644 ddru_findbad.1 ddru_ntfsbitmap.1 ddrutility.1 ddru_ntfsfindbad.1 ddru_diskutility.1 '/usr/local/share/man/man1'
make[2]: Leaving directory/home/hacker/ddrutility-2.7/doc'
make[1]: Leaving directory /home/hacker/ddrutility-2.7/doc'
make[1]: Entering directory/home/hacker/ddrutility-2.7'
make[2]: Entering directory /home/hacker/ddrutility-2.7'
make[2]: Nothing to be done forinstall-exec-am'.
make[2]: Nothing to be done for install-data-am'.
make[2]: Leaving directory/home/hacker/ddrutility-2.7'
make[1]: Leaving directory `/home/hacker/ddrutility-2.7'
hacker@Radhe-Radhe:~/ddrutility-2.7$
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, I do not see any abnormal errors in the above code. What is not working for you? After installing what response do you get when you type in ddrutility --help as a commmand? If it is not found then that is a problem, but you did not specify what did not work after installing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Sir,
I am new in ubuntu, so please forgive me for any silly future mistakes
I am trying to install ddrutility in ubuntu with your given instructions but i don't know what goes wrong with it. I am attaching the terminal commands here
hacker@Radhe-Radhe:~$ gunzip ddrutility-2.7.tar.gz
hacker@Radhe-Radhe:~$ tar xf ddrutility-2.7.tar
hacker@Radhe-Radhe:~$ cd ddrutility-2.7
hacker@Radhe-Radhe:~/ddrutility-2.7$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for bash... /bin/bash
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for libiconv_open in -liconv... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating README
config.status: creating doc/Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
hacker@Radhe-Radhe:~/ddrutility-2.7$ make
make all-recursive
make[1]: Entering directory
/home/hacker/ddrutility-2.7' Making all in m4 make[2]: Entering directory
/home/hacker/ddrutility-2.7/m4'make[2]: Nothing to be done for
all'. make[2]: Leaving directory
/home/hacker/ddrutility-2.7/m4'Making all in src
make[2]: Entering directory
/home/hacker/ddrutility-2.7/src' gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddrutility.o -MD -MP -MF .deps/ddrutility.Tpo -c -o ddrutility.o ddrutility.c mv -f .deps/ddrutility.Tpo .deps/ddrutility.Po gcc -g -O2 -o ddrutility ddrutility.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddru_ntfscommon.o -MD -MP -MF .deps/ddru_ntfscommon.Tpo -c -o ddru_ntfscommon.o ddru_ntfscommon.c mv -f .deps/ddru_ntfscommon.Tpo .deps/ddru_ntfscommon.Po gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddru_ntfsbitmap.o -MD -MP -MF .deps/ddru_ntfsbitmap.Tpo -c -o ddru_ntfsbitmap.o ddru_ntfsbitmap.c ddru_ntfsbitmap.c: In function ‘ddrescue_read’: ddru_ntfsbitmap.c:488:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:490:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:492:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:494:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:496:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c: In function ‘processdata’: ddru_ntfsbitmap.c:1159:15: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c: In function ‘process_bitmap_file’: ddru_ntfsbitmap.c:1206:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, filelen, 1, readfile); ^ ddru_ntfsbitmap.c:1366:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:1368:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:1370:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:1372:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c: In function ‘process_mft_domain’: ddru_ntfsbitmap.c:1463:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:1465:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:1467:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ ddru_ntfsbitmap.c:1469:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system (command); ^ mv -f .deps/ddru_ntfsbitmap.Tpo .deps/ddru_ntfsbitmap.Po gcc -g -O2 -o ddru_ntfsbitmap ddru_ntfscommon.o ddru_ntfsbitmap.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddru_ntfsfindbad.o -MD -MP -MF .deps/ddru_ntfsfindbad.Tpo -c -o ddru_ntfsfindbad.o ddru_ntfsfindbad.c mv -f .deps/ddru_ntfsfindbad.Tpo .deps/ddru_ntfsfindbad.Po gcc -g -O2 -o ddru_ntfsfindbad ddru_ntfscommon.o ddru_ntfsfindbad.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ddru_diskutility.o -MD -MP -MF .deps/ddru_diskutility.Tpo -c -o ddru_diskutility.o ddru_diskutility.c mv -f .deps/ddru_diskutility.Tpo .deps/ddru_diskutility.Po gcc -g -O2 -o ddru_diskutility ddru_diskutility.o cp -f ./ddru_findbad.sh ddru_findbad chmod ugo+x ddru_findbad make[2]: Leaving directory
/home/hacker/ddrutility-2.7/src'Making all in doc
make[2]: Entering directory
/home/hacker/ddrutility-2.7/doc' make[2]: Nothing to be done for
all'.make[2]: Leaving directory
/home/hacker/ddrutility-2.7/doc' make[2]: Entering directory
/home/hacker/ddrutility-2.7'make[2]: Leaving directory
/home/hacker/ddrutility-2.7' make[1]: Leaving directory
/home/hacker/ddrutility-2.7'hacker@Radhe-Radhe:~/ddrutility-2.7$ sudo make install
[sudo] password for hacker:
Making install in m4
make[1]: Entering directory
/home/hacker/ddrutility-2.7/m4' make[2]: Entering directory
/home/hacker/ddrutility-2.7/m4'make[2]: Nothing to be done for
install-exec-am'. /bin/mkdir -p '/usr/local/share/aclocal' make[2]: Leaving directory
/home/hacker/ddrutility-2.7/m4'make[1]: Leaving directory
/home/hacker/ddrutility-2.7/m4' Making install in src make[1]: Entering directory
/home/hacker/ddrutility-2.7/src'make[2]: Entering directory
/home/hacker/ddrutility-2.7/src' /bin/mkdir -p '/usr/local/bin' /usr/bin/install -c ddrutility ddru_ntfsbitmap ddru_ntfsfindbad ddru_diskutility '/usr/local/bin' /bin/mkdir -p '/usr/local/bin' /usr/bin/install -c ddru_findbad '/usr/local/bin' make[2]: Nothing to be done for
install-data-am'.make[2]: Leaving directory
/home/hacker/ddrutility-2.7/src' make[1]: Leaving directory
/home/hacker/ddrutility-2.7/src'Making install in doc
make[1]: Entering directory
/home/hacker/ddrutility-2.7/doc' make[2]: Entering directory
/home/hacker/ddrutility-2.7/doc'make[2]: Nothing to be done for
install-exec-am'. /bin/mkdir -p '/usr/local/share/info' /usr/bin/install -c -m 644 ./ddrutility.info '/usr/local/share/info' install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/ddrutility.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments /bin/mkdir -p '/usr/local/share/man/man1' /usr/bin/install -c -m 644 ddru_findbad.1 ddru_ntfsbitmap.1 ddrutility.1 ddru_ntfsfindbad.1 ddru_diskutility.1 '/usr/local/share/man/man1' make[2]: Leaving directory
/home/hacker/ddrutility-2.7/doc'make[1]: Leaving directory
/home/hacker/ddrutility-2.7/doc' make[1]: Entering directory
/home/hacker/ddrutility-2.7'make[2]: Entering directory
/home/hacker/ddrutility-2.7' make[2]: Nothing to be done for
install-exec-am'.make[2]: Nothing to be done for
install-data-am'. make[2]: Leaving directory
/home/hacker/ddrutility-2.7'make[1]: Leaving directory `/home/hacker/ddrutility-2.7'
hacker@Radhe-Radhe:~/ddrutility-2.7$
Or if you can tell me what is the easiest & fastest way to install ddrutility on parted magic live cd or any other os?
First, I do not see any abnormal errors in the above code. What is not working for you? After installing what response do you get when you type in ddrutility --help as a commmand? If it is not found then that is a problem, but you did not specify what did not work after installing.