From nobody@FreeBSD.org  Wed Jul 15 20:07:48 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 EB152106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Jul 2009 20:07:48 +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 DA06E8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Jul 2009 20:07:48 +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 n6FK7m5D040776
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 15 Jul 2009 20:07:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n6FK7m3W040775;
	Wed, 15 Jul 2009 20:07:48 GMT
	(envelope-from nobody)
Message-Id: <200907152007.n6FK7m3W040775@www.freebsd.org>
Date: Wed, 15 Jul 2009 20:07:48 GMT
From: Benjamin Lee <ben@b1c1l1.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/coreutils has name conflict with /usr/sbin/gstat
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jharris@widomaker.com

>Number:         136801
>Category:       ports
>Synopsis:       sysutils/coreutils has name conflict with /usr/sbin/gstat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 15 20:10:02 UTC 2009
>Closed-Date:    Wed Jul 29 16:51:19 UTC 2009
>Last-Modified:  Wed Jul 29 16:51:19 UTC 2009
>Originator:     Benjamin Lee
>Release:        7.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD eclipse.b1c1l1.com 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The sysutils/coreutils port prefixes its utilities with a 'g' to avoid name conflicts with base system utilities.  However, 'gstat' conflicts:

blee@eclipse.b1c1l1 ~ $ ls -l /usr/sbin/gstat 
-r-xr-xr-x 1 root wheel 14348 May  8 02:40 /usr/sbin/gstat
blee@eclipse.b1c1l1 ~ $ ls -l /usr/local/bin/gstat
-r-xr-xr-x 1 root wheel 37488 Nov 11  2008 /usr/local/bin/gstat

>How-To-Repeat:
Install sysutils/coreutils from ports.
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jul 15 20:10:13 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jharris@widomaker.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/136801: sysutils/coreutils has name conflict with /usr/sbin/gstat
Date: Wed, 15 Jul 2009 20:10:10 UT

 Maintainer of sysutils/coreutils,
 
 Please note that PR ports/136801 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136801
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Fri Jul 24 20:35:59 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: Wesley Shields <wxs@FreeBSD.org>
To: Benjamin Lee <ben@b1c1l1.com>, jharris@widowmaker.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/136801: sysutils/coreutils has name conflict with
 /usr/sbin/gstat
Date: Fri, 24 Jul 2009 16:35:51 -0400

 I fail to see how this is a problem. The port installs into ${PREFIX}
 which is /usr/local by default while the gstat from base is in
 /usr/sbin. If you want to use the gstat from this port you should
 specify a fully qualified path.
 
 There are other ports which behave the same way. An example would be
 net/netcat which installs ${PREFIX}/bin/nc while the base nc is in
 /usr/bin.
 
 With maintainer approval I would like to close this PR as it's not
 really a bug.
 
 -- WXS

From: Jason Harris <jharris@widomaker.com>
To: Wesley Shields <wxs@FreeBSD.org>
Cc: Benjamin Lee <ben@b1c1l1.com>, bug-followup@FreeBSD.org,
        Jason Harris <jharris@widomaker.com>
Subject: Re: ports/136801: sysutils/coreutils has name conflict with
	/usr/sbin/gstat
Date: Wed, 29 Jul 2009 12:04:00 -0400

 --8X7/QrJGcKSMr1RN
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Fri, Jul 24, 2009 at 04:35:51PM -0400, Wesley Shields wrote:
 > I fail to see how this is a problem. The port installs into ${PREFIX}
 > which is /usr/local by default while the gstat from base is in
 > /usr/sbin. If you want to use the gstat from this port you should
 > specify a fully qualified path.
 >=20
 > There are other ports which behave the same way. An example would be
 > net/netcat which installs ${PREFIX}/bin/nc while the base nc is in
 > /usr/bin.
 >=20
 > With maintainer approval I would like to close this PR as it's not
 > really a bug.
 
 Agreed and approved, thanks!
 
 --=20
 Jason Harris           |  NIC:  JH329, PGP:  This _is_ PGP-signed, isn't it?
 jharris@widomaker.com _|_ web:  http://keyserver.kjsl.com/~jharris/
           Got photons?   (TM), (C) 2004
 
 --8X7/QrJGcKSMr1RN
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (FreeBSD)
 
 iJ0EARECAF0FAkpwcvBWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
 cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
 PXRydWUACgkQSypIl9OdoOO25wCgm2dFLuAepD1/DE6sQ/oj4cV7jgUAn2x5Na5v
 LtalAogn4srd/7mdunkh
 =g7ak
 -----END PGP SIGNATURE-----
 
 --8X7/QrJGcKSMr1RN--
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Wed Jul 29 16:51:18 UTC 2009 
State-Changed-Why:  
Close with maintainer approval as this is not a conflict. Please use the 
fully qualified path to the proper gstat. 

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