From owner-freebsd-current@FreeBSD.ORG Thu Jul 31 09:28:20 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2493E37B401 for ; Thu, 31 Jul 2003 09:28:19 -0700 (PDT) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE97B43F93 for ; Thu, 31 Jul 2003 09:28:18 -0700 (PDT) (envelope-from bruce@cran.org.uk) Received: from buffy.brucec.backnet ([82.41.200.71]) by smtp-out4.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.5600); Thu, 31 Jul 2003 17:28:14 +0100 Received: from buffy.brucec.backnet (localhost [127.0.0.1]) by buffy.brucec.backnet (8.12.9/8.12.9) with ESMTP id h6VGSG83012414; Thu, 31 Jul 2003 17:28:16 +0100 (BST) (envelope-from bruce@buffy.brucec.backnet) Received: (from bruce@localhost) by buffy.brucec.backnet (8.12.9/8.12.9/Submit) id h6VGSGdN012413; Thu, 31 Jul 2003 17:28:16 +0100 (BST) Date: Thu, 31 Jul 2003 17:28:15 +0100 From: Bruce Cran To: Mark Murray Message-ID: <20030731162815.GA12368@buffy.brucec.backnet> References: <3F293728.307@freebsd.org> <200307311550.h6VFoOZ2081920@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307311550.h6VFoOZ2081920@grimreaper.grondar.org> User-Agent: Mutt/1.4.1i X-OriginalArrivalTime: 31 Jul 2003 16:28:15.0010 (UTC) FILETIME=[BDE90020:01C35780] cc: freebsd-current@freebsd.org Subject: Re: make rerelease broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 16:28:20 -0000 On Thu, Jul 31, 2003 at 04:50:24PM +0100, Mark Murray wrote: > Scott Long writes: > > Bruce Cran wrote: > > > There appears to be a breakage of 'rerelease' - that is, 'release' works, but > > > 'rerelease' fails in telnetd. After fixing the Makefile for the gcc -Os > > > build, the build failed in /usr/src/contrib/telnet/telnetd/authenc.c and ext.h. > > > I have since verified that the 'release' succeeds when the 'rerelease' fails. > > > I get messages about 'undefined reference to nclearto' - it's not finding the > > > extern char *nclearto from ext.h. For some reason, it only fails when doing > > > the rerelease. > > > > > > -- > > > Bruce Cran > > > > I saw this too, but couldn't verify that it wasn't due to other problems > > that I was experiencing. Mark, can you take a glance at this? This > > seems to only happen when 'rerelease' triggers something to be rebuilt. > > I kept on seeing this with rescue/ when I was trying to fix the kerberos5 > and telnet builds. > > There is something dodgy with the crunchgen stuff that leaves behind > .o files compiled with the wrong -DFOO defines. Result is things that > don't link properly much later. > > I'd need a complete log to comment further. PLEASE DON'T EMAIL IT!! Please > put it somewhere for me to fetch. Any diffs to release/Makefile and the > exact command line used to kick off the build would be useful too. > There's a complete log at http://www.cran.org.uk/rerelease.log -- Bruce Cran