From owner-freebsd-questions@FreeBSD.ORG  Fri Apr  3 01:00:18 2009
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 B508B106566B
	for <freebsd-questions@freebsd.org>;
	Fri,  3 Apr 2009 01:00:18 +0000 (UTC)
	(envelope-from richard.delaurell@gmail.com)
Received: from mail-qy0-f134.google.com (mail-qy0-f134.google.com
	[209.85.221.134])
	by mx1.freebsd.org (Postfix) with ESMTP id 59BC98FC1A
	for <freebsd-questions@freebsd.org>;
	Fri,  3 Apr 2009 01:00:18 +0000 (UTC)
	(envelope-from richard.delaurell@gmail.com)
Received: by qyk40 with SMTP id 40so1656196qyk.3
	for <freebsd-questions@freebsd.org>;
	Thu, 02 Apr 2009 18:00:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:mime-version:received:in-reply-to:references
	:date:message-id:subject:from:to:content-type;
	bh=P/yPLSbu2+0Swh4cWoCpnZ3AeEGXgiYe75H7TxUcid8=;
	b=HPEDpGxPqPcwwbqIidik0kfWJ5rPyB5mQua+ndNhxe71sUz1cPeXzlue8uqYDaVagO
	d/DKT8/R33f61OPBZABRpzmBcARTzLfIbCxlsWBiEjdx7kawT4cMBBLgplhM144bI06e
	D9A066Sn1ixSvdsFQK5AZ/E33Y8vuAfPAmhn4=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:content-type;
	b=rLfqa5ByFRsiNuElbv2PnU7YR/iFQ6F75iuZcnRUPFFRirqkDf+VJJcpxpciawvUHN
	htowYHA72GFfJ9ZBrzKFX15eCXT/D/O4mRLTV4aMw5nOnu0ybEp6sEOabKpLv6hKE16u
	DyihA7S2av1L5hEQhVDPYmo5I+jyUuHA2Xvx0=
MIME-Version: 1.0
Received: by 10.220.44.212 with SMTP id b20mr1123052vcf.116.1238720417338; 
	Thu, 02 Apr 2009 18:00:17 -0700 (PDT)
In-Reply-To: <200904020719.n327JMhf006319@lurza.secnetix.de>
References: <20090401224120.95200698.freebsd@edvax.de>
	<200904020719.n327JMhf006319@lurza.secnetix.de>
Date: Thu, 2 Apr 2009 20:00:17 -0500
Message-ID: <4324dbec0904021800s691e95e9y56e7a7def2566d28@mail.gmail.com>
From: Richard DeLaurell <richard.delaurell@gmail.com>
To: freebsd-questions@freebsd.org, Polytropon <freebsd@edvax.de>, 
	Richard DeLaurell <richard.delaurell@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Re: py24-gobject won't deinstall
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Apr 2009 01:00:19 -0000

Oliver Fromme wrote:

PS:  To check the consistency of your package database,
> you can use this small script (requires Python):
>
> http://www.secnetix.de/olli/scripts/pkg_check_dependencies
>
> If you get no output from "pkg_check_dependencies -q",
> then your dependencies are good.
>

Oliver,

I've run your script with the '-q' switch and here is the result:

++++++++++++++++++++++++++
#python pkg_check_dependencies -q

Traceback (most recent call last):
  File "pkg_check_dependencies", line 55, in <module>
    if line.startswith("@pkgdep")
IndexError: list index out of range
++++++++++++++++++++++++++

Portmaster list reports that python-2.5.2 is installed
(/usr/local/bin/python).

What have I missed?

It is not an emergency so do not feel pressed to answer quickly.

Thank you for your help and have a good day--

Richard