From owner-freebsd-questions Sat Oct 19 12: 0:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D10C37B408 for ; Sat, 19 Oct 2002 12:00:17 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C2D343E97 for ; Sat, 19 Oct 2002 12:00:16 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA29766; Sat, 19 Oct 2002 12:00:14 -0700 Message-ID: <3DB1ABBD.4090909@owt.com> Date: Sat, 19 Oct 2002 12:00:13 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Kent Stewart Cc: Shawn Lussier , freebsd-questions@FreeBSD.ORG Subject: Re: Can't 'make depend' when trying to build kernel source References: <3DB1AAD0.5090709@owt.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kent Stewart wrote: > > > Shawn Lussier wrote: > >> Hello all, >> >> I've recently cvsupped my source tree to 4.7-R in anticipation of >> upgrades >> to these systems. On one, in particular, I cannot rebuild the kernel -- >> when I run 'make depend', I get the following message: >> >> cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs >> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline >> -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. >> -I../../../include -I../../contrib/ipfilter -D_KERNEL -include >> opt_global.h -elf -mno-align-long-strings -mpreferred-stack-boundary=2 >> -ffreestanding ../../i386/i386/genassym.c >> >> cc1: Invalid option `no-align-long-strings' >> >> The system currently stands at version 4.3-R-p22, and the compiler is >> 'gcc >> version 2.95.4 20020320 [FreeBSD]'. I have also tried building with gcc >> 3.2 to no avail (same message). >> >> Can anyone provide some insight as to probable causes? I have never run >> into this problem before. Any assistance is greatly appreciated. >> > > > No buildworld first. What I really intended to add was not doing a buildkernel after the buildworld. Make depend is not really a choice on upgrades like this. You will also have a number of users to add to master.passwd before the installworld will work. This is all covered in /usr/src/UPDATING. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message