problem upgrading from 5.1 p16 to 5.2
Kent Stewart
kstewart at owt.com
Fri Apr 2 10:26:08 PST 2004
On Friday 02 April 2004 06:43 am, Leo De Geer wrote:
> I made make buildworld and make buildkernel make installkernel with
> no errors but then I did make installworld it stopped after around 1
> min with error that file dos not exist. Now I manage to do a cvsup
> back to releng5_1 but I cannot do the buildworld kernel any
> suggestions to how to get it up and running again
>
>
>
> The only root access I have at the moment is throw webmins command
> shell
>
The upgrade from 5.1 to 5.2 included changes to statfs. You had to boot
to single user mode on the new kernel to do the installworld. There
were many problems if you deviated from the sequence
in /usr/src/UPDATING. I updated my system through the statfs change and
didn't have any problem.
I think you should ask your question on -current. There may be a way to
use the fixit cd to recover but I don't have any idea. Someone on
current may have an idea.
Kent
>
>
> Regards Leo
>
> > make buildworld
>
> "/usr/src/Makefile", line 199: warning: "cd /usr/src/sys//conf &&
> find [A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES" returned non-zero
> status Running test variables
> PASS: Test variables detected no regression, output matches.
> Running test targets
> PASS: Test targets detected no regression.
> Running test sysvmatch
> PASS: Test sysvmatch detected no regression.
> Running test lhs_expn
> PASS: Test lhs_expn detected no regression.
> Running test notdef
> PASS: Test notdef detected no regression.
> Running test modifiers
> PASS: Test modifiers detected no regression.
> Running test funny_targets
> PASS: Test funny_targets detected no regression.
>
> --------------------------------------------------------------
>
> >>> Rebuilding the temporary build tree
>
> --------------------------------------------------------------
> rm -rf /usr/obj/usr/src/i386
> *** Signal 12
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> > make buildkernel KERNCONF=SKALMAN
>
> "/usr/src/Makefile", line 199: warning: "cd /usr/src/sys//conf &&
> find [A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES" returned non-zero
> status Running test variables
> PASS: Test variables detected no regression, output matches.
> Running test targets
> PASS: Test targets detected no regression.
> Running test sysvmatch
> PASS: Test sysvmatch detected no regression.
> Running test lhs_expn
> PASS: Test lhs_expn detected no regression.
> Running test notdef
> PASS: Test notdef detected no regression.
> Running test modifiers
> PASS: Test modifiers detected no regression.
> Running test funny_targets
> PASS: Test funny_targets detected no regression.
>
> --------------------------------------------------------------
>
> >>> Kernel build for SKALMAN started on Fri Apr 2 16:31:12 CEST 2004
>
> --------------------------------------------------------------
> ===> SKALMAN
> mkdir -p /usr/obj/usr/src/sys
> cd /usr/src/sys/i386/conf;
> PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/lega
>cy/usr/
> bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/
>sbin:/u
> sr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bi
>n:/usr/ sbin:/usr/bin config -d /usr/obj/usr/src/sys/SKALMAN
> /usr/src/sys/i386/conf/SKALMAN
> Removing stale header: opt_apic.h
> Removing stale header: opt_ng_cronyx.h
> Removing stale header: opt_no_mixed_mode.h
> Removing stale header: opt_mptable_force_htt.h
> Removing stale header: opt_dcons.h
> Removing stale header: opt_ah.h
> Removing stale header: opt_safe.h
> Removing stale header: opt_uplcom.h
> Removing stale header: opt_uart.h
> Removing stale header: opt_watchdog.h
> Removing stale header: opt_libmbpool.h
> Removing stale header: opt_da.h
> Removing stale header: opt_coda.h
> Kernel build directory is /usr/obj/usr/src/sys/SKALMAN
> Don't forget to do a ``make depend''
> cd /usr/obj/usr/src/sys/SKALMAN; MAKEOBJDIRPREFIX=/usr/obj
> MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE=
> GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin
> GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font
> GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
> DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh"
> PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/lega
>cy/usr/
> bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/
>sbin:/u
> sr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bi
>n:/usr/ sbin:/usr/bin make KERNEL=kernel cleandir
> rm -f *.o *.so *.So *.ko *.s eddep errs kernel kernel linterrs
> makelinks tags vers.c vnode_if.c vnode_if.h majors.c device_if.c
> bus_if.c linker_if.c miibus_if.c card_if.c power_if.c pci_if.c
> pcib_if.c ppbus_if.c usb_if.c isa_if.c agp_if.c device_if.h bus_if.h
> linker_if.h miibus_if.h card_if.h power_if.h pci_if.h pcib_if.h
> ppbus_if.h usb_if.h isa_if.h agp_if.h aicasm* y.tab.h aic7xxx_seq.h
> aic7xxx_reg.h aic7xxx_reg_print.c aic79xx_seq.h aic79xx_reg.h
> aic79xx_reg_print.c miidevs.h
> *** Signal 12
>
> Stop in /usr/obj/usr/src/sys/SKALMAN.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
More information about the freebsd-questions
mailing list