Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2020 16:02:26 +0200
From:      Rares Aioanei <bsdlisten@gmail.com>
To:        current@freebsd.org, FreeBSD <freebsd-current@freebsd.org>
Subject:   Re: -CURRENT kernel fails to build
Message-ID:  <20200219140226.GA12491@freebsd_crnt_vbox>
In-Reply-To: <20200219115647.GL1261@albert.catwhisker.org>
References:  <CAMy0BGS=tkeYknf%2BsH8f2b6%2Bficuf3pgMRaKCJ2xrN_u_jk2Ow@mail.gmail.com> <20200219115647.GL1261@albert.catwhisker.org>

index | next in thread | previous in thread | raw e-mail

On Wed, Feb 19, 2020 at 03:56:47AM -0800, David Wolfskill wrote:
> On Wed, Feb 19, 2020 at 12:26:02PM +0200, Rares Aioanei wrote:
> > Hello,
> > 
> >  I'm compiling the latest -CURRENT kernel (rev. 358098) , and I get
> > null byte errors :
> > "/stor/src/sys/dev/hyperv/utilities/vmbus_shutdown.c:168:19: error:
> > null character ignored [-Werror,-Wnull-character]" . If I remove the
> > null bytes, I get a lot of other errors, related to the same file :
> > ... 
> > /stor/src/sys/dev/hyperv/utilities/vmbus_shutdown.c:509:10: fatal
> > error: 'assert.h' file not found
> > 
> > Needless to say, assert.h is in /usr/include, as it should.
> > ....
> 
> I just performed a source update in head from r358071 to r358098 on a
> couple of machines; no issues.
> 
> Perhaps your local sources are somehow corrupted?
> 
> Peace,
> david
> -- 
> David H. Wolfskill				david@catwhisker.org
> "...pardoning or commuting the sentence of Rod Blagojevich would be a mistake."
> -- Rep. Darin LaHood
> 
> See http://www.catwhisker.org/~david/publickey.gpg for my public key.

Thanks, after removing the null bytes and then reverting the file with svn it seems to work. 


home | help

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