tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Can't currently build NetBSD 8 on Alpha



I can cross-build, but I can't build NetBSD 8 on Alpha running NetBSD 8... Can't seem to find where these should be coming from...

Suggestions?


--- t_modautoload ---
#      link  modautoload/t_modautoload
/usr/src/../tools/bin/alpha--netbsd-gcc --sysroot=/usr/src/../dest-alpha -Wl,-E -Wl,--warn-shared-textrel -o t_modautoload t_modautoload.o sysctlbyname.o sysctlgetmibinfo.o -Wl,-rpath-link,/usr/src/../dest-alpha/lib -L=/lib -Wl,--whole-archive /usr/src/../dest-alpha/usr/lib/librumpvfs.a /usr/src/../dest-alpha/usr/lib/librump.a -Wl,--no-whole-archive -lrumpuser -lpthread -latf-c /usr/src/../dest-alpha/usr/lib/librumpvfs.a(kern_physio.o): In function `rumpns_physio':
(.text+0xca0): undefined reference to `rumpns__run_once'
/usr/src/../dest-alpha/usr/lib/librumpvfs.a(kern_physio.o): In function `rumpns_physio':
(.text+0xcac): undefined reference to `rumpns__run_once'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `once_init':
(.text+0x14): undefined reference to `mutex_init'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `once_init':
(.text+0x24): undefined reference to `mutex_init'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `once_init':
(.text+0x38): undefined reference to `cv_init'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `once_init':
(.text+0x44): undefined reference to `cv_init'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x80): undefined reference to `mutex_enter'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x94): undefined reference to `mutex_enter'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0xc4): undefined reference to `cv_wait'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0xcc): undefined reference to `cv_wait'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0xe8): undefined reference to `mutex_exit'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0xec): undefined reference to `mutex_exit'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x124): undefined reference to `mutex_exit'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x130): undefined reference to `mutex_exit'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x150): undefined reference to `mutex_enter'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x158): undefined reference to `mutex_enter'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x174): undefined reference to `cv_broadcast'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x178): undefined reference to `cv_broadcast'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x190): undefined reference to `kern_assert'
/usr/src/../dest-alpha/usr/lib/librump.a(subr_once.o): In function `_run_once':
(.text+0x1b4): undefined reference to `kern_assert'
/usr/src/../dest-alpha/usr/lib/librump.a(prop_number.o):(.text+0xa4): undefined reference to `rumpns__run_once' /usr/src/../dest-alpha/usr/lib/librump.a(prop_number.o):(.text+0xb0): undefined reference to `rumpns__run_once' /usr/src/../dest-alpha/usr/lib/librump.a(prop_number.o):(.text+0x434): undefined reference to `rumpns__run_once' /usr/src/../dest-alpha/usr/lib/librump.a(prop_number.o):(.text+0x440): undefined reference to `rumpns__run_once' /usr/src/../dest-alpha/usr/lib/librump.a(prop_bool.o):(.text+0x84): undefined reference to `rumpns__run_once' /usr/src/../dest-alpha/usr/lib/librump.a(prop_bool.o):(.text+0x90): more undefined references to `rumpns__run_once' follow /usr/src/../dest-alpha/usr/lib/librump.a(rump.o): In function `rump__init':
(.text+0x96c): undefined reference to `rumpns_once_init'
/usr/src/../dest-alpha/usr/lib/librump.a(rump.o): In function `rump__init':
(.text+0x970): undefined reference to `rumpns_once_init'
collect2: error: ld returned 1 exit status
*** [t_modautoload] Error code 1



Home | Main Index | Thread Index | Old Index