From owner-freebsd-current Fri Mar 8 14: 4:34 2002 Delivered-To: freebsd-current@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 0BDC137B400 for ; Fri, 8 Mar 2002 14:04:29 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g28Lwsq40277; Fri, 8 Mar 2002 16:58:54 -0500 (EST) (envelope-from mike) Date: Fri, 8 Mar 2002 16:58:54 -0500 From: Mike Barcroft To: Joel Wilsson Cc: "David W. Chapman Jr." , freebsd-current@FreeBSD.ORG Subject: Re: HEADS UP: Be nice to -CURRENT ( "1 week Feature Slush" ) Message-ID: <20020308165854.P81803@espresso.q9media.com> References: <20020308101724.GA8515@freebsdmall.com> <20020308145953.GA62875@leviathan.inethouston.net> <20020308161714.GA65136@sii.unixsweden.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020308161714.GA65136@sii.unixsweden.net>; from siigron@sii.unixsweden.net on Fri, Mar 08, 2002 at 05:17:14PM +0100 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joel Wilsson writes: > On Fri, Mar 08, 2002 at 08:59:53AM -0600, David W. Chapman Jr. wrote: > > > As discussed at BSDCon, the release engineers are committed to > > > releasing a relatively stable snapshot of FreeBSD -CURRENT on or > > > around April 1, 2002. Obviously, a lot of major components are still > > > in progress, but a great deal of work has already been accomplished, > > > and could benefit from the additional exposure that a polished > > > snapshot with full package set and documentation will provide. > > > > > I don't know if this is something worth making it the snapshot, but > > currently kde doesn't work due to binuntils update. It may work now > > after the most recent binutils update, but we have to recompile kde > > to see that I believe, andkdelibs cannot be compiled > > which builds kde-config which the rest of the kde meta-ports try to > > run. > > It works if you don't use objprelink, and then change a bunch of files > to include arpa/inet.h htonl()/htons()/ntohl()/ntohs() can be defined by including , , or (the first two are POSIX-required, the final one is temporary until the base system no long requires it). Previously these functions were leaked to all sorts different headers. Weak aliases exist for these functions so even if software depended on, for instance ntohl() being prototyped , this should not be fatal. There's a few small issues with the prototypes which can lead to some compiler diagnostics (this should be fixed by Sunday). If someone can provide a compiler error and source file, I can figure out what the problem is. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message