From owner-freebsd-current@FreeBSD.ORG Mon May 27 07:29:19 2013 Return-Path: Delivered-To: current@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 152AEA46 for ; Mon, 27 May 2013 07:29:19 +0000 (UTC) (envelope-from lars@netapp.com) Received: from mx1.netapp.com (mx1.netapp.com [216.240.18.38]) by mx1.freebsd.org (Postfix) with ESMTP id F3EB894A for ; Mon, 27 May 2013 07:29:18 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,749,1363158000"; d="scan'208";a="260406075" Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx1-out.netapp.com with ESMTP; 27 May 2013 00:28:11 -0700 Received: from vmwexceht02-prd.hq.netapp.com (vmwexceht02-prd.hq.netapp.com [10.106.76.240]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r4R7SBAK003847 for ; Mon, 27 May 2013 00:28:11 -0700 (PDT) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.208]) by vmwexceht02-prd.hq.netapp.com ([10.106.76.240]) with mapi id 14.03.0123.003; Mon, 27 May 2013 00:28:11 -0700 From: "Eggert, Lars" To: "current@freebsd.org" Subject: port building & warnings about compat.ia32.maxvmem Thread-Topic: port building & warnings about compat.ia32.maxvmem Thread-Index: AQHOWqu9FAf/a0qMZEC4bi3zNdwW9g== Date: Mon, 27 May 2013 07:28:10 +0000 Message-ID: <81925106-B46B-4928-8F84-84076872048B@netapp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.106.53.51] Content-Type: text/plain; charset="us-ascii" Content-ID: <473556D280C82F44822AAF54E9AA9570@hq.netapp.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 27 May 2013 07:29:19 -0000 Hi, when I try to build ports on -CURRENT, I've been seeing tons of these messa= ges since the past week or so: make: "/usr/ports/Mk/bsd.port.mk" line 1633: warning: Couldn't read shell's= output for "if /sbin/sysctl -n compat.ia32.maxvmem >/dev/null 2>&1; then e= cho YES; fi" The amd64 kernel I'm building this on doesn't have COMPAT_FREEBSD32 defined= . Lars=