On Wed, Jul 12, 2006 at 09:54:59AM -0400, Jim Jagielski wrote:
> > Since this morning, apr-util (trunk) is refusing to build:
> >
> > Making all in apr-util
> > make[3]: *** No rule to make target `.make.dirs', needed by
> > `buckets/apr_brigade.lo'. Stop.
> > make[2]: *** [all-recursive] Error 1
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all-recursive] Error 1
> >
> > As a stopgap, I copied over the .make.dirs from apr to apr-util.
>
> More unhappyness:
>
> Traceback (most recent call last):
> File
> "/Users/jim/src/asf/code/dev/httpd-trunk/srclib/apr/build/gen-build.py", line
> 195, in ?
> main()
> File
> "/Users/jim/src/asf/code/dev/httpd-trunk/srclib/apr/build/gen-build.py", line
> 73, in main
> for line in open('libapr.dsp').readlines():
> IOError: [Errno 2] No such file or directory: 'libapr.dsp'
> ./buildconf failed for apr-util
This was the real problem; should be fixed with r421276.
joe