From owner-freebsd-current@FreeBSD.ORG Fri Feb 28 03:51:10 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1ED288BD for ; Fri, 28 Feb 2014 03:51:10 +0000 (UTC) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB16A190C for ; Fri, 28 Feb 2014 03:51:09 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id bj1so102242pad.30 for ; Thu, 27 Feb 2014 19:51:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=22SXsHAtu1U9HU95HczZ7+nFo+P4XpUphBydKn08kfk=; b=jv7yh/+YWMAqaN7tlhWk8cfpTurIWqRTvX44UW3BOsZXiYB20VWYKGcaldSMfmLRNl kajNEVc6xG3T1pJ96HWJAlyx2n8IsXC2z67U8wuuYaNi6eY1E8l/KXRjqX+2XWRbxlOE y1RZYpKVh5So0SibLoD86n8usdqRufx36h/oX8kGqtrtzH4pcm98avdgm8xVn5CcnXku jyi3HPH2nmUUUkEJtzuBgy6d39bgJ7rZMZMOSJn32aekw/uSit2mLzsihhnEdPoxVBWo qL5P20yMidmi89jf8ZanXbTb6102xw2yMR/FQDmadrQm6XntqvqxvalRRZsGeo6a0oL4 tn/w== MIME-Version: 1.0 X-Received: by 10.68.163.197 with SMTP id yk5mr760203pbb.57.1393559469552; Thu, 27 Feb 2014 19:51:09 -0800 (PST) Received: by 10.69.8.227 with HTTP; Thu, 27 Feb 2014 19:51:09 -0800 (PST) In-Reply-To: <530f4b12.46a1e00a.7c8f.29da@mx.google.com> References: <530f4b12.46a1e00a.7c8f.29da@mx.google.com> Date: Thu, 27 Feb 2014 22:51:09 -0500 Message-ID: Subject: Re: py.sqlite3 fails to build in firefox port From: chessmaster To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 03:51:10 -0000 http://svnweb.freebsd.org/ports/head/lang/python27/files/patch-Lib__distutils__unixccompiler.py?view=markup&sortby=date Thanks! For the Fix. On Thu, Feb 27, 2014 at 9:26 AM, buddha wrote: > cc: error: unknown argument: '-R/usr/local/lib' > > Python build finished, but the necessary bits to build these modules were > not found: > _bsddb _tkinter dl > imageop linuxaudiodev ossaudiodev > spwd sunaudiodev > To find the necessary bits, look in setup.py in detect_modules() for the > module's name. > > > Failed to build these modules: > _sqlite3 > > running build_scripts > > > This is the output from the /py-sqlite3/work/Python-2.7.6 directory. > > In the /www/firefox port the compilation fails with: > cc: error: unknown argument: '-R/usr/local/lib' > error: command 'cc' failed with exit status 1 > *** Error code 1 > > Here is my pkg info for python utils > py27-libxml2-2.8.0 Python interface for XML parser library for > GNOME > py27-setuptools-2.0.1 Python packages installer > python-2.7_1,2 The "meta-port" for the default version of > Python interpreter > python2-2_2 The "meta-port" for version 2 of the Python > interpreter > python27-2.7.6_2 Interpreted object-oriented programming > language >