From owner-freebsd-questions@FreeBSD.ORG Fri Apr 30 11:09:13 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B91F11065700 for ; Fri, 30 Apr 2010 11:09:13 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 91A138FC14 for ; Fri, 30 Apr 2010 11:09:13 +0000 (UTC) Received: by pvg3 with SMTP id 3so36209pvg.13 for ; Fri, 30 Apr 2010 04:09:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ZOPTESV022bQbYThmqLGxDE6zKpknTFa5LQ5m4BIPEA=; b=WkcaR9BWNyDVfocNcqnivfsfk5H4B1tGEmWOC+RF+CEcB2rx6ZI4tf1/EiHzjBu3eW JOVGPIsHA3E9kq6uAJULoiTI3vcE/++gdBfKAeTwXuJC0s44GiXU5t0bUQ8Ws5Iwy7oU UQDQ21SQEQqBBJPHdf18/GaO8F6Vn3i12yGZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WFPeHLIj/Q59PZ8N5rTvfvbR7v6/HDX5EME1y/1Uj2jWw85PDDeTZ55iX3ajplU/MH BTkqbabSeDgjKr73x6vda0H7eOSP1vozsoJ1zVgrK0ftQZMiRTAD+/9w31JrqmblwnKL y7af64k+BOV3WKq66UKp/m8eDOBintcM+CWDE= MIME-Version: 1.0 Received: by 10.143.24.24 with SMTP id b24mr6189664wfj.180.1272625745223; Fri, 30 Apr 2010 04:09:05 -0700 (PDT) Received: by 10.142.165.21 with HTTP; Fri, 30 Apr 2010 04:09:05 -0700 (PDT) Date: Fri, 30 Apr 2010 05:09:05 -0600 Message-ID: From: Modulok To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Broken port 'py-sqlite3'... or maybe something else? 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: Fri, 30 Apr 2010 11:09:13 -0000 List, I tried to install 'py-sqlite3' with the usual 'make install clean' routine. Instead, I got this: ===> Vulnerability check disabled, database not found ===> Extracting for py25-sqlite3-2.5.1_1 => No MD5 checksum recorded for python/Python-2.5.1.tgz. => No SHA256 checksum recorded for python/Python-2.5.1.tgz. => No suitable checksum found for python/Python-2.5.1.tgz. *** Error code 1 Stop in /usr/ports/databases/py-sqlite3. What does it mean? And...how do I go about getting 'py-sqlite3' installed in light of it? -Modulok-