From owner-freebsd-questions Sat Feb 2 13:11:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id DCD3437B402 for ; Sat, 2 Feb 2002 13:11:52 -0800 (PST) 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 NAA03123; Sat, 2 Feb 2002 13:11:49 -0800 Message-ID: <3C5C5614.80908@owt.com> Date: Sat, 02 Feb 2002 13:11:48 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Jiri Mikulas Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: => libiconv - buildkernel References: <20020202182834.72645.qmail@academy.nsnet.cz> 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 Jiri Mikulas wrote: > hi all. > I have problem vith buildkernel. > from last stable cvsuped source > it stops on this part ... > ---------------------------------------- > rc/sys/modules/lge/../../dev/lge/if_lge.c > ===> libiconv > perl @/kern/makeobjops.pl -c @/libkern/iconv_converter_if.m > Can't open perl script "@/kern/makeobjops.pl": No such file or directory > *** Error code 2 > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > perl @/kern/makeobjops.pl -h @/libkern/iconv_converter_if.m > 1 error > *** Error code 2 > 1 error > *** Error code 2 > -------------------------- > the file makeobjops.pl is in its right place .. > kelt# locate akeobjops.pl > /usr/src/sys/kern/makeobjops.pl > kernconf is like GENERIC with > IPFW and pcm options .... > but i tryed to compile clean GENERIC and is the same. > so where should be problem ? > on other machines buildkernel went normal .. > thaks for help. Locate will be out of date. The entry will be from the last chron run. Also, since it is perl related, make sure your system date is correct. Try a owt# find . -name "makeob*" -print from /usr/src. You should see ./sys/kern/makeobjops.pl I just cvsuped tag=RELENG_4 and did a buildworld and buildkernel and installkernel. It is doing a installworld right now. The builds all worked just fine. What options did you use in /etc/make.conf, your make command lines, and list your "kernconf" The 2nd machine with a firewall is an AMD 900 and doing an upgrade based on a cvsup of src-all at 1800 GMT isn't as painful as on the Celeron 433a. Kent > Jiri. > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message