From owner-freebsd-stable@FreeBSD.ORG Thu Jul 4 23:38:24 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E4AA5822; Thu, 4 Jul 2013 23:38:24 +0000 (UTC) (envelope-from jdavidlists@gmail.com) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id AF9BE146B; Thu, 4 Jul 2013 23:38:24 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id x12so4167200ief.12 for ; Thu, 04 Jul 2013 16:38:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=IQSkC6IaaIGnuZZi78Ol7EC+grFdWOJoW6D+iXEV3yk=; b=PiZkbioe+LLgkyVZWKAPGGcsgnwSJ4r+9+DQ07v4wCR2IkESO23Ka6PqOog1c30Wwz V5fVhNe9XKudKb7qubhnRwtVbpqpkC+mEbYdjbcY6/du/y3WGAhFPB54pHWezMguSp+T Qqy9zDPaDriKX7XmUyt/WnSPE7jAwDON8lrqZUKaaLkwNMHGx5X8y4WNV6H6xZ1fKwAo debnFLMBSnvMFxxBJ1UlKxEPjDK3C0AIdG1l44KAKOsdGNuMMSO27MU31nZQqaNfP+Br rIBJXQIz5a6ymGnDUefik99qDEO/ttZl5dj/ZdlWyDK1QN3yEbluwwN1WxI/vnWJG5Vk C5yg== MIME-Version: 1.0 X-Received: by 10.50.109.134 with SMTP id hs6mr3620078igb.35.1372981104405; Thu, 04 Jul 2013 16:38:24 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.42.114.73 with HTTP; Thu, 4 Jul 2013 16:38:24 -0700 (PDT) In-Reply-To: References: <2D61560D-E3D9-4558-8715-8215DBBF21D9@FreeBSD.org> Date: Thu, 4 Jul 2013 19:38:24 -0400 X-Google-Sender-Auth: K50Rmo3nGWiecb1zSgLQSJVFWIk Message-ID: Subject: Re: Phantom nulls in usbdevs.h during 9-STABLE kernel build From: J David To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 23:38:25 -0000 On Thu, Jul 4, 2013 at 12:15 PM, Dimitry Andric wrote: > One other thing: which type of file system are you using for /usr/obj, or > wherever you pointed $MAKEOBJDIRPREFIX? > Also ZFS-over-NFS. The goal is to build on one machine and install on many. I was able to reproduce this with gcc: ===> usb/u3g (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/NFSN32/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/NFSN32 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/usb/u3g/../../../dev/usb/serial/u3g.c In file included from /usr/src/sys/modules/usb/u3g/../../../dev/usb/serial/u3g.c:57: ./usbdevs.h:1362:1: error: null character(s) ignored *** [u3g.o] Error code 1 Thanks!