Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #9814] Build fix for Boost 1.59 #3216

Closed
icinga-migration opened this issue Aug 2, 2015 · 5 comments
Closed

[dev.icinga.com #9814] Build fix for Boost 1.59 #3216

icinga-migration opened this issue Aug 2, 2015 · 5 comments
Labels
area/tests Unit and environment tests bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/9814

Created by minimoo on 2015-08-02 11:47:42 +00:00

Assignee: minimoo
Status: Resolved (closed on 2015-08-03 07:05:03 +00:00)
Target Version: 2.3.9
Last Update: 2015-08-24 09:12:42 +00:00 (in Redmine)

Icinga Version: v2.3.0-137-g9c45ab7; debug
Backport?: Already backported
Include in Changelog: 1

It seems that boost 1.59 removes the deprecated BOOST_MESSAGE

http://www.boost.org/doc/libs/1\_35\_0/libs/test/doc/components/test\_tools/reference/deprecated.html suggests that BOOST_MESSAGE should be renamed to BOOST_TEST_MESSAGE.

This occurs in test/livestatus.cpp

Attachments

Changesets

2015-08-03 07:03:05 +00:00 by minimoo 08b1808

Fix build error when using boost 1.59

fixes #9814

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>

2015-08-24 06:21:34 +00:00 by minimoo 70457b2

Fix build error when using boost 1.59

fixes #9814

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
@icinga-migration
Copy link
Author

Updated by minimoo on 2015-08-02 14:30:50 +00:00

  • File added 0001-Fix-9814.patch

on visual studio 2015 + with boost 1.59 (that's due for release in ~7 days), once the bosot messages have been renamed, it was generating a missing ; compiler warning.

I've re-ordered macro's and added a ; which seems to fix this, however, not sure what the test output should normally be to test properly.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-08-03 07:03:57 +00:00

  • Category set to Tests
  • Status changed from New to Assigned
  • Assigned to set to minimoo
  • Target Version set to 2.4.0

@icinga-migration
Copy link
Author

Updated by minimoo on 2015-08-03 07:05:03 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 08b1808.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-08-12 08:45:41 +00:00

  • Subject changed from Boost 1.59 to Build fix for Boost 1.59

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-08-24 09:12:42 +00:00

  • Target Version changed from 2.4.0 to 2.3.9
  • Backport? changed from TBD to Yes

@icinga-migration icinga-migration added bug Something isn't working area/tests Unit and environment tests labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.9 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Unit and environment tests bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant