From owner-freebsd-questions@FreeBSD.ORG Sun Dec 17 02:38:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5603916A585 for ; Sun, 17 Dec 2006 02:38:17 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-spurfowl.atl.sa.earthlink.net (elasmtp-spurfowl.atl.sa.earthlink.net [209.86.89.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFC843C9E for ; Sun, 17 Dec 2006 02:38:16 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1Gvluq-0006UZ-1I for freebsd-questions@freebsd.org; Sat, 16 Dec 2006 21:38:16 -0500 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id kBH2epgo019395 for ; Sat, 16 Dec 2006 20:40:51 -0600 (CST) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id kBH2epvS019394 for freebsd-questions@freebsd.org; Sat, 16 Dec 2006 20:40:51 -0600 (CST) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Sat, 16 Dec 2006 20:40:50 -0600 User-Agent: KMail/1.9.4 References: <20061217022424.GU16906@tigger.digitaltorque.ca> In-Reply-To: <20061217022424.GU16906@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200612162040.50952.lane@joeandlane.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79f31fa03b7bc039689450dd5b1963a87b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: upgrade of portupgrade fails 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, 17 Dec 2006 02:38:17 -0000 On Saturday 16 December 2006 20:24, Michael P. Soulier wrote: > I did a portupgrade -R on sysutils/portupgrade, and it started upgrading > ruby. > > Unfortunately, it failed. > > No definition for sock_s_unpack_sockaddr_un > > stringio.c: > c..................................................... > strscan.c: > cc............................................. > zlib.c: > mcccccccccccccccccc........................................................ >........................... Generating RI... > Killed > *** Error code 137 > > Stop in /usr/ports/lang/ruby18/work/ruby-1.8.5. > *** Error code 1 > > Stop in /usr/ports/lang/ruby18. > *** Error code 1 > > Stop in /usr/ports/lang/ruby18. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade12405.0 make PORT_UPGRADE=yes reinstall > egrep: /var/db/pkg/ruby-1.8.4_9,1/+CONTENTS: No such file or directory > ---> Restoring the old version > > Any ideas why? > > Thanks, > Mike I had this problem as well after going from 6.1 to -CURRENT I "fixed" it by doing cd /usr/ports/lang/ruby18 make -DFORCE_PKG_REGISTER install and then rebuilt sysutils/portupgrade lane