Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 13:47:41 +0300
From:      Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To:        Oliver Herold <oli@akephalos.de>, freebsd-current@freebsd.org
Subject:   Re: FreeBSD RELENG_7 doesn't build
Message-ID:  <1IdkHkB3pI1dmn6DGybCPvGhl7I@W113hUIsrtTSFAtVU8onfJZBv3o>
In-Reply-To: <20080213100221.GA9786@asgard.home>
References:  <20080213100221.GA9786@asgard.home>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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