From owner-freebsd-ports@freebsd.org Wed Nov 9 21:53:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C13D1C38A0D for ; Wed, 9 Nov 2016 21:53:54 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from roadkill.tharned.org (gcrivers-1-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:107f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B6011F6A; Wed, 9 Nov 2016 21:53:54 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from gcrivers-1-pt.tunnel.tserv9.chi1.ipv6.he.net (gcrivers-1-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:107f:0:0:0:2]) (authenticated bits=0) by roadkill.tharned.org (8.15.2/8.15.2) with ESMTPSA id uA9LrkdS083944 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 9 Nov 2016 15:53:52 -0600 (CST) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tharned.org; s=2016; t=1478728433; bh=/YqWp/qLN3y20ZrdnyxUgOX6Vr8bZ0xBCp97zFHZpxc=; h=Date:From:To:cc:Subject; b=myslURtV8IQwYkbYE3L6cfcvUeIOS2ZJsUs25RR+HB5FWE/iYYCb4X8EyDoE8+/Hv rw/RPWIftgu9qEJW7ldcTVClq0N90stFLmaYGXu8RqQqyyZqh/P9litqC/3w23l7Fd JjVZLzEvVfIDjSy0ltM0sL6UNQR/jvXVIpNTpDjI9nAKVhPMFGiyqhxv3y9GcNI1ig 5rPGoOxIJ7aHKZtvIN/wAyIVq5TugbaHk6/ELFk9UG3hHPBiGkTdWLjb9EdVx6hSpX +Acj//oX8gGNpapwxM1q5V8U0iN/snNgxyMXksgeNdh1LyblRJu8s6h8L4Y8ol4Mbf e0/1lwTTNTQpQ== Date: Wed, 9 Nov 2016 15:53:46 -0600 (CST) From: Greg Rivers To: freebsd-ports@freebsd.org cc: vbox@FreeBSD.org Subject: emulators/virtualbox-ose start up error Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.1 (roadkill.tharned.org [IPv6:2001:470:1f10:107f:0:0:0:2]); Wed, 09 Nov 2016 15:53:53 -0600 (CST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2016 21:53:54 -0000 As of today: $ VirtualBox Qt FATAL: This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Available platform plugins are: minimal, offscreen, xcb. Reinstalling the application may fix this problem. Abort I checked for recent changes and found this update from yesterday's pkg upgrade: Nov 8 21:30:50 w10 pkg: libxcb upgraded: 1.11.1 -> 1.12 Does the virtualbox-ose package need to be updated to chase the libxcb update? -- Greg