From owner-freebsd-chromium@FreeBSD.ORG Sun Apr 17 18:24:07 2011 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E833106566C; Sun, 17 Apr 2011 18:24:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 44AC68FC17; Sun, 17 Apr 2011 18:24:06 +0000 (UTC) Received: by iwn33 with SMTP id 33so4481739iwn.13 for ; Sun, 17 Apr 2011 11:24:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=VXswxMJn1UeIDVqKQbFT/WCEQLqRoWm+c/WgEiscURU=; b=ohaPTPzL2HYcIyA/6F+RBLnsYuGUehQhXc9+8wovQ1EulVzMeZZXb1pEVIibV8f9Xt 9USMIdFS/7Zb0eNqySgi7Q5UN0QjWPDeWI3mxUNrvPploC7+TjILU/IyFi+KEvfUbEkZ d2Cc0Qdu8ApPCmWxS7O7b6auskS+TiiKJqjs0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=vtzxYWvceTZ7Co6lzo9Qi1QOnJNbLmt2sSAI18WhHlNgD4Sd3X5R3+KY4Hn4toXqmh +ouS686AuQgdT5YfMcSJRs36yLkPfX/1dgbi4YyPGISbIzPG4YZcR5UGAgZIm/2IiUNM /YQk2FtGy3w9YECqEz4ln5o6uWRNXhVanNRB4= Received: by 10.231.28.138 with SMTP id m10mr3355557ibc.39.1303064645102; Sun, 17 Apr 2011 11:24:05 -0700 (PDT) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.231.173.198 with HTTP; Sun, 17 Apr 2011 11:23:45 -0700 (PDT) In-Reply-To: <4DAB0EA9.7010201@FreeBSD.org> References: <4DA33595.40203@FreeBSD.org> <4DA857AC.9030604@FreeBSD.org> <4DA97CAE.5040403@FreeBSD.org> <4DAB0EA9.7010201@FreeBSD.org> From: Baptiste Daroussin Date: Sun, 17 Apr 2011 18:23:45 +0000 X-Google-Sender-Auth: H8oCxhcI0esSEFbW0LdlW6MaXPM Message-ID: To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: chromium@freebsd.org Subject: Re: [solved] chromium doesn't open any page X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2011 18:24:07 -0000 2011/4/17 Andriy Gapon : > on 16/04/2011 14:25 Andriy Gapon said the following: >> >> Oh, sorry for being noisy/annoying, I should have the pkg-message. >> > > Doing the following substitution in the port's work directory before buil= d fixes > chromium behavior on stable/8 for me: > find . -name "*.mk" | xargs -n1 sed -i '' -e 's/-lc //' > > Apparently explicit -lc causes trouble for threaded applications even if = they > linked with -pthread. =A0See this for the gory details: > http://thread.gmane.org/gmane.os.freebsd.devel.hackers/43117/focus=3D4957 > > -- > Andriy Gapon > _______________________________________________ > freebsd-chromium@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd.or= g" > Tested and approved thanks a lot it does work here on 8-stable both i386 and amd64. Bapt