https://issues.apache.org/bugzilla/show_bug.cgi?id=52594
--- Comment #2 from Adams Biyi <abiyi2000@yahoo.com> 2012-03-25 16:28:41 UTC ---
Work Around:
I recently encountered similar build errors:
RPM build errors:
File not found by glob: /var/tmp/httpd-2.2.22-1-root/usr/share/man/man8/ab*
File not found by glob:
/var/tmp/httpd-2.2.22-1-root/usr/share/man/man8/logresolve*
File not found by glob:
/var/tmp/httpd-2.2.22-1-root/usr/share/man/man8/apxs.8*
My work-around was to edit the httpd.spec file and comment out the rules for
these man pages. After that, I reran the build successfully
$> rpmbuild --clean httpd.spec
$> rpmbuild -ba --sign httpd.spec
Hope this helps until the apache team finds and tell us the real problem and
solution
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|