From owner-freebsd-chromium@FreeBSD.ORG Sun Apr 17 19:11:29 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 0A70C1065672; Sun, 17 Apr 2011 19:11:29 +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 B02388FC0C; Sun, 17 Apr 2011 19:11:28 +0000 (UTC) Received: by iwn33 with SMTP id 33so4507864iwn.13 for ; Sun, 17 Apr 2011 12:11:28 -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=BhbMYirwPvGoGQoXuPj3+7p7uBINd0dJfNnSWW+9WLg=; b=FPakPzB1trI67cEP+W2dVl+g4SAiOe63E5Vmdm1S21Tq4hxte3eG9I+8WLd6DAvvlJ h6zIaSPnukw6+bFpTjma1kadTPIsiBhJ5L/tZssXRoqnrQUUWyhn9g/E7ZVxMBSnrZ1q 4isfsrfMyn3SPlzmQMRvMxvjE0snaSJ4c+Ev0= 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=pd9Ovvec86SNiTmYHDb07fdNkvYLFTNssh1BzN0f0mK/gfkfMIEelL09vRDXG8rEEr 19NtmLJYQ5xoQ+QCsu0jME9jvmrvfW/ByN6bR3nEwUwFvjrI7s7g7K67EbH6roJIM3lW fvrugk266NPmZ5/hZnG5V9WhHWMKj0ez3sGng= Received: by 10.231.117.36 with SMTP id o36mr3290282ibq.64.1303067488092; Sun, 17 Apr 2011 12:11:28 -0700 (PDT) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.231.173.198 with HTTP; Sun, 17 Apr 2011 12:11:08 -0700 (PDT) In-Reply-To: References: From: Baptiste Daroussin Date: Sun, 17 Apr 2011 19:11:08 +0000 X-Google-Sender-Auth: ZGOxw8SditrbcIbip93LdddDH10 Message-ID: To: Evan Martin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: chromium@freebsd.org, Andriy Gapon Subject: Re: extra -lc in generated build files [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 19:11:29 -0000 2011/4/17 Baptiste Daroussin : > 2011/4/17 Baptiste Daroussin : >> 2011/4/17 Evan Martin : >>> On Sun, Apr 17, 2011 at 11:38 AM, Baptiste Daroussin = wrote: >>>>> I am responsible for the code that generates the .mk files. =A0Can yo= u >>>>> paste the area around the file that contains the -lc flag? =A0I will >>>>> help diagnose where it's coming from. >>>> >>>> Here they are: >>>> >>>> app/app_unittests.target.mk.bak: =A0 =A0 =A0 =A0-lc \ >>>> chrome/automated_ui_tests.target.mk.bak: =A0 =A0 =A0 =A0-lc \ >>> >>> Hm, it seems most likely that we're picking that up from a pkg-config f= ile. >>> >>> Can you try something like: >>> >>> $ grep -- -lc /usr/lib/pkgconfig/* >>> >>> (you might need to adjust the paths, I'm on Linux, sorry) >>> to see if any libraries we use are including it? >>> >>> You can see the list of packages imported via pkg-config by looking at >>> build/linux/system.gyp in the Chrome tree. >>> >>> $ grep libs-only-l build/linux/system.gyp >>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0'>> =A0 =A0 =A0 =A0 =A0 =A0 =A0'>> >> >> none provides -lc >> >> regards, >> bapt >> > > ok this is provided by one of our changes: s/ldl/lc/ I'll see how to > change that cleanly > this is it, I am doing some testing on the fix and commit it if it is ok. Thanks all. Bapt