From owner-freebsd-stable Thu Feb 15 14:10:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from netcore.fi (netcore.fi [193.94.160.1]) by hub.freebsd.org (Postfix) with ESMTP id F291537B4EC for ; Thu, 15 Feb 2001 14:10:09 -0800 (PST) Received: from localhost (pekkas@localhost) by netcore.fi (8.11.1/8.11.1) with ESMTP id f1FM9uj29251; Fri, 16 Feb 2001 00:09:56 +0200 Date: Fri, 16 Feb 2001 00:09:56 +0200 (EET) From: Pekka Savola To: Warner Losh Cc: , Subject: Re: 3.5-S->4.2-S: still fail w/ setresuid on miniperl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 15 Feb 2001, Pekka Savola wrote: A few extra notes, as it seems I had missed a few (I did most of these concurrently). --- 0. CVSup to RELENG_4, naturally. > 1. install some tools that are required to build & install RELENG_4 with old > tools: > add cd /usr/src/gnu/usr.bin/texinfo/libtxi && make > cd /usr/src/gnu/usr.bin/texinfo/makeinfo && make all install > cd /usr/src/gnu/usr.bin/texinfo/install-info && make all install > cd /usr/src/gnu/usr.bin/texinfo && make all install clean > edit /usr/src/gnu/usr.bin/groff/Makefile.cfg, comment out -fno-exceptions from CXXFLAGS > mkdir /usr/share/groff_font/devcp1047 > mkdir /usr/share/groff_font/devlbp > mkdir /usr/share/groff_font/devutf8 > [note! make install of groff seems broken, so mkdir is needed] > cd /usr/src/gnu/usr.bin/groff && make all install clean > [note! 'man' displaying breaks for a while, but no matter] replace with cd /usr/src/gnu/usr.bin/groff/libgroff && make cd /usr/src/gnu/usr.bin/groff/groff && make all install clean I doubt troff is needed. Also, add: echo "#undef HAVE_THROW_DECL" > /usr/src/gnu/usr.bin/gperf/config.h .. this is required to build brand new && shiny gperf with older tools. -- Pekka Savola "Tell me of difficulties surmounted, Netcore Oy not those you stumble over and fall" Systems. Networks. Security. -- Robert Jordan: A Crown of Swords To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message