From owner-freebsd-questions Thu May 2 8: 3: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from [12.162.34.13] (dnsmom.beanstalk.net [12.162.34.13]) by hub.freebsd.org (Postfix) with ESMTP id 4740637B426 for ; Thu, 2 May 2002 08:02:54 -0700 (PDT) Received: from fcoffice.ptfd.org (unverified [12.162.35.94]) by (Vircom SMTPRS 4.2.181) with SMTP id for ; Thu, 2 May 2002 11:01:25 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: FreeBSD Questions Subject: Kernel compile fails 4.5R Date: Thu, 2 May 2002 11:02:50 -0400 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <02050211025001.04136@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit 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 I have installed 4.5 on my IBM TP and had 0 problems, recompiled several kernels using the old method, with 0 problems. I recently began building a file server to replace one running SuSE. Install goes well, no problems, all my fules copied well, no problems. Have been running the server for 10 days with 0 problems. Now I attempt to build a cuystom kernel, just to isolate th eprocessor (PP200) and get rid of stuff like SCSI and PCMCIA that I don't need. I cd /usr/src/sys/i386/conf cp GENERIC /root/kernels/GIZMO ln -s /root/kernels/GIZMO GIZMO vi GIZMO (make my changes) /usr/sbin/config GIZMO cd .. cd .. cd ./compile/GIZMO make depend (completes error free about 70% of the time, others out error code 1) (if make depend goes I will continue) make ( always fails, different messages EACH time. Sometimes talkling about white spaces in files?, other times talking about invalid pipes, or kernel panics?) Any ideas would be helpfull. ps I have never run a buildworld, or install world, I'm not sure I'm clear on what these are for.. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message