Bug 1197176
Summary: | libcom_err-devel in RHEL6.7 does not provide /usr/include/com_err.h | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Roland Mainz <rmainz> |
Component: | e2fsprogs | Assignee: | Eric Sandeen <esandeen> |
Status: | CLOSED NOTABUG | QA Contact: | Filesystem QE <fs-qe> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.7 | CC: | dpal, jhrozek, lslebodn, rmainz, sct |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-02-28 00:43:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1170272 | ||
Bug Blocks: | 1168357 |
Description
Roland Mainz
2015-02-27 16:31:55 UTC
COM_ERR(3) COM_ERR(3) NAME com_err - common error display routine SYNOPSIS #include <et/com_err.h> # rpm -qpl libcom_err-devel-1.41.12-21.el6.x86_64.rpm | grep include /usr/include/et /usr/include/et/com_err.h Somebody is including the wrong header file path, but that's not an e2fsprogs bug. and pkg-config returns correct location of header files. bash-4.1# pkg-config --cflags com_err -I/usr/include/et bash-4.1# rpm -q libcom_err-devel libcom_err-devel-1.41.12-21.el6.x86_64 I think the biggest question is why does krb5 need the header at all? It's not required in el7.. |