From nobody@FreeBSD.org  Wed Jun  3 20:00:10 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0D77D106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  3 Jun 2009 20:00:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F06B18FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  3 Jun 2009 20:00:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n53K09fG055943
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 3 Jun 2009 20:00:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n53K09mO055942;
	Wed, 3 Jun 2009 20:00:09 GMT
	(envelope-from nobody)
Message-Id: <200906032000.n53K09mO055942@www.freebsd.org>
Date: Wed, 3 Jun 2009 20:00:09 GMT
From: Matt Castelein <coldfusionpc@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: NTPD source missing things
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         135224
>Category:       misc
>Synopsis:       NTPD source missing things
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 03 20:10:01 UTC 2009
>Closed-Date:    Thu Jun 04 00:26:45 UTC 2009
>Last-Modified:  Thu Jun 04 00:26:45 UTC 2009
>Originator:     Matt Castelein
>Release:        7.1
>Organization:
>Environment:
FreeBSD soekris.coldnuke.dyndns.org 7.1-RELEASE FreeBSD 7.1-RELEASE #2: Sat Apr 25 01:52:46 UTC 2009     root@freebsd.coldnuke.dyndns.org:/usr/src/sys/i386/compile/NET4801  i386
>Description:
Compiling NTP from /usr/src/condtrib/ntp, things are missing:

checking for sin6_scope_id in struct sockaddr_in6... yes
checking for in6addr_any... yes
checking for interface list sysctl... yes
configure: creating ./config.status
config.status: creating libopts/Makefile
config.status: creating Makefile
config.status: creating ElectricFence/Makefile
config.status: error: cannot find input file: ElectricFence/Makefile.in

(bk version) >/dev/null 2>&1 &&  cd . &&  x=`bk -R prs -hr+ -nd:I: ChangeSet` &&  y=`cat version 2>/dev/null` || true &&  case "$x" in ''|$y) ;; *) echo $x > version ;; esac
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make  all-recursive
Making all in libopts
"Makefile", line 314: Could not find ./.deps/libopts_la-libopts.Plo
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/contrib/ntp.
*** Error code 1

Stop in /usr/src/contrib/ntp.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: delphij 
State-Changed-When: Thu Jun 4 00:24:38 UTC 2009 
State-Changed-Why:  
Not a bug: contrib/ntp is not supposed to be used this way. 

In order to rebuild NTP from base system, the right way is t 
use the provided BSDmake skeleton, i.e. use 'make buildworld' 
instead of the usual ./configure way because the contents in 
contrib/ directory are usually stripped down versions, rather 
than full versions. 


Responsible-Changed-From-To: freebsd-bugs->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Thu Jun 4 00:24:38 UTC 2009 
Responsible-Changed-Why:  
Take so I can receive feedback about this. 

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