From owner-freebsd-questions@FreeBSD.ORG Sun Dec 16 13:57:17 2007 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 6E63A16A418 for ; Sun, 16 Dec 2007 13:57:17 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0A1A313C478 for ; Sun, 16 Dec 2007 13:57:16 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.67) with esmtp (envelope-from ) id <1J3tzX-0005zD-Kj>; Sun, 16 Dec 2007 14:57:15 +0100 Received: from e178031108.adsl.alicedsl.de ([85.178.31.108] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.67) with esmtpsa (envelope-from ) id <1J3tzX-0004q9-ID>; Sun, 16 Dec 2007 14:57:15 +0100 Message-ID: <47652EF8.2070201@mail.zedat.fu-berlin.de> Date: Sun, 16 Dec 2007 14:58:16 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.9 (X11/20071118) MIME-Version: 1.0 To: Konstantinos Pachnis References: <47623ABD.4080902@zedat.fu-berlin.de> <4764FEC7.1080901@freemail.gr> In-Reply-To: <4764FEC7.1080901@freemail.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.31.108 Cc: "O. Hartmann" , freebsd-questions@freebsd.org Subject: Re: ruby-postgresql driver seems broken? 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: Sun, 16 Dec 2007 13:57:17 -0000 Konstantinos Pachnis wrote: > O. Hartmann wrote: > >> Hello, >> after installing a fresh copy of FreeBSD 7.0-BETA4 on a new box I also >> tried installing rubygem-postgres/ruby-dbd_pg (ports/database). But I >> get this error: >> >> ===> Vulnerability check disabled, database not found >> => postgres-0.7.1.2006.04.06.gem is not in >> /usr/ports/databases/rubygem-postgres/distinfo. >> => Either /usr/ports/databases/rubygem-postgres/distinfo is out of >> date, or >> => postgres-0.7.1.2006.04.06.gem is spelled incorrectly. >> *** Error code 1 >> >> Stop in /usr/ports/databases/rubygem-postgres. >> >> >> Is there anything wrong? >> >> Regards, >> Oliver >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > Upgrade your ports and try again. > > Konstantinos > Allright, it works now as expected, thanks. Oliver