From danny@cs.huji.ac.il  Thu Oct 25 10:22:32 2007
Return-Path: <danny@cs.huji.ac.il>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1122E16A418
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Oct 2007 10:22:32 +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 CACD713C48D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Oct 2007 10:22:31 +0000 (UTC)
	(envelope-from danny@cs.huji.ac.il)
Received: from sunfire.cs.huji.ac.il ([132.65.16.80])
	by cs1.cs.huji.ac.il with esmtp
	id 1IkzAG-0001Hh-Ja
	for FreeBSD-gnats-submit@freebsd.org; Thu, 25 Oct 2007 11:38:08 +0200
Received: from danny by sunfire.cs.huji.ac.il with local (Exim 4.68 (FreeBSD))
	(envelope-from <danny@cs.huji.ac.il>)
	id 1IkzAG-0000eK-JG
	for FreeBSD-gnats-submit@freebsd.org; Thu, 25 Oct 2007 11:38:08 +0200
Message-Id: <E1IkzAG-0000eK-JG@sunfire.cs.huji.ac.il>
Date: Thu, 25 Oct 2007 11:38:08 +0200
From: Danny Braniss <danny@cs.huji.ac.il>
Reply-To: Danny Braniss <danny@cs.huji.ac.il>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: missing hesiod.h
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117479
>Category:       misc
>Synopsis:       missing hesiod.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 25 10:30:00 UTC 2007
>Closed-Date:    Fri Oct 26 10:44:23 UTC 2007
>Last-Modified:  Fri Oct 26 10:44:23 UTC 2007
>Originator:     Danny Braniss
>Release:        FreeBSD 7.0-BETA1 amd64
>Organization:
>Environment:
System: FreeBSD sunfire 7.0-BETA1 FreeBSD 7.0-BETA1 #1: Sat Oct 20 16:30:43 IST 2007 danny@sunfire:/r+d/obj/sunfire/r+d/7.0/src/sys/HUJI amd64


	
>Description:
	'make installworld' does not install hesiod.h in /usr/include
	when compiling with: 
	     WITH_HESIOD="yes"
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:

From: "Craig Rodrigues" <rodrigc@crodrigues.org>
To: bug-followup@FreeBSD.org, danny@cs.huji.ac.il
Cc:  
Subject: Re: misc/117479: missing hesiod.h
Date: Thu, 25 Oct 2007 09:09:51 -0400

 Hi,
 
 Are you using src.conf to specify WITH_HESIOD?  See the src.conf(5) man page.
 -- 
 Craig Rodrigues
 rodrigc@crodrigues.org

From: Danny Braniss <danny@cs.huji.ac.il>
To: "Craig Rodrigues" <rodrigc@crodrigues.org>
Cc: bug-followup@FreeBSD.org, danny@cs.huji.ac.il, danny@cs.huji.ac.il
Subject: Re: misc/117479: missing hesiod.h 
Date: Thu, 25 Oct 2007 15:45:39 +0200

 > Hi,
 > 
 > Are you using src.conf to specify WITH_HESIOD?  See the src.conf(5) man page.
 > -- 
 > Craig Rodrigues
 > rodrigc@crodrigues.org
 
 yes
 
 and i know this for a fact, since the hesiod routines where compiled
 (and works :-)
 
 
Responsible-Changed-From-To: freebsd-bugs->ru 
Responsible-Changed-By: rodrigc 
Responsible-Changed-When: Thu Oct 25 15:15:13 UTC 2007 
Responsible-Changed-Why:  
Handing over to ru 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117479 

From: Ruslan Ermilov <ru@FreeBSD.org>
To: Danny Braniss <danny@cs.huji.ac.il>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: misc/117479: missing hesiod.h
Date: Fri, 26 Oct 2007 12:19:31 +0400

 On Thu, Oct 25, 2007 at 11:38:08AM +0200, Danny Braniss wrote:
 > 	'make installworld' does not install hesiod.h in /usr/include
 > 	when compiling with: 
 > 	     WITH_HESIOD="yes"
 > 
 Can you prove that?
 
 $ uname -r
 7.0-BETA1
 $ pwd
 /usr/src/include
 $ make -n install | grep hesiod | wc -l
 0
 $ make -n install WITH_HESIOD="yes" | grep hesiod | wc -l
 1
 $ 
 
 It also doesn't make a difference if WITH_HESIOD= is
 being put in /etc/src.conf, or in /etc/make.conf, or
 specified on the command line.
 
 
 Cheers,
 -- 
 Ruslan Ermilov
 ru@FreeBSD.org
 FreeBSD committer

From: Danny Braniss <danny@cs.huji.ac.il>
To: Ruslan Ermilov <ru@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: misc/117479: missing hesiod.h 
Date: Fri, 26 Oct 2007 12:22:24 +0200

 > On Thu, Oct 25, 2007 at 11:38:08AM +0200, Danny Braniss wrote:
 > > 	'make installworld' does not install hesiod.h in /usr/include
 > > 	when compiling with: 
 > > 	     WITH_HESIOD="yes"
 > > 
 > Can you prove that?
 > 
 > $ uname -r
 > 7.0-BETA1
 > $ pwd
 > /usr/src/include
 > $ make -n install | grep hesiod | wc -l
 > 0
 > $ make -n install WITH_HESIOD="yes" | grep hesiod | wc -l
 > 1
 > $ 
 > 
 > It also doesn't make a difference if WITH_HESIOD= is
 > being put in /etc/src.conf, or in /etc/make.conf, or
 > specified on the command line.
 
 i can't :-(, because you are right!
 my shell script did not set SRCCONF correctly when installing.
 
 sorry,
 	danny
 
 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Fri Oct 26 10:44:08 UTC 2007 
State-Changed-Why:  
Pilot error. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117479 
>Unformatted:
