Bug 130202

Summary: hal has missing dependency
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: halAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-19 20:20:42 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:
Bug Depends On:    
Bug Blocks: 123268    
Attachments:
Description Flags
Patch to fix configure
none
patch to fix spec file none

Description Steve Grubb 2004-08-17 23:56:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
hal has missing build dependency on hwdata. It will not compile
without it. python is not needed for a BuildRequires because
python-devel requires python to be installed. I deleted the
requirement for docbook-dtds. The config file looks for it and works
without it.

I also found a problem in that gobject was not being linked against.
The problem comes from the configure.in file not having it specified.
But since autoconf is not called from the specfile, I chose to just
fix configure. 

I will attach 2 patches that fix all the above issues.

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

How reproducible:
Always

Steps to Reproduce:
1. rpmbuild -bb hal.spec

Actual Results:  Various message about something missing or linking
errors.

Expected Results:  A message saying where the rpm was written.

Additional info:

Comment 1 Steve Grubb 2004-08-17 23:57:27 UTC
Created attachment 102816 [details]
Patch to fix configure

Please add to package.

Comment 2 Steve Grubb 2004-08-17 23:58:06 UTC
Created attachment 102817 [details]
patch to fix spec file

Please apply

Comment 3 John (J5) Palmieri 2004-08-18 14:50:35 UTC
Reasigned to Dave.  He is the new maintainer of the hal packages. 
Configure.in patches should go upsteam.

Comment 4 David Zeuthen 2004-08-19 20:20:42 UTC
I've applied the configure.in patch upstream and the hal.spec to the
package. Should appear in Rawhide with the next update. Thanks for the
patches.