Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2001 00:09:56 +0200 (EET)
From:      Pekka Savola <pekkas@netcore.fi>
To:        Warner Losh <imp@harmony.village.org>
Cc:        <Andrew.Hodgkins@hurlburt.af.mil>, <freebsd-stable@FreeBSD.ORG>
Subject:   Re: 3.5-S->4.2-S: still fail w/ setresuid on miniperl 
Message-ID:  <Pine.LNX.4.31.0102152310490.28916-100000@netcore.fi>
In-Reply-To: <Pine.LNX.4.31.0102151854450.27684-100000@netcore.fi>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.31.0102152310490.28916-100000>