From owner-ctm-announce@FreeBSD.ORG Thu Jan 3 14:39:39 2013 Return-Path: Delivered-To: ctm-announce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 36D64514 for ; Thu, 3 Jan 2013 14:39:39 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id E4735B6F for ; Thu, 3 Jan 2013 14:39:38 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.6/8.14.6) with ESMTP id r03EdT6h078601 for ; Thu, 3 Jan 2013 08:39:31 -0600 (CST) (envelope-from stephen@missouri.edu) Message-ID: <50E59821.1050605@missouri.edu> Date: Thu, 03 Jan 2013 08:39:29 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: ctm-announce@FreeBSD.org Subject: Problems with ctm this morning X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: ctm-announce@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "CTM Announcements \[moderated\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2013 14:39:39 -0000 I changed the delta generating computer from FreeBSD 7 to FreeBSD 8. This has caused a couple of problems: 1. I forgot to update ctm_dequeue, so it failed with some library not found errors. So a couple of deltas were not emailed this morning. 2. mkctm is failing once in a while. I think it is because mmap does not allow the length of space allocated to be zero. (Presumably in FreeBSD 7 this was allowed.) I'll try to fix it soon.