Date: Tue, 1 Aug 2000 00:46:44 +0900 From: "H . S . YOON" <tsoi@xocah.dhs.org> To: freebsd-stable@freebsd.org Subject: Re: Does anyone succeed on making world from 3.5S to 4.1S ? Message-ID: <20000801004644.B38206@xocah.dhs.org> In-Reply-To: <20000801000915.A29102@xocah.dhs.org>; from tsoi@xocah.dhs.org on Tue, Aug 01, 2000 at 12:09:15AM %2B0900 References: <20000731163500.A35564@xocah.dhs.org> <86wvi2bjhj.fsf@dumpster.io.com> <20000801000915.A29102@xocah.dhs.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Yeah, you're right. /usr/src/UPDATING's instructions do not work on me. I'd like to follow the next steps derived from '/usr/src/UPDATING'. This is my scenario but it did not gave me a successful result. ( CVSuped to RELENG_4 and 'CFLAGS= -O -pipe', 'USA_RESIDENT=NO' in /etc/make.conf ) 1. cd /usr/src 2. make buildworld 3. make buildkernel KERNEL=MYKERNEL ; make installkernel KERNEL=MYKERNEL 4. cd /usr/src/sys/modules ; make install 5. cd /usr/src/sbin/mknod ; make install 6. cp /usr/src/etc/MAKEDEV /dev ; sh MAKEDEV all ; change wd -> ad 7. reboot ( to single user ) 8. cd /usr/src/gnu/usr.bin/texinfo/install-info ; make install 9. cd /usr/src ; make installworld ( ld-elf.so warning? ldconfig -R /usr/obj/usr/src/lib/libc and repeat installworld ) 10. mergemaster 11. reboot Buildworld was successful with no error. But 'make installkernel' fail and 'make install in /usr/src/sys/modules' fail, too. Whe installkernel, " xocah# make installkernel KERNEL=XOCAH cd /usr/obj/usr/src/sys/XOCAH; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=XOCAH make install cd: can't cd to /usr/obj/usr/src/sys/XOCAH *** Error code 2 Stop. *** Error code 1 Stop. " When install module, " xocah# make install ===> accf_data install -c -o root -g wheel -m 555 accf_data.ko /modules install: accf_data.ko: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. " ( Maybe ko means Korean, for i'm live in Korea. ) And I don't know what I should do. Thus spake Lars Eighner (eighner@io.com) ::::: : In our last episode, <20000731163500.A35564@xocah.dhs.org>, : the lovely and talented H S YOON : : HSY> Does anyone succeed on making world from 3.5S to 4.1S? -- no : HSY> signature : : It cannot be done by following the instructions in UPDATING : exactly to the letter. Evidently, those who succeed know : some special interpretation of the instructions which, so : far, none of them have been willing to share with the rest : of us. : : : -- : Lars Eighner eighner@io.com http://www.io.com/~eighner/ : Save the whales! Collect the whole set! : : : : To Unsubscribe: send mail to majordomo@FreeBSD.org : with "unsubscribe freebsd-stable" in the body of the message -- no signature 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?20000801004644.B38206>