From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 12:19:14 2009 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 3109C106566C for ; Tue, 27 Jan 2009 12:19:14 +0000 (UTC) (envelope-from joris.lammers.be@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id B35D08FC12 for ; Tue, 27 Jan 2009 12:19:13 +0000 (UTC) (envelope-from joris.lammers.be@gmail.com) Received: by fg-out-1718.google.com with SMTP id e12so91563fga.35 for ; Tue, 27 Jan 2009 04:19:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=jh1/8F4GATCu8VQOzMCvveQGSsr3xqu19eWPtiXh4Wc=; b=J8eXCqZmbX/voBpIevBr70+dE+yuzBAAobGEgCE1J3ja17G9+iMLEEd2ZhVVj/oCiF C/Xa9gRB3jm10FfQiu+meyafA1d4hvvTuPQgC7xyRfJk5rGxD5LpgPXRB3gmmGIeJ6dc dzj5Jw+BykE93aiRcvWTWRB2L8sO8vXVr9ePg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=csprykiQ5HlnHzC0P852tuMkmYy/fpx/lRZuVwvCmCtuajG1tvj0rPpXmPG3EHEs/Z COciVyDju0SACs13BOp3yfBllfY+VFJAE9pwvxfiOeLCCd3q5n3ihdyW0UqVTlonN16k rhK3NzADrBDxKYgy9sYm2yfsq5OKF1eDcrI5I= MIME-Version: 1.0 Received: by 10.181.148.13 with SMTP id a13mr371403bko.20.1233056765253; Tue, 27 Jan 2009 03:46:05 -0800 (PST) Date: Tue, 27 Jan 2009 12:46:05 +0100 Message-ID: From: Joris Lammers To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ddclient broken after portupgrade 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: Tue, 27 Jan 2009 12:19:14 -0000 Hi, Yesterday evening I tried upgrading my ports by using the portupgrade tool. The exact command that I used was: portupgrade -a --batch All but one package failed to build properly. The offending package was git. For some reason it could not find the p5-xyz module while these were properly installed. Not able to get around the problem I finally tried the FORCE_PKG_REGISTER approach after reading about this on the net and in the output of the portupgrade run. This installed git and I thought everything was running fine till today. After rebooting I saw ddclient was no longer able to run. If I check /var/log/messages it complains that it can't load p5-IO-Socket-SSL. I can't get ddclient to work. A "make deinstall; make reinstall" does not work. Currently I am trying "portupgrade -a -f --batch" to try and rebuild every port on my system. What could have been the original problem with git and how can I get out of this nasty situation? My system is running FreeBSD 7.1-p2. Regards, Joris