Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02BCDD136 for ; Fri, 13 Jul 2012 01:53:28 +0000 (UTC) Received: (qmail 62497 invoked by uid 500); 13 Jul 2012 01:53:27 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 62455 invoked by uid 500); 13 Jul 2012 01:53:27 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 62444 invoked by uid 99); 13 Jul 2012 01:53:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 01:53:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of david.medinets@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 01:53:21 +0000 Received: by obhx4 with SMTP id x4so4867005obh.0 for ; Thu, 12 Jul 2012 18:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/xR5kyFFtzD2+XLSVeDkhQI4aVo0iVnLADLQW9mhFKc=; b=s+qNh0gyAkPdAiTlzjCOt+xnJMY4J6WkAIff7ugyyTehYujb2vNVOmZVn5mq+Gvu/j NuPOQCe/upuRTssm/wRASrYzzOjbQCBpiPoyfYB6lfZxWzgSZ2+n3xkpuvhOFlsJn82X qDrofFrYi0wk6aTI25XNxNDRvV6b1jqcmXcEbi50s4OEQPMKCcPKxIEvp20WcAXD/+xK 1wvLo9qM0eZnBL9aQck46CZX+LJWFK6vAK4y1sf6uL/1d4wvOpLbyzqbReziZVeskcSd muYUOGkcU9VcitlK9jlv97ttkoi6ayMbQkYn4Jzpr73k3TJgiFprAbmeRnDgQdi++c69 /l0g== MIME-Version: 1.0 Received: by 10.182.162.101 with SMTP id xz5mr597820obb.47.1342144380798; Thu, 12 Jul 2012 18:53:00 -0700 (PDT) Received: by 10.182.10.69 with HTTP; Thu, 12 Jul 2012 18:53:00 -0700 (PDT) Date: Thu, 12 Jul 2012 21:53:00 -0400 Message-ID: Subject: accumulo compile has dependency on texlive-latex-extra ubuntu package From: David Medinets To: accumulo-dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org This is a note for anybody developing an installation package for Accumulo. The following command resolves the dependency. sudo apt-get install texlive-latex-extra Without the package, I am seeing the following error: LaTeX Error: File `multirow.sty' not found.