From owner-freebsd-questions@FreeBSD.ORG Mon Jun 22 15:37:00 2015 Return-Path: Delivered-To: freebsd-questions@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82842F51 for ; Mon, 22 Jun 2015 15:37:00 +0000 (UTC) (envelope-from oscar.hodgson@gmail.com) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E11DB70 for ; Mon, 22 Jun 2015 15:37:00 +0000 (UTC) (envelope-from oscar.hodgson@gmail.com) Received: by qcet6 with SMTP id t6so26558853qce.3 for ; Mon, 22 Jun 2015 08:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:date:subject:to :message-id:mime-version; bh=TaZ82Nm4llHYizabia+uM1sCADVCrA24Iz49yonX8zw=; b=x1sOWJeSZSRVQhxV8GCLsLRmVzzY9aZPDw0hSGJiNFbruKf6jLGiQ+F55skF7iUZZh SHXsWsa236m4vG+Ayr7ppKyLOSHmxeQ1FsXdO5/uFEuoSy/DMVIpIwqo+48YzNHvuc+5 RDS3EsBLuN4ZZpfEagUez/w2uwAuJkwDA8F4NxiPgBFnL06k6z6aJzAApbB1rh95rfAZ SCedL3U3/+WL0WaCpocAdPScoacG8LHMhOuqjYv8rbP+6QKahT2fRO5HzoGgvGl079AX C2gzcZ56Hk01hgQgoWeTz+9w/BuEon/zNKnXEpgBtZRYdMVRfGOzUWtlKpgBf/rkT2M3 CJnQ== X-Received: by 10.55.25.217 with SMTP id 86mr30232815qkz.4.1434987419343; Mon, 22 Jun 2015 08:36:59 -0700 (PDT) Received: from bandersnatch.cse.lehigh.edu (bandersnatch.cse.lehigh.edu. [128.180.122.178]) by mx.google.com with ESMTPSA id 80sm10321808qhr.26.2015.06.22.08.36.52 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Jun 2015 08:36:53 -0700 (PDT) From: Oscar Hodgson Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Mon, 22 Jun 2015 11:36:46 -0400 Subject: yum on freebsd 9: No module named sqlite To: freebsd-questions@freebsd.org Message-Id: <60AFD209-581B-41B6-80D5-0119389BC447@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 15:37:00 -0000 Hi folks, Is anyone running yum successfully on release 9? I am trying to get a yum repository running on FreeBSD 9-RELEASE-p17 in = order to replace a Linux machine. /usr/ports is current. sysutils/yum = (3.4.3_2) builds cleanly, =E2=80=98yum=E2=80=99 fails to start with the = above error. Yum is essentially 100% python. /usr/ports/databases/py-sqlite3 is installed. There is no = =E2=80=98py-sqlite=E2=80=99 package in ports. This error extends to = various yum components (i.e. import sqlitesack, import sqlutils, and so = forth). I am stymied. Going through the ports code has not been enlightening. = Any suggestions? Oscar=