From owner-freebsd-questions@freebsd.org Thu Jun 25 20:53:49 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D509A98C91D for ; Thu, 25 Jun 2015 20:53:49 +0000 (UTC) (envelope-from oscar.hodgson@gmail.com) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (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 91B2E1EF3 for ; Thu, 25 Jun 2015 20:53:49 +0000 (UTC) (envelope-from oscar.hodgson@gmail.com) Received: by qcet6 with SMTP id t6so24798432qce.3 for ; Thu, 25 Jun 2015 13:53:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=KBUGNyA/hV3UkOYopKDwH/Ulzlw4xBWdg/D9pHywIqg=; b=QoTk7qlA9FJDbPgsP4KmsHCiYIuVeXuwMmoiYb8ff1yG2GJXwa9PUgXUJodKJtbfNS PAk6ip759d/Oc/k9imm3cME60WjrA4OTjgM81Lhf6jzCSAxN/+cPmnG+wYNtYZuDPY25 +tMMHaSGFwug8NeEZzTaMBeMb0gbGAcZ7TLGKXmp2hj2Hh0EVzXcjpRk3ZhdMnU1aGfx J775oHRygGUAqJ/13GfQQM4hXRMZUL6LK427NR9fL986go70cVz00rsL0OyFHLnNhUZr van0FJD1tXmJIjjOCOx6DW4uZrt6AVAAvAKwccEgeT/x8U7ioNgMtJbmPdbLbnPVhJN4 q6LA== X-Received: by 10.140.235.19 with SMTP id g19mr65398046qhc.52.1435265628699; Thu, 25 Jun 2015 13:53:48 -0700 (PDT) Received: from bandersnatch.cse.lehigh.edu (bandersnatch.cse.lehigh.edu. [128.180.122.178]) by mx.google.com with ESMTPSA id h3sm5679556qgh.22.2015.06.25.13.53.47 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 25 Jun 2015 13:53:47 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: yum on freebsd 9: No module named sqlite From: Oscar Hodgson In-Reply-To: <60AFD209-581B-41B6-80D5-0119389BC447@gmail.com> Date: Thu, 25 Jun 2015 16:53:45 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <78268FF8-212C-4259-879E-F9864F06CE1E@gmail.com> References: <60AFD209-581B-41B6-80D5-0119389BC447@gmail.com> To: freebsd-questions@freebsd.org 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: Thu, 25 Jun 2015 20:53:49 -0000 Update: yum & createrepo builds / works on 10.1 (with current portsnap). = This added 85 new packages (it=E2=80=99s a pretty clean machine). Is there anyway to instruct port builds to =E2=80=98just build all = dependencies with the default options and let me know if it doesn=E2=80=99= t work out?=E2=80=99 Oscar On Jun 22, 2015, at 11:36 AM, Oscar Hodgson = wrote: 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