From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:28:25 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BC0810656B8 for ; Mon, 29 Nov 2010 21:28:25 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 15A448FC18 for ; Mon, 29 Nov 2010 21:28:24 +0000 (UTC) Received: by ewy24 with SMTP id 24so2429468ewy.13 for ; Mon, 29 Nov 2010 13:28:24 -0800 (PST) Received: by 10.213.9.66 with SMTP id k2mr2041280ebk.51.1291066103534; Mon, 29 Nov 2010 13:28:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.31.209 with HTTP; Mon, 29 Nov 2010 13:28:03 -0800 (PST) In-Reply-To: <4CF3FBBD.8070901@frozen-zone.org> References: <4CF3FBBD.8070901@frozen-zone.org> From: Chris Brennan Date: Mon, 29 Nov 2010 16:28:03 -0500 Message-ID: To: Armin Pirkovitsch Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Modulok Subject: Re: Broken port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 21:28:25 -0000 > > > On 11/29/10 19:34, Modulok wrote: > >> List, >> >> I tried to install django with sqlite support from ports and got the >> error shown below. What do I do to fix this? Do I email a port >> maintainer or something? I used portsnap to update my ports collection >> before trying the install. I'm on 8.1-RELEASE amd64. >> >> Thanks! >> -Modulok- >> >> Error Below: >> >> ===> Installing for py26-django-1.2.3 >> ===> py26-django-1.2.3 depends on file: /usr/local/bin/python2.6 - >> found >> ===> py26-django-1.2.3 depends on file: >> /usr/local/lib/python2.6/site-packages/mod_python/_psp.so - found >> ===> py26-django-1.2.3 depends on file: >> /usr/local/lib/python2.6/site-packages/psycopg2/_psycopg.so - found >> ===> py26-django-1.2.3 depends on package: py26-MySQLdb>=1.2.2 - found >> ===> py26-django-1.2.3 depends on file: >> /usr/local/lib/python2.6/site-packages/_sqlite3.so - not found >> ===> Verifying install for >> /usr/local/lib/python2.6/site-packages/_sqlite3.so in >> /usr/ports/databases/py-sqlite3 >> ===> Vulnerability check disabled, database not found >> ===> License check disabled, port has not defined LICENSE >> => Python-2.6.5.tgz is not in /usr/ports/lang/python26/distinfo. >> => Either /usr/ports/lang/python26/distinfo is out of date, or >> => Python-2.6.5.tgz is spelled incorrectly. >> *** Error code 1 >> >> Stop in /usr/ports/databases/py-sqlite3. >> *** Error code 1 >> >> Stop in /usr/ports/www/py-django. >> *** Error code 1 >> >> Stop in /usr/ports/www/py-django. >> > This actually looks like he port is failing to pull in it's required dependency (in this case, sqlite). I would as Armin suggested to do, first update your port-tree again, try to install it again, cd into the port and 'make distclean rmconfig' to start fresh and start from the beginning. If it still fails, file the pr and/or contact the port maintainer. I would actually do all of this and document it for the pr and the port-maintainer.