From owner-freebsd-questions@FreeBSD.ORG Thu Feb 14 04:41:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE0F34B4 for ; Thu, 14 Feb 2013 04:41:08 +0000 (UTC) (envelope-from hank@millerfarm.com) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id A0274371 for ; Thu, 14 Feb 2013 04:41:08 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 9E2E820922 for ; Wed, 13 Feb 2013 23:32:15 -0500 (EST) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 13 Feb 2013 23:32:15 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=millerfarm.com; h= from:to:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=mesmtp; bh=a/BTj0mcUH EGQaSTSMlchRAs/jg=; b=a2l1u0nbRqFGeM/+gQuM4jWG0wduAI2tsGQCWlNZpH 8LonIzRJPnyForsH89+hnhybOF5UNYkA1+msTdHHLvT+mt2mugqLw5rXi3cYb10j kT00x3lPkOfN65EAD4d0yM7fBqVpvH1mQTbBq+vJwV6Xt6LgV0PHL6bN+SDNgERg Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :mime-version:content-transfer-encoding:content-type; s=smtpout; bh=a/BTj0mcUHEGQaSTSMlchRAs/jg=; b=YD/Dk8XaZRNuYj+UhqQTnMBgtQgA RJI3ghio9mSmE5DbdR6KyHcbNSSNi6d5ZqaiCKxrXHLCbXO/28cFAjcSrpnPfAXk 7KhqkbwQC+N99ONKh3M70bpY3Y09nqRHJM2RYLTv16gjwX7Kb3i++t0gOOu7OY2a YazKUBx7IsDcysw= X-Sasl-enc: EPOKalR03FhCVGfAj3dwaJBynRXqTRVTsb0epSjsluOb 1360816333 Received: from shairia.millerfarm.com (unknown [198.45.168.42]) by mail.messagingengine.com (Postfix) with ESMTPA id BC8558E00C0 for ; Wed, 13 Feb 2013 23:32:13 -0500 (EST) From: Henry Miller To: freebsd-questions@freebsd.org Subject: installing port devel/py-qt4-dbussupport - cannot open Makefile Date: Wed, 13 Feb 2013 22:32:04 -0600 Message-ID: <4823815.9ePal9MriH@shairia.millerfarm.com> User-Agent: KMail/4.9.5 (FreeBSD/8.3-RELEASE-p3; KDE/4.9.5; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 04:41:08 -0000 I'm trying to install devel/py-qt4-dbussupport on freebsd 8.3. When I type make it looks like configure is run, but then I get an error cannot open Makefile. I'm not sure what steps to take next. google only shows the following query, which is unanswered. http://forums.freebsd.org/showthread.php?t=37696 (but I note that this is on Freebsd 9) Creating pyuic4 wrapper... Creating pyuic4 Makefile... pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing. Creating pyqtconfig.py... ===> Building for py27-qt4-dbussupport-4.9.6 make: cannot open Makefile. *** Error code 1 Stop in /usr/ports/devel/py-qt4-dbussupport. shairia# uname -a FreeBSD shairia.millerfarm.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64- builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 My steps to get into this state: portsnap fetch update (about a week ago - a couple days after kde 4.9.5 went live) follow the steps in Updating - 20130203 for updating KDE. At some point in this process I lost system power, but most of the update was done. I attempted to do the update boost (2013013) instructions, but had problems because of mixed python 2.6 and 2.7, so I did a pkg_delete on py26*. (This was probably wrong). Looking farther I found the python entry from back in 20110304, but I had to errors until I updated perl (20130204), and tcl/tk (20130206). I then completed the python update. My attempts to do any more updates (either complete boost, or just upgrade everything with "portmaster -a") all fail on the above port.