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 #11179] CentOS 5 doesn't support epoll_create1 #3947

Closed
icinga-migration opened this issue Feb 18, 2016 · 3 comments
Closed
Labels
blocker Blocks a release or needs immediate attention bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

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

Created by gbeutner on 2016-02-18 08:03:27 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2016-02-22 07:15:03 +00:00)
Target Version: 2.4.2
Last Update: 2016-02-23 10:55:23 +00:00 (in Redmine)

Icinga Version: 2.4.2
Backport?: Already backported
Include in Changelog: 0

/root/rpmbuild/BUILD/icinga2/lib/base/socketevents.cpp:75:40: error: 'EPOLL_CLOEXEC' was not declared in this scope
   l_SocketIOPollFDs[i] = epoll_create1(EPOLL_CLOEXEC);
                                        ^
/root/rpmbuild/BUILD/icinga2/lib/base/socketevents.cpp:75:53: error: 'epoll_create1' was not declared in this scope
   l_SocketIOPollFDs[i] = epoll_create1(EPOLL_CLOEXEC)

Changesets

2016-02-22 07:12:35 +00:00 by (unknown) bc6d82c

Build fix for CentOS 5

fixes #11179

2016-02-23 08:51:52 +00:00 by (unknown) 365390b

Build fix for CentOS 5

fixes #11179
@icinga-migration
Copy link
Author

Updated by Anonymous on 2016-02-22 07:15:03 +00:00

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

Applied in changeset bc6d82c.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-02-23 09:58:51 +00:00

  • Backport? changed from Not yet backported to Already backported

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-02-23 10:55:23 +00:00

  • Include in Changelog changed from 1 to 0

@icinga-migration icinga-migration added blocker Blocks a release or needs immediate attention bug Something isn't working libbase labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.2 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Blocks a release or needs immediate attention bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant