From owner-freebsd-questions@FreeBSD.ORG Sat Oct 16 14:47:38 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 947231065672 for ; Sat, 16 Oct 2010 14:47:38 +0000 (UTC) (envelope-from arthurbarlow@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5E60F8FC12 for ; Sat, 16 Oct 2010 14:47:38 +0000 (UTC) Received: by iwn41 with SMTP id 41so808035iwn.13 for ; Sat, 16 Oct 2010 07:47:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=PA0qdHFcPoc3IhTAVqZ4mhEdivCcK4ZP3uoARHJ4SJQ=; b=KW7vSHTPFLZbZ7zPjRj7nPpNoRhzKmHLO2C5W6gvjwP1jFyf9fMJKK7woW1GMrsFkJ 6mCsmOLsqJ/X9z5hKEyC91SDVK/5F9HSg/SxS9s3XgvvOkGsJtqDRJLZKcEg2yHqzlCA 17PntC4GcLG3siDc+U6dVBddiNmsdqNSaMDc0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FAqkfuiQyYucG4Uv0Qa+M7UeMJAGCHSMvCCub3EWIQ7tO6s3HFcogDpSv5s4L7elW+ /7LfZnywnqNPGr0aAcB0RIwKf/Hh5MW+lIeL0VCebJbJB0CodvBVdIfji5GhmNNt8nNZ 2VlLid1ettdtO6yePAn+N6htQE2R9VhkhFsV0= MIME-Version: 1.0 Received: by 10.231.59.83 with SMTP id k19mr1702024ibh.178.1287240457724; Sat, 16 Oct 2010 07:47:37 -0700 (PDT) Received: by 10.231.153.67 with HTTP; Sat, 16 Oct 2010 07:47:37 -0700 (PDT) Date: Sat, 16 Oct 2010 07:47:37 -0700 Message-ID: From: Arthur Barlow To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: old automake removal 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: Sat, 16 Oct 2010 14:47:38 -0000 Recently I did my usual ports upgrade by using portsnap . The "pkg_version" program shows that "automake-1.9" and "automake-1.10" and no longer current, but for some reason the message "comparison failed" shows up when I check the ports versions. I've tried "pkgdb -u" to update the database, but I still get this message each time I run pkg_version. I've also done the "portsclean -DD" program, but the warning is still there. How do I clean this up?