From owner-freebsd-questions@FreeBSD.ORG Tue May 20 15:19:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 749D8D2F for ; Tue, 20 May 2014 15:19:17 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.231]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2E2201C for ; Tue, 20 May 2014 15:19:17 +0000 (UTC) Received: from [204.210.114.114] ([204.210.114.114:39261] helo=localhost.hawaii.res.rr.com) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id AB/7E-31957-2227B735; Tue, 20 May 2014 15:17:55 +0000 Received: by localhost.hawaii.res.rr.com (Postfix, from userid 1000) id 504F95D79; Tue, 20 May 2014 05:18:59 -1000 (HST) Date: Tue, 20 May 2014 05:18:59 -1000 From: parv@pair.com To: f-q Subject: Problem on 8-STABLE installing ports: pkg_add: could not find package broken_contents Message-ID: <20140520151859.GA85215@holstein.holy.cow> Mail-Followup-To: f-q , f-ports MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 Cc: f-ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 15:19:17 -0000 (-ports@ people, please CC me.) I am having problems installing ports via "portmaster" or "make" on 8-STABLE & ports tree is at r354272 during "pkg_add" stage. Error via "portmaster x11-toolkits/gtk20" ... ===> Installing for gtk2-2.24.22_3 ===> Checking if x11-toolkits/gtk20 already installed pkg_add: could not find package broken_contents ! *** Error code 1 Stop in /misc/ports/x11-toolkits/gtk20. *** Error code 1 ... or error via "make install" ... ===> Checking if x11-toolkits/gtk20 already installed pkg_add: could not find package broken_contents ! *** Error code 1 Stop in /misc/ports/x11-toolkits/gtk20. ... done [1] install in /misc/ports/x11-toolkits/gtk20 I searched the web but could not find a solution; did find something related ... - identify the installed ports' +CONTENTS with empty "@pkgdep" http://www.freebsddiary.org/phorum/read.php?f=4&i=341&t=341 https://forums.freebsd.org/viewtopic.php?&t=13899 Above error has started happening recently. Earlier, same problem was with libgsf, which I had installed as a package instead and added "+IGNOREME" for portmaster to skip it. Is this PR ... devel/libgsf fix installation of GObject Introspection files http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188522 ... related or of any significance? What is creating broken package contents (manifest?) of newly built port to be installed? Or, how could I go finding the culprit? - parv --