From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 01:49:55 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14B3F106566B for ; Mon, 8 Nov 2010 01:49:55 +0000 (UTC) (envelope-from sterling@camdensoftware.com) Received: from wh2.interactivevillages.com (wh2.interactivevillages.com [75.125.250.34]) by mx1.freebsd.org (Postfix) with ESMTP id C997D8FC1A for ; Mon, 8 Nov 2010 01:49:54 +0000 (UTC) Received: from 174-21-101-204.tukw.qwest.net ([174.21.101.204] helo=_HOSTNAME_) by wh2.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PFGim-0007tB-5r for freebsd-questions@freebsd.org; Sun, 07 Nov 2010 17:40:33 -0800 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sun, 07 Nov 2010 17:49:49 -0800 Date: Sun, 7 Nov 2010 17:49:49 -0800 From: Chip Camden To: FreeBSD Questions Message-ID: <20101108014949.GF2204@libertas.local.camdensoftware.com> Mail-Followup-To: FreeBSD Questions References: <20101107210240.GA17796@guilt.hydra> <20101108011024.GD2204@libertas.local.camdensoftware.com> <20101108012637.GE2204@libertas.local.camdensoftware.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dgjlcl3Tl+kb3YDk" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Company: Camden Software Consulting URL: http://camdensoftware.com X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?search=0xD6DBAF91 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wh2.interactivevillages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - camdensoftware.com Subject: Re: py-gtk install hangs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 01:49:55 -0000 --dgjlcl3Tl+kb3YDk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoth Chris Brennan on Sunday, 07 November 2010: > Did you know... >=20 > If you play a Windows 2000 CD backwards, you hear satanic messages, > but what's worse is when you play it forward.... > ...it installs Windows 2000 >=20 > -- Alfred Perlstein on chat at freebsd.org > >=20 >=20 >=20 >=20 > On Sun, Nov 7, 2010 at 8:38 PM, Chris Brennan wrot= e: >=20 > > On Sun, Nov 7, 2010 at 8:26 PM, Chip Camden wrote: > > > >> Quoth Chris Brennan on Sunday, 07 November 2010: > >> > On Sun, Nov 7, 2010 at 8:10 PM, Chip Camden < > >> sterling@camdensoftware.com>wrote: > >> > > >> > > > >> > > > >> > > I just tried it, and mine is hung there now. Not drawing any appa= rent > >> > > processor or disk load. I'll leave it sitting there and see what = else > >> I > >> > > can figure out. > >> > > > >> > > It's actually in the configure phase of the ORBit port, on which > >> py-gtk > >> > > apparently depends. > >> > > > >> > > > >> > I just looked at my ports and I only see this.... > >> > > >> > Port: x11-toolkits/py-gtkscintilla > >> > Moved: > >> > Date: 2009-11-30 > >> > Reason: Has expired: no longer under development, last release in 20= 02 > >> > > >> > >> ??? > >> > >> I have x11-toolkits/py-gtk, among others. Are you doing a directory > >> listing of /usr/ports/x11-toolkits, or are you obtaining this informat= ion > >> some other way? > >> > >> > > "cd /usr/ports; make search name=3Dpy-gtk" and it returned one result .= .. are > > you using an up to date snapshot? try 'portsnap fetch extract update' > > > > incidentally if I grep the dir for py-gtk I get the following results > > > > [root@BlackDragon [/usr/ports]# lsl x11-toolkits/ | grep py-gtk > > 2 drwxr-xr-x 3 root wheel 512B Oct 30 15:07 py-gtk > > 2 drwxr-xr-x 3 root wheel 512B Oct 30 15:07 py-gtk2 > > 2 drwxr-xr-x 2 root wheel 512B Oct 30 15:07 py-gtkextra > > 2 drwxr-xr-x 2 root wheel 512B Oct 30 15:07 py-gtkglext > > 2 drwxr-xr-x 2 root wheel 512B Oct 30 15:07 py-gtksourceview > > [root@BlackDragon [/usr/ports]# > > > > for shiggles, I shall try and build it manually and see where I get on = this > > .... if more then one of us do encounter the same stop then something > > upstream must be broke and we should try and track down where and repor= t it > > to the port maintainer. > > > > > > Did you know... > > > > If you play a Windows 2000 CD backwards, you hear satanic messages, > > but what's worse is when you play it forward.... > > ...it installs Windows 2000 > > > > > > -- Alfred Perlstein on chat at freebsd.org > > > > > > > Make revealed the following for me (on my fbsd64-8.1 install on my laptop > (running a gui env)) >=20 > [root@BlackDragon [/usr/ports/x11-toolkits/py-gtk]# make >=20 > =3D=3D=3D> py26-gtk-0.6.11_10 conflicts with installed package(s): > py26-gobject-2.21.1 > py26-gtk-2.17.0_4 >=20 > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 >=20 > Stop in /usr/ports/x11-toolkits/py-gtk. > [root@BlackDragon [/usr/ports/x11-toolkits/py-gtk]# >=20 > Did you try and build x11-toolkits/py-gtk2? > _______________________________________________ No, I did not. Nor did I get this error. I can reproduce the problem just by trying to build devel/ORBit --=20 Sterling (Chip) Camden | sterling@camdensoftware.com | 2048D/3A978E4F http://camdensoftware.com | http://chipstips.com | http://chipsquips= .com --dgjlcl3Tl+kb3YDk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iQEcBAEBAgAGBQJM11c8AAoJEIpckszW26+ReyEIAKkApZ9jf/1i0eo0pdtfPn5V 1CqL52B5KQ41XAgOScQa2DLHkjTy+LGv2NuD7E+/9aDWdqncukkRmJCFdV86YRG4 RXmpQezVwa/22VsK7a+us0dF1TiT8I1219ExZSk6AghASSjfLRdvV6SOyqebX6tO kYP6sQrQ1f4wHCoLIhazG+eC4g5ikIPJRGFBlqEmzUKyj05G+9pY3Zq8YHjnRy1L EgfJZj/57PCk0gnAYdV023UD3vGvmgsdMUjAdbdQJutFHvuFEFOPzWgaM3zS075M 25k44uiSyl/FlfAR8yYqMc0wpnieOmxVnCmSU5Rsba5JXJsRDYoZ2aIkAiargTY= =+e3e -----END PGP SIGNATURE----- --dgjlcl3Tl+kb3YDk--