Actions
Bug #12396
closedUser story #12270: Add libacl to Rudder agent
Missing libacl
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
During CFEngine configure:
checking for acl_init in -lacl... yes checking acl.h usability... no checking acl.h presence... no checking for acl.h... no configure: error: Cannot find libacl header files make[1]: Leaving directory `/usr/src/rudder-packages/package/SOURCES'
Happens on all OSes.
Updated by Alexis Mousset over 6 years ago
RHEL7:
# rpm -ql libacl-devel | grep acl.h /usr/include/acl/libacl.h /usr/include/sys/acl.h
Updated by Alexis Mousset over 6 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1572
Updated by Alexis Mousset over 6 years ago
Based on https://tracker.mender.io/browse/CFE-774.
We need to understand why it was removed and fix it upstream.
Updated by Alexis Mousset over 6 years ago
The idea behind the patch is:
Apparently AC_CHECK_HEADERS runs the third argument if *any* of the headers are not found, instead of if none of them are found, so that logic needs to be outside the loop.
Updated by Alexis Mousset over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|aaa88f0005ece3848431b86615e61fa8da1edd1b.
Updated by Alexis Mousset over 6 years ago
Issue to fix now: https://tracker.mender.io/browse/CFE-2553
Updated by Alexis Mousset over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.0 which was released today.
- 4.3.0: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions