From owner-freebsd-virtualization@freebsd.org Sat Jan 30 02:08:40 2021 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 522A55213FA for ; Sat, 30 Jan 2021 02:08:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DSHgX1h8Sz4kdw for ; Sat, 30 Jan 2021 02:08:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 380235210D6; Sat, 30 Jan 2021 02:08:40 +0000 (UTC) Delivered-To: virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 37C975215BB for ; Sat, 30 Jan 2021 02:08:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DSHgX0zNcz4kTH for ; Sat, 30 Jan 2021 02:08:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 147AC578F for ; Sat, 30 Jan 2021 02:08:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 10U28eIx086572 for ; Sat, 30 Jan 2021 02:08:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 10U28etU086571 for virtualization@FreeBSD.org; Sat, 30 Jan 2021 02:08:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 253088] bhyveload: /boot/userboot.so: Undefined symbol "gfx_fb_bezier" Date: Sat, 30 Jan 2021 02:08:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bhyve X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: warlock@phouka.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2021 02:08:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253088 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 bsd= 13 /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) =3D 4 (0x4) fstat(4,{ mode=3D-r--r--r-- ,inode=3D14806,size=3D845368,blksize=3D131072 }= ) =3D 0 (0x0) mmap(0x0,4096,PROT_READ,MAP_PRIVATE|MAP_PREFAULT_READ,4,0x0) =3D 34376941568 (0x801068000) mmap(0x0,67932160,PROT_NONE,MAP_GUARD,-1,0x0) =3D 48358227968 (0xb426000= 00) mmap(0xb42600000,151552,PROT_READ,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE|MAP_PREF= AULT_READ,4,0x0) =3D 48358227968 (0xb42600000) mmap(0xb42625000,626688,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCOR= E|MAP_PREFAULT_READ,4,0x24000) =3D 48358379520 (0xb42625000) mmap(0xb426be000,16384,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_PREFA= ULT_READ,4,0xbc000) =3D 48359006208 (0xb426be000) mmap(0xb426c2000,12288,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_PREFA= ULT_READ,4,0xbf000) =3D 48359022592 (0xb426c2000) mmap(0xb426c5000,67125248,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_AN= ON,-1,0x0) =3D 48359034880 (0xb426c5000) munmap(0x801068000,4096) =3D 0 (0x0) close(4) =3D 0 (0x0) munmap(0x801065000,12288) =3D 0 (0x0) mmap(0x0,163840,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =3D 34381= 344768 (0x80149b000) munmap(0xb42600000,67932160) =3D 0 (0x0) fstat(1,{ mode=3Dcrw--w---- ,inode=3D225,size=3D0,blksize=3D4096 }) =3D 0 (= 0x0) ioctl(1,TIOCGETA,0x7fffffffe6b0) =3D 0 (0x0) /boot/userboot.so: Undefined symbol "gfx_fb_bezier" write(1,"/boot/userboot.so: Undefined sym"...,52) =3D 52 (0x34) exit(0x1) process exit, rval =3D 1 --=20 You are receiving this mail because: You are the assignee for the bug.=