Bug 146496

Summary: apache2-devel missing dependency on libapr-util1-devel
Product: [openSUSE] SUSE Linux 10.1 Reporter: Steve Beattie <sbeattie>
Component: DevelopmentAssignee: Peter Poeml <poeml>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: mrueckert
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Steve Beattie 2006-01-29 00:45:31 UTC
The apache2-devel package is missing a dependency on libapr-util1-devel, if you install the former but not the latter and then attempt to build an apache module with apxs2, it fails claiming it cannot find /usr/bin/apu-1-config

This missing dependency was hidden by the autobuild system, as neededforbuild apache2-devel-packages would include the libapr-util1-devel, but with the change to expansion based on BuildRequires, listing apache2-devel causes it not to be installed.

Thanks.
Comment 1 Marcus Rückert 2006-01-29 01:35:11 UTC
peter we could just add libapr-util1-devel into the requires of apache2-devel.

thinking about it, we could remove libapr1-devel as it should be pulled in by libapr-util1-devel.

for apache2-mod_fcgid e.g. the nfb->buildrequires script added libapr-util1-devel explicitly. do we want to remove libapr-util1-devel from all packages than?
Comment 2 Peter Poeml 2006-01-30 12:41:45 UTC
I added libapr-util1-devel to apache2-devel.

Yes, we could do that.