From owner-freebsd-current@FreeBSD.ORG Wed Apr 27 16:32:06 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 7394116A4D0; Wed, 27 Apr 2005 16:32:06 +0000 (GMT) Date: Wed, 27 Apr 2005 16:32:06 +0000 From: Darren Reed To: Ruslan Ermilov Message-ID: <20050427163206.GA7212@hub.freebsd.org> References: <20050426155608.GF94543@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050426155608.GF94543@ip.net.ua> User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Thu, 28 Apr 2005 12:05:09 +0000 cc: Darren Reed cc: current@FreeBSD.org Subject: Re: Patchset to fix ipfilter build breakage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 16:32:06 -0000 On Tue, Apr 26, 2005 at 06:56:08PM +0300, Ruslan Ermilov wrote: > - rescue is still broken: the libipf library is a > culprit -- it has a lot of undefined symbols that > consumers are expected to provide, thus preventing > it to be used in rescue. When compiling a rescue > binary, it fails with the following: ... I've been thinking and discussing this. Firstly, we don't need all the tools, just ipf should be ok. So the trick then is to compile all of the libipf .o's into ipf.lo or link libipf.a into ipf.lo How's that sound to you? Can you please supply patch to fix that ? O:-) Darren