From owner-freebsd-current@FreeBSD.ORG Thu Jul 31 08:35:10 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 F3F9837B401 for ; Thu, 31 Jul 2003 08:35:09 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id C9DCB43F85 for ; Thu, 31 Jul 2003 08:35:08 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 67682 invoked by uid 1002); 31 Jul 2003 15:35:08 -0000 Received: from adsl-64-58-12-196.mho.net (HELO freebsd.org) (64.58.12.196) by smtp.mho.net with SMTP; 31 Jul 2003 15:35:08 -0000 Message-ID: <3F293728.307@freebsd.org> Date: Thu, 31 Jul 2003 09:35:04 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Cran References: <20030731132627.GA52863@buffy.brucec.backnet> In-Reply-To: <20030731132627.GA52863@buffy.brucec.backnet> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 15:35:10 -0000 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. Scott