From owner-freebsd-pkg@freebsd.org Thu Jan 7 18:55:54 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 35DF9A6786F for ; Thu, 7 Jan 2016 18:55:54 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (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 047471FFF for ; Thu, 7 Jan 2016 18:55:54 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: by mail-oi0-x233.google.com with SMTP id y66so319831736oig.0 for ; Thu, 07 Jan 2016 10:55:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=HejKAsYz/8q9gIrKO5U6DUsj7v979MzdYVidrSkR/xE=; b=m5rk3JztjoP3svJDUXWGVo7SPy9lrIfFzGh7c6ClShzW0B5mWHLh9hPbn1m20sZC/a MLAvqLhvF0tAMSkKbsGNV3PBvFf8Gxn1e2fBvQ1NpBA4QKikJMW5owWypvfwYFORGh6q +o3alnL6YSzc/mmhwXGLnp4Xi15D9oYZaz1G/PyNt4X9Bp/E+6L28nnJQOGZxJygg8zh h0yWxUHRByI2Uhnmk8J4SyA3cmP6EtMSCADfhzOvrVOxcSoUswSm8v5hLGB5DrehxHFI YW8yp9wDsGQ/FFWPRYqtPjX66VJ9TFqw0hAgJAK/PFeFz9EH6CU47M6VpfY/8BYW+mLL PQFg== MIME-Version: 1.0 X-Received: by 10.202.66.86 with SMTP id p83mr56394406oia.138.1452192953171; Thu, 07 Jan 2016 10:55:53 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.202.170.75 with HTTP; Thu, 7 Jan 2016 10:55:53 -0800 (PST) Date: Thu, 7 Jan 2016 13:55:53 -0500 X-Google-Sender-Auth: 5yUw-czTESgV4PcQhLAJyfGHDsY Message-ID: Subject: Unexplained pkg behavior and schema errors From: Rick Miller To: 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: Thu, 07 Jan 2016 18:55:54 -0000 Hi all, A couple new, private pkg repos are being tested using pkg. First, after configuring the new repos, `pkg update -f` and `pkg clean -a` were executed followed by `pkg install bird bird6 net-snmp`. pkg outputs schema errors, but apparently did install the requested packages as well a upgraded dependancies. A transcript of this procedure is hosted at http://hostileadmin.com/logs/pkg.log. The first, and obvious, question is what is causing the schema errors? pkg update and pkg clean were executed after configuring the new repos in response to a post located on -questions@[1], but as can be observed in the aforementioned transcript, executing this prior to pkg install fails to resolve the errors. 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? [1] https://lists.freebsd.org/pipermail/freebsd-questions/2014-August/260011.html -- Take care Rick Miller