Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2009 17:52:09 +0200
From:      Valentin Bud <valentin.bud@gmail.com>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   make installworld fails
Message-ID:  <139b44430902070752g17296e5cr6a910baa6c15386a@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
elo list,

just updated a newly installed freebsd 7.1 system and it crashed here:

===> rescue (install)
===> rescue/librescue (install)
===> rescue/rescue (install)
install -s -o root -g wheel -m 555   rescue /rescue
install: rescue: No such file or directory
*** Error code 71

Stop in /usr/src/rescue/rescue.
*** Error code 1

Stop in /usr/src/rescue.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

I have updated the sources using the csup method then
# make buildkernel  KERNCONF=CUSTOMISED
# make installkernel KERNCONF=CUSTOMISED
# mergemaster -p
reboot
#make installworld

# uname -a
FreeBSD server.xxx.com 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Sat Feb  7
15:47:11 EET 2009

# ls -al /
output omitted for brevity
...
drwxr-xr-x   2 root  wheel     2560 Feb  7 14:54 rescue

# ls -al /usr/src/rescue
total 12
drwxr-xr-x   4 root  wheel   512 Feb  7 13:45 .
drwxr-xr-x  22 root  wheel   512 Feb  7 13:50 ..
-rw-r--r--   1 root  wheel   133 Nov 25 04:59 Makefile
-rw-r--r--   1 root  wheel  1603 Nov 25 04:59 README
drwxr-xr-x   2 root  wheel   512 Feb  7 13:45 librescue
drwxr-xr-x   2 root  wheel   512 Feb  7 13:45 rescue

Now the question is what can i do next?

thanks,
v



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?139b44430902070752g17296e5cr6a910baa6c15386a>