From owner-freebsd-stable@FreeBSD.ORG Tue Jul 24 13:19:55 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F25BF106564A for ; Tue, 24 Jul 2012 13:19:54 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6B67B8FC08 for ; Tue, 24 Jul 2012 13:19:54 +0000 (UTC) Received: by laai10 with SMTP id i10so1090379laa.13 for ; Tue, 24 Jul 2012 06:19:53 -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:to:subject :content-type:content-transfer-encoding; bh=ZZ5il2v97gCvswC8KSDFUebcs1mm6xiiImv19tVHkl4=; b=jMP52fURS7ranSgk9Wj+BMEUjcwXKeKiE6eOk7rLfQZr7XG1yp3ECHQH1nN1ECBTUK nBUiuoYo5npZVF/j9NcuOAqBn8R6f+y0g6Fi6VfnhEH4bByL2shAGbwM1Kev5EmNFdT8 /H0mfupqhgVoKi8TiTfdQri/zhR3CluVCy6E4wI5rqD1zLYGRfgbh460xQAw0xr1RuoB rV63c7MLgwoFH2HmLP0cQrJ6+Q7PCASwik20HJ/rYBoSAL8G3w+bjbUMF+EzGrIzsEx1 RRHfgPzvgqy1lGPXVXY2P3hWUPG0NtYqJwH+t+l4mSPjkebeN1GMhh/EY8UoF+N+CMon 317A== Received: by 10.112.49.100 with SMTP id t4mr9717752lbn.10.1343135992996; Tue, 24 Jul 2012 06:19:52 -0700 (PDT) Received: from green.tandem.local (utwig.xim.bz. [91.216.237.46]) by mx.google.com with ESMTPS id hz16sm16660023lab.6.2012.07.24.06.19.50 (version=SSLv3 cipher=OTHER); Tue, 24 Jul 2012 06:19:52 -0700 (PDT) Message-ID: <500EA0F5.3070302@gmail.com> Date: Tue, 24 Jul 2012 16:19:49 +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 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Tue, 24 Jul 2012 13:19:55 -0000 Hi all. 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. -- Sphinx of black quartz judge my vow.