Hi,
I'm trying to compile & install gparted from source and it requires e2fsprogs for installation. I have downloaded e2fsprogs, ./configure went fine, make went fine but then when I do make install, it gives me the following:
I have installed TeX and added it to PATH but still can't get rid of it:
What do I need to do to get e2fsprogs to install properly?
I'm trying to compile & install gparted from source and it requires e2fsprogs for installation. I have downloaded e2fsprogs, ./configure went fine, make went fine but then when I do make install, it gives me the following:
Code:
You don't have a working TeX binary installed, but the texi2dvi script can't proceed without it. If you want to use this script, you have to install some kind of TeX, for example TeX Live Debian packages. You can do that with this command: apt-get install texlive make[1]: [libext2fs.dvi] Error 1 (ignored) MKINSTALLDIRS /usr/share/info INSTALL_DATA /usr/share/info/libext2fs.info GZIP /usr/share/info/libext2fs.info* make[1]: Leaving directory `/home/reg/Downloads/e2fsprogs-1.42.8/doc' if test ! -d e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then make install-libs ; fi root@DesktopOffice:~/Downloads/e2fsprogs-1.42.8#
Code:
# latex small2e This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) restricted \write18 enabled. entering extended mode (/usr/local/texlive/2013/texmf-dist/tex/latex/base/small2e.tex LaTeX2e <2011/06/27> Babel <3.9f> and hyphenation patterns for 78 languages loaded. (/usr/local/texlive/2013/texmf-dist/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/usr/local/texlive/2013/texmf-dist/tex/latex/base/size10.clo)) No file small2e.aux. (/usr/local/texlive/2013/texmf-dist/tex/latex/base/omscmr.fd) [1] (./small2e.aux) ) Output written on small2e.dvi (1 page, 1780 bytes). Transcript written on small2e.log. root@DesktopOffice:~/Downloads/install-tl-20130830# tex This is TeX, Version 3.1415926 (TeX Live 2013) **
Comment