From owner-freebsd-stable@FreeBSD.ORG Wed Jul 25 06:27:23 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59F9F106566B for ; Wed, 25 Jul 2012 06:27:23 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D79358FC18 for ; Wed, 25 Jul 2012 06:27:22 +0000 (UTC) Received: by bkcje9 with SMTP id je9so210204bkc.13 for ; Tue, 24 Jul 2012 23:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=LbxPoKdKAQV0KHeDXGwaTuupG2/ynA3uyEB16O5O2oE=; b=ZpX5HC0JHWpxV0rbl4Tv1LDE1fHcmuhkfOnXn9VgoPa4DOXHHlPC02ATzP2jJKmSLa NRWstoMTyHoseajeAv4VtnEJUK6V81Q/DYYWTOwAvMlxWhRow+de8tyQRBJhDZ7owCo6 S4Y/6GMrXsDFyUkK7MwD6sOCi0XyNmmoNmI4SuC8exQ1oEMd2bE7YVerurazCfu8LR+i oaWIgGXnVxpZ1SSLZ/P109afst5GRS24bFF1cgEsVDCdJ1bBQICTF+DFkShbrXDm31Sx wpW0BoA3jju0+Oz7S5iZf5OQv4+1LvY3jxIeqoZEgLwHccajUNUoEADq8eICRhGx3CY0 UKtg== Received: by 10.204.156.87 with SMTP id v23mr11786799bkw.0.1343197641853; Tue, 24 Jul 2012 23:27:21 -0700 (PDT) Received: from green.tandem.local (utwig.xim.bz. [91.216.237.46]) by mx.google.com with ESMTPS id z19sm11908703bkw.10.2012.07.24.23.27.16 (version=SSLv3 cipher=OTHER); Tue, 24 Jul 2012 23:27:18 -0700 (PDT) Message-ID: <500F91C3.6080700@gmail.com> Date: Wed, 25 Jul 2012 09:27:15 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120605 Firefox/12.0 SeaMonkey/2.9.1 MIME-Version: 1.0 CC: freebsd-stable@freebsd.org References: <500EA0F5.3070302@gmail.com> In-Reply-To: <500EA0F5.3070302@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 9-STABLE (238719) compilation fails on i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 06:27:23 -0000 Volodymyr Kostyrko wrote: > When building procstat I get this: > > clang -O2 -pipe -march=athlon-xp -std=gnu99 -Qunused-arguments > -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -c > /usr/src/usr.bin/procstat/procstat_vm.c > /usr/src/usr.bin/procstat/procstat_vm.c:76:36: error: use of undeclared > identifier 'KVME_FLAG_GROWS_UP' > printf("%-1s ", kve->kve_flags & KVME_FLAG_GROWS_UP ? "U" : > ^ > /usr/src/usr.bin/procstat/procstat_vm.c:77:24: error: use of undeclared > identifier 'KVME_FLAG_GROWS_DOWN' > kve->kve_flags & KVME_FLAG_GROWS_DOWN ? "D" : "-"); > ^ > 2 errors generated. > *** [procstat_vm.o] Error code 1 > > Stop in /usr/src/usr.bin/procstat. `make buildincludes installincludes` fixed this. -- Sphinx of black quartz judge my vow.