From owner-freebsd-questions@freebsd.org Thu Dec 1 02:17:29 2016 Return-Path: Delivered-To: freebsd-questions@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 80B47C5EED7 for ; Thu, 1 Dec 2016 02:17:29 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [150.101.137.131]) by mx1.freebsd.org (Postfix) with ESMTP id 143151A84 for ; Thu, 1 Dec 2016 02:17:28 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp121-45-17-13.bras1.adl2.internode.on.net (HELO leader.local) ([121.45.17.13]) by ipmail07.adl2.internode.on.net with ESMTP; 01 Dec 2016 12:42:00 +1030 Subject: Re: How long does it take to compile PGAdmin3 for PG-9.6? To: byrnejb@harte-lyne.ca, freebsd-questions@freebsd.org References: From: Shane Ambler Message-ID: Date: Thu, 1 Dec 2016 12:41:58 +1030 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 02:17:29 -0000 On 01/12/2016 08:49, James B. Byrne via freebsd-questions wrote: > I downloaded the port tree and set /etc/make.conf to use PG-9.6 as the > default. I then cd'ed into the cd /usr/ports/databases/pgadmin3 and > issued the command 'make install clean'. This has been running for 5+ > hours now and I am seeing stuff flying by on the console that seems of > dubious relevance to PGAdmin. Things like WebCore/rendering/style > etc. Webcore indicates you are building a webkit port - webkit builds are long and use lots of ram - you could be hitting swap at times to slow things down. I have a corei7 with 8GB and poudriere webkit-gtk2 builds take about 1 - 1.5 hours. Once dependencies are in pgadmin should only take about 5 mins. pgadmin3 uses wx-gtk which brings in www/webkit-gtk2 through x11-toolkits/wxgtk30 which has a WEBKIT option that is on by default. The pgadmin binary links with libwebkitgtk which I think it uses for it's built-in doc viewer, so it may fail without it. -- FreeBSD - the place to B...Software Developing Shane Ambler