From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 5 18:20:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F2811065698 for ; Sun, 5 Sep 2010 18:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 740B78FC13 for ; Sun, 5 Sep 2010 18:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o85IK385030825 for ; Sun, 5 Sep 2010 18:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o85IK3eK030824; Sun, 5 Sep 2010 18:20:03 GMT (envelope-from gnats) Date: Sun, 5 Sep 2010 18:20:03 GMT Message-Id: <201009051820.o85IK3eK030824@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Garrett Wollman Cc: Subject: Re: ports/150235: sysutils/smartmontools build system bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Wollman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2010 18:20:03 -0000 The following reply was made to PR ports/150235; it has been noted by GNATS. From: Garrett Wollman To: Alex Samorukov Cc: bug-followup@FreeBSD.org Subject: Re: ports/150235: sysutils/smartmontools build system bug Date: Sun, 5 Sep 2010 14:12:09 -0400 < said: > 1) Source tree needs to be exist to build smartmontools with cissio > support. It will build w/o source tree, but cissio will be disabled by > configure script. That's a bug. NOTHING in userland should compile against the source tree. If you need a header file that's not installed, work with a src developer to get that header installed. > 2) Out of sync sources is not a problem of smartmontools, but user. No, it's a bug. *Nothing else cares*, nor is it legitimate to care. /usr/src often does not match the running kernel, particularly in the middle of an upgrade cycle. > Don`t do this and and there will be no problems. That's not a reasonable answer. -GAWollman