From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 20 00:58:56 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C75D1647; Thu, 20 Nov 2014 00:58:56 +0000 (UTC) Received: from dmz-mailsec-scanner-5.mit.edu (dmz-mailsec-scanner-5.mit.edu [18.7.68.34]) by mx1.freebsd.org (Postfix) with ESMTP id 69FE9F9; Thu, 20 Nov 2014 00:58:56 +0000 (UTC) X-AuditID: 12074422-f79bf6d000000ffe-10-546d3b9cc55d Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) (using TLS with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-5.mit.edu (Symantec Messaging Gateway) with SMTP id CA.86.04094.C9B3D645; Wed, 19 Nov 2014 19:53:48 -0500 (EST) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id sAK0rlRJ016856; Wed, 19 Nov 2014 19:53:48 -0500 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id sAK0rjCu024869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 19 Nov 2014 19:53:47 -0500 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id sAK0rj0H000957; Wed, 19 Nov 2014 19:53:45 -0500 (EST) Date: Wed, 19 Nov 2014 19:53:45 -0500 (EST) From: Benjamin Kaduk To: Ian Lepore Subject: Re: Running 8 building 10 part2: ctfmerge hangs In-Reply-To: <1416440848.1147.156.camel@revolution.hippie.lan> Message-ID: References: <1416440848.1147.156.camel@revolution.hippie.lan> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrPIsWRmVeSWpSXmKPExsUixG6nrjvHOjfE4O1PI4v2hbvZLLZv/sdo 8eT4G2YHZo8Zn+azeOycdZc9gCmKyyYlNSezLLVI3y6BK2Nb727WgousFfO6D7M1MG5n6WLk 5JAQMJE43bKZDcIWk7hwbz2QzcUhJDCbSWLTgqmMEM5GRokd6++AdQgJHGKSWH5JACLRwCix YcpqJpAEi4C2ROuFTawgNpuAisTMNxvBxooIKEhsmbeaGcRmFnCUOLLmMtggYQELiU2Ni8Bq OAXsJC5P6WcEsXmBan6vaIDa3MQoseXUHLAGUQEdidX7p7BAFAlKnJz5hAViqJbE8unbWCYw Cs5CkpqFJLWAkWkVo2xKbpVubmJmTnFqsm5xcmJeXmqRrqlebmaJXmpK6SZGcNi6KO1g/HlQ 6RCjAAejEg9vgkVuiBBrYllxZe4hRkkOJiVR3iNaQCG+pPyUyozE4oz4otKc1OJDjBIczEoi vOycQDnelMTKqtSifJiUNAeLkjjvph98IUIC6YklqdmpqQWpRTBZGQ4OJQleCyugRsGi1PTU irTMnBKENBMHJ8hwHqDhfCA1vMUFibnFmekQ+VOMuhwtTW97mYRY8vLzUqXEeVVAigRAijJK 8+DmwNLNK0ZxoLeEedtBqniAqQpu0iugJUxAS+ZsyARZUpKIkJJqYFyUUuvlciOaY/YnE762 RJYKr+izpl7fPjNUS2xhZr0T11fXeFLQ3Kg4dsdUx50ZiRFJHz9dPmhS8G53pNfSVaUH3DME 32iwmFwTDw6xv5Gid4Vh8qTeVgmXLjWx1a9337nIvDA+s4jDpPdG0hw7waQLsu6+z7dv9lG7 7Hrp/cZr6wNLLrydqsRSnJFoqMVcVJwIAMBo94kSAwAA Cc: freebsd-hackers@freebsd.org, Dieter BSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 00:58:56 -0000 On Wed, 19 Nov 2014, Ian Lepore wrote: > There may be no path to success from 8.2. I have a vague memory that a > colleague at work starting running into problems like this (ctfmerge was > one of them I think), and we played with things for a few hours > (WITHOUT_CTF in make.conf only got us on to a new problem). Eventually > we gave up and updated his machine to 8.4. That was for building > 11-current but it may apply to 10 as well. It has always been the case that the supported upgrade procedure involves updating to the tip of the current stable branch before updating to (e.g.) -current. Sometimes other procedures also work, but it is not surprising that the first upgrade is needed. -Ben