|
|
-
Build error on Ubuntu 12.04
dlmarion@... 2012-07-25, 00:59
Having an issue trying to build on Ubuntu. Any ideas?
[INFO] --- exec-maven-plugin:1.2.1:exec (user-manual) @ accumulo --- This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) entering extended mode (./accumulo_user_manual.tex LaTeX2e <2009/09/24> Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, loaded. (/usr/share/texmf-texlive/tex/latex/base/report.cls Document Class: report 2007/10/19 v1.4h Standard LaTeX document class (/usr/share/texmf-texlive/tex/latex/base/size11.clo)) (/usr/share/texmf-texlive/tex/latex/base/alltt.sty)
! LaTeX Error: File `multirow.sty' not found.
Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)
Enter file name: Dave
-
Re: Build error on Ubuntu 12.04
David Medinets 2012-07-25, 01:08
sudo apt-get install texlive-latex-extra
On Tue, Jul 24, 2012 at 8:59 PM, <[EMAIL PROTECTED]> wrote: > ! LaTeX Error: File `multirow.sty' not found.
-
Re: Build error on Ubuntu 12.04
Josh Elser 2012-07-25, 02:15
On this note, is there a reason to build the documentation as a part of the prepare-package lifecycle?
Obviously, Dave wants to build Accumulo now, not the PDF documentation.
On 07/24/2012 07:59 PM, [EMAIL PROTECTED] wrote: > Having an issue trying to build on Ubuntu. Any ideas? > > [INFO] --- exec-maven-plugin:1.2.1:exec (user-manual) @ accumulo --- > This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) > entering extended mode > (./accumulo_user_manual.tex > LaTeX2e<2009/09/24> > Babel<v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh > yphenation, loaded. > (/usr/share/texmf-texlive/tex/latex/base/report.cls > Document Class: report 2007/10/19 v1.4h Standard LaTeX document class > (/usr/share/texmf-texlive/tex/latex/base/size11.clo)) > (/usr/share/texmf-texlive/tex/latex/base/alltt.sty) > > ! LaTeX Error: File `multirow.sty' not found. > > Type X to quit or<RETURN> to proceed, > or enter new name. (Default extension: sty) > > Enter file name: > > > Dave >
-
Re: Build error on Ubuntu 12.04
John Vines 2012-07-25, 03:14
I believe in the current trunk (1.5), I moved the latex documentation to a different build profile.
John
On Tue, Jul 24, 2012 at 9:15 PM, Josh Elser <[EMAIL PROTECTED]> wrote:
> On this note, is there a reason to build the documentation as a part of > the prepare-package lifecycle? > > Obviously, Dave wants to build Accumulo now, not the PDF documentation. > > > On 07/24/2012 07:59 PM, [EMAIL PROTECTED] wrote: > >> Having an issue trying to build on Ubuntu. Any ideas? >> >> [INFO] --- exec-maven-plugin:1.2.1:exec (user-manual) @ accumulo --- >> This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) >> entering extended mode >> (./accumulo_user_manual.tex >> LaTeX2e<2009/09/24> >> Babel<v3.8l> and hyphenation patterns for english, usenglishmax, >> dumylang, noh >> yphenation, loaded. >> (/usr/share/texmf-texlive/tex/**latex/base/report.cls >> Document Class: report 2007/10/19 v1.4h Standard LaTeX document class >> (/usr/share/texmf-texlive/tex/**latex/base/size11.clo)) >> (/usr/share/texmf-texlive/tex/**latex/base/alltt.sty) >> >> ! LaTeX Error: File `multirow.sty' not found. >> >> Type X to quit or<RETURN> to proceed, >> or enter new name. (Default extension: sty) >> >> Enter file name: >> >> >> Dave >> >>
|
|