From owner-freebsd-current Thu Apr 20 12:24:15 2000 Delivered-To: freebsd-current@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4290737B7B9; Thu, 20 Apr 2000 12:24:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id MAA58677; Thu, 20 Apr 2000 12:24:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 20 Apr 2000 12:24:11 -0700 (PDT) From: Kris Kennaway To: "Alexander N. Kabaev" Cc: freebsd-current@freebsd.org Subject: Re: -CURRENT buildworld breakage in openssl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Apr 2000, Alexander N. Kabaev wrote: > make -j8 buildworld fails with these messages for a second day in a row: > > cd /usr/src/secure/lib/libssl; make _EXTRADEPEND > ===> librsausa > mkdir: openssl: File exists There is a dependency problem which is only biting some people here..for example, I can do -j8 buildworlds fine. 'make cleandir; make cleandir' followed by another make world should hopefully fix it. David O'Brien is the person to talk to about this. I think what's happening is that there's only a partially-populated openssl/ directory existing locally (under /usr/obj) and the build is trying (or not) to populate it again and failing. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message