Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 41527 invoked from network); 10 Feb 2008 06:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2008 06:13:24 -0000 Received: (qmail 21091 invoked by uid 500); 10 Feb 2008 06:13:16 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 21070 invoked by uid 500); 10 Feb 2008 06:13:16 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 21061 invoked by uid 99); 10 Feb 2008 06:13:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 22:13:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nbeyer@gmail.com designates 64.233.178.240 as permitted sender) Received: from [64.233.178.240] (HELO hs-out-2122.google.com) (64.233.178.240) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Feb 2008 06:12:46 +0000 Received: by hs-out-2122.google.com with SMTP id 4so3646714hsl.4 for ; Sat, 09 Feb 2008 22:12:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=j8WjR++fwKhWrjUkSE2WnXQlYYs9OYlrFD4Ee0/AsGk=; b=xozdR+QwcJqs++y8uZ78jpvegb68W5fVJcsIcAnf70X1n3bbOOe+otefCWnsJJrhogN5BLSBHwMtazYg4mlYepXEPlhfB9MjhZBOwX6NkEJ224Y0utw8fl3wq+xk8tQf0+7HOlAubUb+I8qmHFoosdBm5Uaa4QZDyZEkZyMZMHQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=LlKAUiLwBcoDUjap0SU5fNFID9rMdyolS5iJGtSKzlxJabnHucWSM52AfqalwkhHWr6B1y0goDHmC8WkgHZGDvUyNJI6Qnm9UexawSBa3sH1LSaQKhgzMkcGb1oCql8fMvPPLRsyVID9aBWlV7fMPOIKHhb3lz4DYa6wZMSKjqg= Received: by 10.150.140.6 with SMTP id n6mr6095735ybd.111.1202623973399; Sat, 09 Feb 2008 22:12:53 -0800 (PST) Received: by 10.150.151.21 with HTTP; Sat, 9 Feb 2008 22:12:53 -0800 (PST) Message-ID: <3b3f27c60802092212m2380f860n410abdcdfaecea16@mail.gmail.com> Date: Sun, 10 Feb 2008 00:12:53 -0600 From: "Nathan Beyer" Sender: nbeyer@gmail.com To: "Apache Harmony Dev Mailing List" Subject: [build] is libxtst-dev a recently added requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: b42274bad8171c1b X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to run a build on a fresh Linux (Ubuntu) box and ran into an error about not finding "-lXtst". This seems to be a part of the libxtst-dev package, but that's not listed on the build pre-requisites, at least not yet. I wanted to check before updating it. Once I installed that package it built. -Nathan