From owner-freebsd-current@freebsd.org Fri Aug 3 14:38:18 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3189A106BEEE for ; Fri, 3 Aug 2018 14:38:18 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C79F38647A for ; Fri, 3 Aug 2018 14:38:17 +0000 (UTC) (envelope-from ian@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8947B106BEED; Fri, 3 Aug 2018 14:38:17 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77E64106BEEC for ; Fri, 3 Aug 2018 14:38:17 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDC0686478 for ; Fri, 3 Aug 2018 14:38:16 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 988593a3-9728-11e8-93fa-f3ebd9db2b94 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 988593a3-9728-11e8-93fa-f3ebd9db2b94; Fri, 03 Aug 2018 14:22:06 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w73EM466043371; Fri, 3 Aug 2018 08:22:04 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1533306124.1454.2.camel@freebsd.org> Subject: Re: ntpd user/group issue From: Ian Lepore To: Daniel Braniss , FreeBSD Current Date: Fri, 03 Aug 2018 08:22:04 -0600 In-Reply-To: <1C5B5B84-7FF1-489B-9607-11F1432B7C1E@cs.huji.ac.il> References: <1C5B5B84-7FF1-489B-9607-11F1432B7C1E@cs.huji.ac.il> Content-Type: text/plain; charset="iso-8859-7" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 03 Aug 2018 14:38:18 -0000 On Fri, 2018-08-03 at 10:31 +0300, Daniel Braniss wrote: > Hi, > I am cross compiling, which means i¢m using for example an 11.1 to > compile current, for > another host - an image which is different from the one i'm using to > compile. > > make install checks for ntpd in /etc, instead, should it look > elsewhere? DESTDIR perhaps? > > cheers, > danny > Add -DDB_FROM_SRC to the make command when you're installing, to work around this. Fixing the build system to automatically do so isn't as easy as you might think, but I've been working on it in slow motion. -- Ian