You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by dl...@comcast.net on 2012/07/25 02:59:40 UTC

Build error on Ubuntu 12.04

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

Posted by Josh Elser <jo...@gmail.com>.
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, dlmarion@comcast.net 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

Posted by David Medinets <da...@gmail.com>.
sudo apt-get install texlive-latex-extra

On Tue, Jul 24, 2012 at 8:59 PM,  <dl...@comcast.net> wrote:
> ! LaTeX Error: File `multirow.sty' not found.

Re: Build error on Ubuntu 12.04

Posted by John Vines <jo...@ugov.gov>.
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 <jo...@gmail.com> 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, dlmarion@comcast.net 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
>>
>>