From owner-freebsd-current@FreeBSD.ORG Thu May 24 13:33:43 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED4BE16A469; Thu, 24 May 2007 13:33:43 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id A180F13C468; Thu, 24 May 2007 13:33:43 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1HrDRm-000JyU-Qy; Thu, 24 May 2007 16:33:42 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Ruslan Ermilov In-reply-to: References: Comments: In-reply-to Danny Braniss message dated "Thu, 24 May 2007 15:04:11 +0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 May 2007 16:33:42 +0300 From: Danny Braniss Message-ID: Cc: current@freebsd.org Subject: Re: WITH_HESIOD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 24 May 2007 13:33:44 -0000 > > > > --AhhlLboLdkugWU4S > > Content-Type: text/plain; charset=us-ascii > > Content-Disposition: inline > > Content-Transfer-Encoding: quoted-printable > > > > On Thu, May 24, 2007 at 11:12:13AM +0300, Danny Braniss wrote: > > [...] > > > btw: any explanation/rational wrt src.conf/make.conf? > > >=20 > > http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html > good, it also makes allot of sense. > > now for the main issue, why setting WITH_HESIOD compiles lib/net/hesiod.c but > usr.bin/hesinfo failes? > > and am getting different results, cross-compiling, native, but none work :-( > > cheers, > danny found the problem: in src/lib/libc/net/Symbol.map s/hesiod_resolv;/hesiod_resolve;/ danny