Kernel won't build: 6.1-RELEASE > 6.1-STABLE

Donald J. O'Neill donaldjoneill at gmail.com
Sat Jul 22 17:29:41 UTC 2006


On Saturday 22 July 2006 10:49, Kyrre Nygard wrote:
> Hello,
>
> I'm trying to upgrade my kernel from 6.1-RELEASE to 6.1-STABLE.
>
> But it will not work, it fails out when dealing with umass.
>
> This is a freshly installed system.
>
> The command I issued was: make buildworld KERNCONF=SURIA
>
You really only need 'make buildworld', KERNCONF=SURIA isn't used at this 
point.


> #####
> ##### /usr/src/sys/i386/conf/SURIA
> #####
>
> machine i386
> cpu I686_CPU
>
> ident SURIA
>
Try with a GENERIC config file, see if that builds. You may have taken 
something out that needed to be in the config file. I have one computer that 
has to be done that way. 


> options SCHED_4BSD
> options FFS
> options SOFTUPDATES
> options UFS_ACL
> options UFS_DIRHASH
> options MAC
> options MD_ROOT
> options NFSSERVER
> options MSDOSFS
> options CD9660
> options PROCFS
> options PSEUDOFS
> options COMPAT_43
> options COMPAT_FREEBSD4
> options COMPAT_FREEBSD5
> options KTRACE
> options SYSVSHM
> options SYSVMSG
> options SYSVSEM
>
> options _KPOSIX_PRIORITY_SCHEDULING
> options KBD_INSTALL_CDEV
> options AHC_REG_PRETTY_PRINT
> options AHD_REG_PRETTY_PRINT
>
> options ADAPTIVE_GIANT
>
> device isa
> device eisa
> device pci
> device sio
> device agp
> device apic
>
> device ata
> device atadisk
> device atapicd
> device atapifd
> device fdc
>
> device firewire
> device sbp
>
> device uhci
> device ohci
> device ehci
> device usb
> device udbp
> device ugen
> device uhid
> device ukbd
> device ums
> device ulpt
> device uscanner
> device umass
>
> device psm
> device atkbdc
> device atkbd
> device vga
> device radeondrm
> device splash
> device sc
>
> device npx
>
> device ether
> device miibus
> device bge
>
> device loop
> device mem
> device io
> device random
> device sl
> device ppp
> device tun
> device pty
> device md
>
> options INET
> options INET6
> options IPSEC
> options IPSEC_ESP
> options IPSEC_DEBUG
>
> device gif
> device faith
> device bpf
> device pf
> device pflog
>
> #####
> ##### Build transcript
> #####
>
> [...]
>

>
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/SURIA.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Thank you all,
> Kyrre
>
> _______________________________________________

You may have a problem with your sources. You can try blowing off the source 
tree and re-cvsuping it. I've had to do that before.

Don


More information about the freebsd-questions mailing list