From owner-freebsd-current@FreeBSD.ORG Fri Jul 19 17:53:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33F35CF0 for ; Fri, 19 Jul 2013 17:53:49 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 0436F947 for ; Fri, 19 Jul 2013 17:53:48 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id fb19so5801133obc.9 for ; Fri, 19 Jul 2013 10:53:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5YV48YskKdT076EfusurVoR6K4ZFQpiWya0IER3oojE=; b=e3QFqCJgKkacoaW7WnnHsTyToEuIhOHSiXWNSGdO7db7z4PnrnH+OjsRWKjoeSVrYi qoK10cnKEAWQatJKK1C2nHeVLYTf2ua7QlbQ2ubft7r7SNOcdHq/QaPKdhcoI503h7ZQ ct6AeVmTOVLjvVYklViKC0hPyKVHU9kQ8Ofe3kzsATVPK6BSsHi4sHEr3Bpu5fjEZtP5 jptfKEYsCdMG/zfzbE/faXrZe3naTnXHHcFTbBaCgi6hOWoVp833ZVy0ah6D4VX77EtJ GWD920CUHFQZ7NezX3UHFI9lxBYil96nnhPbxgQt6eon2t/OS/NGiZv2PY00KJ4tH/UD 3psg== MIME-Version: 1.0 X-Received: by 10.60.140.168 with SMTP id rh8mr18965829oeb.17.1374256428641; Fri, 19 Jul 2013 10:53:48 -0700 (PDT) Received: by 10.76.123.76 with HTTP; Fri, 19 Jul 2013 10:53:48 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Jul 2013 13:53:48 -0400 Message-ID: Subject: Re: buildworld failed on HEAD From: Ryan Stone To: "Sam Fourman Jr." Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 19 Jul 2013 17:53:49 -0000 On Fri, Jul 19, 2013 at 1:35 PM, Sam Fourman Jr. wrote: > /usr/src/usr.bin/calendar/parsedata.c:989:17: error: null character ignored > [-Werror,-Wnull-character] > i = strtol (s, > Try looking at this file in vi. It sounds like a '\0' has somehow been inserted into this file and corrupted it. How did you get your source tree?