From owner-freebsd-questions@FreeBSD.ORG Sat Jul 22 15:50:05 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F5E16A4DD for ; Sat, 22 Jul 2006 15:50:05 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D9B343D6E for ; Sat, 22 Jul 2006 15:49:58 +0000 (GMT) (envelope-from kyrreny@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J2T00ITFAN8NB90@osl1smout1.broadpark.no> for questions@freebsd.org; Sat, 22 Jul 2006 17:49:56 +0200 (CEST) Received: from urban.broadpark.no ([80.203.212.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J2T007OOAN84WB0@osl1sminn1.broadpark.no> for questions@freebsd.org; Sat, 22 Jul 2006 17:49:56 +0200 (CEST) Date: Sat, 22 Jul 2006 17:49:54 +0200 From: Kyrre Nygard To: questions@freebsd.org Message-id: <7.0.1.0.2.20060722174321.026f6008@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Cc: Subject: Kernel won't build: 6.1-RELEASE > 6.1-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 15:50:05 -0000 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 ##### ##### /usr/src/sys/i386/conf/SURIA ##### machine i386 cpu I686_CPU ident SURIA 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 ##### [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror config.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror env.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror hints.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vnode_if.c touch hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=make sh /usr/src/sys/conf/newvers.sh SURIA cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vers.c linking kernel r300_cmdbuf.o(.text+0x27): In function `r300_emit_cliprects': : undefined reference to `drm_debug_flag' r300_cmdbuf.o(.text+0x83c): In function `r300_do_cp_cmdbuf': : undefined reference to `drm_debug_flag' r300_cmdbuf.o(.text+0xbf4): In function `r300_do_cp_cmdbuf': : undefined reference to `drm_debug_flag' r300_cmdbuf.o(.text+0xdf8): In function `r300_do_cp_cmdbuf': : undefined reference to `drm_debug_flag' r300_cmdbuf.o(.text+0xe28): In function `r300_do_cp_cmdbuf': : undefined reference to `drm_debug_flag' r300_cmdbuf.o(.text+0xf0f): more undefined references to `drm_debug_flag' follow radeon_cp.o(.text+0xc56): In function `radeon_do_cleanup_cp': : undefined reference to `drm_irq_uninstall' radeon_cp.o(.text+0xc96): In function `radeon_do_cleanup_cp': : undefined reference to `drm_ati_pcigart_cleanup' radeon_cp.o(.text+0xcfe): In function `radeon_do_cleanup_cp': : undefined reference to `drm_ioremapfree' radeon_cp.o(.text+0xd0a): In function `radeon_do_cleanup_cp': : undefined reference to `drm_ioremapfree' radeon_cp.o(.text+0xd16): In function `radeon_do_cleanup_cp': : undefined reference to `drm_ioremapfree' radeon_cp.o(.text+0xd22): In function `radeon_do_cleanup_cp': : undefined reference to `drm_ioremapfree' radeon_cp.o(.text+0xdc8): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0xe02): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0xe40): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0xebf): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x10df): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x1218): more undefined references to `drm_debug_flag' follow radeon_cp.o(.text+0x1251): In function `radeon_cp_init': : undefined reference to `drm_order' radeon_cp.o(.text+0x12bd): In function `radeon_cp_init': : undefined reference to `drm_ati_pcigart_init' radeon_cp.o(.text+0x14a5): In function `radeon_cp_init': : undefined reference to `drm_ioremap' radeon_cp.o(.text+0x14bd): In function `radeon_cp_init': : undefined reference to `drm_ioremap' radeon_cp.o(.text+0x14d5): In function `radeon_cp_init': : undefined reference to `drm_ioremap' radeon_cp.o(.text+0x1544): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x1571): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x15cc): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x15ff): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x1666): In function `radeon_cp_init': : undefined reference to `drm_ioremap' radeon_cp.o(.text+0x169c): In function `radeon_cp_init': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x17b4): In function `radeon_cp_start': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x182c): In function `radeon_cp_start': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x184e): In function `radeon_cp_start': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x1990): In function `radeon_cp_start': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x1a54): more undefined references to `drm_debug_flag' follow radeon_cp.o(.text+0x224c): In function `radeon_driver_load': : undefined reference to `drm_alloc' radeon_cp.o(.text+0x228c): In function `radeon_driver_load': : undefined reference to `drm_device_is_agp' radeon_cp.o(.text+0x22a1): In function `radeon_driver_load': : undefined reference to `drm_device_is_pcie' radeon_cp.o(.text+0x22b5): In function `radeon_driver_load': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x2338): In function `radeon_driver_firstopen': : undefined reference to `drm_get_resource_len' radeon_cp.o(.text+0x2343): In function `radeon_driver_firstopen': : undefined reference to `drm_get_resource_start' radeon_cp.o(.text+0x234c): In function `radeon_driver_firstopen': : undefined reference to `drm_addmap' radeon_cp.o(.text+0x2368): In function `radeon_driver_firstopen': : undefined reference to `drm_get_resource_len' radeon_cp.o(.text+0x2373): In function `radeon_driver_firstopen': : undefined reference to `drm_get_resource_start' radeon_cp.o(.text+0x237c): In function `radeon_driver_firstopen': : undefined reference to `drm_addmap' radeon_cp.o(.text+0x238e): In function `radeon_driver_unload': : undefined reference to `drm_debug_flag' radeon_cp.o(.text+0x23a8): In function `radeon_driver_unload': : undefined reference to `drm_free' radeon_cp.o(.text+0x23e6): In function `radeon_driver_unload': : undefined reference to `drm_free' radeon_drv.o(.text+0xc): In function `radeon_probe': : undefined reference to `drm_probe' radeon_drv.o(.text+0xec): In function `radeon_attach': : undefined reference to `drm_attach' radeon_drv.o(.data+0x48): undefined reference to `drm_devclass' radeon_drv.o(.data+0x94): undefined reference to `drm_detach' radeon_irq.o(.text+0x6a): In function `radeon_driver_irq_handler': : undefined reference to `drm_vbl_send_signals' radeon_mem.o(.text+0x65): In function `radeon_mem_release': : undefined reference to `drm_free' radeon_mem.o(.text+0xa2): In function `radeon_mem_takedown': : undefined reference to `drm_free' radeon_mem.o(.text+0xb4): In function `radeon_mem_takedown': : undefined reference to `drm_free' radeon_mem.o(.text+0x219): In function `radeon_mem_alloc': : undefined reference to `drm_alloc' radeon_mem.o(.text+0x256): In function `radeon_mem_alloc': : undefined reference to `drm_alloc' radeon_mem.o(.text+0x369): In function `radeon_mem_free': : undefined reference to `drm_free' radeon_mem.o(.text+0x387): In function `radeon_mem_free': : undefined reference to `drm_free' radeon_mem.o(.text+0x421): In function `radeon_mem_init_heap': : undefined reference to `drm_alloc' radeon_mem.o(.text+0x437): In function `radeon_mem_init_heap': : undefined reference to `drm_alloc' radeon_mem.o(.text+0x449): In function `radeon_mem_init_heap': : undefined reference to `drm_free' radeon_state.o(.text+0xc): In function `radeon_emit_state': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0xb56): In function `radeon_emit_state': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0xc07): In function `radeon_emit_state': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0xc6a): In function `radeon_emit_state': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0xd04): In function `radeon_emit_state': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0xd67): more undefined references to `drm_debug_flag' follow radeon_state.o(.text+0x4453): In function `radeon_cp_vertex': : undefined reference to `drm_find_file_by_proc' radeon_state.o(.text+0x448f): In function `radeon_cp_vertex': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x483d): In function `radeon_cp_indices': : undefined reference to `drm_find_file_by_proc' radeon_state.o(.text+0x4871): In function `radeon_cp_indices': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x4dd2): In function `radeon_cp_texture': : undefined reference to `drm_find_file_by_proc' radeon_state.o(.text+0x4f6a): In function `radeon_cp_texture': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x52be): In function `radeon_cp_texture': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x535d): In function `radeon_cp_texture': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x54a4): In function `radeon_cp_texture': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x57cf): In function `radeon_cp_stipple': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x5a0e): more undefined references to `drm_debug_flag' follow radeon_state.o(.text+0x5df6): In function `radeon_cp_vertex2': : undefined reference to `drm_find_file_by_proc' radeon_state.o(.text+0x5e2d): In function `radeon_cp_vertex2': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x63f6): In function `radeon_cp_cmdbuf': : undefined reference to `drm_find_file_by_proc' radeon_state.o(.text+0x64e9): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x658d): In function `radeon_cp_cmdbuf': : undefined reference to `drm_free' radeon_state.o(.text+0x659a): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x65ef): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x66d3): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x6843): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x69d7): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x6aa1): more undefined references to `drm_debug_flag' follow radeon_state.o(.text+0x6d04): In function `radeon_cp_cmdbuf': : undefined reference to `drm_free' radeon_state.o(.text+0x6d93): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x7016): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x70b3): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x7150): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x7220): In function `radeon_cp_cmdbuf': : undefined reference to `drm_alloc' radeon_state.o(.text+0x72c4): In function `radeon_cp_cmdbuf': : undefined reference to `drm_free' radeon_state.o(.text+0x7634): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x79e7): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x7aeb): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x7b44): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x7baf): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x7c86): more undefined references to `drm_debug_flag' follow radeon_state.o(.text+0x80ed): In function `radeon_cp_cmdbuf': : undefined reference to `drm_free' radeon_state.o(.text+0x8192): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x8223): In function `radeon_cp_cmdbuf': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x83f3): In function `radeon_cp_getparam': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x85f8): In function `radeon_cp_setparam': : undefined reference to `drm_find_file_by_proc' radeon_state.o(.text+0x863c): In function `radeon_cp_setparam': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x8681): In function `radeon_cp_setparam': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x86be): In function `radeon_cp_setparam': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x8871): In function `radeon_driver_preclose': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x88d2): In function `radeon_driver_open': : undefined reference to `drm_debug_flag' radeon_state.o(.text+0x88df): In function `radeon_driver_open': : undefined reference to `drm_alloc' radeon_state.o(.text+0x8946): In function `radeon_driver_postclose': : undefined reference to `drm_free' sbp.o(.text+0x2b4): In function `sbp_post_busreset': : undefined reference to `xpt_freeze_simq' sbp.o(.text+0x43c): In function `sbp_free_ocb': : undefined reference to `xpt_release_devq' sbp.o(.text+0x4b0): In function `sbp_cam_scan_lun': : undefined reference to `xpt_setup_ccb' sbp.o(.text+0x4b9): In function `sbp_cam_scan_lun': : undefined reference to `xpt_action' sbp.o(.text+0x4c8): In function `sbp_cam_scan_lun': : undefined reference to `xpt_release_devq' sbp.o(.text+0x56f): In function `sbp_cam_scan_target': : undefined reference to `xpt_setup_ccb' sbp.o(.text+0x594): In function `sbp_cam_scan_target': : undefined reference to `xpt_action' sbp.o(.text+0x5a3): In function `sbp_cam_scan_target': : undefined reference to `xpt_release_devq' sbp.o(.text+0x664): In function `sbp_do_attach': : undefined reference to `xpt_periph' sbp.o(.text+0x66d): In function `sbp_do_attach': : undefined reference to `xpt_create_path' sbp.o(.text+0x76b): In function `sbp_agent_reset_callback': : undefined reference to `xpt_release_devq' sbp.o(.text+0xa06): In function `sbp_orb_pointer': : undefined reference to `xpt_done' sbp.o(.text+0x1666): In function `sbp_action': : undefined reference to `xpt_done' sbp.o(.text+0x16be): In function `sbp_action': : undefined reference to `cam_calc_geometry' sbp.o(.text+0x1ac9): In function `sbp_action': : undefined reference to `xpt_freeze_devq' sbp.o(.text+0x1bd5): In function `sbp_abort_all_ocbs': : undefined reference to `xpt_done' sbp.o(.text+0x1c6a): In function `sbp_cam_detach_sdev': : undefined reference to `xpt_release_devq' sbp.o(.text+0x1c7f): In function `sbp_cam_detach_sdev': : undefined reference to `xpt_async' sbp.o(.text+0x1c87): In function `sbp_cam_detach_sdev': : undefined reference to `xpt_free_path' sbp.o(.text+0x1d46): In function `sbp_detach': : undefined reference to `xpt_async' sbp.o(.text+0x1d4e): In function `sbp_detach': : undefined reference to `xpt_free_path' sbp.o(.text+0x1d5c): In function `sbp_detach': : undefined reference to `xpt_bus_deregister' sbp.o(.text+0x1d66): In function `sbp_detach': : undefined reference to `cam_sim_free' sbp.o(.text+0x2241): In function `sbp_recv': : undefined reference to `xpt_done' sbp.o(.text+0x23f6): In function `sbp_recv': : undefined reference to `xpt_freeze_devq' sbp.o(.text+0x2aca): In function `sbp_timeout': : undefined reference to `xpt_freeze_devq' sbp.o(.text+0x2b04): In function `sbp_timeout': : undefined reference to `xpt_freeze_devq' sbp.o(.text+0x313d): In function `sbp_post_explore': : undefined reference to `xpt_release_simq' sbp.o(.text+0x329e): In function `sbp_post_explore': : undefined reference to `xpt_freeze_devq' sbp.o(.text+0x35d2): In function `sbp_post_explore': : undefined reference to `xpt_freeze_devq' sbp.o(.text+0x37a0): In function `sbp_attach': : undefined reference to `cam_simq_alloc' sbp.o(.text+0x37f1): In function `sbp_attach': : undefined reference to `cam_sim_alloc' sbp.o(.text+0x3809): In function `sbp_attach': : undefined reference to `xpt_bus_register' sbp.o(.text+0x3823): In function `sbp_attach': : undefined reference to `xpt_periph' sbp.o(.text+0x382c): In function `sbp_attach': : undefined reference to `xpt_create_path' sbp.o(.text+0x38f7): In function `sbp_attach': : undefined reference to `xpt_async' sbp.o(.text+0x390c): In function `sbp_attach': : undefined reference to `xpt_bus_deregister' sbp.o(.text+0x3917): In function `sbp_attach': : undefined reference to `cam_sim_free' sbp.o(.text+0x3949): In function `sbp_attach': : undefined reference to `cam_simq_free' udbp.o(.text+0x108): In function `udbp_detach': : undefined reference to `ng_rmnode_self' udbp.o(.text+0x11b): In function `udbp_detach': : undefined reference to `ng_unref_node' udbp.o(.text+0x487): In function `udbp_attach': : undefined reference to `ng_newtype' udbp.o(.text+0x4a4): In function `udbp_attach': : undefined reference to `ng_make_node_common' udbp.o(.text+0x4de): In function `udbp_attach': : undefined reference to `ng_name_node' udbp.o(.text+0x5bd): In function `udbp_attach': : undefined reference to `ng_unref_node' udbp.o(.text+0x621): In function `udbp_in_transfer_cb': : undefined reference to `ng_package_data' udbp.o(.text+0x637): In function `udbp_in_transfer_cb': : undefined reference to `ng_address_hook' udbp.o(.text+0x646): In function `udbp_in_transfer_cb': : undefined reference to `ng_snd_item' udbp.o(.text+0x8cd): In function `ng_udbp_rcvmsg': : undefined reference to `ng_free_item' udbp.o(.text+0x8d7): In function `ng_udbp_rcvmsg': : undefined reference to `M_NETGRAPH_MSG' udbp.o(.text+0x90b): In function `ng_udbp_rcvmsg': : undefined reference to `M_NETGRAPH_MSG' udbp.o(.text+0x98e): In function `ng_udbp_rcvmsg': : undefined reference to `ng_address_ID' udbp.o(.text+0x99d): In function `ng_udbp_rcvmsg': : undefined reference to `ng_snd_item' udbp.o(.text+0x9c6): In function `ng_udbp_rcvmsg': : undefined reference to `ng_free_item' udbp.o(.text+0x9f6): In function `ng_udbp_rcvdata': : undefined reference to `ng_free_item' udbp.o(.text+0xc34): In function `ng_udbp_rmnode': : undefined reference to `ng_unref_node' udbp.o(.text+0xc42): In function `ng_udbp_rmnode': : undefined reference to `ng_make_node_common' udbp.o(.text+0xc79): In function `ng_udbp_rmnode': : undefined reference to `ng_name_node' udbp.o(.text+0xce0): In function `ng_udbp_rmnode': : undefined reference to `ng_unref_node' udbp.o(.text+0xd36): In function `ng_udbp_disconnect': : undefined reference to `ng_rmnode_self' udbp.o(.rodata+0x20): undefined reference to `ng_parse_int32_type' udbp.o(.rodata+0x3c): undefined reference to `ng_parse_struct_type' udbp.o(.rodata+0x64): undefined reference to `ng_parse_int32_type' udbp.o(.rodata+0x70): undefined reference to `ng_parse_int32_type' umass.o(.text+0xef3): In function `umass_cam_rescan_callback': : undefined reference to `xpt_free_path' umass.o(.text+0xf3d): In function `umass_cam_rescan': : undefined reference to `xpt_periph' umass.o(.text+0xf46): In function `umass_cam_rescan': : undefined reference to `xpt_create_path' umass.o(.text+0xf67): In function `umass_cam_rescan': : undefined reference to `xpt_setup_ccb' umass.o(.text+0xf82): In function `umass_cam_rescan': : undefined reference to `xpt_action' umass.o(.text+0xfa8): In function `umass_cam_detach_sim': : undefined reference to `xpt_bus_deregister' umass.o(.text+0xfbc): In function `umass_cam_detach_sim': : undefined reference to `cam_sim_free' umass.o(.text+0x130f): In function `umass_attach': : undefined reference to `cam_simq_alloc' umass.o(.text+0x133f): In function `umass_attach': : undefined reference to `cam_sim_alloc' umass.o(.text+0x1353): In function `umass_attach': : undefined reference to `cam_simq_free' umass.o(.text+0x14a6): In function `umass_attach': : undefined reference to `xpt_bus_register' umass.o(.text+0x16b5): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x16e9): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x1736): In function `umass_cam_action': : undefined reference to `cam_calc_geometry' umass.o(.text+0x173c): In function `umass_cam_action': : undefined reference to `xpt_done' umass.o(.text+0x1a28): In function `umass_cam_cb': : undefined reference to `xpt_done' umass.o(.text+0x1a59): In function `umass_cam_cb': : undefined reference to `xpt_done' umass.o(.text+0x1b4e): In function `umass_cam_sense_cb': : undefined reference to `xpt_done' umass.o(.text+0x1b65): In function `umass_cam_sense_cb': : undefined reference to `xpt_done' umass.o(.text+0x1c27): more undefined references to `xpt_done' follow *** 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