From owner-freebsd-questions@FreeBSD.ORG Fri Mar 27 17:27:37 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 2110FBA4 for ; Fri, 27 Mar 2015 17:27:37 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (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 D9B2380F for ; Fri, 27 Mar 2015 17:27:36 +0000 (UTC) Received: by ignm3 with SMTP id m3so35741997ign.0 for ; Fri, 27 Mar 2015 10:27:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PYjHq+o4PEJdIaujQofZXsETDed49TDsui6Em1ZKy18=; b=UdVqnAWLYRHFD0F8P5ShLjzasnoihmfu58dFJpcal+Wuyn9ZG4VqDn3jI7EV+nOMgl NCRq32EuiqWTNTLpPNIcP0qfCdDFKYT/Q+3P+ihDbBKukmpXI7IEXVLnS/fS4+pLN181 YK/phJVVkI4ZRGJQAGs4LFz/m2hck5H3QW8Z4ikeKEHhnVHhKjlPv8GgGHaJZcBE1AZq ppdEPUh+9bhB3l7/K7GWhH5VMweS4E9PNd9W0ikMbpqOzSf8t3DgzcXorBMlWg9GbG1M aaV7X08l1Lzmmk5U2guoBJUGx77ui+ib4RZlMB+RsZARze1DZ+IxsxabOjtv2Yfr/mtT fv5A== MIME-Version: 1.0 X-Received: by 10.42.226.69 with SMTP id iv5mr38217144icb.58.1427477256289; Fri, 27 Mar 2015 10:27:36 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.107.9.224 with HTTP; Fri, 27 Mar 2015 10:27:36 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 Mar 2015 00:27:36 +0700 X-Google-Sender-Auth: FZTJkkcQyhHr8gVgj0D1LCfdKIU Message-ID: Subject: Re: System Compile Failure From: Olivier Nicole To: Chris Maness Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-questions@freebsd.org" 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 17:27:37 -0000 Chris, > 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. I had the same problem yesterday. I tried to delete /usr/obj before make buildworld, then I tried to delete /usr/src and svn a new copy of the system and it worked. Olivier > > 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 > _______________________________________________ > 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"