From owner-svn-ports-head@freebsd.org Mon Jul 11 12:23:41 2016 Return-Path: Delivered-To: svn-ports-head@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 7065DB91284; Mon, 11 Jul 2016 12:23:41 +0000 (UTC) (envelope-from danfe@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 665DC1DF6; Mon, 11 Jul 2016 12:23:41 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6499D1980; Mon, 11 Jul 2016 12:23:41 +0000 (UTC) Date: Mon, 11 Jul 2016 12:23:41 +0000 From: Alexey Dokuchaev To: John Marino Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r418247 - in head/devel/gps: . files Message-ID: <20160711122341.GA57651@FreeBSD.org> References: <201607082228.u68MS4Kf096971@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201607082228.u68MS4Kf096971@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2016 12:23:41 -0000 On Fri, Jul 08, 2016 at 10:28:04PM +0000, John Marino wrote: > New Revision: 418247 > URL: https://svnweb.freebsd.org/changeset/ports/418247 > > Log: > devel/gps: Fix compiler error highlight on FreeBSD > > On DragonFly, GPS has been properly highlighting code errors during > compilation, but on FreeBSD nothing happens. Luckily Rod Kay has been > persistent in diagnosing the cause and he finally isolated it to a > too-short timeout interval for Expect calls. The timeout period was > set to 1 millisecond, the absolute shortest interval possible. While > Linux and DF could complete the function call during this time, FreeBSD > requires at least 10 milliseconds to do the same. Fascinating. Did you guys try to understand what makes Linux and DF over a magnitude faster than FreeBSD? Is there something that needs to be fixed? ./danfe