Re: break in libcrypto?

2000-02-20 Thread David O'Brien
On Fri, Feb 18, 2000 at 01:18:48PM -0800, Kris Kennaway wrote: Nope -- my make was in the top level /usr/src tree, in the form of ``make -j 3 all''. You need to make depend first..perhaps the makefile could be improved You should not need to. If it is required you have a broken Makefile

Re: break in libcrypto?

2000-02-20 Thread David O'Brien
On Sun, Feb 20, 2000 at 02:14:21PM -0800, Kris Kennaway wrote: stand by my comment that 'make depend' is needed generally, though - things often fail elsewhere in the tree (e.g. gcc, perl) Yes, give a log. Look at all the gunk in src/gnu/usr.bin/cc/cc_tools/Makefile to keep a `make depend'

Re: break in libcrypto?

2000-02-20 Thread Bruce Evans
On Sun, 20 Feb 2000, David O'Brien wrote: On Sun, Feb 20, 2000 at 02:14:21PM -0800, Kris Kennaway wrote: stand by my comment that 'make depend' is needed generally, though - things often fail elsewhere in the tree (e.g. gcc, perl) Only in broken makefiles. I once fixed all makefiles used

break in libcrypto?

2000-02-18 Thread Robert Watson
Was wondering if anyone else was seeing this one. I'm following the jail(8) build directions on the 02-14 snapshot. I've had the build directions work previously, so I'm a little puzzled. During the make all phase, I get the errors below. I cvsup'd this morning, but still get the same

Re: break in libcrypto?

2000-02-18 Thread Robert Watson
A further data point: I was building with a -j, so maybe there's a dependency mixup with the beforedepend target? If I manually cd to the directory and do a make beforedepend, things continue naturally from there. On Fri, 18 Feb 2000, Robert Watson wrote: Was wondering if anyone else was

Re: break in libcrypto?

2000-02-18 Thread Kris Kennaway
On Fri, 18 Feb 2000, Robert Watson wrote: A further data point: I was building with a -j, so maybe there's a dependency mixup with the beforedepend target? If I manually cd to the directory and do a make beforedepend, things continue naturally from there. What value of -j? I've built fine

Re: break in libcrypto?

2000-02-18 Thread Kris Kennaway
On Fri, 18 Feb 2000, Robert Watson wrote: What value of -j? I've built fine with -j4 and -j8, but this says that the depend target hadn't run before the all target did. Did you 'make depend' before building? Nope -- my make was in the top level /usr/src tree, in the form of ``make -j 3

Re: break in libcrypto?

2000-02-18 Thread Robert Watson
On Fri, 18 Feb 2000, Kris Kennaway wrote: On Fri, 18 Feb 2000, Robert Watson wrote: What value of -j? I've built fine with -j4 and -j8, but this says that the depend target hadn't run before the all target did. Did you 'make depend' before building? Nope -- my make was in the

Re: break in libcrypto?

2000-02-18 Thread Kris Kennaway
On Fri, 18 Feb 2000, Robert Watson wrote: Ok, is this a make depend in the top /usr/src, or in directories thjat specifically require it. Or more practically speaking--I want the directions in jail(8) to work every time. :-) How can this be fixed? Specifically, 'make depend' in