DragonFly kernel List (threaded) for 2005-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: upgrading from stable
On Sat, May 28, 2005 at 10:21:45PM +0200, Joerg Sonnenberger wrote:
>On Sat, May 28, 2005 at 11:38:53AM -0400, George Georgalis wrote:
>> I have a dfly system that has been running DragonFly_Stable (woops!)
>> for a while. When trying to buildworld with DragonFly_Preview or
>> DragonFly_RELEASE_1_2_Slip, I get
>>
>> + src=/usr/src
>> + cd /usr/src
>> + make buildworld
>> "/usr/src/share/mk/bsd.own.mk", line 208: warning: junk after .endif ignored '!target(__<bsd.own.mk>__)'
>> "/usr/src/share/mk/bsd.init.mk", line 19: warning: junk after .endif ignored '!target(__<bsd.init.mk>__)'
>>
>> and the warning continues as some 40% of the output, I stopped it. When
>> I tried building the DragonFly_Snap29Sep2004 tag, it failed with an
>> error I neglected to save.
>
>Those warnings don't harm, but you might update make and share/mk first.
Since I've not done something like that, and to be 100% sure; you mean
make install in /usr/src/usr.bin/make and /usr/src/share/mk, right?
>Can you give me the error you got, may be it is easy to fix :)
Whew, that took a while, slow box...
Sorry I cannot tell exactly which command failed below,
cd $src \
&& make buildworld \
&& make buildkernel \
&& make installkernel \
&& make preupgrade \
&& make installworld \
&& make upgrade \
&& echo a-okay
This is the tail of DragonFly_Stable making DragonFly_Snap29Sep2004;
I manually joined some lines below but I think I got it right.
===> sbin/sysctl
rm -f .depend
mkdep -f .depend -a /usr/src/sbin/sysctl/sysctl.c
echo sysctl: /usr/obj/usr/src/world_i386/usr/lib/libc.a >> .depend
===> sbin/tunefs
rm -f .depend
mkdep -f .depend -a /usr/src/sbin/tunefs/tunefs.c
echo tunefs: /usr/obj/usr/src/world_i386/usr/lib/libc.a >> .depend
===> sbin/umount
rm -f .depend
mkdep -f .depend -a -I/usr/src/sbin/umount/../mount -I/usr/src/sbin/umount/../../usr.sbin/rpc.umntall /usr/src/sbin/umount/umount.c /usr/src/sbin/umount/../mount/vfslist.c /usr/src/sbin/umount/../../usr.sbin/rpc.umntall/mounttab.c
echo umount: /usr/obj/usr/src/world_i386/usr/lib/libc.a >> .depend
===> sbin/vinum
rm -f .depend
mkdep -f .depend -a -I/usr/src/sbin/vinum/../../sys -DVINUMDEBUG /usr/src/sbin/vinum/v.c /usr/src/sbin/vinum/list.c /usr/src/sbin/vinum/vinumparser.c /usr/src/sbin/vinum/vinumutil.c /usr/src/sbin/vinum/commands.c
/usr/src/sbin/vinum/vinumparser.c:62: vinumkw.h: No such file or directory
/usr/src/sbin/vinum/vinumutil.c:45: vinumhdr.h: No such file or directory
/usr/src/sbin/vinum/vinumutil.c:46: statetexts.h: No such file or directory
mkdep: compile failed
*** Error code 1
Stop in /usr/src/sbin/vinum.
*** Error code 1
Stop in /usr/src/sbin.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
+ exit
Regards,
// George
--
George Georgalis, systems architect, administrator Linux BSD IXOYE
http://galis.org/george/ cell:646-331-2027 mailto:george@xxxxxxxxx
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]