Date: Tue, 17 Apr 2001 01:50:28 +0900 (JST) From: Hajimu UMEMOTO <ume@mahoroba.org> To: jkh@osd.bsdi.com Cc: stable@freebsd.org, developers@freebsd.org Subject: Re: 4.3-RELEASE: One final delay Message-ID: <20010417.015028.41641702.ume@mahoroba.org> In-Reply-To: <20010412235546U.jkh@osd.bsdi.com> References: <20010412235546U.jkh@osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Thu, 12 Apr 2001 23:55:46 -0700
>>>>> Jordan Hubbard <jkh@osd.bsdi.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010417.015028.41641702.ume>
