From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 27 12:40:03 2008 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 A15491065679 for ; Sun, 27 Apr 2008 12:40: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 8E1D98FC1F for ; Sun, 27 Apr 2008 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3RCe3ue024819 for ; Sun, 27 Apr 2008 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3RCe3uZ024818; Sun, 27 Apr 2008 12:40:03 GMT (envelope-from gnats) Date: Sun, 27 Apr 2008 12:40:03 GMT Message-Id: <200804271240.m3RCe3uZ024818@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Vic Abell" Cc: Subject: RE: ports/123100: sysutils/lsof port fails in 6.3-STABLE (fwd) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vic Abell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 12:40:03 -0000 The following reply was made to PR ports/123100; it has been noted by GNATS. From: "Vic Abell" To: "'Larry Rosenman'" Cc: "'Edwin Groothuis'" , "Vicabell" Subject: RE: ports/123100: sysutils/lsof port fails in 6.3-STABLE (fwd) Date: Sun, 27 Apr 2008 08:12:48 -0400 Larry, You write: > > It looks like 4.79 has issues with 6.3-STABLE. Lsof is only supported on FreeBSD 4.9, 7.0 and above. That's in the 4.79 documentation and it's because I can't test lsof on older FreeBSD versions. > ideas? Yes, it looks like the locking changes that affected 7.0 and above have been back ported to 6.3-STABLE. That will require a change to the lsof Configure script to detect the locking changes for FreeBSD versions earlier than 7.0. I have CC'd the PR author so he understands the situation and to see if he's willing to test the change. I will delay making it until I hear that the can test it and can include it with the latest locking changes I have been assembling. Vic Abell lsof author