Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 92343 invoked from network); 15 Apr 2010 17:12:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Apr 2010 17:12:12 -0000 Received: (qmail 61757 invoked by uid 500); 15 Apr 2010 17:12:11 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 61704 invoked by uid 500); 15 Apr 2010 17:12:11 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 61689 invoked by uid 99); 15 Apr 2010 17:12:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 17:12:11 +0000 X-ASF-Spam-Status: No, hits=-1294.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 17:12:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3FHBoUr023745 for ; Thu, 15 Apr 2010 13:11:50 -0400 (EDT) Message-ID: <3773181.145221271351510158.JavaMail.jira@thor> Date: Thu, 15 Apr 2010 13:11:50 -0400 (EDT) From: "John Plevyak (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Updated: (AVRO-518) make check in c++ is broken because of typo & missing boost_filesystem library In-Reply-To: <32353370.145181271351509445.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Plevyak updated AVRO-518: ------------------------------ Attachment: avro-cpp-buffer-jp-v1.patch minimal patch to get "make check" to work on trunk > make check in c++ is broken because of typo & missing boost_filesystem library > ------------------------------------------------------------------------------ > > Key: AVRO-518 > URL: https://issues.apache.org/jira/browse/AVRO-518 > Project: Avro > Issue Type: Bug > Components: c++ > Environment: linux w/boost 1.42 > Reporter: John Plevyak > Attachments: avro-cpp-buffer-jp-v1.patch > > > "make check" in c++ is broken because of typo & missing boost_filesystem library. > The typo is inverting BOOST and HAVE in api/buffer/detail/BufferDetailIterator.hh > -#ifdef BOOST_HAVE_ASIO > +#ifdef HAVE_BOOST_ASIO > The missing library requires adding a new m4 macro. > I will include a patch. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira