From owner-freebsd-questions Sat May 12 2:15:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.kpnqwest.ch (mail.eunet.ch [146.228.10.7]) by hub.freebsd.org (Postfix) with ESMTP id 0A8A337B423 for ; Sat, 12 May 2001 02:15:41 -0700 (PDT) (envelope-from cleto@eurisco.com) Received: from eurisco.e-link.ch (mail.e-link.ch [193.72.189.2]) by mail.kpnqwest.ch (8.9.3/1.34) via ESMTP id LAA68588 for ; Sat, 12 May 2001 11:15:38 +0200 (CEST) env-from (cleto@eurisco.com) Received: from localhost (cleto@localhost) by eurisco.e-link.ch (8.11.3/8.11.3) with ESMTP id f4C9FZY17425 for ; Sat, 12 May 2001 11:15:35 +0200 (CEST) (envelope-from cleto@eurisco.com) Date: Sat, 12 May 2001 11:15:34 +0200 (CEST) From: Cleto Pescia X-X-Sender: To: Subject: [FreeBSD 4.3-RELEASE] Problem with make depend Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to build a custom kernel on a new FreeBSD 4.3-RELEASE box and I get an error while doing "make depend". Here is the relevant part of the make process: ===> bktr ===> bktr/bktr ===> bktr/bktr_mem ".depend", line 1: Need an operator ".depend", line 2: Need an operator ".depend", line 16: Need an operator ".depend", line 18: Need an operator No closing parenthesis in archive specification ".depend", line 21: Error in archive specification: "" ".depend", line 22: Need an operator No closing parenthesis in archive specification ".depend", line 24: Error in archive specification: "" ".depend", line 25: Need an operator No closing parenthesis in archive specification ".depend", line 27: Error in archive specification: "" make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/sys/modules/bktr. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/EURISCO. I tried to figure out what's wrong with the Makefile or the kernel config file, but I did not find anything. Any idea about what I'm doing wrong? The kernel config file is rather vanilla, i.e. I only commented out some network-related lines. Thanks for any hint. Cleto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message