Actions
Bug #2602
closedmake upgrade errors from DragonFly_RELEASE_3_4 to DragonFly_RELEASE_3_6
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
11/05/2013
Due date:
% Done:
0%
Estimated time:
Description
Follow Upgrade Procedure Outlined in Handbook
make buildworld
make buildkernel
make installworld
make installkernel
make upgrade
install -o root -g wheel -m 444 /usr/src/etc/sendmail/dragonfly.submit.mc /etc/mail
install -o root -g wheel -m 444 /usr/src/etc/sendmail/../../contrib/sendmail-8.14/sendmail/helpfile /etc/mail
cd /usr/src/etc/mtree; install -o root -g wheel -m 444 BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist BSD.sendmail.dist /etc/mtree
cd /usr/src/etc/bluetooth; make install
install -o root -g wheel -m 444 protocols /etc/bluetooth
cd /usr/src/etc; install -o root -g wheel -m 444 Makefile.usr /usr/Makefile
csh -c "rm -f /usr/lib/pam_{cleartext_pass_ok,deny,opie,opieaccess,permit,radius,skey,ssh,tacplus,unix}.so"
rm -f /etc/pam.conf
cd /usr/src/etc/..; install -o root -g wheel -m 444 COPYRIGHT /
rm -f /usr/include/machine/ioctl_meteor.h
rm -f /usr/include/machine/ioctl_bt848.h
rm -f /usr/include/sys/ata.h
ln -s "../dev/video/bktr/ioctl_bt848.h" /usr/include/machine/ioctl_bt848.h
ln -s "../dev/video/meteor/ioctl_meteor.h" /usr/include/machine/ioctl_meteor.h
ln -s nata.h /usr/include/sys/ata.h
cd /usr/src/etc/../secure/lib/libssh; make -f Makefile.etc obj
cd /usr/src/etc/../secure/lib/libssh; make -f Makefile.etc install
1: Invalid argument
- Error code 2
make: stopped in /usr/src/secure/lib/libssh
- Error code 1
make: stopped in /usr/src/etc
- Error code 1
Stop.
make: stopped in /usr/src
Updated by marino about 11 years ago
I made a post on users@ about this very topic just a couple of months ago.
http://lists.dragonflybsd.org/pipermail/users/2013-September/090163.html
You have to reboot before "make upgrade".
Updated by marino almost 11 years ago
- Status changed from New to Closed
Information also added to UPDATING
Actions