From owner-freebsd-questions@FreeBSD.ORG Thu Jun 14 13:39:33 2007 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 C7EA516A46D for ; Thu, 14 Jun 2007 13:39:33 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF6C13C44B for ; Thu, 14 Jun 2007 13:39:33 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so975859pyi for ; Thu, 14 Jun 2007 06:39:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=TBN4c/9ru/mQUk29uH4KLq+UJDJvORiR+FPK+zMbs9fU8eBb5UmNMpm9at+untSYTYvBbMpy90nhWfXmTck18FSpXQ53qHjFS9JwC2dHBfE9QCRHd2LUuIvy6bk7XRFcoYirqbUu1zOfJ4DP84aUe3mgRD3G14dIi24lefEqKZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=pyoBD5fOSYD06KQnxszbnnNkB2Xv9//wjVD1IcI6PKC+NsdnU2MThZ4Xfh1lRHOPJ0ZUvNpeAFUMGj5/JEXRp+vgHHigI2LlzET7EM71IzvNNIajzSSG/DhZn3b5h/YFBIpgfJhyvbH1A6hdeqSN5w3ha0b1loCdMDi/SFc1li0= Received: by 10.35.99.14 with SMTP id b14mr3217253pym.1181828372372; Thu, 14 Jun 2007 06:39:32 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Thu, 14 Jun 2007 06:39:32 -0700 (PDT) Message-ID: <340a29540706140639p714f45cfi29975cd710493a30@mail.gmail.com> Date: Thu, 14 Jun 2007 07:39:32 -0600 From: "Andrew Falanga" To: "illoai@gmail.com" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-questions Subject: Re: Fresh install won't compile requirement libraries for cvsup (the verdict is in) 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: Thu, 14 Jun 2007 13:39:33 -0000 The verdict is in! The problem was heat. Before swapping out memory, I turned on the system to see what the fan was doing. Nothing was the answer. It wasn't spinning at all. I went digging through my old hardware and found a fan of the right type and dimensions that fit nicely, and more importantly worked. So, before swapping out memory I tried it. The build of cvsup-without-gui still failed, but not due to a hang or sig11 problems. It died for something else, and since I'm just going to use csup, I'm not going to worry about it. After updating my ports and source trees with csup, I successfully completed a compile of vim (to include gvim which required X to be compiled and installed). And then I successfully completed a "make buildworld" of the sources. Tonight, I'm going to rebuild the kernel and do the installs. I can eliminate some of the confusion everyone was having when I said it was a K6 700mHz CPU. It wasn't a K6 at all. When I pulled off the heat sink, I saw that the chip was stamped "Duron." I had seen 700mHz on either the BIOS or the dmesg output during boot, and because the case had a K6 sticker on it, assumed that was the CPU type. At any rate, I want to thank everyone for the great suggestions especially that link to the sig 11 stuff for gcc compiling. That was very informative. Looks like everything is working ok now. Andy