Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) by bugs.isc.org (Postfix) with ESMTP id 27AEB2D20571 for ; Fri, 18 Apr 2014 00:55:13 +0000 (UTC) Received: from chase.mycre.ws (chase.mycre.ws [70.89.251.89]) by mx.pao1.isc.org (Postfix) with ESMTP id 9B4A03493A0 for ; Fri, 18 Apr 2014 00:55:12 +0000 (UTC) (envelope-from edmonds@debian.org) Received: by chase.mycre.ws (Postfix, from userid 1000) id 0A906B27111; Thu, 17 Apr 2014 20:55:09 -0400 (EDT) CC: lamont@debian.org Delivered-To: bind9-bugs@bugs.isc.org MIME-Version: 1.0 Subject: command-line namespace collision: "delve" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Content-Disposition: inline Date: Thu, 17 Apr 2014 20:55:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org content-type: text/plain; charset="utf-8" Message-ID: <20140418005509.GA3030@mycre.ws> To: bind9-bugs@isc.org From: Robert Edmonds X-RT-Original-Encoding: us-ascii Content-Length: 917 Hi, Per the BIND 9.10.0rc1 release notes: "delve" (domain entity lookup and validation engine) is a new tool with dig-like semantics for looking up DNS data and performing internal DNSSEC validation. This allows easy validation in environments where the resolver may not be trustworthy, and assists with troubleshooting of DNSSEC problems. [RT #32406] Unfortunately, there is already a "delve" command shipped by the Xapian project. This will cause a conflict for Linux distributions like Debian and Ubuntu; two different packages cannot both ship a "/usr/bin/delve" file without conflicting. (Per Debian policy, since the commands have completely different functionality, one of them would have to be renamed.) I recommend that ISC rename the "delve" command. Or perhaps negotiate with the Xapian project for the rights to the "delve" command name :-) -- Robert Edmonds edmonds@debian.org