From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 22:22:57 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86680403 for ; Wed, 9 Apr 2014 22:22:57 +0000 (UTC) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (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 538A51B58 for ; Wed, 9 Apr 2014 22:22:57 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id va2so3498581obc.28 for ; Wed, 09 Apr 2014 15:22:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KAOMQp6D7e+MF7TQ2QJ6T5Ilc9XZcR2IuXEnXsen7Js=; b=r/SaysWlt2YV7HaFm9N3qJzY/tVz5dQbN901whU4UJ6XwLP6TFAs2JzNNA9mMeF+Ch RedNw8a1ivriBO2Oe45f1KKqCYs+4QNKF+kE6A7YoMXWPIM8MMp7sNUpz3Z9p1Mc5yn7 n+KbDCQBP/U4lKnluuqHZ8c1WPdVJE2fg3G7npza6tSL/6zOzYPss7rp7LMPn/vV7les uLQCZ2w1vdDWWisDEMW2HQoM9Dz9omZ640OSFslEeAO0/A1T2u7xoIXo8+otLcUHw7KB v8+gE5jVBLIpYlnDSqouQYOPENLtcsOIFxmWvyMDC12dF0kqLbFOCauVoxm0ye6FM2tF 95Nw== MIME-Version: 1.0 X-Received: by 10.182.158.135 with SMTP id wu7mr10712095obb.28.1397082176726; Wed, 09 Apr 2014 15:22:56 -0700 (PDT) Received: by 10.60.60.105 with HTTP; Wed, 9 Apr 2014 15:22:56 -0700 (PDT) Date: Thu, 10 Apr 2014 00:22:56 +0200 Message-ID: Subject: PKGNG + portmaster /var/db/pkg/ not empty From: Michael Schuh To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 22:22:57 -0000 Hi there, as far as i understood /var/db/pkg should be empty, after an fresh update to stable 10 and # pkg delete -a -f WITH_PKGNG=yes is set in /etc/make.conf the next inquiry of pkg asks for the installation of pkg. everything fine so far. now i would going to use the freshly updated ports tree to reinstall all packages starting with portmaster. the call up of # make config shows only a message like options changed, but no dialog. thanks google i could figure out to install dialog4 ports first, then i got this working again. for my opinion: it should get installed automatically or the dialog from the system should get used or at least iot should printout a hint or error message. installing portmaster now and inquire an portmaster `cat installed-ports-list` like in the man page of portmaster recommended, i get the /var/db/pkg filled again. beside the local.sqlite db from pkng. for the fun, some packages didn'r installed files in /var/db/pkg. it are exactly 4 packages difference, any relation to MAKEARGS=-j4 ? Any ideas how to get rid of this behaviour? many thanks