From owner-freebsd-stable@freebsd.org Sun Sep 13 11:52:13 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7556A03DA5 for ; Sun, 13 Sep 2015 11:52:13 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8896E124F for ; Sun, 13 Sep 2015 11:52:13 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 87F36A03DA4; Sun, 13 Sep 2015 11:52:13 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8785CA03DA3 for ; Sun, 13 Sep 2015 11:52:13 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 114B0124E for ; Sun, 13 Sep 2015 11:52:13 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by lanb10 with SMTP id b10so71589521lan.3 for ; Sun, 13 Sep 2015 04:52:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=J22kKbNClEcTtVN7ptIXO2Qf8caGnuw7ZHnK9Tm50mM=; b=DgWtgkKbNlQFkQsrTshNoQSkcOcpUcnOLPR3kqRAUJX/UIsu0c7TZoy8+ifD6FzoSN j+Q5+kgPGRZxcx/dfRFfb2wQVDYzeRtX/F0rU9EheJduYCYVC7qoEVSojZcf4zo7w04b gSwLc6aDZSBG7Q4VlM5tShp7Ae2x5WqOoSJCl39HmIuyVqwjU5zimPGtRrYNoOSuMaGt KrKEzlKEttkKh5mGXBcYQhJWuATN4zapZQsuz0VSo13rhpDlHTpByREP/KFfOo+87P0A 5o/Cts/W6v+wK2ize62HXJaaQ/txgrJeAzC6mZchW1Gx4LKy5s7i2O16JltlQiC7GGxj dXoA== X-Received: by 10.152.2.200 with SMTP id 8mr8199756law.115.1442145131164; Sun, 13 Sep 2015 04:52:11 -0700 (PDT) Received: from [172.20.10.4] ([213.87.146.160]) by smtp.gmail.com with ESMTPSA id r1sm1478136laa.10.2015.09.13.04.52.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Sep 2015 04:52:10 -0700 (PDT) From: Dmitry Sivachenko Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: process scheduling and cpuset Message-Id: <623FA99E-04E7-4D29-953A-61EE7B35CBF6@gmail.com> Date: Sun, 13 Sep 2015 14:52:08 +0300 To: FreeBSD Stable ML Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2015 11:52:13 -0000 Hello, I have 32 processor machine (2x CPU E5-2650) running several CPU-bound = processes (ULE scheduler). 3 processes are 32-threaded, and 8 are single threaded. I bind all 3 32-threaded processes to CPUs 0-24 (cpuset -C -l 0-24 -p = XXX). I expect that the remaining 8 single-threaded processes will (mostly) = run on the remaining 25-31 CPU cores and use (almost) 100% cpu each. But this is not the case (according to top(1)): they spend a lot of = time on 0-24 CPUs and CPU Idle time is about 10%. These are all purely computational programs, in idle system = single-threaded programs steadily consume 100% of a core, and = 32-threaded programs consume all 32 cores and idle time is zero. Is it an ULE scheduler feature or am I doing something wrong? The goal is to give a single-threaded program a chance to run when = somebody started several 32-threaded processes. Thanks!= From owner-freebsd-stable@freebsd.org Sun Sep 13 13:09:31 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DCE0A03D2D for ; Sun, 13 Sep 2015 13:09:31 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EBF101CB4 for ; Sun, 13 Sep 2015 13:09:30 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: by mailman.ysv.freebsd.org (Postfix) id EB41CA03D2C; Sun, 13 Sep 2015 13:09:30 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAD66A03D2B for ; Sun, 13 Sep 2015 13:09:30 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2FCB1CB3 for ; Sun, 13 Sep 2015 13:09:30 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Zb721-000A35-33; Sun, 13 Sep 2015 16:09:21 +0300 Date: Sun, 13 Sep 2015 16:09:21 +0300 From: Slawa Olhovchenkov To: Dmitry Sivachenko Cc: FreeBSD Stable ML Subject: Re: process scheduling and cpuset Message-ID: <20150913130920.GR3158@zxy.spb.ru> References: <623FA99E-04E7-4D29-953A-61EE7B35CBF6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <623FA99E-04E7-4D29-953A-61EE7B35CBF6@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2015 13:09:31 -0000 On Sun, Sep 13, 2015 at 02:52:08PM +0300, Dmitry Sivachenko wrote: > Hello, > > I have 32 processor machine (2x CPU E5-2650) running several CPU-bound processes (ULE scheduler). > 3 processes are 32-threaded, and 8 are single threaded. > > I bind all 3 32-threaded processes to CPUs 0-24 (cpuset -C -l 0-24 -p XXX). > > I expect that the remaining 8 single-threaded processes will (mostly) run on the remaining 25-31 CPU cores and use (almost) 100% cpu each. > > But this is not the case (according to top(1)): they spend a lot of time on 0-24 CPUs and CPU Idle time is about 10%. > > These are all purely computational programs, in idle system single-threaded programs steadily consume 100% of a core, and 32-threaded programs consume all 32 cores and idle time is zero. > > Is it an ULE scheduler feature or am I doing something wrong? > > The goal is to give a single-threaded program a chance to run when somebody started several 32-threaded processes. You don't have 32 processor machine, you have only 16 processor machine. SMT/hyperthreading don't give real processor, SMT "CPU" have unpredicable power and his load depend on load parent CPU. For example, for my case I see such condition (simpliy) on CPU 0 and 1 (SMT of one real core) with rise load: load 0.1 0.1 load 0.2 0.2 load 0.3 0.3 load 0.4 0.4 load 0.45 0.45 load 0.48 0.48 load 1.00 1.00 From owner-freebsd-stable@freebsd.org Sun Sep 13 13:44:46 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B986A0218C for ; Sun, 13 Sep 2015 13:44:46 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC951646 for ; Sun, 13 Sep 2015 13:44:46 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 27E0EA02187; Sun, 13 Sep 2015 13:44:46 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D7A2A02186 for ; Sun, 13 Sep 2015 13:44:46 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 893AA1645 for ; Sun, 13 Sep 2015 13:44:45 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by lamp12 with SMTP id p12so71727780lam.0 for ; Sun, 13 Sep 2015 06:44:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=CkuPP9Ekj9/tHeV12jqYgYTrziQjjpCPOz6u1tjFrw0=; b=ljklRq/3Jbrn0Tfr68Yl4Mwy1gA1g2V8xoXrRo7MdiBDbdD6KoI5dmGe4Bjd8sxRPF VpkC2aYdq7G88NiFFADgTb8181/H3uMQr7FtFCODQEYlEuCFLtMrHa2qWEjQH1ePfQ/y m1Usni9kHMIf62TNzr+QMTpyPkUEY8fQqjXS4YTboRcUUmtxKoygdzIGdowzaaTlfF5H 7uROWhMeF6ruupUzpROS8xl3d5/oXg9F3/orfqgFH1D2pymQ3r0CXJORmUYBvJSTuHxA ceuae3fRhkdysNpxRRQ1jOOIzhFRoqoMWjGb1T+2EGwIP+DGqZJ3QVSPIUkG4jaGcZ0W vRPQ== X-Received: by 10.152.170.196 with SMTP id ao4mr8669360lac.101.1442151883519; Sun, 13 Sep 2015 06:44:43 -0700 (PDT) Received: from [172.20.10.4] ([213.87.146.160]) by smtp.gmail.com with ESMTPSA id j6sm1527266laf.39.2015.09.13.06.44.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Sep 2015 06:44:42 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: process scheduling and cpuset From: Dmitry Sivachenko In-Reply-To: <20150913130920.GR3158@zxy.spb.ru> Date: Sun, 13 Sep 2015 16:44:40 +0300 Cc: FreeBSD Stable ML Content-Transfer-Encoding: quoted-printable Message-Id: References: <623FA99E-04E7-4D29-953A-61EE7B35CBF6@gmail.com> <20150913130920.GR3158@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2015 13:44:46 -0000 > On 13 =D1=81=D0=B5=D0=BD=D1=82. 2015 =D0=B3., at 16:09, Slawa = Olhovchenkov wrote: >=20 > On Sun, Sep 13, 2015 at 02:52:08PM +0300, Dmitry Sivachenko wrote: >=20 >> Hello, >>=20 >> I have 32 processor machine (2x CPU E5-2650) running several = CPU-bound processes (ULE scheduler). >> 3 processes are 32-threaded, and 8 are single threaded. >>=20 >> I bind all 3 32-threaded processes to CPUs 0-24 (cpuset -C -l 0-24 -p = XXX). >>=20 >> I expect that the remaining 8 single-threaded processes will (mostly) = run on the remaining 25-31 CPU cores and use (almost) 100% cpu each. >>=20 >> But this is not the case (according to top(1)): they spend a lot of = time on 0-24 CPUs and CPU Idle time is about 10%. >>=20 >> These are all purely computational programs, in idle system = single-threaded programs steadily consume 100% of a core, and = 32-threaded programs consume all 32 cores and idle time is zero. >>=20 >> Is it an ULE scheduler feature or am I doing something wrong? >>=20 >> The goal is to give a single-threaded program a chance to run when = somebody started several 32-threaded processes. >=20 > You don't have 32 processor machine, you have only 16 processor > machine. > SMT/hyperthreading don't give real processor, SMT "CPU" have > unpredicable power and his load depend on load parent CPU. >=20 > For example, for my case I see such condition (simpliy) on CPU 0 and 1 > (SMT of one real core) with rise load: >=20 > load 0.1 0.1 > load 0.2 0.2 > load 0.3 0.3 > load 0.4 0.4 > load 0.45 0.45 > load 0.48 0.48 > load 1.00 1.00\ Yes I know about HT. But how does this explain why I have 10% of CPU = idle? If I explicitly bind my single-threaded processes to the remaining CPU = cores (25-32), they start to receive expected 100% of CPU and overall = Idle decreases. I just expect scheduler to do the same for me. From owner-freebsd-stable@freebsd.org Sun Sep 13 16:41:02 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DBBBA03CA1 for ; Sun, 13 Sep 2015 16:41:02 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 86E541FBF for ; Sun, 13 Sep 2015 16:41:02 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 85AAFA03CA0; Sun, 13 Sep 2015 16:41:02 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85407A03C9F for ; Sun, 13 Sep 2015 16:41:02 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40F3A1FBC for ; Sun, 13 Sep 2015 16:41:02 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1ZbAKn-000DkG-Am; Sun, 13 Sep 2015 19:40:57 +0300 Date: Sun, 13 Sep 2015 19:40:57 +0300 From: Slawa Olhovchenkov To: Dmitry Sivachenko Cc: FreeBSD Stable ML Subject: Re: process scheduling and cpuset Message-ID: <20150913164057.GT21849@zxy.spb.ru> References: <623FA99E-04E7-4D29-953A-61EE7B35CBF6@gmail.com> <20150913130920.GR3158@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2015 16:41:02 -0000 On Sun, Sep 13, 2015 at 04:44:40PM +0300, Dmitry Sivachenko wrote: > > > On 13 сент. 2015 г., at 16:09, Slawa Olhovchenkov wrote: > > > > On Sun, Sep 13, 2015 at 02:52:08PM +0300, Dmitry Sivachenko wrote: > > > >> Hello, > >> > >> I have 32 processor machine (2x CPU E5-2650) running several CPU-bound processes (ULE scheduler). > >> 3 processes are 32-threaded, and 8 are single threaded. > >> > >> I bind all 3 32-threaded processes to CPUs 0-24 (cpuset -C -l 0-24 -p XXX). > >> > >> I expect that the remaining 8 single-threaded processes will (mostly) run on the remaining 25-31 CPU cores and use (almost) 100% cpu each. > >> > >> But this is not the case (according to top(1)): they spend a lot of time on 0-24 CPUs and CPU Idle time is about 10%. > >> > >> These are all purely computational programs, in idle system single-threaded programs steadily consume 100% of a core, and 32-threaded programs consume all 32 cores and idle time is zero. > >> > >> Is it an ULE scheduler feature or am I doing something wrong? > >> > >> The goal is to give a single-threaded program a chance to run when somebody started several 32-threaded processes. > > > > You don't have 32 processor machine, you have only 16 processor > > machine. > > SMT/hyperthreading don't give real processor, SMT "CPU" have > > unpredicable power and his load depend on load parent CPU. > > > > For example, for my case I see such condition (simpliy) on CPU 0 and 1 > > (SMT of one real core) with rise load: > > > > load 0.1 0.1 > > load 0.2 0.2 > > load 0.3 0.3 > > load 0.4 0.4 > > load 0.45 0.45 > > load 0.48 0.48 > > load 1.00 1.00\ > > > Yes I know about HT. But how does this explain why I have 10% of CPU idle? > > If I explicitly bind my single-threaded processes to the remaining CPU cores (25-32), they start to receive expected 100% of CPU and overall Idle decreases. > > I just expect scheduler to do the same for me. > Idle is not goal, goal is lessing task executing time. From owner-freebsd-stable@freebsd.org Mon Sep 14 12:18:34 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D507B9CA34C for ; Mon, 14 Sep 2015 12:18:34 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B356314D3 for ; Mon, 14 Sep 2015 12:18:34 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id AFF819CA34A; Mon, 14 Sep 2015 12:18:34 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95BE79CA349 for ; Mon, 14 Sep 2015 12:18:34 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AA5C14D2 for ; Mon, 14 Sep 2015 12:18:34 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by lbbmp1 with SMTP id mp1so66259329lbb.1 for ; Mon, 14 Sep 2015 05:18:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=nzgJmunnJVKg2tq1Zrg26VCz242VNnJn+JjqYBjWgV0=; b=1BIbHzQU7qkfURE5hYctNKFEKiBI3wN4VsfpaFoQboFf7rGG2FQ+zkacq7c34vZZzh orL1lMIt7f6yQmQqHF0CuM8f+ospoCDULN0TlFLtBQvJmeaGV9L0Rn7hnmuNJjFoCDbk bZwLBEA8SZtZ1jmmxY1NxcgBl8h8PfXoV6tpkw1mII40sWZOFbLFubt5XR0dizNgKmUQ 7uj8C1KhsD7nB01mvjutR4YMPierrmomnQsx193F5EikmXHLjKE9XbMXusaUeKahu9am H54rr0bfN00DuUw6b0gJG+QmT/GuIgXPxGSgpF5vcQQ0LEoSSCCkBobIyjivJd9jWmAw ZHZw== X-Received: by 10.152.43.137 with SMTP id w9mr13801462lal.56.1442233111889; Mon, 14 Sep 2015 05:18:31 -0700 (PDT) Received: from ?IPv6:2a02:6b8::408:c59:1b6c:c596:27fc? ([2a02:6b8:0:408:c59:1b6c:c596:27fc]) by smtp.gmail.com with ESMTPSA id j8sm2338310lah.46.2015.09.14.05.18.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Sep 2015 05:18:30 -0700 (PDT) Content-Type: text/plain; charset=koi8-r Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: process scheduling and cpuset From: Dmitry Sivachenko In-Reply-To: <20150913164057.GT21849@zxy.spb.ru> Date: Mon, 14 Sep 2015 15:18:29 +0300 Cc: FreeBSD Stable ML Content-Transfer-Encoding: quoted-printable Message-Id: <6FCB48B4-02BD-4048-A3A5-3F86A25F5386@gmail.com> References: <623FA99E-04E7-4D29-953A-61EE7B35CBF6@gmail.com> <20150913130920.GR3158@zxy.spb.ru> <20150913164057.GT21849@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2015 12:18:34 -0000 > On 13 =D3=C5=CE=D4. 2015 =C7., at 19:40, Slawa Olhovchenkov = wrote: >=20 > On Sun, Sep 13, 2015 at 04:44:40PM +0300, Dmitry Sivachenko wrote: >=20 >>=20 >>> On 13 =D3=C5=CE=D4. 2015 =C7., at 16:09, Slawa Olhovchenkov = wrote: >>>=20 >>> On Sun, Sep 13, 2015 at 02:52:08PM +0300, Dmitry Sivachenko wrote: >>>=20 >>>> Hello, >>>>=20 >>>> I have 32 processor machine (2x CPU E5-2650) running several = CPU-bound processes (ULE scheduler). >>>> 3 processes are 32-threaded, and 8 are single threaded. >>>>=20 >>>> I bind all 3 32-threaded processes to CPUs 0-24 (cpuset -C -l 0-24 = -p XXX). >>>>=20 >>>> I expect that the remaining 8 single-threaded processes will = (mostly) run on the remaining 25-31 CPU cores and use (almost) 100% cpu = each. >>>>=20 >>>> But this is not the case (according to top(1)): they spend a lot = of time on 0-24 CPUs and CPU Idle time is about 10%. >>>>=20 >>>> These are all purely computational programs, in idle system = single-threaded programs steadily consume 100% of a core, and = 32-threaded programs consume all 32 cores and idle time is zero. >>>>=20 >>>> Is it an ULE scheduler feature or am I doing something wrong? >>>>=20 >>>> The goal is to give a single-threaded program a chance to run when = somebody started several 32-threaded processes. >>>=20 >>> You don't have 32 processor machine, you have only 16 processor >>> machine. >>> SMT/hyperthreading don't give real processor, SMT "CPU" have >>> unpredicable power and his load depend on load parent CPU. >>>=20 >>> For example, for my case I see such condition (simpliy) on CPU 0 and = 1 >>> (SMT of one real core) with rise load: >>>=20 >>> load 0.1 0.1 >>> load 0.2 0.2 >>> load 0.3 0.3 >>> load 0.4 0.4 >>> load 0.45 0.45 >>> load 0.48 0.48 >>> load 1.00 1.00\ >>=20 >>=20 >> Yes I know about HT. But how does this explain why I have 10% of CPU = idle? >>=20 >> If I explicitly bind my single-threaded processes to the remaining = CPU cores (25-32), they start to receive expected 100% of CPU and = overall Idle decreases. >>=20 >> I just expect scheduler to do the same for me. >>=20 >=20 > Idle is not goal, goal is lessing task executing time. Thanks for the explanation. In my example SMT pairs are numbered with sequential numbers, so 0+1 is = one SMT group, 2+3 is second SMT group, and so on. So in 25-32 range there are several real CPU cores which remain idle = while processes are fighting for overloaded 0-24. When I explicitly pin my single-threaded processes to 25-32 range, they = start to receive 100% of CPU (and finish faster to be clear). From owner-freebsd-stable@freebsd.org Mon Sep 14 22:44:03 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FA40A03FC2 for ; Mon, 14 Sep 2015 22:44:03 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B85E1822; Mon, 14 Sep 2015 22:44:03 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 64E841226; Mon, 14 Sep 2015 22:44:03 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id EBAEF10745; Mon, 14 Sep 2015 22:44:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id fgyX29WYLl54; Mon, 14 Sep 2015 22:43:56 +0000 (UTC) Subject: Re: 10.2-RELEASE-p2 lost ability to bootstrap pkg with signature_type="pubkey" DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 9756810740 To: =?UTF-8?Q?Marko_Cupa=c4=87?= , Baptiste Daroussin References: <20150908123838.238e5e74@efreet> <20150908212859.GD38185@ivaldir.etoilebsd.net> <20150909091412.350c51ed@efreet> Cc: freebsd-stable@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <55F74DA8.5020503@FreeBSD.org> Date: Mon, 14 Sep 2015 15:43:52 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150909091412.350c51ed@efreet> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2015 22:44:03 -0000 On 9/9/15 12:14 AM, Marko Cupa=C4=87 wrote: > On Tue, 8 Sep 2015 23:28:59 +0200 > Baptiste Daroussin wrote: >=20 >> On Tue, Sep 08, 2015 at 12:38:38PM +0200, Marko Cupa=C4=87 wrote: >>> Hi, >>> >>> I just found out that 10.2-RELEASE-p2 lost ability to bootstrap pkg >>> with signature_type=3D"pubkey". >>> >>> Quick search returns: >>> https://github.com/freebsd/pkg/issues/1309 >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202622 >>> >>> I guess it is not hard to switch repo to fingerprints, however I >>> would not expect to lose this functionality by updating to >>> patchlevel. >>> >> Implemented in head: r287579 I will MFC it asap. And see if it cannot >> be added asap to a next patchlevel update. >> >> Best regards, >> Bapt >=20 > Thanx! >=20 > Just a few quick not-completely-related questions: poudriere has the > ability to sign repos with PKG_REPO_SIGNING_KEY, but not with external > command, right? Poudriere already has SIGNING_COMMAND support for external command. It is used for the fingerprints signing on pkg.FreeBSD.org. What is lacking is signing pkg with the new format added in r287579 when using pubkey. I am adding it in now for the next release. > Is there a plan to support it? Can I build packages in > poudriere without PKG_REPO_SIGNING_KEY, and sign repo later on with > external command? >=20 > Regards, >=20 --=20 Regards, Bryan Drewery From owner-freebsd-stable@freebsd.org Mon Sep 14 22:45:28 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5862CA0412F for ; Mon, 14 Sep 2015 22:45:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4207D197A; Mon, 14 Sep 2015 22:45:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 3405A12BB; Mon, 14 Sep 2015 22:45:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 0369E10753; Mon, 14 Sep 2015 22:45:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id VD5bdpzj4CVY; Mon, 14 Sep 2015 22:45:25 +0000 (UTC) Subject: Re: 10.2-RELEASE-p2 lost ability to bootstrap pkg with signature_type="pubkey" DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 1858F1074C To: Shawn Webb , freebsd-stable@freebsd.org References: <20150908123838.238e5e74@efreet> <20150909091412.350c51ed@efreet> <20150909085620.GF38185@ivaldir.etoilebsd.net> <2724677.3oEEqWz8m7@hbsd-dev-laptop> Cc: Baptiste Daroussin From: Bryan Drewery Organization: FreeBSD Message-ID: <55F74E04.1010706@FreeBSD.org> Date: Mon, 14 Sep 2015 15:45:24 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <2724677.3oEEqWz8m7@hbsd-dev-laptop> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2015 22:45:28 -0000 On 9/9/15 6:21 AM, Shawn Webb wrote: > Is the signing_command option to `pkg repo` really only used in generating > pkg.txz.sig? Is there any formal documentation about the cryptography design > and architecture in relation to pkg's repositories? No. It is used for all signing needs. Both the repo and pkg.txz.sig. pkg repo: JNETNAME="n" injail ${PKG_BIN} repo \ -o /tmp/packages ${PKG_META} /packages \ ${SIGNING_COMMAND:+signing_command: ${SIGNING_COMMAND}} pkg.txz.sig: rm -f "${pkgfile}.sig" sha256 -q "${pkgfile}" | ${SIGNING_COMMAND} > "${pkgfile}.sig" -- Regards, Bryan Drewery From owner-freebsd-stable@freebsd.org Tue Sep 15 07:19:51 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68C0DA021D6 for ; Tue, 15 Sep 2015 07:19:51 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5A53E1D9B; Tue, 15 Sep 2015 07:19:51 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1EB217DF; Tue, 15 Sep 2015 07:19:51 +0000 (UTC) Date: Tue, 15 Sep 2015 07:19:49 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: delphij@FreeBSD.org, bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <1392436856.5.1442301590848.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_9 - Build #882 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_9 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2015 07:19:51 -0000 FreeBSD_stable_9 - Build #882 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/882/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/882/chang= es Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/882/consol= e Change summaries: 287812 by bapt: MFC: r281039 Allow fetching pkg(8) even if servers/proxies are not passing Content-lengt= h 287811 by bapt: MFC: r287579, r287810 (adapted to old openssl APIs) Implement pubkey support for the bootstrap Note that to not interfer with finger print it expects a signature on pkg i= tself which is named pkg.txz.pubkeysign To generate it: echo -n "$(sha256 -q pkg.txz)" | openssl dgst -sha256 -sign /thekey \ -binary -out ./pkg.txz.pubkeysig Note the "echo -n" which prevent signing the '\n' one would get otherwise PR:=09=09202622 287796 by delphij: MFC r287320: - uri is expected to be nul-terminated (strchr used later), so use strlcpy instead of strncpy. - replace the other two cases of strncpy+\0 with strlcpy. The end of the build log: [...truncated 58060 lines...] sh /builds/FreeBSD_stable_9/usr.bin/xlint/lint1/makeman /builds/FreeBSD_sta= ble_9/obj/builds/FreeBSD_stable_9/tmp/usr/libexec/lint1 -m >lint.7 cc -O2 -pipe -I. -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint1 -I/builds/= FreeBSD_stable_9/usr.bin/xlint/lint1/../arch/amd64 -I/builds/FreeBSD_stable= _9/usr.bin/xlint/lint1/../common -std=3Dgnu99 -fstack-protector -Wno-point= er-sign -c cgram.c -o cgram.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/lr0.c -o lr0.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/xz/options.c -o options.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_append.c -o ex_append.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/main.c -o main.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/xz/signals.c -o signals.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_args.c -o ex_args.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/xz/suffix.c -o suffix.o cc -O2 -pipe -I. -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint1 -I/builds/= FreeBSD_stable_9/usr.bin/xlint/lint1/../arch/amd64 -I/builds/FreeBSD_stable= _9/usr.bin/xlint/lint1/../common -std=3Dgnu99 -fstack-protector -Wno-point= er-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint1/tree.c -o tree.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/mkpar.c -o mkpar.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/xz/util.c -o util.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_argv.c -o ex_argv.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/output.c -o output.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/common/tuklib_open_stdxxx.c -o tuklib_= open_stdxxx.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/common/tuklib_progname.c -o tuklib_pro= gname.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/common/tuklib_exit.c -o tuklib_exit.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/common/tuklib_cpucores.c -o tuklib_cpu= cores.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/common/tuklib_mbstr_width.c -o tuklib_= mbstr_width.o cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stab= le_9/usr.bin/xz/../../contrib/xz/src/common/tuklib_mbstr_fw.c -o tuklib_mbs= tr_fw.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_at.c -o ex_at.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/xz/xz.1 >= xz.1.gz cc -O2 -pipe -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/usr.bin/xz/../../= lib/liblzma -I/builds/FreeBSD_stable_9/usr.bin/xz/../../contrib/xz/src/com= mon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-for= mat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -o xz args.o coder.o f= ile_io.o hardware.o list.o main.o message.o options.o signals.o suffix.o ut= il.o tuklib_open_stdxxx.o tuklib_progname.o tuklib_exit.o tuklib_cpucores.o= tuklib_mbstr_width.o tuklib_mbstr_fw.o -llzma cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_bang.c -o ex_bang.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_cd.c -o ex_cd.o cc -O2 -pipe -I. -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint1 -I/builds/= FreeBSD_stable_9/usr.bin/xlint/lint1/../arch/amd64 -I/builds/FreeBSD_stable= _9/usr.bin/xlint/lint1/../common -std=3Dgnu99 -fstack-protector -Wno-point= er-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint1/func.c -o func.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_cmd.c -o ex_cmd.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_cscope.c -o ex_cscope.o In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/options.h:101, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/common.h:82, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_cscope.c:35: /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/include/options_def.h= :11:1: warning: "O_DIRECTORY" redefined In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_cscope.c:26: /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/include/fcntl.= h:119:1: warning: this is the location of the previous definition cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/reader.c -o reader.o =3D=3D=3D> usr.bin/yes (all) cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yes/yes.c -o yes.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/yes/yes.1 > yes.1.gz cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o y= es yes.o=20 cc -O2 -pipe -I. -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint1 -I/builds/= FreeBSD_stable_9/usr.bin/xlint/lint1/../arch/amd64 -I/builds/FreeBSD_stable= _9/usr.bin/xlint/lint1/../common -std=3Dgnu99 -fstack-protector -Wno-point= er-sign -c scan.c -o scan.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_delete.c -o ex_delete.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_display.c -o ex_display.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_edit.c -o ex_edit.o =3D=3D=3D> usr.bin/ypcat (all) cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_equal.c -o ex_equal.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/Fr= eeBSD_stable_9/usr.bin/ypcat/ypcat.c -o ypcat.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_file.c -o ex_file.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/ypcat/ypcat.1 > ypcat.1.gz cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_filter.c -o ex_filter.o In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/options.h:101, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/common.h:82, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_filter.c:28: /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/include/options_def.h= :11:1: warning: "O_DIRECTORY" redefined In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_filter.c:21: /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/include/fcntl.= h:119:1: warning: this is the location of the previous definition cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -o ypcat ypc= at.o=20 cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_global.c -o ex_global.o =3D=3D=3D> usr.bin/ypmatch (all) cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /builds/Fr= eeBSD_stable_9/usr.bin/ypmatch/ypmatch.c -o ypmatch.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_init.c -o ex_init.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/ypmatch/ypmatch.1 > ypmatch.1.gz cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -o ypmatch y= pmatch.o=20 In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/options.h:101, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/common.h:82, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_init.c:29: /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/include/options_def.h= :11:1: warning: "O_DIRECTORY" redefined In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_init.c:22: /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/include/fcntl.= h:119:1: warning: this is the location of the previous definition cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_join.c -o ex_join.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/skeleton.c -o skeleton.o =3D=3D=3D> usr.bin/ypwhich (all) cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_map.c -o ex_map.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/symtab.c -o symtab.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_s= table_9/usr.bin/ypwhich/ypwhich.c -o ypwhich.o gzip -cn lint.7 > lint.7.gz cc -O2 -pipe -I. -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint1 -I/builds/= FreeBSD_stable_9/usr.bin/xlint/lint1/../arch/amd64 -I/builds/FreeBSD_stable= _9/usr.bin/xlint/lint1/../common -std=3Dgnu99 -fstack-protector -Wno-point= er-sign -o lint1 cgram.o scan.o mem1.o mem.o err.o main1.o decl.o tree.o f= unc.o init.o emit.o emit1.o inittyp.o -ll -lm cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/verbose.c -o verbose.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_mark.c -o ex_mark.o =3D=3D=3D> usr.bin/xlint/lint2 (all) cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_mkexrc.c -o ex_mkexrc.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/ypwhich/ypwhich.1 > ypwhich.1.gz cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/main2.c -o mai= n2.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -o ypwhich ypwhich.= o=20 In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/options.h:101, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/common.h:82, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_mkexrc.c:29: /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/include/options_def.h= :11:1: warning: "O_DIRECTORY" redefined In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_mkexrc.c:22: /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/include/fcntl.= h:119:1: warning: this is the location of the previous definition cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_move.c -o ex_move.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /b= uilds/FreeBSD_stable_9/usr.bin/yacc/warshall.c -o warshall.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/hash.c -o hash= .o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_open.c -o ex_open.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/yacc/yacc.1 > yacc.1.gz cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_preserve.c -o ex_preserve.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/yacc/yyfix.1 > yyfix.1.gz cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o y= acc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleto= n.o symtab.o verbose.o warshall.o=20 cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/read.c -o read= .o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../common/mem.= c -o mem.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_print.c -o ex_print.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_put.c -o ex_put.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/mem2.c -o mem2= .o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/chk.c -o chk.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/msg.c -o msg.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_quit.c -o ex_quit.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_read.c -o ex_read.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1/emit.= c -o emit.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_screen.c -o ex_screen.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/emit2.c -o emi= t2.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_script.c -o ex_script.o In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/options.h:101, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/common.h:82, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_script.c:43: /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/include/options_def.h= :11:1: warning: "O_DIRECTORY" redefined In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_script.c:34: /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/include/fcntl.= h:119:1: warning: this is the location of the previous definition cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_set.c -o ex_set.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../common/init= typ.c -o inittyp.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_shell.c -o ex_shell.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_shift.c -o ex_shift.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/lint2/../lint1 -I/bu= ilds/FreeBSD_stable_9/usr.bin/xlint/lint2/../arch/amd64 -I/builds/FreeBSD_s= table_9/usr.bin/xlint/lint2/../common -std=3Dgnu99 -fstack-protector -Wno-= pointer-sign -o lint2 main2.o hash.o read.o mem.o mem2.o chk.o msg.o emit.= o emit2.o inittyp.o=20 cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_source.c -o ex_source.o =3D=3D=3D> usr.bin/xlint/xlint (all) In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/options.h:101, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/common.h:82, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_source.c:29: /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/include/options_def.h= :11:1: warning: "O_DIRECTORY" redefined In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_source.c:22: /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/include/fcntl.= h:119:1: warning: this is the location of the previous definition cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_stop.c -o ex_stop.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../lint1 -DPRE= FIX=3D\"\" -I/builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../arch/amd64 -I/= builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../common -std=3Dgnu99 -fstack= -protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-pa= rameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-t= ype -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast= -align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-= style-definition -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlin= t/xlint/xlint.c -o xlint.o cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../lint1 -DPRE= FIX=3D\"\" -I/builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../arch/amd64 -I/= builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../common -std=3Dgnu99 -fstack= -protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-pa= rameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-t= ype -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast= -align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-= style-definition -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/xlin= t/xlint/../common/mem.c -o mem.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_subst.c -o ex_subst.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/xlint/xlint/lint.1 > lint.1.gz cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_tag.c -o ex_tag.o /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/ex/ex_subst.c: In fun= ction 's': /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/ex/ex_subst.c:421: wa= rning: comparison is always false due to limited range of data type /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/ex/ex_subst.c:423: wa= rning: comparison is always false due to limited range of data type In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/options.h:101, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/common.h:82, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_tag.c:41: /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/include/options_def.h= :11:1: warning: "O_DIRECTORY" redefined In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_tag.c:33: /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/include/fcntl.= h:119:1: warning: this is the location of the previous definition cc -O2 -pipe -I/builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../lint1 -DPRE= FIX=3D\"\" -I/builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../arch/amd64 -I/= builds/FreeBSD_stable_9/usr.bin/xlint/xlint/../common -std=3Dgnu99 -fstack= -protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-pa= rameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-t= ype -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast= -align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-= style-definition -Wno-pointer-sign -o xlint xlint.o mem.o=20 cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_txt.c -o ex_txt.o =3D=3D=3D> usr.bin/xlint/llib (all) /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/ex/ex_txt.c: In funct= ion 'ex_txt': /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/ex/ex_txt.c:109: warn= ing: implicit declaration of function 'v_txt_auto' lint -cghapbx -Cposix /builds/FreeBSD_stable_9/usr.bin/xlint/llib/llib-lpos= ix llib-lposix: _types.h(62): warning: struct __timer never defined [233] _types.h(63): warning: struct __mq never defined [233] _pthreadtypes.h(44): warning: struct pthread never defined [233] _pthreadtypes.h(45): warning: struct pthread_attr never defined [233] _pthreadtypes.h(46): warning: struct pthread_cond never defined [233] _pthreadtypes.h(47): warning: struct pthread_cond_attr never defined [233] _pthreadtypes.h(48): warning: struct pthread_mutex never defined [233] _pthreadtypes.h(49): warning: struct pthread_mutex_attr never defined [233] _pthreadtypes.h(51): warning: struct pthread_rwlock never defined [233] _pthreadtypes.h(52): warning: struct pthread_rwlockattr never defined [233] _pthreadtypes.h(53): warning: struct pthread_barrier never defined [233] _pthreadtypes.h(54): warning: struct pthread_barrier_attr never defined [23= 3] _pthreadtypes.h(55): warning: struct pthread_spinlock never defined [233] _pthreadtypes.h(78): warning: struct pthread_barrierattr never defined [233= ] signal.h(294): warning: struct __siginfo never defined [233] Lint pass2: uname multiply defined =09llib-lposix?(42) :: llib-lposix(303) lint -cghapbx -Cstdc /builds/FreeBSD_stable_9/usr.bin/xlint/llib/llib-lstdc llib-lstdc: cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_undo.c -o ex_undo.o _types.h(62): warning: struct __timer never defined [233] _types.h(63): warning: struct __mq never defined [233] stdio.h(142): warning: struct pthread_mutex never defined [233] stdio.h(143): warning: struct pthread never defined [233] Lint pass2: cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_usage.c -o ex_usage.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_util.c -o ex_util.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_version.c -o ex_version.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_visual.c -o ex_visual.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_write.c -o ex_write.o In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/options.h:101, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/../common/common.h:82, from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_write.c:30: /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/include/options_def.h= :11:1: warning: "O_DIRECTORY" redefined In file included from /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_write.c:23: /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/include/fcntl.= h:119:1: warning: this is the location of the previous definition cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_yank.c -o ex_yank.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_z.c -o ex_z.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_tcl.c -o ex_tcl.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /ex/ex_perl.c -o ex_perl.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/getc.c -o getc.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_at.c -o v_at.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_ch.c -o v_ch.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_cmd.c -o v_cmd.o /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/getc.c: In functio= n 'cs_init': /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/getc.c:52: warning= : passing argument 3 of 'db_eget' from incompatible pointer type /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/getc.c: In functio= n 'cs_prev': /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/getc.c:182: warnin= g: passing argument 4 of 'db_get' from incompatible pointer type cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_delete.c -o v_delete.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_ex.c -o v_ex.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_increment.c -o v_increment.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_init.c -o v_init.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_itxt.c -o v_itxt.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_left.c -o v_left.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_mark.c -o v_mark.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_match.c -o v_match.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_paragraph.c -o v_paragraph.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_put.c -o v_put.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_redraw.c -o v_redraw.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_replace.c -o v_replace.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_right.c -o v_right.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_screen.c -o v_screen.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_scroll.c -o v_scroll.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_search.c -o v_search.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_section.c -o v_section.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_sentence.c -o v_sentence.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_status.c -o v_status.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_txt.c -o v_txt.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_ulcase.c -o v_ulcase.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_undo.c -o v_undo.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_util.c -o v_util.o /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/v_ulcase.c: In fun= ction 'v_mulcase': /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/v_ulcase.c:119: wa= rning: passing argument 4 of 'db_get' from incompatible pointer type /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/v_txt.c: In functi= on 'txt_fc_col': /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/v_txt.c:2247: warn= ing: comparison of distinct pointer types lacks a cast /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/vi/v_txt.c:2265: warn= ing: comparison of distinct pointer types lacks a cast cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_word.c -o v_word.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_xchar.c -o v_xchar.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_yank.c -o v_yank.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_z.c -o v_z.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/v_zexit.c -o v_zexit.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/vi.c -o vi.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/vs_line.c -o vs_line.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/vs_msg.c -o vs_msg.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/vs_refresh.c -o vs_refresh.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/vs_relative.c -o vs_relative.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/vs_smap.c -o vs_smap.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -c /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi= /vi/vs_split.c -o vs_split.o gzip -cn /builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi/docs/USD.doc= /vi.man/vi.1 > vi.1.gz cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/builds/FreeBSD_stable_9/usr.bin/vi -= I/builds/FreeBSD_stable_9/usr.bin/vi/../../contrib/nvi -I/builds/FreeBSD_st= able_9/usr.bin/vi/../../contrib/nvi/include -std=3Dgnu99 -fstack-protector= -Wno-pointer-sign -o nvi cl_bsd.o cl_funcs.o cl_main.o cl_read.o cl_scree= n.o cl_term.o cut.o delete.o exf.o key.o line.o log.o main.o mark.o msg.o o= ptions.o options_f.o put.o screen.o search.o seq.o recover.o util.o ex.o ex= _abbrev.o ex_append.o ex_args.o ex_argv.o ex_at.o ex_bang.o ex_cd.o ex_cmd.= o ex_cscope.o ex_delete.o ex_display.o ex_edit.o ex_equal.o ex_file.o ex_fi= lter.o ex_global.o ex_init.o ex_join.o ex_map.o ex_mark.o ex_mkexrc.o ex_mo= ve.o ex_open.o ex_preserve.o ex_print.o ex_put.o ex_quit.o ex_read.o ex_scr= een.o ex_script.o ex_set.o ex_shell.o ex_shift.o ex_source.o ex_stop.o ex_s= ubst.o ex_tag.o ex_txt.o ex_undo.o ex_usage.o ex_util.o ex_version.o ex_vis= ual.o ex_write.o ex_yank.o ex_z.o ex_tcl.o ex_perl.o getc.o v_at.o v_ch.o v= _cmd.o v_delete.o v_ex.o v_increment.o v_init.o v_itxt.o v_left.o v_mark.o = v_match.o v_paragraph.o v_put.o v_redraw.o v_replace.o v_right.o v_screen.o= v_scroll.o v_search.o v_section.o v_sentence.o v_status.o v_txt.o v_ulcase= .o v_undo.o v_util.o v_word.o v_xchar.o v_yank.o v_z.o v_zexit.o vi.o vs_li= ne.o vs_msg.o vs_refresh.o vs_relative.o vs_smap.o vs_split.o -lncurses 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 1 error Build step 'Execute shell' marked build as failure Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Tue Sep 15 08:11:16 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CE13A046E4; Tue, 15 Sep 2015 08:11:16 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1AC1FAA; Tue, 15 Sep 2015 08:11:16 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 276AD7FB; Tue, 15 Sep 2015 08:11:16 +0000 (UTC) Date: Tue, 15 Sep 2015 08:11:15 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1647008845.7.1442304676096.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1297164253.1.1442295405623.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1297164253.1.1442295405623.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #159 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2015 08:11:16 -0000 FreeBSD_STABLE_9-i386 - Build #159 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/15= 9/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/159/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/159/c= onsole Change summaries: No changes The end of the build log: [...truncated 58622 lines...] gzip -cn /usr/src/usr.bin/xlint/xlint/lint.1 > lint.1.gz cc -O2 -pipe -I/usr/src/usr.bin/xlint/xlint/../lint1 -DPREFIX=3D\"\" -I/us= r/src/usr.bin/xlint/xlint/../arch/i386 -I/usr/src/usr.bin/xlint/xlint/../co= mmon -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-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-extern= s -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o xlint xlin= t.o mem.o=20 =3D=3D=3D> usr.bin/xlint/llib (all) cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_put.c -o v_put.o lint -cghapbx -Cposix /usr/src/usr.bin/xlint/llib/llib-lposix llib-lposix: cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_redraw.c -o v_redraw.o _types.h(62): warning: struct __timer never defined [233] _types.h(63): warning: struct __mq never defined [233] _pthreadtypes.h(44): warning: struct pthread never defined [233] _pthreadtypes.h(45): warning: struct pthread_attr never defined [233] _pthreadtypes.h(46): warning: struct pthread_cond never defined [233] _pthreadtypes.h(47): warning: struct pthread_cond_attr never defined [233] _pthreadtypes.h(48): warning: struct pthread_mutex never defined [233] _pthreadtypes.h(49): warning: struct pthread_mutex_attr never defined [233] _pthreadtypes.h(51): warning: struct pthread_rwlock never defined [233] _pthreadtypes.h(52): warning: struct pthread_rwlockattr never defined [233] _pthreadtypes.h(53): warning: struct pthread_barrier never defined [233] _pthreadtypes.h(54): warning: struct pthread_barrier_attr never defined [23= 3] _pthreadtypes.h(55): warning: struct pthread_spinlock never defined [233] _pthreadtypes.h(78): warning: struct pthread_barrierattr never defined [233= ] signal.h(294): warning: struct __siginfo never defined [233] Lint pass2: uname multiply defined =09llib-lposix?(42) :: llib-lposix(303) cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_replace.c -o v_replace.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_right.c -o v_right.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_screen.c -o v_screen.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_scroll.c -o v_scroll.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /u= sr/src/usr.bin/yacc/reader.c -o reader.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_search.c -o v_search.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_section.c -o v_section.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_filegen.c -o ntp_filege= n.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_sentence.c -o v_sentence.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_intres.c -o ntp_intres.= o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_status.c -o v_status.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_txt.c -o v_txt.o /usr/src/usr.bin/vi/../../contrib/nvi/vi/v_txt.c: In function 'txt_fc_col': /usr/src/usr.bin/vi/../../contrib/nvi/vi/v_txt.c:2247: warning: comparison = of distinct pointer types lacks a cast /usr/src/usr.bin/vi/../../contrib/nvi/vi/v_txt.c:2265: warning: comparison = of distinct pointer types lacks a cast cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_io.c -o ntp_io.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /u= sr/src/usr.bin/yacc/skeleton.c -o skeleton.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /u= sr/src/usr.bin/yacc/symtab.c -o symtab.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /u= sr/src/usr.bin/yacc/verbose.c -o verbose.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /u= sr/src/usr.bin/yacc/warshall.c -o warshall.o gzip -cn /usr/src/usr.bin/yacc/yacc.1 > yacc.1.gz gzip -cn /usr/src/usr.bin/yacc/yyfix.1 > yyfix.1.gz cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o y= acc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleto= n.o symtab.o verbose.o warshall.o=20 lint -cghapbx -Cstdc /usr/src/usr.bin/xlint/llib/llib-lstdc cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_ulcase.c -o v_ulcase.o llib-lstdc: /usr/src/usr.bin/vi/../../contrib/nvi/vi/v_ulcase.c: In function 'v_mulcase= ': /usr/src/usr.bin/vi/../../contrib/nvi/vi/v_ulcase.c:119: warning: passing a= rgument 4 of 'db_get' from incompatible pointer type _types.h(62): warning: struct __timer never defined [233] _types.h(63): warning: struct __mq never defined [233] stdio.h(142): warning: struct pthread_mutex never defined [233] stdio.h(143): warning: struct pthread never defined [233] Lint pass2: cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_loopfilter.c -o ntp_loo= pfilter.o =3D=3D=3D> usr.bin/yes (all) cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /u= sr/src/usr.bin/yes/yes.c -o yes.o gzip -cn /usr/src/usr.bin/yes/yes.1 > yes.1.gz cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch= -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnest= ed-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o y= es yes.o=20 cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_monitor.c -o ntp_monito= r.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_undo.c -o v_undo.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_util.c -o v_util.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_word.c -o v_word.o =3D=3D=3D> usr.bin/ypcat (all) cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /usr/src/u= sr.bin/ypcat/ypcat.c -o ypcat.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_peer.c -o ntp_peer.o gzip -cn /usr/src/usr.bin/ypcat/ypcat.1 > ypcat.1.gz cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_proto.c -o ntp_proto.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -o ypcat ypc= at.o=20 cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_xchar.c -o v_xchar.o =3D=3D=3D> usr.bin/ypmatch (all) cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_yank.c -o v_yank.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /usr/src/u= sr.bin/ypmatch/ypmatch.c -o ypmatch.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_z.c -o v_z.o gzip -cn /usr/src/usr.bin/ypmatch/ypmatch.1 > ypmatch.1.gz cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/v_zexit.c -o v_zexit.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/vi.c -o vi.o cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-pr= ototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -o ypmatch y= pmatch.o=20 cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/vs_line.c -o vs_line.o =3D=3D=3D> usr.bin/ypwhich (all) cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.bin/= ypwhich/ypwhich.c -o ypwhich.o gzip -cn /usr/src/usr.bin/ypwhich/ypwhich.1 > ypwhich.1.gz cc -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wal= l -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -o ypwhich ypwhich.= o=20 cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_refclock.c -o ntp_refcl= ock.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/vs_msg.c -o vs_msg.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_request.c -o ntp_reques= t.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/vs_refresh.c -o vs_refresh.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/vs_relative.c -o vs_relative.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/vs_smap.c -o vs_smap.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_restrict.c -o ntp_restr= ict.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_timer.c -o ntp_timer.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.bin/vi/../../= contrib/nvi/vi/vs_split.c -o vs_split.o gzip -cn /usr/src/usr.bin/vi/../../contrib/nvi/docs/USD.doc/vi.man/vi.1 > v= i.1.gz cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntp_util.c -o ntp_util.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntpd.c -o ntpd.o cc -O2 -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bi= n/vi/../../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -std= =3Dgnu99 -fstack-protector -Wno-pointer-sign -o nvi cl_bsd.o cl_funcs.o c= l_main.o cl_read.o cl_screen.o cl_term.o cut.o delete.o exf.o key.o line.o = log.o main.o mark.o msg.o options.o options_f.o put.o screen.o search.o seq= .o recover.o util.o ex.o ex_abbrev.o ex_append.o ex_args.o ex_argv.o ex_at.= o ex_bang.o ex_cd.o ex_cmd.o ex_cscope.o ex_delete.o ex_display.o ex_edit.o= ex_equal.o ex_file.o ex_filter.o ex_global.o ex_init.o ex_join.o ex_map.o = ex_mark.o ex_mkexrc.o ex_move.o ex_open.o ex_preserve.o ex_print.o ex_put.o= ex_quit.o ex_read.o ex_screen.o ex_script.o ex_set.o ex_shell.o ex_shift.o= ex_source.o ex_stop.o ex_subst.o ex_tag.o ex_txt.o ex_undo.o ex_usage.o ex= _util.o ex_version.o ex_visual.o ex_write.o ex_yank.o ex_z.o ex_tcl.o ex_pe= rl.o getc.o v_at.o v_ch.o v_cmd.o v_delete.o v_ex.o v_increment.o v_init.o = v_itxt.o v_left.o v_mark.o v_match.o v_paragraph.o v_put.o v_redraw.o v_rep= lace.o v_right.o v_screen.o v_scroll.o v_search.o v_section.o v_sentence.o = v_status.o v_txt.o v_ulcase.o v_undo.o v_util.o v_word.o v_xchar.o v_yank.o= v_z.o v_zexit.o vi.o vs_line.o vs_msg.o vs_refresh.o vs_relative.o vs_smap= .o vs_split.o -lncurses cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_acts.c -o refclock= _acts.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_arbiter.c -o refcl= ock_arbiter.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_arc.c -o refclock_= arc.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_as2201.c -o refclo= ck_as2201.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_atom.c -o refclock= _atom.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_bancomm.c -o refcl= ock_bancomm.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_chronolog.c -o ref= clock_chronolog.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_chu.c -o refclock_= chu.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_conf.c -o refclock= _conf.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_datum.c -o refcloc= k_datum.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_dumbclock.c -o ref= clock_dumbclock.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_fg.c -o refclock_f= g.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_gpsvme.c -o refclo= ck_gpsvme.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_heath.c -o refcloc= k_heath.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_hopfpci.c -o refcl= ock_hopfpci.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_hopfser.c -o refcl= ock_hopfser.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_hpgps.c -o refcloc= k_hpgps.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_irig.c -o refclock= _irig.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_jupiter.c -o refcl= ock_jupiter.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_leitch.c -o refclo= ck_leitch.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_local.c -o refcloc= k_local.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_msfees.c -o refclo= ck_msfees.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_mx4200.c -o refclo= ck_mx4200.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_neoclock4x.c -o re= fclock_neoclock4x.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_nmea.c -o refclock= _nmea.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_oncore.c -o refclo= ck_oncore.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_palisade.c -o refc= lock_palisade.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_parse.c -o refcloc= k_parse.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_pcf.c -o refclock_= pcf.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_pst.c -o refclock_= pst.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_ripencc.c -o refcl= ock_ripencc.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_shm.c -o refclock_= shm.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_tpro.c -o refclock= _tpro.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_trak.c -o refclock= _trak.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_true.c -o refclock= _true.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_ulink.c -o refcloc= k_ulink.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_wwv.c -o refclock_= wwv.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/refclock_wwvb.c -o refclock= _wwvb.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/= src/usr.sbin/ntp/ntpd/../../../contrib/ntp/ntpd/ntpd-opts.c -o ntpd-opts.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c versi= on.c -o version.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpd/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpd/../ -I/usr/src/usr.sbin/ntp/ntpd/../../../contri= b/ntp/libopts -I/usr/src/usr.sbin/ntp/ntpd -DSYS_FREEBSD -DPARSE -DHAVE_CON= FIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -o ntpd= cmd_args.o ntp_config.o ntp_control.o ntp_crypto.o ntp_filegen.o ntp_intre= s.o ntp_io.o ntp_loopfilter.o ntp_monitor.o ntp_peer.o ntp_proto.o ntp_refc= lock.o ntp_request.o ntp_restrict.o ntp_timer.o ntp_util.o ntpd.o refclock_= acts.o refclock_arbiter.o refclock_arc.o refclock_as2201.o refclock_atom.o = refclock_bancomm.o refclock_chronolog.o refclock_chu.o refclock_conf.o refc= lock_datum.o refclock_dumbclock.o refclock_fg.o refclock_gpsvme.o refclock_= heath.o refclock_hopfpci.o refclock_hopfser.o refclock_hpgps.o refclock_iri= g.o refclock_jupiter.o refclock_leitch.o refclock_local.o refclock_msfees.o= refclock_mx4200.o refclock_neoclock4x.o refclock_nmea.o refclock_oncore.o = refclock_palisade.o refclock_parse.o refclock_pcf.o refclock_pst.o refclock= _ripencc.o refclock_shm.o refclock_tpro.o refclock_trak.o refclock_true.o r= efclock_ulink.o refclock_wwv.o refclock_wwvb.o ntpd-opts.o version.o /usr/o= bj/usr/src/usr.sbin/ntp/ntpd/../libparse/libparse.a /usr/obj/usr/src/usr.sb= in/ntp/ntpd/../libntp/libntp.a -lm -lmd -lrt /usr/obj/usr/src/usr.sbin/ntp/= ntpd/../libopts/libopts.a -lcrypto =3D=3D=3D> usr.sbin/ntp/ntpdc (all) cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpdc/../../../contrib/ntp/include -I= /usr/src/usr.sbin/ntp/ntpdc/../ -I/usr/src/usr.sbin/ntp/ntpdc/../../../con= trib/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/= src/tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL = -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.sbin/ntp/= ntpdc/../../../contrib/ntp/ntpdc/ntpdc.c -o ntpdc.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpdc/../../../contrib/ntp/include -I= /usr/src/usr.sbin/ntp/ntpdc/../ -I/usr/src/usr.sbin/ntp/ntpdc/../../../con= trib/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/= src/tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL = -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.sbin/ntp/= ntpdc/../../../contrib/ntp/ntpdc/ntpdc_ops.c -o ntpdc_ops.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpdc/../../../contrib/ntp/include -I= /usr/src/usr.sbin/ntp/ntpdc/../ -I/usr/src/usr.sbin/ntp/ntpdc/../../../con= trib/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/= src/tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL = -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.sbin/ntp/= ntpdc/../../../contrib/ntp/ntpdc/ntpdc-opts.c -o ntpdc-opts.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpdc/../../../contrib/ntp/include -I= /usr/src/usr.sbin/ntp/ntpdc/../ -I/usr/src/usr.sbin/ntp/ntpdc/../../../con= trib/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/= src/tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL = -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c version.c -o version.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpdc/../../../contrib/ntp/include -I= /usr/src/usr.sbin/ntp/ntpdc/../ -I/usr/src/usr.sbin/ntp/ntpdc/../../../con= trib/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/= src/tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL = -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -o ntpdc ntpdc.o ntpdc_o= ps.o ntpdc-opts.o version.o /usr/obj/usr/src/usr.sbin/ntp/ntpdc/../libntp/l= ibntp.a -lm -lmd /usr/obj/usr/src/usr.sbin/ntp/ntpdc/../libopts/libopts.a -= ledit -ltermcap =3D=3D=3D> usr.sbin/ntp/ntpq (all) cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpq/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpq/../ -I/usr/src/usr.sbin/ntp/ntpq/../../../contri= b/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/src= /tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -st= d=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.sbin/ntp/ntp= q/../../../contrib/ntp/ntpq/ntpq.c -o ntpq.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpq/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpq/../ -I/usr/src/usr.sbin/ntp/ntpq/../../../contri= b/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/src= /tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -st= d=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.sbin/ntp/ntp= q/../../../contrib/ntp/ntpq/ntpq-opts.c -o ntpq-opts.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpq/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpq/../ -I/usr/src/usr.sbin/ntp/ntpq/../../../contri= b/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/src= /tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -st= d=3Dgnu99 -fstack-protector -Wno-pointer-sign -c version.c -o version.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpq/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpq/../ -I/usr/src/usr.sbin/ntp/ntpq/../../../contri= b/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/src= /tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -st= d=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.sbin/ntp/ntp= q/../../../contrib/ntp/ntpq/ntpq-subs.c -o ntpq-subs.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpq/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/ntpq/../ -I/usr/src/usr.sbin/ntp/ntpq/../../../contri= b/ntp/libopts -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj/usr/src= /tmp//usr/include/edit -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -st= d=3Dgnu99 -fstack-protector -Wno-pointer-sign -o ntpq ntpq.o ntpq-opts.o = ntpq-subs.o version.o /usr/obj/usr/src/usr.sbin/ntp/ntpq/../libntp/libntp.a= -lm -lmd /usr/obj/usr/src/usr.sbin/ntp/ntpq/../libopts/libopts.a -ledit -l= termcap =3D=3D=3D> usr.sbin/ntp/ntpdate (all) cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include = -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H = -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr= .sbin/ntp/ntpdate/../../../contrib/ntp/ntpdate/ntpdate.c -o ntpdate.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include = -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H = -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c version.c -o= version.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntpdate/../../../contrib/ntp/include = -I/usr/src/usr.sbin/ntp/ntpdate/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H = -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -o ntpdate ntp= date.o version.o /usr/obj/usr/src/usr.sbin/ntp/ntpdate/../libntp/libntp.a -= lm -lmd -lrt =3D=3D=3D> usr.sbin/ntp/ntptime (all) cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntptime/../../../contrib/ntp/include = -I/usr/src/usr.sbin/ntp/ntptime/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H = -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr= .sbin/ntp/ntptime/../../../contrib/ntp/util/ntptime.c -o ntptime.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntptime/../../../contrib/ntp/include = -I/usr/src/usr.sbin/ntp/ntptime/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H = -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -o ntptime ntp= time.o /usr/obj/usr/src/usr.sbin/ntp/ntptime/../libntp/libntp.a =3D=3D=3D> usr.sbin/ntp/ntp-keygen (all) cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/inclu= de -I/usr/src/usr.sbin/ntp/ntp-keygen/../ -I/usr/src/usr.sbin/ntp/ntp-keyg= en/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOP= ENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.sbi= n/ntp/ntp-keygen/../../../contrib/ntp/util/ntp-keygen.c -o ntp-keygen.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/inclu= de -I/usr/src/usr.sbin/ntp/ntp-keygen/../ -I/usr/src/usr.sbin/ntp/ntp-keyg= en/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOP= ENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/src/usr.sbi= n/ntp/ntp-keygen/../../../contrib/ntp/util/ntp-keygen-opts.c -o ntp-keygen-= opts.o /usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/util/ntp-keygen.c: In= function 'main': /usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/util/ntp-keygen.c:318= : warning: assignment discards qualifiers from pointer target type /usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/util/ntp-keygen.c:332= : warning: assignment discards qualifiers from pointer target type /usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/util/ntp-keygen.c:335= : warning: assignment discards qualifiers from pointer target type /usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/util/ntp-keygen.c:338= : warning: assignment discards qualifiers from pointer target type /usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/util/ntp-keygen.c:341= : warning: assignment discards qualifiers from pointer target type cc -O2 -pipe -I/usr/src/usr.sbin/ntp/ntp-keygen/../../../contrib/ntp/inclu= de -I/usr/src/usr.sbin/ntp/ntp-keygen/../ -I/usr/src/usr.sbin/ntp/ntp-keyg= en/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOP= ENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -o ntp-keygen ntp-= keygen.o ntp-keygen-opts.o /usr/obj/usr/src/usr.sbin/ntp/ntp-keygen/../libn= tp/libntp.a /usr/obj/usr/src/usr.sbin/ntp/ntp-keygen/../libopts/libopts.a -= lmd -lcrypto =3D=3D=3D> usr.sbin/ntp/sntp (all) cc -O2 -pipe -I/usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/sntp/../ -DPACKAGE=3D\"sntp\" -DVERSION=3D\"1.6\" -I= /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPAR= SE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-= sign -c /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/internet.c -o = internet.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/sntp/../ -DPACKAGE=3D\"sntp\" -DVERSION=3D\"1.6\" -I= /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPAR= SE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-= sign -c /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/main.c -o main= .o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/sntp/../ -DPACKAGE=3D\"sntp\" -DVERSION=3D\"1.6\" -I= /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPAR= SE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-= sign -c /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/socket.c -o so= cket.o cc -O2 -pipe -I/usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/sntp/../ -DPACKAGE=3D\"sntp\" -DVERSION=3D\"1.6\" -I= /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPAR= SE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-= sign -c /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/timing.c -o ti= ming.o In file included from /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/= socket.c:11: /usr/src/usr.sbin/ntp/sntp/../config.h:1122:1: warning: "PACKAGE" redefined : warning: this is the location of the previous definition /usr/src/usr.sbin/ntp/sntp/../config.h:1285:1: warning: "VERSION" redefined : warning: this is the location of the previous definition In file included from /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/= socket.c:13: /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/header.h:18:1: warning= : "VERSION" redefined In file included from /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/= socket.c:11: /usr/src/usr.sbin/ntp/sntp/../config.h:1285:1: warning: this is the locatio= n of the previous definition cc -O2 -pipe -I/usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/sntp/../ -DPACKAGE=3D\"sntp\" -DVERSION=3D\"1.6\" -I= /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPAR= SE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-= sign -c /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/unix.c -o unix= .o gzip -cn /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/sntp/sntp.1 > sntp= .1.gz cc -O2 -pipe -I/usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/include -I/= usr/src/usr.sbin/ntp/sntp/../ -DPACKAGE=3D\"sntp\" -DVERSION=3D\"1.6\" -I= /usr/src/usr.sbin/ntp/sntp/../../../contrib/ntp/libopts -DSYS_FREEBSD -DPAR= SE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 -fstack-protector -Wno-pointer-= sign -o sntp internet.o main.o socket.o timing.o unix.o -lm /usr/obj/usr/s= rc/usr.sbin/ntp/sntp/../libopts/libopts.a =3D=3D=3D> usr.sbin/ntp/doc (all) gzip -cn /usr/src/usr.sbin/ntp/doc/ntp.conf.5 > ntp.conf.5.gz gzip -cn /usr/src/usr.sbin/ntp/doc/ntp.keys.5 > ntp.keys.5.gz gzip -cn /usr/src/usr.sbin/ntp/doc/ntp-keygen.8 > ntp-keygen.8.gz gzip -cn /usr/src/usr.sbin/ntp/doc/ntpd.8 > ntpd.8.gz gzip -cn /usr/src/usr.sbin/ntp/doc/ntpdate.8 > ntpdate.8.gz gzip -cn /usr/src/usr.sbin/ntp/doc/ntpdc.8 > ntpdc.8.gz gzip -cn /usr/src/usr.sbin/ntp/doc/ntpq.8 > ntpq.8.gz gzip -cn /usr/src/usr.sbin/ntp/doc/ntptime.8 > ntptime.8.gz 1 error *** [usr.sbin.all__D] Error code 2 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson4345332913306139490.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Tue Sep 15 10:06:21 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D57EA045AB for ; Tue, 15 Sep 2015 10:06:21 +0000 (UTC) (envelope-from jdison16@yahoo.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DC6201319 for ; Tue, 15 Sep 2015 10:06:20 +0000 (UTC) (envelope-from jdison16@yahoo.com) Received: by mailman.ysv.freebsd.org (Postfix) id DB5B3A045AA; Tue, 15 Sep 2015 10:06:20 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAF29A045A7 for ; Tue, 15 Sep 2015 10:06:20 +0000 (UTC) (envelope-from jdison16@yahoo.com) Received: from nm40-vm3.bullet.mail.gq1.yahoo.com (nm40-vm3.bullet.mail.gq1.yahoo.com [98.136.217.126]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADFE21318 for ; Tue, 15 Sep 2015 10:06:20 +0000 (UTC) (envelope-from jdison16@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1442311367; bh=DyGm4oOXkylwFZqaxV7N6qVadTmw6HgBXvtV0QcttSg=; h=Date:From:Reply-To:To:Subject:From:Subject; b=fbczPSAUu5s6i/1oDeVTFBxhJmLMJzt66EweiVoqeEpuGy3ch28lBT9gMROkWNd/uCBBOULQbVNAXZKMlD5Fphmn+9R1QhvMZYoNkCmxCmg9Fsdtu80FgBBA3OGdpyf588Is3CoGKaE9u+JX5ZCrgLPfTFQxeiflJc8SZwoVMhDyfnjA1qACeGAajoa/SovXw0NKogC4wjtQPf0iHi1G49+5HnrshJyHiTkdfncItju2klUyQTBLVMYFyDEF1+xeN3F0kJ6HHIanoddidtzHO2V3jdirZUaBBNLjOhqqCkMx2BtwlZPVD3O6S1NXIH2dnJNrphIESJvDbN4x906DrA== Received: from [127.0.0.1] by nm40.bullet.mail.gq1.yahoo.com with NNFMP; 15 Sep 2015 10:02:47 -0000 Received: from [98.137.12.189] by nm40.bullet.mail.gq1.yahoo.com with NNFMP; 15 Sep 2015 10:00:04 -0000 Received: from [98.139.215.143] by tm10.bullet.mail.gq1.yahoo.com with NNFMP; 15 Sep 2015 10:00:04 -0000 Received: from [98.139.212.198] by tm14.bullet.mail.bf1.yahoo.com with NNFMP; 15 Sep 2015 10:00:04 -0000 Received: from [127.0.0.1] by omp1007.mail.bf1.yahoo.com with NNFMP; 15 Sep 2015 10:00:04 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 999580.22332.bm@omp1007.mail.bf1.yahoo.com X-YMail-OSG: zo59a7UVM1m3mpmAusEllxduzyYYKh65iJ7.6rlXmKD4iJ88xMg331tQj22PldK qbQh_IrKqt_nSE_T6SoeEkzaD2YK1wZptBzieTsVcyeSPTwJQ57DEHM6S21qqcFuQVrdllzsKMZs xrZNE6DUT3k.ZU9VereR8u1MdXjhccKuVWXjzUlJwSK3FgGSrdFpeuODF5s.UwdIRSmPXollgfU7 Th.UTF_4WnriA4uYYwtX3V10c8tXygZwy7pW2OofFRi5muVUOjsIxHOsJIvEruMFWS6bTCeMPgWK 3CsCJzwgMipVIiC5ZAooYkUiQ_ySZOoD4y1vzifh6NDDPbjmHXIHrGOOHz33yggF5_eyqZZC4HHD BM5TWYILDZrp6yxIv9t1tsdGgRRKUoIir6MnLXza0a3UNU.Xmn5Ckg3fbgTvdGv1dJ5zXMAl_zIY m7KILHWQLvKIBHWDCdfwti0j7dy22lI9VDbMYp7JCNJv2RniG56PB49QtHJ2awNcmWhQ0rCZoExw- Received: by 76.13.26.156; Tue, 15 Sep 2015 10:00:03 +0000 Date: Tue, 15 Sep 2015 10:00:00 +0000 (UTC) From: John Dison Reply-To: John Dison To: "stable@freebsd.org" Message-ID: <1728106606.57088.1442311200399.JavaMail.yahoo@mail.yahoo.com> Subject: Question about "pcpu" rctl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 15 Sep 2015 10:06:21 -0000 Hello and have a nice day! I try to limit cpu usage for multi-threaded process on a multi-core machine. I use the following command: # rctl -a user:myusernm:pcpu:deny=200/user And I expect (please correct me if I am wrong) that all processes running with uid=myusernm will consume 200% of CPU in total. But after that I see that multi-threaded process continues to consume all available cores on my machine. rctl command reports:# rctluser:myusernm:pcpu:deny=200 What am I doing wrong? From owner-freebsd-stable@freebsd.org Tue Sep 15 10:25:21 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5BA9A04F33; Tue, 15 Sep 2015 10:25:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A43371C7B; Tue, 15 Sep 2015 10:25:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id EF989842; Tue, 15 Sep 2015 10:25:20 +0000 (UTC) Date: Tue, 15 Sep 2015 10:25:18 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1139826499.9.1442312719692.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1647008845.7.1442304676096.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1647008845.7.1442304676096.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #160 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2015 10:25:21 -0000 FreeBSD_STABLE_9-i386 - Build #160 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/160/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/160/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/160/console Change summaries: 287814 by bapt: Fix build with gcc From owner-freebsd-stable@freebsd.org Tue Sep 15 10:37:31 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EB70A027E1 for ; Tue, 15 Sep 2015 10:37:31 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 709F113E1; Tue, 15 Sep 2015 10:37:31 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id C905C846; Tue, 15 Sep 2015 10:37:31 +0000 (UTC) Date: Tue, 15 Sep 2015 10:37:29 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <1824484734.14.1442313451698.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1392436856.5.1442301590848.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1392436856.5.1442301590848.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_9 - Build #883 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_9 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2015 10:37:31 -0000 FreeBSD_stable_9 - Build #883 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/883/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/883/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/883/console Change summaries: 287814 by bapt: Fix build with gcc From owner-freebsd-stable@freebsd.org Thu Sep 17 08:27:38 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 596669C2E5D; Thu, 17 Sep 2015 08:27:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [37.252.124.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5882417FC; Thu, 17 Sep 2015 08:27:36 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from webmail.ptrcrt.ch (192.168.1.2 [192.168.1.2]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id 2d78d29f TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 17 Sep 2015 08:20:51 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 17 Sep 2015 10:20:50 +0200 From: Pietro Cerutti To: freebsd-stable@freebsd.org Cc: FreeBSD Errata Notices , owner-freebsd-announce@freebsd.org Subject: Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-15:16.pw Organization: The FreeBSD Project Reply-To: freebsd-stable@freebsd.org Mail-Reply-To: freebsd-stable@freebsd.org In-Reply-To: <20150916213140.E446C1C7A@freefall.freebsd.org> References: <20150916213140.E446C1C7A@freefall.freebsd.org> Message-ID: <69f406ffba94fed658dec785572db491@gahr.ch> X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 17 Sep 2015 08:27:38 -0000 On 2015-09-16 23:31, FreeBSD Errata Notices wrote: > # fetch https://security.FreeBSD.org/patches/EN-15:26/pw.patch > # fetch https://security.FreeBSD.org/patches/EN-15:26/pw.patch.asc both 404 -- Pietro Cerutti gahr@FreeBSD.org From owner-freebsd-stable@freebsd.org Thu Sep 17 08:38:17 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DB6E9CE43C for ; Thu, 17 Sep 2015 08:38:17 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2201D23 for ; Thu, 17 Sep 2015 08:38:16 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: by wicfx3 with SMTP id fx3so17323037wic.0 for ; Thu, 17 Sep 2015 01:38:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=ZcEWtOuUWXicBXz8fGEyRocaXjBvO5FCDunVOd52cxw=; b=Fs2PvEnic6mxBh8pEo3ZJPUCgG8neeCTQKbmiW5TEGPxc6GfhzPqjkis3Mh0616uER Ppde4Aam8NXhiYSoQcSrEW2ZSrCryzKYOI4kG2w7SoTzq1VKDD3d/4FbLjYVXFJvogjk ZUjdUOqQHAM3grWDzkW1GopUsZhOu2ko68Ot8eYUcd+P1UO2FbdLTLwEz5R82O6mk2it EQ4bHpBV+6ZN1fRrFM6E/J/lxF6jTZzlJJFKYJIAtqJaJIb5v+8MPjYEI4DjRTTxiNZd Re6hgstLFquonMnliU+uRQKyjWAlW7QbrfAiIBP0UL48GMPcEz/H2cbqrdEpDdhwTk5L wpJQ== X-Gm-Message-State: ALoCoQkU6o/51GavTw7s7TYBY/l6gmVLiLP7YrE/j6AjCiCioR/D/yAzLRQyDgmAWSovlwN8c3J7 X-Received: by 10.194.21.199 with SMTP id x7mr31789920wje.63.1442479088603; Thu, 17 Sep 2015 01:38:08 -0700 (PDT) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by smtp.gmail.com with ESMTPSA id uo6sm2145546wjc.1.2015.09.17.01.38.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Sep 2015 01:38:07 -0700 (PDT) Subject: Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-15:16.pw To: freebsd-stable@freebsd.org References: <20150916213140.E446C1C7A@freefall.freebsd.org> <69f406ffba94fed658dec785572db491@gahr.ch> From: Steven Hartland Message-ID: <55FA7BE4.9070101@multiplay.co.uk> Date: Thu, 17 Sep 2015 09:37:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <69f406ffba94fed658dec785572db491@gahr.ch> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 17 Sep 2015 08:38:17 -0000 Typo they should be: https://security.FreeBSD.org/patches/EN-15:16/pw.patch https://security.FreeBSD.org/patches/EN-15:16/pw.patch.asc On 17/09/2015 09:20, Pietro Cerutti wrote: > On 2015-09-16 23:31, FreeBSD Errata Notices wrote: >> # fetch https://security.FreeBSD.org/patches/EN-15:26/pw.patch >> # fetch https://security.FreeBSD.org/patches/EN-15:26/pw.patch.asc > > both 404 > From owner-freebsd-stable@freebsd.org Thu Sep 17 12:33:46 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CF179CEF5B for ; Thu, 17 Sep 2015 12:33:46 +0000 (UTC) (envelope-from jdison16@yahoo.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 345031C40 for ; Thu, 17 Sep 2015 12:33:46 +0000 (UTC) (envelope-from jdison16@yahoo.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3407A9CEF5A; Thu, 17 Sep 2015 12:33:46 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 339B69CEF59 for ; Thu, 17 Sep 2015 12:33:46 +0000 (UTC) (envelope-from jdison16@yahoo.com) Received: from nm34-vm6.bullet.mail.ne1.yahoo.com (nm34-vm6.bullet.mail.ne1.yahoo.com [98.138.229.86]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F37E41C3F for ; Thu, 17 Sep 2015 12:33:45 +0000 (UTC) (envelope-from jdison16@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1442493035; bh=KrHGk3xiKMLn7EWnMufAjEFv1t9j9eAO0R4+6Dxxcts=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=oToO8yp1uk/evH2lPhM4tKbS31l+L2caCofIJ39H4DGctjDdknEctKLMLua0OXd9a6h5VTwj+JUK3J0Gfkp29s0DzW1cDq5Dm1zlXniPl+uGGC2VRkiQxTvmPrgiXPPD3rT+UZ+QheYk9fCzz09vB+RYXPdR8yKLor0Dx5AqBFx/FBI21rdnfOwQMVMabV1E63t3ODdmgMfoDxceoQ6//hZTuD824EypwKZ343OqDG1rfKV6ewzWDAMWamp9alxppEsbosfKnW0L8ypYFeyC7ZW/hzb328923UgqpzeLG4D7u7zoxy+whifzsm5loimmtfqgyCvnOIkRQoKyaAc3Jw== Received: from [127.0.0.1] by nm34.bullet.mail.ne1.yahoo.com with NNFMP; 17 Sep 2015 12:30:35 -0000 Received: from [98.138.226.179] by nm34.bullet.mail.ne1.yahoo.com with NNFMP; 17 Sep 2015 12:27:53 -0000 Received: from [66.196.81.173] by tm14.bullet.mail.ne1.yahoo.com with NNFMP; 17 Sep 2015 12:27:53 -0000 Received: from [98.139.212.234] by tm19.bullet.mail.bf1.yahoo.com with NNFMP; 17 Sep 2015 12:27:53 -0000 Received: from [127.0.0.1] by omp1043.mail.bf1.yahoo.com with NNFMP; 17 Sep 2015 12:27:53 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 442538.45297.bm@omp1043.mail.bf1.yahoo.com X-YMail-OSG: pjSGMzkVM1lnA2hQApW0T7lXZomd1KWDlNy1.hI_fs7rX9odazF2gKce.ZkQ0c1 5S_bagXToPpNHgUkmT.2anliVZtQ_03_Nt5KBzuyoMEZXbI2mp6D53V6PrqucVEyVS7uSlotxeka r2MUzqZLo8nkMvWJoAGo7aKBIi3gUvckO5N26LYuQ6JWG5M7nMXci1TxD5iY8zlePE9pyMXDejkn nN1AsOhozpMZR_UF11.hlclfATCHypY1umyehxoNxnjdCof9Sn9.hc_ECu2Lq42hnNrnqVR21VeX ZSqRaalvJVFses.E23hpG2DjOZ.lp7IjY7dR6SHJ5cfatCBk9DPb1oQThzg5Mcw4Ryh8JOJRT7.S l7J3IA5sLZhJQTFxWdWeLmSk2VrAEGAv8kTfg1Sg642fCMYYSAkZ1qvFlYmNXtHYxB9kWk7oS.rK rx20ABH2h9NzDneY5pfsrJkhEx397iVIAODio_FQQQTrIHfjURtD1Et2r8C7ZM6nTgz3z.RGuYdH jrA-- Received: by 76.13.27.134; Thu, 17 Sep 2015 12:27:53 +0000 Date: Thu, 17 Sep 2015 12:27:52 +0000 (UTC) From: John Dison Reply-To: John Dison To: John Dison , "stable@freebsd.org" Message-ID: <391044000.900018.1442492872653.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <1728106606.57088.1442311200399.JavaMail.yahoo@mail.yahoo.com> References: <1728106606.57088.1442311200399.JavaMail.yahoo@mail.yahoo.com> Subject: Re: Question about "pcpu" rctl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 17 Sep 2015 12:33:46 -0000 Anyone can advise me please? Thanks! From: John Dison via freebsd-stable To: "stable@freebsd.org" Sent: Tuesday, September 15, 2015 1:00 PM Subject: Question about "pcpu" rctl Hello and have a nice day! I try to limit cpu usage for multi-threaded process on a multi-core machine. I use the following command: # rctl -a user:myusernm:pcpu:deny=200/user And I expect (please correct me if I am wrong) that all processes running with uid=myusernm will consume 200% of CPU in total. But after that I see that multi-threaded process continues to consume all available cores on my machine. rctl command reports:# rctluser:myusernm:pcpu:deny=200 What am I doing wrong? _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"