From owner-freebsd-stable Mon Apr 16 9:52:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 042FA37B42C; Mon, 16 Apr 2001 09:52:41 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:bhqKFc+MwETRPBgMg55dbhUpKqzQavBgL2l2W5xPGob1PuZ8hYoCR0bMarZmY/FG@localhost [::1]) (authenticated as ume with CRAM-MD5) by peace.mahoroba.org (8.11.3/8.11.3/peace) with ESMTP/inet6 id f3GGoV206026; Tue, 17 Apr 2001 01:50:31 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 17 Apr 2001 01:50:28 +0900 (JST) Message-Id: <20010417.015028.41641702.ume@mahoroba.org> To: jkh@osd.bsdi.com Cc: stable@freebsd.org, developers@freebsd.org Subject: Re: 4.3-RELEASE: One final delay From: Hajimu UMEMOTO In-Reply-To: <20010412235546U.jkh@osd.bsdi.com> References: <20010412235546U.jkh@osd.bsdi.com> X-Mailer: xcite1.38> Mew version 1.95b119 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Thu, 12 Apr 2001 23:55:46 -0700 >>>>> Jordan Hubbard said: jkh> I've also updated the 4.3-RC3 ISO image to contain Steve Price's jkh> absolute most up-to-date package set, hopefully fixing the reported jkh> issues with sysinstall's in-built package requirements and the KDE2 jkh> packages. It cannot be installed via IPv6 at all. It seems kernel or ifconfig is broken. It doesn't show up IPv6 link-local address on Emergency Holographic Shell. It should be assigned automatically. It seems at least ifconfig is built without -DINET6. So, when trying rtsol, it cannot be find out assigned IPv6 address. It was wrongly dropped during introducing RELEASE_CRUNCH hack (sbin/ifconfig/Makefile: 1.14->1.15,1.14.2.1). Since I don't have release engeneering environment now, though I don't test the patch yet, at least it is required. If no other part is not broken, it will be expected to fix it. Index: sbin/ifconfig/Makefile diff -u sbin/ifconfig/Makefile.orig sbin/ifconfig/Makefile --- sbin/ifconfig/Makefile.orig Fri Jan 12 02:59:15 2001 +++ sbin/ifconfig/Makefile Tue Apr 17 01:42:53 2001 @@ -7,9 +7,9 @@ #comment out to exclude SIOC[GS]IFMEDIA support SRCS+= ifmedia.c CFLAGS+=-DUSE_IF_MEDIA -.if !defined(RELEASE_CRUNCH) CFLAGS+=-DINET6 +.if !defined(RELEASE_CRUNCH) #comment out to exclude SIOC[GS]ETVLAN support SRCS+= ifvlan.c CFLAGS+=-DUSE_VLANS -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message