From owner-freebsd-ports@FreeBSD.ORG Fri Feb 14 07:59:12 2014 Return-Path: Delivered-To: freebsd-ports@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 8D639A8C for ; Fri, 14 Feb 2014 07:59:12 +0000 (UTC) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DDA91A09 for ; Fri, 14 Feb 2014 07:59:12 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id rq2so12049951pbb.3 for ; Thu, 13 Feb 2014 23:59:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=GXzNToJX2z7XlzHTjo72zjr2f2C9lkI4FOMITtT5NlA=; b=PM6YSNVHrf8OUY5nxowfi2gn9TMZb09r5SwKtLK8ycp5Ey9OB7m4HC92fhh/21aOki CGyA1VfF5xvFCBFJ+y2EMLdx9di+axZJse3GZHMwD6mUshw1zjClhO+JKMRmSw+Ru5UD nP96zVkcY/ZuczHG+9dGGvL4aLNY0kDrViFrBDTyojWES9YBAPYbvzbpkHxLr0UjP9ab ZuhMJ5K5BoqWl/ShjRfWcfQnANWOJEXju8TgZfHaRkxlnndT7OO/Ey4W55m5DLpEiuNM PZdssae9/+DRIPO36pzzhAN11cNe5ClurxraSqga3uoO627fRDYtnOSJu/g6xF35xTDN wBBQ== X-Received: by 10.68.193.130 with SMTP id ho2mr7189914pbc.141.1392364751394; Thu, 13 Feb 2014 23:59:11 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b00:89d1:4904:9e6:591d? (2001-44b8-31ae-7b00-89d1-4904-09e6-591d.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:89d1:4904:9e6:591d]) by mx.google.com with ESMTPSA id om6sm14246431pbc.43.2014.02.13.23.59.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Feb 2014 23:59:10 -0800 (PST) Message-ID: <52FDCCC5.9030104@FreeBSD.org> Date: Fri, 14 Feb 2014 18:59:01 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: LuKreme , freebsd-ports@freebsd.org Subject: Re: Issues with postmaster after freebsd-update References: <49D3D50F-9FBF-4247-81D6-5425B8FEBA2D@kreme.com> <52FD5D54.1090000@unfs.us> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 07:59:12 -0000 On 14/02/2014 11:27 AM, LuKreme wrote: > > On 13 Feb 2014, at 17:03 , Janky Jay, III wrote: > >> Hello, >> >> I've ran into a few of these same sort of issues in the paste. >> >> What I did to fix it: >> >> 1) Migrate to pkgng. It looks like you already have based on the ports-mgmt/pkg udpate. But, then I see your "pkg_install" error which leads me to believe you haven't fully migrated. Just take a quick peek athttp://www.freebsd.org/doc/handbook/pkgng-intro.html and maybe try it again. > > I have tried several times. I thought I had changed successfully under 8.2, but evidently not. I can't get it to compile now, and postmaster doesn't see it. > > # portmaster -l | grep pkg > pkg: not found > ===>>> pkgconf-0.9.3 > >> 2) Manually deinstall the problematic port. IE...: >> >> # cd /usr/ports/graphics/py-clutter && make deinstall > > The directory does not exist. Portmaster does not see the port as being installed. It seems to me that it is listed as a dependency by something else. > > # portmaster -l | grep clutt > pkg: not found > ===>>> clutter-1.0.10_2 > ===>>> clutter-gtk-0.10.2_5 > ===>>> py26-clutter-1.0.0_2 > ===>>> py26-cluttergtk-0.9.3_2 > ===>>> clutter-cairo-0.8.2_1 > > I suppose I can delete py26-clutter (or heck, all of them). > > Hi, sorry to hear about your crappy upgrade experience, the FreeBSD base and ports team do try very hard to ensure as seamless an experience as possible. On the upside, getting feedback is great, so thanks for letting us know. Just as an additional heads up, Python 2.6 expired (EoL upstream) and was removed from the ports tree on Jan 1 2014. You'll want to upgrade all your Python bits to 2.7 If you need help or have questions, don't hesitate to jump on IRC, we're here to help on #freebsd-python (freenode) ./koobs