Hi, I found the cause of the problem. For some strange reason, some file have been the year 2099 set as the date. I replaced the source tree with a new one and the problem was gone.
Erich On Mon, 30 Mar 2015 13:15:56 +0800 Erich Dollansky <[email protected]> wrote: > Hi, > > I just updated my sources to: > > URL: svn://svn.freebsd.org/base/stable/10 > Relative URL: ^/stable/10 > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 280833 > Node Kind: directory > Schedule: normal > Last Changed Author: mav > Last Changed Rev: 280803 > Last Changed Date: 2015-03-29 15:46:59 +0800 (Sun, 29 Mar 2015) > > Installing world fails now with this error: > > cc -O2 -pipe -DLOADER_NFS_SUPPORT -DBOOT_FORTH > -I/usr/src/sys/boot/i386/loader/../../ficl > -I/usr/src/sys/boot/i386/loader/../../ficl/i386 -DLOADER_GZIP_SUPPORT > -DLOADER_DISK_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT > -I/usr/src/sys/boot/i386/loader/../../common -I. -Wall > -I/usr/src/sys/boot/i386/loader/.. > -I/usr/src/sys/boot/i386/loader/../btx/lib -march=i386 -ffreestanding > -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 > -std=gnu99 -Qunused-arguments -DLOADER_PREFER_AMD64 -static -Ttext > 0x0 -nostdlib -o > loader.sym /usr/obj/usr/src/sys/boot/i386/loader/../btx/lib/crt0.o > main.o conf.o vers.o boot.o commands.o console.o devopen.o interp.o > interp_backslash.o interp_parse.o ls.o misc.o module.o panic.o > load_elf32.o load_elf32_obj.o reloc_elf32.o load_elf64.o > load_elf64_obj.o reloc_elf64.o disk.o part.o crc32.o bcache.o isapnp.o > pnp.o > interp_forth.o /usr/obj/usr/src/sys/boot/i386/loader/../../ficl32/libficl.a > /usr/obj/usr/src/sys/boot/i386/loader/../libi386/libi386.a > /usr/obj/usr/src/sys/boot/i386/loader/../../libstand32/libstand.a > cp loader.sym loader.bin make[7]: exec(cp) failed (No such file or > directory) *** Error code 1 > > Stop. > make[7]: stopped in /usr/src/sys/boot/i386/loader > *** Error code 1 > > There is a file 'loader' there but not a loader.sym. > > I encountered this error the first time with source last Friday or > Saturday and thought an update will do. > > Does somebody has a hint? > > Thanks! > > Erich > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
