From owner-svn-ports-head@freebsd.org Thu Jul 9 20:57:18 2015 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 5B4F19972C8; Thu, 9 Jul 2015 20:57:18 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep21.mx.upcmail.net (fep21.mx.upcmail.net [62.179.121.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5891713E2; Thu, 9 Jul 2015 20:57:16 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep21-int.chello.at (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20150709205714.SAFP3237.viefep21-int.chello.at@edge03.upcmail.net>; Thu, 9 Jul 2015 22:57:14 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id qLxD1q0062Rg3Ey01LxD1T; Thu, 09 Jul 2015 22:57:14 +0200 X-SourceIP: 178.84.134.112 Message-ID: <559EE028.7070203@rainbow-runner.nl> Date: Thu, 09 Jul 2015 22:57:12 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Jimmy Olgeni , Ivan Klymenko CC: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r391619 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files References: <201507090709.t6979VsY058416@repo.freebsd.org> <20150709115113.3ebb1cc2@nonamehost.local> <559EB2AD.5000004@rainbow-runner.nl> <559EC53B.104@rainbow-runner.nl> <20150709221621.5294d65d@nonamehost.local> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 09 Jul 2015 20:57:18 -0000 On 9-7-2015 21:43, Jimmy Olgeni wrote: > On Thu, 9 Jul 2015, Ivan Klymenko wrote: > >> Thu, 09 Jul 2015 21:02:19 +0200 >> Koop Mast написав: >> >>> On 9-7-2015 20:29, Jimmy Olgeni wrote: >>>> Hi, >>>> >>>> On Thu, 9 Jul 2015, Koop Mast wrote: >>>> >>>>>> I have problems build >>>>>> libxul http://pastebin.com/G0Niz4Eh >>>>>> firefox http://pastebin.com/9R7eCfUb >>>>>> >>>>> Can you check if the patch-bug1143411 file is present for both >>>>> libxul/files and firefox/files? It should build. >>>> I have the patches but still see the same issue in poudriere. >>>> >>>> ./libxul/files/patch-bug1143411 >>>> ./firefox-esr/files/patch-bug1143411 >>>> ./firefox/files/patch-bug1143411 >>>> ./seamonkey/files/patch-bug1143411 >>>> >>>> Do you have a poudriere log that we could compare? >>>> >>> This is really curious why this happens for you. included is a build >>> log of firefox. >>> https://people.freebsd.org/~kwm/firefox-38.0.6,1.log >>> >> the only difference in this: >> >> from me >> GTK2=off: GTK+ 2 GUI toolkit support >> GTK3=on: GTK+ 3 GUI toolkit support >> >> from you >> GTK2=on: GTK+ 2 GUI toolkit support >> GTK3=off: GTK+ 3 GUI toolkit support > GTK3 looks OK here, with a warning: > > ====>> Checking for extra files and directories > ====>> Error: Files or directories left over: > @dir %%QT_LIBDIR%%/firefox > @dir %%QT_LIBDIR%%/firefox/chrome > If you switch back to GTK2 does it still build? The left overs also showed up suddenly on my builds, no idea where that comes from. -Koop