From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 19:02:56 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B90004C9 for ; Sun, 22 Feb 2015 19:02:56 +0000 (UTC) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (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 79367873 for ; Sun, 22 Feb 2015 19:02:56 +0000 (UTC) Received: by mail-oi0-f48.google.com with SMTP id a3so10330664oib.7 for ; Sun, 22 Feb 2015 11:02:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jH2b1CXpB30Jp8YmlcJtkPDgDcOrhl8l+s/ufO8dFs8=; b=t0plG+5cHFSvrYabBk/AHZSxLcOpLUscpoKIRnIranS0F9OVwT9YYMo3SCmA9ABCCE arhdAxsWJWpTLXeza3YfmK6AVfFS3GKNF+40Pz32otOfo9tebu7qOI7Iyde0WoZjHcK5 avPCLb1FG1MOID3Txsvq5Yss/XJyWGpOmRPVfaivTRWKr6JWrArXmwyMpZtV2lhrkvgK JnKQnziBuBMbjXbDQ6VcbhQqbXvgDbVZw9kaxBavpEsA+RKzqmzSI2re8ujZdFgDnV5S 8hzLdKV2sYWaHxXjGEhu4c26eoEibvqqzG5XfPrVDrSKoGf3BeIkI/F1mALiT/b+N1nv 8sTg== MIME-Version: 1.0 X-Received: by 10.202.196.137 with SMTP id u131mr4887754oif.78.1424631775974; Sun, 22 Feb 2015 11:02:55 -0800 (PST) Received: by 10.202.213.83 with HTTP; Sun, 22 Feb 2015 11:02:55 -0800 (PST) In-Reply-To: References: Date: Sun, 22 Feb 2015 13:02:55 -0600 Message-ID: Subject: Re: Error building pkg repository From: Dan Lists To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2015 19:02:56 -0000 On Sun, Feb 22, 2015 at 11:51 AM, Dan Lists wrote: > > I maintain a couple local package repositories. I have not had any > problems creating the repositories until today. I went to update a > repository and this is what I got: > > # pkg repo . > Creating repository in .: 0% > pkg: pkg_create_repo(pipe): Protocol not supported > Cannot create repository catalogue > > I searched the web and the list archives, but I did not find anything. > Can anyone help with this issue? > > I built pkg from source and it works fine. There must be something wrong with the pre-built package of pkg from the FreeBSD repository.