Date: Thu, 28 Oct 2004 18:35:51 +0300 From: Giorgos Keramidas <keramida@freebsd.org> To: piotr.smyrak@heron.pl Cc: freebsd-current@freebsd.org Subject: Re: error at usr.bin/ftp when building 5.3RC1 world Message-ID: <20041028153551.GA14535@gothmog.gr> In-Reply-To: <20041028122342.M42455@heron.pl> References: <20041028122342.M42455@heron.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041028153551.GA14535>