From owner-freebsd-questions@FreeBSD.ORG Tue May 10 18:35:35 2011 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 A180E106568F for ; Tue, 10 May 2011 18:35:35 +0000 (UTC) (envelope-from pldrouin@gmail.com) Received: from mail-px0-f176.google.com (mail-px0-f176.google.com [209.85.212.176]) by mx1.freebsd.org (Postfix) with ESMTP id 74FC88FC1C for ; Tue, 10 May 2011 18:35:35 +0000 (UTC) Received: by mail-px0-f176.google.com with SMTP id 11so5394818pxi.7 for ; Tue, 10 May 2011 11:35:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Dn2WmEbTIhk7WzvIcM6p7N83lF5d9b0Rl/yhgzqFgoA=; b=ldHNJ5vlkOniSJOVSPG5/wkjhqblvdecn72kKULhdzvz4zitTAJkUqSZ9PUwEUO96x a+/pYl7BQDycgsrnQ3RPJ+5Lytdlcb2aEGWVulOYJO+BaHzYvniiynk7YK/S8oDlPPrg 7vrvidc1rR+e3xV6QDyuhZaKpYR+5U5yuzbhQ= 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 :cc:content-type; b=xRo2F9lMkqFlyP63QqLpGRbesewso0WbBvWePbak7S+s/5y8lwxLTtet8IJ2Ggz+SF 0HTLFqVwzpMF3QlGD3AjIbI6oMwGehO7oZ/oB3E13XLVMgmHvjjReLhbJirRqsgy9BiJ V5L7aylGaJ+UlF71h4dn7acAvW5pq2VAWrs98= MIME-Version: 1.0 Received: by 10.68.38.227 with SMTP id j3mr643815pbk.441.1305052535262; Tue, 10 May 2011 11:35:35 -0700 (PDT) Received: by 10.68.64.4 with HTTP; Tue, 10 May 2011 11:35:35 -0700 (PDT) In-Reply-To: <4DC982B2.6090303@mage.hu> References: <4DC97839.6010108@mage.hu> <4DC982B2.6090303@mage.hu> Date: Tue, 10 May 2011 14:35:35 -0400 Message-ID: From: Pierre-Luc Drouin To: Mage Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: kernel and buildworld questions 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, 10 May 2011 18:35:35 -0000 On Tue, May 10, 2011 at 2:23 PM, Mage wrote: > On 05/10/2011 08:10 PM, Pierre-Luc Drouin wrote: > > Hi, > > > > If you initially compiled your ports using the -p option of > > portupgrade, then using the -P option of portupgrade will install the > > ports using the package files that you have generated rather than > > fetching them from the server. If you want to fetch the binaries > > rather than recompile it on your system, make sure to delete any > > package from /usr/ports/packages/All before using portupgrade -afkP > > > That folder was empty for sure. When I have been running portupgrade > -afkP I also ran ran 'ls -l | wc' in that folder to see how many > packages I fetched. To check the progress. > > I had about 344 packages, all installed from ports and I ended up having > 360 packages after the portupgrade command. All were downloaded except > one or two (maybe xterm) which was installed from ports as the remote > package was not the latest version. > > I also ran portsclean -C before switching to binary packages. I still > have some history on console: > > [root@eden /usr/ports/packages/All]# ls -l > total 156160 > -rw-r--r-- 1 root wheel 169882 Apr 27 22:18 aalib-1.4.r5_5.tbz > -rw-r--r-- 1 root wheel 630601 Apr 27 22:11 autoconf-2.68.tbz > -rw-r--r-- 1 root wheel 3641 Apr 27 21:30 > autoconf-wrapper-20101119.tbz > -rw-r--r-- 1 root wheel 3509 Apr 27 21:30 > automake-wrapper-20101119.tbz > > They are dated Apr 27. I installed this system 3-4 days ago. > > Also 'rvm install 1.9.2' drops signal 4. I think it only uses make and > gcc. However, make buildworld and buildkernel finishes successfully. > > I wouldn't like to give up. > > Mage > _______________________________________________ > 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" > By the way you don't really need to use the cvsup package anymore, as there is now the csup command that is part of FreeBSD. Regarding the core dumps, maybe you should tried running portsclean -PLD to remove old packages, libraries and distfiles from your system.If you can reproduce easily the core dumps, maybe you can find which libraries causes the processes to crash using gdb