From owner-freebsd-current@FreeBSD.ORG Wed Feb 13 10:47:44 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 127A816A420 for ; Wed, 13 Feb 2008 10:47:44 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id C136413C4D1 for ; Wed, 13 Feb 2008 10:47:43 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=ZXP7AgCrRtgNVvOd7XUynbbAWgHdYbXiPyXaiFssrggjR9a8SnkEflIyfskW7TgowAJErk0t57N9cL0n/V7Gl+FYggV3UsJFvJnadgS1zlAaAJDfdOoSofFXYT5WLSr3PYaCRscIWaCxc1jzOSRXHAz7kHOO7OJWYKyHoX5+5LE=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JPF9S-0006ju-3F; Wed, 13 Feb 2008 13:47:42 +0300 Date: Wed, 13 Feb 2008 13:47:41 +0300 From: Eygene Ryabinkin To: Oliver Herold , freebsd-current@freebsd.org Message-ID: <1IdkHkB3pI1dmn6DGybCPvGhl7I@W113hUIsrtTSFAtVU8onfJZBv3o> References: <20080213100221.GA9786@asgard.home> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20080213100221.GA9786@asgard.home> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_40 Cc: Subject: Re: FreeBSD RELENG_7 doesn't build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 13 Feb 2008 10:47:44 -0000 Oliver, good day. Wed, Feb 13, 2008 at 11:02:21AM +0100, Oliver Herold wrote: > I did an install with FreeBSD 7 RC2 iso and updated the sources (today) to > RELENG_7. It stops compiling after printing this error Sources were updated via CVSup/CSup? You're doing 'make buildworld', aren't you? What is the output of the 'for i in *; do grep '$FreeBSD' "$i"; md5 "$i"; done' spawned in the /usr/src/share/mk? The output of 'uname -a' is? > [...] > > gzip -cn info-stnd.inf > info-stnd.info.gz ^^^^^^^^^^^^^ should be info-stnd.info > gzip cn texinfo.info > texinfo.info.gz ^^^^^^^ Is it really "gzip cn", not the "gzip -cn"? I guess you had stripped some output from make, showing only the relevant commands or just retyped something from the screen? Can you try to do 'make -C /usr/src/gnu/usr.bin/texinfo -m /usr/src/share/mk clean all'? Is the problem still persists? If yes, what is the output of the 'make -C /usr/src/gnu/usr.bin/texinfo -m /usr/src/share/mk -VCOMPRESS_CMD'? CVSup'ped RELENG_7, spawned buildworld. Will try to reproduce your case. -- Eygene