From owner-freebsd-current@FreeBSD.ORG Thu Oct 28 15:36:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE2EC16A4CE for ; Thu, 28 Oct 2004 15:36:01 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7A2743D2D for ; Thu, 28 Oct 2004 15:35:58 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a102.otenet.gr [212.205.215.102]) i9SFZti8001854; Thu, 28 Oct 2004 18:35:56 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9SFZq6r044127; Thu, 28 Oct 2004 18:35:52 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9SFZpZH044091; Thu, 28 Oct 2004 18:35:51 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Thu, 28 Oct 2004 18:35:51 +0300 From: Giorgos Keramidas To: piotr.smyrak@heron.pl Message-ID: <20041028153551.GA14535@gothmog.gr> References: <20041028122342.M42455@heron.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041028122342.M42455@heron.pl> cc: freebsd-current@freebsd.org Subject: Re: error at usr.bin/ftp when building 5.3RC1 world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 15:36:01 -0000 On 2004-10-28 13:52, piotr.smyrak@heron.pl wrote: > Hi, > > I just cvsuped my sources to RELENG_5 and tried to make world (see > attached make.conf), and I get the following error at usr.bin/ftp: > > [cut] > ===> usr.bin/fsync > rm -f .depend > mkdep -f .depend -a /usr/src/usr.bin/fsync/fsync.c > echo fsync: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > ===> usr.bin/ftp > *** Error code 2 > > Stop in /usr/src/usr.bin. > *** Error code 1 Are you using the -j option of make to spawn multiple make processes? If yes, remove your /usr/obj/usr object tree and start over without any -j options.