From owner-freebsd-questions Wed Jan 31 12:30:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itu.st.jyu.fi (itu.st.jyu.fi [130.234.40.21]) by hub.freebsd.org (Postfix) with ESMTP id 70C3E37B698 for ; Wed, 31 Jan 2001 12:30:27 -0800 (PST) Received: from localhost (tristan@localhost) by itu.st.jyu.fi (8.11.0/8.11.0) with ESMTP id f0VKUPJ11459 for ; Wed, 31 Jan 2001 22:30:25 +0200 Date: Wed, 31 Jan 2001 22:30:24 +0200 (EET) From: Kim Helenius To: Subject: Make world problems (libl, gencheck) 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 I'm a bit new to FreeBSD so I have no clue about these errors. I did cvsup and make world about two months ago, everything went smoothly. Now, the problems began when I finally managed to set up some IPFW rules. No problem. Except that I didn't have have the option IPFIREWALL_VERBOSE in my kernel, so I decided it was time to build a new kernel anyway. I did a cvsup, compiled the kernel and rebooted. This is where the problems started. Ipfw then gave ipfw: getsockopt(IP_FW_ADD): Invalid parameter (or something close to that) on every rule add attempt. I read from /usr/src/UPDATING that ipfw has indeed changed since my last make world so I decided it was time to do that too. It stopped quite early and I managed to find out that LDADD = -ll in a makefile was the culprit. I then made a link /usr/lib/libl.a -> /usr/lib/libln.a and so that problem was solved (whether this is a good solution I don't know). Then the make world reached as far as /usr/obj/usr/src/gnu/usr.bin/cc/cc_tools and there it compiled a binary, gencheck and this is where it stops: ./gencheck > treecheck.h ./gencheck: permission denied So, I cannot execute the binary -> the make world will not continue. Kim Helenius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message