[Bug 201451] randomdev.o undefined references when running make buildkernel
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 10 04:41:19 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201451
Bug ID: 201451
Summary: randomdev.o undefined references when running make
buildkernel
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: m.vale at live.com.au
randomdev.o: In function `read_random':
/usr/src/sys/dev/random/randomdev.c:189: undefined reference to
`random_alg_context'
/usr/src/sys/dev/random/randomdev.c:191: undefined reference to
`random_alg_context'
/usr/src/sys/dev/random/randomdev.c:200: undefined reference to
`random_alg_context'
/usr/src/sys/dev/random/randomdev.c:207: undefined reference to
`random_alg_context'
randomdev.o: In function `randomdev_unblock':
/usr/src/sys/dev/random/randomdev.c:256: undefined reference to
`random_alg_context'
randomdev.o:/usr/src/sys/dev/random/randomdev.c:343: more undefined references
to `random_alg_context' follow
randomdev.o: In function `random_sources_feed':
/usr/src/sys/dev/random/randomdev.c:346: undefined reference to
`random_harvest_direct'
/usr/src/sys/dev/random/randomdev.c:343: undefined reference to
`random_alg_context'
randomdev.o: In function `randomdev_read':
/usr/src/sys/dev/random/randomdev.c:142: undefined reference to
`random_alg_context'
/usr/src/sys/dev/random/randomdev.c:145: undefined reference to
`random_alg_context'
/usr/src/sys/dev/random/randomdev.c:150: undefined reference to
`random_alg_context'
/usr/src/sys/dev/random/randomdev.c:152: undefined reference to
`random_alg_context'
randomdev.o:/usr/src/sys/dev/random/randomdev.c:145: more undefined references
to `random_alg_context' follow
scmouse.o: In function `sc_mouse_ioctl':
/usr/src/sys/dev/syscons/scmouse.c:669: undefined reference to
`random_harvest_queue'
syscons.o: In function `scgetc':
/usr/src/sys/dev/syscons/syscons.c:3414: undefined reference to
`random_harvest_queue'
vt_core.o: In function `vt_processkey':
/usr/src/sys/dev/vt/vt_core.c:736: undefined reference to
`random_harvest_queue'
vt_sysmouse.o: In function `sysmouse_process_event':
/usr/src/sys/dev/vt/vt_sysmouse.c:142: undefined reference to
`random_harvest_queue'
kern_intr.o: In function `swi_sched':
/usr/src/sys/kern/kern_intr.c:1129: undefined reference to
`random_harvest_queue'
kern_intr.o:/usr/src/sys/kern/kern_intr.c:891: more undefined references to
`random_harvest_queue' follow
subr_bus.o: In function `device_attach':
/usr/src/sys/kern/subr_bus.c:2887: undefined reference to
`random_harvest_direct'
if_ethersubr.o: In function `ether_input_internal':
/usr/src/sys/net/if_ethersubr.c:429: undefined reference to
`random_harvest_queue'
if_tun.o: In function `tunwrite':
/usr/src/sys/net/if_tun.c:909: undefined reference to `random_harvest_queue'
ffs_inode.o: In function `ffs_update':
/usr/src/sys/ufs/ffs/ffs_inode.c:156: undefined reference to
`random_harvest_queue'
uma_core.o: In function `uma_zalloc_arg':
/usr/src/sys/vm/uma_core.c:2139: undefined reference to `random_harvest_fast'
uma_core.o: In function `uma_zfree_arg':
/usr/src/sys/vm/uma_core.c:2681: undefined reference to `random_harvest_fast'
*** Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list