From owner-ctm-users@FreeBSD.ORG Sat Aug 10 16:51:18 2013 Return-Path: Delivered-To: ctm-users@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85F3FF7E for ; Sat, 10 Aug 2013 16:51:18 +0000 (UTC) (envelope-from s.montgomerysmith@gmail.com) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 582692572 for ; Sat, 10 Aug 2013 16:51:18 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id 9so5942973iec.21 for ; Sat, 10 Aug 2013 09:51:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=DSbV3R9fJiq6AMioxHxBAoy9LKfrmmWCJdqEjMzj2MU=; b=0M5JuclkNUH0LsQzXKagRsBzH/TjcsXERqA7r/XbNrme7EwoOQ+B55310rgV3wikdX jThkqCSVP4LX0dsHs29e1SNIw5Mwy9nAjnJnOEr4rlnOaArFe+bSGx6p+CtEjICFPti4 uNyGVgtyUeeMzYr669Bkn0yFbeT0+tFmcy908jHhPqFZbU/HajdGLbk971NROSGqwNvi X/59SIL+Io05DaoR/5bOmCmFqgHZD2my/ub6XtHEuSQhFou74jbVHAZYZTg0NZVX4UZE 9FUDfytrxHhuweoW+EE2o8vbkUz+hmwckyCkZ+SWz9YiE2GW6KPsXbgX/i0/XUYe5gKz hkog== X-Received: by 10.43.88.3 with SMTP id ay3mr6542013icc.61.1376153477287; Sat, 10 Aug 2013 09:51:17 -0700 (PDT) Received: from [161.130.252.164] ([161.130.252.164]) by mx.google.com with ESMTPSA id b5sm695989igm.3.2013.08.10.09.51.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 10 Aug 2013 09:51:16 -0700 (PDT) Sender: Stephen Montgomery-Smith Message-ID: <52066F81.8030705@missouri.edu> Date: Sat, 10 Aug 2013 11:51:13 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: "ctm-users@freebsd.org" Subject: Problem with ctm-src-cur X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: ctm-users@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: CTM User discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Aug 2013 16:51:18 -0000 ctm-src-cur has stopped working in a rather unusual way. What has happened is that a file contrib/bind9/libtool.m4 was removed and replaced by a directory contrib/bind9/libtool.m4. The ctm program is incapable of applying this patch that tries to do both at once. This is obviously a bug with ctm, but it would require quite some effort to fix. Since this is the first time I have seen this happen since I took over CTM production (I don't remember how many years ago), I will create two CTM deltas. One will remove the file. The second will add the directory. By the way, is anyone using src-cur? This problem happened four days ago, and no-one has informed me of it yet.