[
https://issues.apache.org/jira/browse/AVRO-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723990#comment-14723990
]
ASF GitHub Bot commented on AVRO-1719:
--------------------------------------
GitHub user Romain-Geissler-1A opened a pull request:
https://github.com/apache/avro/pull/51
[AVRO-1719] Fix test when using Boost >= 1.59.
JIRA reference: AVRO-1719 https://issues.apache.org/jira/browse/AVRO-1719
Hi
BOOST_CHECKPOINT and BOOST_MESSAGE have been deprecated for years, and have
been removed in Boost 1.59. BOOST_TEST_CHECKPOINT and BOOST_TEST_MESSAGE should
be used instead.
I used branch 1.7 as the merge branch since that's branch we are using in
my company, but seeing your history you are about to release 1.8.0. This patch
applies fine on this branch as well.
Ok for merge ?
Cheers,
Romain
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Romain-Geissler-1A/avro bugfix/boost-test-1.59
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/51.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #51
----
commit 640321ff3f19a8b2f42c55606d7c9d84c948c241
Author: Romain Geissler <[email protected]>
Date: 2015-08-31T20:27:17Z
[AVRO-1719] Fix test when using Boost >= 1.59.
BOOST_CHECKPOINT and BOOST_MESSAGE have been deprecated for years,
BOOST_TEST_CHECKPOINT and BOOST_TEST_MESSAGE should be used instead.
----
> Avro fails to build against Boost 1.59.0
> ----------------------------------------
>
> Key: AVRO-1719
> URL: https://issues.apache.org/jira/browse/AVRO-1719
> Project: Avro
> Issue Type: Bug
> Components: build
> Affects Versions: 1.7.7
> Reporter: Tim Smith
>
> Avro fails to build on OS X with Boost 1.59.0, dying on errors about
> undeclared BOOST_ identifiers.
> Build logs are here:
> https://gist.github.com/anonymous/03736608223d42f45ab1#file-02-make-L180
> Homebrew is tracking packages which fail to build against Boost 1.59.0 at
> https://github.com/Homebrew/homebrew/pull/42960.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)