From owner-cvs-src@FreeBSD.ORG Tue Jan 11 14:31:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C38E16A4CE; Tue, 11 Jan 2005 14:31:38 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id C728C43D2F; Tue, 11 Jan 2005 14:31:35 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id j0BEVXoa050102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jan 2005 09:31:34 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Tue, 11 Jan 2005 09:31:41 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-ID: <20050111093141.0234c48a@mobile.pittgoth.com> In-Reply-To: <20050111141514.GB63677@ip.net.ua> References: <200501110615.j0B6FJ1e044702@repoman.freebsd.org> <20050111141628.Q4043@pcle2.cc.univie.ac.at> <20050111135411.GA65973@orion.daedalusnetworks.priv> <20050111141514.GB63677@ip.net.ua> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Tom Rhodes cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Lukas Ertl cc: cvs-all@FreeBSD.org cc: Giorgos Keramidas Subject: Re: cvs commit: src/libexec/rtld-aout Makefile dynamic.hmd-prologue.c rtld.1aout rtld.c shlib.c shlib.h support.c support.h mdprologue.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 14:31:38 -0000 On Tue, 11 Jan 2005 16:15:14 +0200 Ruslan Ermilov wrote: > On Tue, Jan 11, 2005 at 03:54:11PM +0200, Giorgos Keramidas wrote: > > On 2005-01-11 14:17, Lukas Ertl wrote: > > >On Tue, 11 Jan 2005, Tom Rhodes wrote: > > >> Log: > > >> Remove a.out runtime linker. It doesn't build and was removed from the > > >> build over two years ago by peter. > > > > > > This breaks buildworld in sbin/ldconfig. > > > > A repocopy of shlib.[ch] and support.[ch] from src/libexec/rtld-aout > > into src/sbin/ldconfig and the following patch in src/sbin/ldconfig > > fixed the build of ldconfig here: > > > > % Index: Makefile > > % =================================================================== > > % RCS file: /home/ncvs/src/sbin/ldconfig/Makefile,v > > % retrieving revision 1.19 > > % diff -u -r1.19 Makefile > > % --- Makefile 23 Feb 2004 20:13:53 -0000 1.19 > > % +++ Makefile 11 Jan 2005 13:48:11 -0000 > > % @@ -2,11 +2,8 @@ > > % > > % PROG= ldconfig > > % SRCS= elfhints.c ldconfig.c shlib.c support.c > > % -LDDIR?= ${.CURDIR}/../../libexec/rtld-aout > > % -CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT > > % +CFLAGS+=-I${.CURDIR} > > % WARNS?= 0 > > % MAN= ldconfig.8 > > % > > % -.PATH: ${LDDIR} > > % - > > % .include > > > > Note, however, that I haven't had the chance to test the resulting > > ldconfig binary. I need my workstation to do other work and cannot boot > > it into a test install. > > > The resulting binary has an identical MD5 checksum. The cvs admins suck. I'll restore only the files needed to fix the build. Then! I'll look into really de-orbiting the a.out support ... -- Tom Rhodes