Project

General

Profile

Actions

Bug #12396

closed

User story #12270: Add libacl to Rudder agent

Missing libacl

Added by Alexis Mousset about 6 years ago. Updated almost 6 years ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
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.


Subtasks 2 (0 open2 closed)

Bug #12397: We need to patch configure file directly tooReleasedBenoît PECCATTEActions
Bug #12399: Remove patch on configure.acReleasedBenoît PECCATTEActions
Actions #1

Updated by Alexis Mousset about 6 years ago

RHEL7:

# rpm -ql libacl-devel | grep acl.h
/usr/include/acl/libacl.h
/usr/include/sys/acl.h
Actions #2

Updated by Alexis Mousset about 6 years ago

  • Description updated (diff)
Actions #3

Updated by Alexis Mousset about 6 years ago

  • Status changed from New to In progress
  • Assignee set to Alexis Mousset
Actions #4

Updated by Alexis Mousset about 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
Actions #5

Updated by Alexis Mousset about 6 years ago

Based on https://tracker.mender.io/browse/CFE-774.

We need to understand why it was removed and fix it upstream.

Actions #6

Updated by Alexis Mousset about 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.
Actions #7

Updated by Alexis Mousset about 6 years ago

  • Status changed from Pending technical review to Pending release
Actions #9

Updated by Alexis Mousset almost 6 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 4.3.0 which was released today.

Actions

Also available in: Atom PDF