From owner-freebsd-stable Wed May 16 20: 2:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by hub.freebsd.org (Postfix) with ESMTP id 00C5237B424 for ; Wed, 16 May 2001 20:02:46 -0700 (PDT) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.9.3/8.9.3) id LAA17096; Thu, 17 May 2001 11:02:37 +0800 (KRAST) (envelope-from eugen) Date: Thu, 17 May 2001 11:02:37 +0800 From: Eugene Grosbein To: Kris Kennaway Cc: stable@freebsd.org Subject: Re: make release and RELENG_3 Message-ID: <20010517110237.A16703@svzserv.kemerovo.su> References: <20010516161937.A50609@svzserv.kemerovo.su> <20010516095744.C30702@xor.obsecurity.org> <20010517093526.A87388@svzserv.kemerovo.su> <20010516191203.A38062@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010516191203.A38062@xor.obsecurity.org>; from kris@obsecurity.org on Wed, May 16, 2001 at 07:12:03PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 07:12:03PM -0700, Kris Kennaway wrote: > > Ops... Really, it's not 'make release' but some ports (f.e. security/op) > > use 'sed -E' and when 'make readmes' is run, it complains. > > I know, support for ports collection & RELENG_3 is dropped, but this > > affects make release. 3.5(.1)-RELEASE has bad security holes, > > RELENG_4 does not run well with some old hardware (basically, hard disks) > > and having opportunity to build 3-STABLE is good thing. > > You'll have to do some hacking on the ports collection to stop it > using sed -E, I'm afraid. Or maybe backport the sed changes to make > it understand -E. Well, I see there is some more things to do: /usr/ports/textproc/jade is currently broken on RELENG_3 :( ===> Building for jade-1.2.1_1 ... gmake[1]: Entering directory `/home3/ports/textproc/jade/work/jade-1.2.1' gmake[2]: Entering directory `/home3/ports/textproc/jade/work/jade-1.2.1/lib' c++ -O -pipe -fno-implicit-templates -I. -I./../include -I./../generic -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_ST_BLKSIZE=1 -DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -c assert.cxx -fPIC -DPIC -o assert.lo assert.cxx:9: warning: `catch', `throw', and `try' are all C++ reserved words assert.cxx:9: declaration of `exit(int)' throws different exceptions... /usr/include/stdlib.h:93: ...from previous declaration here gmake[2]: *** [assert.lo] Error 1 gmake[2]: Leaving directory `/home3/ports/textproc/jade/work/jade-1.2.1/lib' gmake[1]: *** [lib] Error 2 gmake[1]: Leaving directory `/home3/ports/textproc/jade/work/jade-1.2.1' gmake: *** [all] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Perhaps there is URL where I can get built recent 3-STABLE? Eugene Grsobein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message