From owner-freebsd-current@FreeBSD.ORG Thu Feb 27 14:26:28 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 7776ECD1 for ; Thu, 27 Feb 2014 14:26:28 +0000 (UTC) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36CCF1E47 for ; Thu, 27 Feb 2014 14:26:28 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id j7so3992816qaq.10 for ; Thu, 27 Feb 2014 06:26:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:date:to:subject; bh=0NL10KzpvveEiLJkRTTX6Ba+/K1O9HbbkdV0lGhJZiM=; b=ItefWeSNl02QACze4ITDQryOtjBd7JN0h6Gfn/LrjmQy4KF2R88ZcHUqJrsEEzQ11A j3dlJcYhu3Jccye6LM3yZ74I61gamjzwX3GnZ+M20mn2+BlbFVoMGVZDaXPtPCd79ev2 0Ks6/nbCHb83f7Ab8SbiKArdOzpXCDCfQB68Dgx0NetcdC5UYvJ+ymLRc8EmBwFzvVuw RRcWcER1LHItFIqG5ueHONot7IiFAeIfkoqKcG8k49FJjUY7yUDIx+b0Ot/dgELTc2Nx +yIHazS5R1EAtLsBEcLSF7NzmD6fUDoJ0jaL17lxqqlGXpnG3sTqV68l0ROalsi6Lg9J i6yA== X-Received: by 10.229.197.132 with SMTP id ek4mr18838098qcb.19.1393511187371; Thu, 27 Feb 2014 06:26:27 -0800 (PST) Received: from Karma (c-69-255-200-62.hsd1.md.comcast.net. [69.255.200.62]) by mx.google.com with ESMTPSA id q6sm14083967qax.11.2014.02.27.06.26.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Feb 2014 06:26:26 -0800 (PST) Message-ID: <530f4b12.46a1e00a.7c8f.29da@mx.google.com> Received: by Karma (sSMTP sendmail emulation); Thu, 27 Feb 2014 09:26:24 -0500 From: buddha Date: Thu, 27 Feb 2014 09:26:24 -0500 To: freebsd-current@freebsd.org Subject: py.sqlite3 fails to build in firefox port 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: Thu, 27 Feb 2014 14:26:28 -0000 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