From owner-freebsd-questions@FreeBSD.ORG Fri Mar 27 16:05:33 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47BF9E03 for ; Fri, 27 Mar 2015 16:05:33 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20987A9A for ; Fri, 27 Mar 2015 16:05:33 +0000 (UTC) Received: by igcau2 with SMTP id au2so34329584igc.1 for ; Fri, 27 Mar 2015 09:05:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=tuDNDeiExnsPR+jC9kHhqIIN0t0Y3IxnbRD2zexpmCI=; b=SGpibMc5c3UkYitX9uS4+Vi/MJ1nNNv4vhICu322WSUKZYRCR90hh10Gn3escaPXoh BJdg1k+3hmZfMQkUvclo2dkyE7VqvwLEktgDJPFL5yMwjV0uRfs0VWCdT2pA7DjsTQhJ Q3vzqwCndEQTQkrvIOApdC8mNH5EN3dEqkA6NJFpIbvxTd+AFkobN0WJKNWurE6gkF4z 4SHBR4uX+DRs1StNp9FPN9sjRrs2iiRZcl5UqQfChg/Wh+3cuGxg9zvOqBzkzTxZFlh6 X70pfS6/w3bomB5E2Mmf7jpKywA+w6N9ddnBMBGOsBZZt6+H2bgz8nTjjcn4w/A1OrNF 44pg== MIME-Version: 1.0 X-Received: by 10.50.132.66 with SMTP id os2mr45402959igb.6.1427472332328; Fri, 27 Mar 2015 09:05:32 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.107.4.13 with HTTP; Fri, 27 Mar 2015 09:05:32 -0700 (PDT) Date: Fri, 27 Mar 2015 09:05:32 -0700 X-Google-Sender-Auth: Fwb9pDNTHdOijHmy9K-05A0ymvc Message-ID: Subject: System Compile Failure From: Chris Maness To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 16:05:33 -0000 I am having trouble compiling the system and kernel for 10.1-RELEASE on my server. It exits with a failure on the base compilation and kernel. As a solution I compiled everything on another system then tarball the whole src tree. However, when I go to install the kernel via #make installkernel, it complains that no kernel has been compiled (even though it was before I changed systems). Now the only thing that comes to mind is that this is an AMD64 system. Maybe the install scripts know this and want to install a customized kernel for AMD64. However, I only compiled the generic kernel. However, that is what is running the system now, an i386 generic kernel. I prefer src installs because of the mergemaster stages. I like how quickly I can merge files with it. I have found an article about converting a system to AMD64, but it was a bit on the old side. I am not sure if it was still relevant. It was written circa 9.0. Appreciate the help, I spent about six hours trying my own little fixes to no avail. Regards, Chris Maness