From owner-freebsd-pkg@freebsd.org Fri Jan 8 14:57:52 2016 Return-Path: Delivered-To: freebsd-pkg@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 4C33FA687F1 for ; Fri, 8 Jan 2016 14:57:52 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (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 16F671807; Fri, 8 Jan 2016 14:57:52 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: by mail-oi0-x232.google.com with SMTP id y66so335950625oig.0; Fri, 08 Jan 2016 06:57:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=IBVfD8QI0UVRUG/deu8EdeUzUSe5ioPgqR5K0rrHQQw=; b=f3da5ogQPpktApTKfwiN9J3xvvdjbs+vsXmCKMHHhH0s+3YR+IVyNQMok2vMMpeEo7 jY3Su9IJ3th45KKNqrcW+9k9PvbbPsVNKt0MVPJjKlRfTsKnIErvbuhwp0bBPNAJatIi M/mk3VeHzCIklnWQ0rbcYdI2EREYyD+vd3JaKIg7qCO78eAhXigmbp8i4nvyevK3/9p3 uLbHxQZD2PY1Yq/4Hz0jZ1V3+WSwMqtsUlaNAqj6Epkd4WpN9snoPFJVqF+YXXUrOSgp Jliv5e5f6lGklEcecLwB+ChUX8Fu1ma/gusK0zWC1Nf1SocAhcOjwscBdmn/+ytsbCZw FqGQ== MIME-Version: 1.0 X-Received: by 10.202.222.193 with SMTP id v184mr78726811oig.15.1452265070844; Fri, 08 Jan 2016 06:57:50 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.202.170.75 with HTTP; Fri, 8 Jan 2016 06:57:50 -0800 (PST) In-Reply-To: <568EC8E1.6010005@FreeBSD.org> References: <568EC8E1.6010005@FreeBSD.org> Date: Fri, 8 Jan 2016 09:57:50 -0500 X-Google-Sender-Auth: 6kQH-bmZyk0aGR66ug0OofQSKiI Message-ID: Subject: Re: Unexplained pkg behavior and schema errors From: Rick Miller To: Matthew Seaman Cc: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2016 14:57:52 -0000 Thanks, Matthew... On Thu, Jan 7, 2016 at 3:21 PM, Matthew Seaman wrote: > > > Observe also that pkg is upgraded, then downgraded, then upgraded again. > > Is this the expected behavior or is it more likely that something else > has > > gone awry? What possible circumstances would result in this behavior? > > OK. What's happenned there is that you have snmpd in your repo with a > dependency on an older version of pkg. snmpd is one of very few > packages that depends on pkg itself. Try rebuilding the snmpd package > and then have another go at upgrading. Actually, if you have time, it > might be one of those occasions where completely rebuilding all of the > packages in your repo would pay off. pkg works a lot better when all of > the package versions tally with all of the dependencies across the > available repos. > This feedback actually led me to identify an anomaly in one of the repos, which was PEBCAK and has been resolved. -- Take care Rick Miller