Bug 59408

Summary: build failure because of wrong INCLUDED
Product: [Retired] Red Hat Raw Hide Reporter: MATSUURA Takanori <t-matsuu>
Component: pamAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: high Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-02-07 11:18:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description MATSUURA Takanori 2002-02-07 11:18:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.8+) Gecko/20020203

Description of problem:
pam cannot build because of wrong INCLUDED.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. build stage

Actual Results:  INCLUDED=${topdir}/include

Expected Results:  INCLUDED=${topdir}/include/pwdb

Additional info:

In source files, pwdb header files are included as:
#include <pwdb/pwdb_public.h>

So header files from pwdb are installed to ${topdir}/include/pwdb not to
${topdir}/include.

BTW, Why pwdb is included with pam SRPM? Now the version of pwdb package is 0.61.2.
# But no header files are included in pwdb package now. :-(
# Why?

Comment 1 Nalin Dahyabhai 2002-03-08 00:11:49 UTC
The pwdb maintainer has moved on to other packages, and requested that pwdb be
removed from the distribution.  For the moment, we're attempting to continue
building pam_pwdb to keep existing configurations from breaking, but it will be
fixed in 0.75-27.  Thanks!