From owner-freebsd-questions@FreeBSD.ORG Thu Jul 7 01:20:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8B17916A41C for ; Thu, 7 Jul 2005 01:20:11 +0000 (GMT) (envelope-from korpuskularny@o2.pl) Received: from kogut.o2.pl (kogut.o2.pl [212.126.20.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362BB43D48 for ; Thu, 7 Jul 2005 01:20:11 +0000 (GMT) (envelope-from korpuskularny@o2.pl) Received: from dpb190.neoplus.adsl.tpnet.pl (dpb190.neoplus.adsl.tpnet.pl [83.24.135.190]) by kogut.o2.pl (o2.pl Mailer 2.0.1) with ESMTP id E2D0A2EE89A for ; Thu, 7 Jul 2005 03:20:09 +0200 (CEST) Date: Thu, 7 Jul 2005 03:20:14 +0200 From: Piotr Baranowski X-Mailer: The Bat! (v3.5.30) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <1185062865.20050707032014@o2.pl> To: FreeBSD-question In-Reply-To: <20050707004656.GA32044@xor.obsecurity.org> References: <1137466184.20050707023452@o2.pl> <20050707004656.GA32044@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re[2]: Kernel compiling error on FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Piotr Baranowski List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 01:20:11 -0000 KK> Show us the exact error and exactly what you did, we can't help if KK> you're vague about it. what i did was: 1) cd /usr/src/sys/i386/conf 2) cp GENERIC OWIEC 3) editing OWIEC 4) config OWIEC 5) cd ../compile/OWIEC 6) make depend 7) had errors 8) make -a D depend 9) seen errors ;-) then i used second method 1) cd /usr/src 2) make buildkernel KERNCONF=OWIEC 3) had errors 4) make -a D buildkernel KERNCONF=OWIEC 5) same errors here ;-) exact errors would take very much space ;-) at first blocks of theese err's: cc: #: No such file of directory cc: parents:: No such file or directory cc: kernel: No such file or directory cc: vers.c: No such file or directory cc: harvest.o: No such file or directory cc: :: No such file or directory cc: ${NORMAL_C}: No such file or directory cc: randomdev.ln: No such file or directory cc: ${NORMAL_LINT}: No such file or directory and so on.. and after that, block of many: cc1: error: unrecognized command line option "-f" This could be problem with: 1) placing files in filesystem - wich should be ok, i did not change anything in directory tree 2) version of 'gcc' or 'make' maybe? UPDATE: i just tried to compile Midnight Commander, or any other ports program, i get errors like: fetch: #: No such file or directory => Attempting to fetch from something is name of packages something2 is like: #, parents, master-sites-default, ${AWK}, and so on KK> Kris Peter PS. Sorry Kris for priv mail, i'm from poland, it's 3:19 AM here and i'm getting sleepy ;-) i just did: replay to ;-)