Bug 134085

Summary: Unable to rebuild libuser if other instance of libuser is not installed
Product: [Fedora] Fedora Reporter: Leonid Kanter <leon>
Component: libuserAssignee: Miloslav Trmač <mitr>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: ekanter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.52.3-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-29 19:45:17 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 Leonid Kanter 2004-09-29 15:25:37 UTC
Description of problem:

During build process libuser is trying to use libuser/user_private.h
which may belong to other version of libuser, already installed in system.

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

0.52.1-1
How reproducible:

always
Steps to Reproduce:
1. rpm -e --nodeps libuser-devel
2. rpmbuild --rebuild libuser-0.52.1-1.src.rpm
  
Actual results:

In file included from modules/files.c:41:
modules/default.-c:35:34: libuser/user_private.h: No such file or
directory

Expected results:

must build rpms

Comment 1 Miloslav Trmač 2004-09-29 19:45:17 UTC
Fixed in libuser-0.52.3-1, which should appear in rawhide soon.
Thanks for your report.