From owner-freebsd-chromium@FreeBSD.ORG Sun Apr 17 19:02:25 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 35341106564A; Sun, 17 Apr 2011 19:02:25 +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 E13DD8FC16; Sun, 17 Apr 2011 19:02:24 +0000 (UTC) Received: by iwn33 with SMTP id 33so4502496iwn.13 for ; Sun, 17 Apr 2011 12:02:24 -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=BanuhEq8PeApl7iUOe74j+t45S5AwT2cbZJflEhwx1M=; b=xzv5CCcl+8Q3YNyTcrE0PVi1oExI4WdWb8EfOZCnSoGNjNxhYEe31KO2QUOZqrUOrp yRtzmyYVGcvm50xd8AhbcF0E2x3pTnbaWWM0RCxAAgAs8swllNL9I24Cnw4MsFLLHdKp 8ixkykgIatYyKjqeyhlk95ZhOC1ni+OVGvgPQ= 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=SoTMof+uUkg6HW3H5xhCrWMYk+6W17t1j5bYY9Ren+4OrOqwfOXycoA4Bbo0dt7uo6 bbzZXU+UnubZ1ZEyYbIIrSWyi0clrMx2795LbyUoV+9mwTWwcremxhe6ZMbuifwplsxe XXOYHTjDqutVOiMhZJ9P4fAF85GFJANWYLsR4= Received: by 10.231.32.66 with SMTP id b2mr3193301ibd.89.1303066944155; Sun, 17 Apr 2011 12:02:24 -0700 (PDT) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.231.173.198 with HTTP; Sun, 17 Apr 2011 12:02:04 -0700 (PDT) In-Reply-To: References: From: Baptiste Daroussin Date: Sun, 17 Apr 2011 19:02:04 +0000 X-Google-Sender-Auth: 1Ri_5W8nBZjMSqFrz03bQEhk3nA 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:02:25 -0000 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 you >>>> 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 fi= le. >> >> 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