From owner-freebsd-current@FreeBSD.ORG Sat Nov 1 15:13:44 2014 Return-Path: Delivered-To: current@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 4CA449D1 for ; Sat, 1 Nov 2014 15:13:44 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7FA8ED for ; Sat, 1 Nov 2014 15:13:43 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id ex7so3344318wid.4 for ; Sat, 01 Nov 2014 08:13:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:date:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=ITTc5gfKDHmGR+wjyPhZrg3VmZr6p5C6idrTzf0O1vs=; b=KWbluCiNAKnJUDR857x2zZiXwRxshE8+7/3sDAWXKePXYS6MoV+bv0szIGT8P9AV2P nctXS2WDtyXnY6XDtZNuj0PeCwxqMPdKkbYkWlqTF9Z7DJxzThr7FJfci3FQ3eiEogpt bREaCc+hFWELgt0coNzG8osCFb3o+i5NCtgWCsyxY/MF1fz/oMsFWWZVt3+y/qJiEsz8 zvApS8/8JIb+pkP9rGkbFIgWqdXFlo7lRhduQS3WITLN+dY2WE3gBohdI3Z+hR7T8kDH x+Lx1+/aUfrdNdsYPq/HpdBe3E7JYAQo/QgPMD3WEkMsWjkLA1f8YhXAFBkADWnlx8Oi NPmg== X-Received: by 10.180.100.129 with SMTP id ey1mr4618804wib.28.1414854822199; Sat, 01 Nov 2014 08:13:42 -0700 (PDT) Received: from ubm.strangled.net (ipb219cb25.dynamic.kabel-deutschland.de. [178.25.203.37]) by mx.google.com with ESMTPSA id bg10sm15605696wjc.47.2014.11.01.08.13.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Nov 2014 08:13:41 -0700 (PDT) From: Marc UBM X-Google-Original-From: Marc "UBM" Bocklet Date: Sat, 1 Nov 2014 16:13:32 +0100 To: current@FreeBSD.org Subject: Re: pkg 1.4 freeze please test test test! Message-Id: <20141101161332.b9c8fc19bf9fc54f73bc5c00@gmail.com> In-Reply-To: <20141028231933.GG26796@ivaldir.etoilebsd.net> References: <20141028231933.GG26796@ivaldir.etoilebsd.net> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2014 15:13:44 -0000 On Wed, 29 Oct 2014 00:19:33 +0100 Baptiste Daroussin wrote: > Hi all, > > We are starting the release process of pkg 1.4, we want to have a better release > process than with every single previous version of pkg. For that we will need > you help! > > pkg-devel has been updated to the latest version of pkg as of alpha2. > > Changes you can expect in pkg 1.4 are the following: > - Loads of bug fixes > - Stricter checking of the path passed via the plist > - Removal of the bundled libyaml > - new --raw-format to chose the output format for info -R and search -R > - ABI is now follwing MACHINE_ARCH (freebsd:10:x86:64 become FreeBSD:10:amd64) > the old ABI is available as a fallback in ALTABI > - pkg check now support a quiet mode > - new 3 way merge code ("stolen" from the fossil-scm) to allow automerging > configuration files > - new @config keyword to mark a file as a config file (during > upgrade/reinstallation it will try to merge the configuration with the one the > user may have modified) an option AUTOMERGE is available to prevent > automerging if automerge fails a .pkgnew file will be created along with the > untouched user version of the configuration > - The update procedure has been improved and speed up a lot (in particular for > machine with low resources) > - The unique identifier has been modified to be pkgname meaning now ports can be > moved in new categories without having to be considered a different package > - Only libraries starting by lib* are added to the provided libraries > - General speed up of all operations > > We need help in testing, but we also need help in writing regression tests ! > The more we have tests the more stable the releases will be. > > The release will also allow to be able to package base! > > regards, > Bapt The update is failing for me with: .../usr/ports/ports-mgmt/pkg-devel# make all install clean ===> Installing for pkg-1.4.0.a3 ===> Checking if pkg already installed pkg-static: sqlite error while executing DROP INDEX packages_unique;CREATE UNIQUE INDEX packages_unique ON packages(name); in file pkgdb.c:2246: UNIQUE constraint failed: packages.name *** Error code 74 Stop. make[1]: stopped in /usr/ports/ports-mgmt/pkg-devel *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/pkg-devel portmaster fails with: root@ubm:/usr/ports/ports-mgmt/pkg-devel# portmaster -d pkg ===>>> No ORIGIN in /var/db/pkg/pkgconf-0.9.7/+CONTENTS ===>>> Cannot continue ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> Exiting make.conf related options: #enable pkgng (might be superfluous) WITH_PKGNG=yes #enable PKGNG devel WITH_PKGNG=devel Am I doing something wrong? Bye Marc -- Marc "UBM" Bocklet