From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 02:37:24 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EE405DC for ; Wed, 18 Jun 2014 02:37:24 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0526928E1 for ; Wed, 18 Jun 2014 02:37:23 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id o6so482949oag.16 for ; Tue, 17 Jun 2014 19:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/HVEVCMi5JNSOO0nCpPYSu5Z/uaPS7rB15tLz45HqlM=; b=RBYdb5BkHxpFjdwAA2GaBendkkqG21SEUq9F5pbJO6oAPO4X2WRhqDoJPjVgOwZlbr IbdHTo7uR5qsv8bzo8vPvnbua22XbYmzMIyEC1G6jVTpXjQY0QY16RGRxCwLjj1ZELAi HQ8HK9UrMeAbRRvA6N9AuaKXEv+B7ERnoDrNH14WCl2yfasmab5X0X6bHC8j9h3XpnaE Adyk5g02EfN6f9a4pJDR4NXaW8rFymJQ+lC5Y0UCpMQOQgJ+7/dtzScuwk3oj3OtfWwB apPiTIl3wRjv2ZDdZF9PG4DvmJWe4LTPm06rycbgraos/RbHmTh7QN7933HENO0i5nUk YNxw== MIME-Version: 1.0 X-Received: by 10.60.146.167 with SMTP id td7mr30007669oeb.6.1403059042762; Tue, 17 Jun 2014 19:37:22 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.0.115 with HTTP; Tue, 17 Jun 2014 19:37:22 -0700 (PDT) In-Reply-To: References: <53640127.5090806@intertainservices.com> <20140502212625.GR2341@home.opsec.eu> <20140502215237.GS2341@home.opsec.eu> <5364252F.3020400@intertainservices.com> <53646737.2020803@yeaguy.com> Date: Wed, 18 Jun 2014 12:37:22 +1000 X-Google-Sender-Auth: 6If9Syf6UQXsNJkG8pGiMOyTeeQ Message-ID: Subject: Re: FreeBSD Port: www/chromium From: Robert Backhaus To: p90s Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 02:37:24 -0000 On 4 May 2014 20:49, Ren=C3=A9 Ladan wrote: > Op 3 mei 2014 05:50 schreef "p90s" : > > > > > > [...] > > > > > Hi - I have built this on 10, but it will no longer launch, I am seeing > this error: > > > > [jv@yeaguy ~] uname -a > > FreeBSD yeaguy.com 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr > 29 > 17:06:01 UTC 2014 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > amd64 > > [jv@yeaguy ~] > > > > > > [jv@yeaguy ~] /usr/local/bin/chrome > > /usr/local/bin/chrome: /usr/local/share/chromium/chrome: Exec format > error > > [jv@yeaguy ~] > > > > > > [jv@yeaguy ~] pkg info chromium > > chromium-34.0.1847.132 > > Name : chromium > > Version : 34.0.1847.132 > > Installed on : Fri May 2 19:10:14 PDT 2014 > > Origin : www/chromium > > Architecture : freebsd:10:x86:64 > > Prefix : /usr/local > > Categories : www > > Licenses : MPL and LGPL21 and BSD3CLAUSE > > Maintainer : chromium@FreeBSD.org > > WWW : http://www.chromium.org/Home > > Comment : Mostly BSD-licensed web browser based on WebKit and Gt= k+ > > Options : > > CODECS : on > > DEBUG : on > > GCONF : on > > PULSEAUDIO : on > > TEST : on > > Hm, what happens if you build chromium without the DEBUG option? I had so= me > weird abort traps with 34.0.1847.116 when running the debug version (on a > laptop with 4 GB RAM). > > Ren=C3=A9 > I have the same issue now. The error above is because the port installs /usr/local/share/chromium/chrome as a file full of nulls: robbak@boffin ~]$hd /usr/local/share/chromium/chrome 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 80b83a70 Linking that file takes a very long time and a very large amount of memory. (6G+) The file in the stage directory is not all nulls, but it does die with abort trap 6. I can also confirm that building without debug gets it working.