From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 16 21:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BF1989B for ; Mon, 16 Sep 2013 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E057120E3 for ; Mon, 16 Sep 2013 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GLe0or080931 for ; Mon, 16 Sep 2013 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8GLe0wc080906; Mon, 16 Sep 2013 21:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Sep 2013 21:40:00 GMT Resent-Message-Id: <201309162140.r8GLe0wc080906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F16AE7BD for ; Mon, 16 Sep 2013 21:38:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C531120B0 for ; Mon, 16 Sep 2013 21:38:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8GLc2NF014213 for ; Mon, 16 Sep 2013 21:38:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8GLc2q6014185; Mon, 16 Sep 2013 21:38:02 GMT (envelope-from nobody) Message-Id: <201309162138.r8GLc2q6014185@oldred.freebsd.org> Date: Mon, 16 Sep 2013 21:38:02 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: bin/182170: strtofflags.c build failures X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 21:40:01 -0000 >Number: 182170 >Category: bin >Synopsis: strtofflags.c build failures >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 16 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 10-CURRENT >Organization: EMC Isilon >Environment: FreeBSD fuji-current.local 10.0-CURRENT FreeBSD 10.0-CURRENT #13 24029d3: Mon Aug 12 01:28:48 PDT 2013 root@fuji-current.local:/usr/obj/usr/src/sys/FUJI-NOCOMPAT i386 >Description: Ran into this build issue when trying to do a source upgrade: /usr/src.svn/lib/libc/gen/strtofflags.c:65: error: 'UF_ARCHIVE' undeclared here (not in a function) /usr/src.svn/lib/libc/gen/strtofflags.c:67: error: 'UF_HIDDEN' undeclared here (not in a function) /usr/src.svn/lib/libc/gen/strtofflags.c:75: error: 'UF_OFFLINE' undeclared here (not in a function) /usr/src.svn/lib/libc/gen/strtofflags.c:78: error: 'UF_READONLY' undeclared here (not in a function) /usr/src.svn/lib/libc/gen/strtofflags.c:82: error: 'UF_REPARSE' undeclared here (not in a function) /usr/src.svn/lib/libc/gen/strtofflags.c:84: error: 'UF_SPARSE' undeclared here (not in a function) /usr/src.svn/lib/libc/gen/strtofflags.c:86: error: 'UF_SYSTEM' undeclared here (not in a function) *** [strtofflags.So] Error code 1 bmake[3]: stopped in /usr/src.svn/lib/libc --- timezone.So --- Even though sys/stat.h is in the file (but why is it picking up the system header and not the one in the build root???????????). Might be related to bin/182076 : strtofflags.o strtofflags.po strtofflags.So: /usr/src/lib/libc/gen/strtofflags.c \ /usr/include/sys/cdefs.h /usr/include/sys/types.h \ /usr/include/machine/endian.h /usr/include/x86/endian.h \ /usr/include/sys/_types.h /usr/include/machine/_types.h \ /usr/include/x86/_types.h /usr/include/sys/_pthreadtypes.h \ /usr/include/sys/_stdint.h /usr/include/sys/select.h \ /usr/include/sys/_sigset.h /usr/include/sys/_timeval.h \ /usr/include/sys/timespec.h /usr/include/sys/_timespec.h \ /usr/include/sys/stat.h /usr/include/sys/time.h \ /usr/src/lib/libc/../../include/time.h /usr/include/sys/_null.h \ /usr/src/lib/libc/../../include/xlocale/_time.h \ /usr/src/lib/libc/../../include/stddef.h \ /usr/src/lib/libc/../../include/stdlib.h \ /usr/src/lib/libc/../../include/string.h \ /usr/src/lib/libc/../../include/strings.h \ /usr/src/lib/libc/../../include/xlocale/_string.h \ /usr/src/lib/libc/../../include/unistd.h /usr/include/sys/unistd.h >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: