Date: Sat, 30 Jan 2021 02:08:40 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 253088] bhyveload: /boot/userboot.so: Undefined symbol "gfx_fb_bezier" Message-ID: <bug-253088-27103@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253088 Bug ID: 253088 Summary: bhyveload: /boot/userboot.so: Undefined symbol "gfx_fb_bezier" Product: Base System Version: 13.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bhyve Assignee: virtualization@FreeBSD.org Reporter: warlock@phouka.net FreeBSD 13.0-ALPHA3 stable/13-c256224-ga455b23cf348 I haven't been kicking the tires on my FreeBSD BHYVEs lately, but I tried to start one today and ran across this: (pulling out bit that I need from /usr/share/examples/bhyve/vmrun.sh) /usr/sbin/bhyveload -c stdio -m 12G -d /zroot/stash/iso/FreeBSD-13.0-CURRENT-amd64-20200806-r363935-disc1.iso bsd13 /boot/userboot.so: Undefined symbol "gfx_fb_bezier" If I truss it, the final bits are: open("/boot/userboot.so",O_RDONLY|O_CLOEXEC|O_VERIFY,00) = 4 (0x4) fstat(4,{ mode=-r--r--r-- ,inode=14806,size=845368,blksize=131072 }) = 0 (0x0) mmap(0x0,4096,PROT_READ,MAP_PRIVATE|MAP_PREFAULT_READ,4,0x0) = 34376941568 (0x801068000) mmap(0x0,67932160,PROT_NONE,MAP_GUARD,-1,0x0) = 48358227968 (0xb42600000) mmap(0xb42600000,151552,PROT_READ,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE|MAP_PREFAULT_READ,4,0x0) = 48358227968 (0xb42600000) mmap(0xb42625000,626688,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE|MAP_PREFAULT_READ,4,0x24000) = 48358379520 (0xb42625000) mmap(0xb426be000,16384,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_PREFAULT_READ,4,0xbc000) = 48359006208 (0xb426be000) mmap(0xb426c2000,12288,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_PREFAULT_READ,4,0xbf000) = 48359022592 (0xb426c2000) mmap(0xb426c5000,67125248,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0) = 48359034880 (0xb426c5000) munmap(0x801068000,4096) = 0 (0x0) close(4) = 0 (0x0) munmap(0x801065000,12288) = 0 (0x0) mmap(0x0,163840,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34381344768 (0x80149b000) munmap(0xb42600000,67932160) = 0 (0x0) fstat(1,{ mode=crw--w---- ,inode=225,size=0,blksize=4096 }) = 0 (0x0) ioctl(1,TIOCGETA,0x7fffffffe6b0) = 0 (0x0) /boot/userboot.so: Undefined symbol "gfx_fb_bezier" write(1,"/boot/userboot.so: Undefined sym"...,52) = 52 (0x34) exit(0x1) process exit, rval = 1 -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253088-27103>
