From owner-freebsd-chromium@FreeBSD.ORG Sat Jul 27 12:04:08 2013 Return-Path: Delivered-To: chromium@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 ESMTP id 88B053A1 for ; Sat, 27 Jul 2013 12:04:08 +0000 (UTC) (envelope-from bnkarp@gmail.com) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E3962300 for ; Sat, 27 Jul 2013 12:04:07 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id p61so2425435wes.25 for ; Sat, 27 Jul 2013 05:04:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=nGgxWMvKZVVPHXfEKTUf5/Msj4mj0H0b/lfqK3rDUdY=; b=WYify/m95QCzOFKZNMakUFIyBkQkDuyKxA1iOJ2FM0KimFdmyHGPl3r5vEcnTij9cM ooQUlMAmHZBiK0XKJRZCvhOTvyJYncKawWfpj9mOk79XMil7bumZ9SS/s1W9yNcmGKl1 6VUwVkAO6pBem+wEnO08McUpNl+NCsLmFHg3tDbnURu5lBfEhptX81t5bNN+DK6F/Ejz WO9MNkkWYn2ag5JPv2Y4/1kGVsnfE+l5MKh9FiQ33DRtFLW7e+gQAE6TrJ5ZEhjTsXy2 ccTGKNpNMaL9tXpqTJu7nAe2caVN1M4LyMhThgh93PUgl1dRmR9sLI8VG3F9+UGk6Y2s OSiw== X-Received: by 10.194.122.103 with SMTP id lr7mr37588058wjb.15.1374926645861; Sat, 27 Jul 2013 05:04:05 -0700 (PDT) Received: from perlis.bkarp.co.uk (perlis.bkarp.co.uk. [81.187.56.130]) by mx.google.com with ESMTPSA id nb12sm10298237wic.7.2013.07.27.05.04.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Jul 2013 05:04:05 -0700 (PDT) Sender: Brad Karp Message-ID: <51F3B731.7090608@cs.ucl.ac.uk> Date: Sat, 27 Jul 2013 13:04:01 +0100 From: Brad Karp User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130702 Thunderbird/17.0.7 MIME-Version: 1.0 To: "chromium@freebsd.org" Subject: compiling Chromium 28 with clang33 fixes "unclickable" links X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Brad Karp X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 12:04:08 -0000 Given hope by Tony's experience, I tried building Chromium 28 on my 9.1-RELEASE amd64 box with clang33 instead of the default 9.1R clang (3.1). Success here, too: building with clang33 fixes the "unclickable" links problem I and others had when building with 9.1R's default clang. Perhaps the port maintainer might consider requiring clang33 for those who build with clang on 9.1R and earlier for the time being? -Brad, bkarp@cs.ucl.ac.uk