Bug 146496 - apache2-devel missing dependency on libapr-util1-devel
Summary: apache2-devel missing dependency on libapr-util1-devel
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Development (show other bugs)
Version: Beta 2
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Peter Poeml
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 00:45 UTC by Steve Beattie
Modified: 2006-01-30 12:41 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.