Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2012 09:49:27 -0800
From:      "Thomas D. Dean" <tomdean@speakeasy.org>
To:        freebsd-amd64@freebsd.org
Subject:   Re: amd64/164602: word don`t build
Message-ID:  <4F2586A7.7090301@speakeasy.org>
In-Reply-To: <201201291436.q0TEax34055239@red.freebsd.org>
References:  <201201291436.q0TEax34055239@red.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/29/12 06:36, Alexander Panyushkin wrote:
>> Number:         164602

> /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/gperf/doc created for /usr/src/gnu/usr.bin/gperf/doc
> make: don't know how to make iterator.cc. Stop
> *** Error code 2
>
> Stop in /usr/src.
> *** Error code 1
>
This is the same problem I just had.

The problem may have been in hub updating the cvsup mirrors.

I fixed it by

 > rm -rf /usr/src
 > rm -rf /usr/obj/*
 > cvsup <supfile>  # I used cvsup4.FreeBSD.org
 > cd /usr/src
 > env -i make buildworld
 > env -i make kernel

and the other steps listed in src/Makefile

Tom Dean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F2586A7.7090301>