From owner-freebsd-ports Sun Apr 21 8: 3:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id E720337B41A for ; Sun, 21 Apr 2002 08:03:14 -0700 (PDT) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g3LF1Wf12655; Sun, 21 Apr 2002 17:01:32 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200204211501.g3LF1Wf12655@zibbi.icomtek.csir.co.za> Subject: Re: jade does not compile on current In-Reply-To: <7msn5pz5i7.wl@waterblue.imgsrc.co.jp> from Jun Kuriyama at "Apr 21, 2002 07:54:24 pm" To: kuriyama@imgsrc.co.jp (Jun Kuriyama) Date: Sun, 21 Apr 2002 17:01:32 +0200 (SAT) Cc: freebsd-ports@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > On my -current environment, I cannot reproduce such an error. How old is your current? I see it here on my home box which was rebuilt yesterday and also in the release environment of the box that builds the ftp.za.freebsd.org releases. (It also looks like libtool does not like the latest changes to expr(1), but that is another battle. :-( ) > At Sun, 21 Apr 2002 11:18:55 +0200 (SAT), > John Hay wrote: > > void exit (int __status) throw () __attribute__ ((__noreturn__)); > > Could you try to change this line to: > > void exit(int) __attribute__((noreturn)); Well this does compile and I'm building a release with it now to see if it will survive that. But if one can change it to this line, why not just leave the line out? This look pretty much the same as what is in stdlib.h which is included just a few lines earlier in assert.cxx. > You can use textproc/openjade to build doc distribution for releases, > too. I'll look at that if jade does not want to work, but it looks like it will need more that just a setting in release/Makefile. It looks like I will probably have to change release/Makefile.inc.docports too? John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message