From owner-freebsd-questions@freebsd.org Sat May 16 18:55:58 2020 Return-Path: Delivered-To: freebsd-questions@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 99A0F2FA5EB for ; Sat, 16 May 2020 18:55:58 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from mail.kukulies.org (mail.kukulies.org [116.203.115.43]) by mx1.freebsd.org (Postfix) with ESMTP id 49PZHK29FWz3P51 for ; Sat, 16 May 2020 18:55:57 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from localhost (localhost [127.0.0.1]) by mail.kukulies.org (Postfix) with ESMTP id 84CC310276A; Sat, 16 May 2020 20:55:49 +0200 (CEST) Received: from mail.kukulies.org ([127.0.0.1]) by localhost (mail.kukulies.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KCSNxu5u5F5S; Sat, 16 May 2020 20:55:49 +0200 (CEST) Received: from [192.168.178.48] (p57A1FDDF.dip0.t-ipconnect.de [87.161.253.223]) by mail.kukulies.org (Postfix) with ESMTPSA id 065CE102769; Sat, 16 May 2020 20:55:48 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Christoph Kukulies Mime-Version: 1.0 (1.0) Subject: Re: virtualbox-ose port fails (12.1) Date: Sat, 16 May 2020 20:55:45 +0200 Message-Id: <5A510C56-4369-4766-A3A9-1A2547CC05A1@kukulies.org> References: Cc: freeBSD Mailing List In-Reply-To: To: Mario Lobo X-Mailer: iPhone Mail (17E262) X-Rspamd-Queue-Id: 49PZHK29FWz3P51 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of kuku@kukulies.org has no SPF policy when checking 116.203.115.43) smtp.mailfrom=kuku@kukulies.org X-Spamd-Result: default: False [1.42 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.28)[-0.284,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[kukulies.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.01)[0.014,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:116.203.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.19)[ip: (-0.41), ipnet: 116.203.0.0/16(2.83), asn: 24940(-1.47), country: DE(-0.02)]; RECEIVED_SPAMHAUS_PBL(0.00)[223.253.161.87.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 18:55:58 -0000 I need vboxvfs, which is in -additions. >=20 > Am 16.05.2020 um 18:02 schrieb Mario Lobo : >=20 > =EF=BB=BFOn Sat, May 16, 2020 at 6:43 AM Christoph Kukulies > wrote: >=20 >> But=E2=80=A6 virtualbox-ose-additions fails: >>=20 >> Does it compile with you? >>=20 >> =E2=80=94 >> Christoph >> Here is a snippet from virtualbox-ose's Makefile: >>=20 >>=20 >> .if ${PORT_OPTIONS:MPYTHON} >> USES+=3D python:2.7 >> USE_PYTHON=3D distutils noegginfo noflavors >> PYDISTUTILS_PKGNAME=3D vboxapi >> PYDISTUTILS_PKGVERSION=3D 1.0 >> .else >> USES+=3D python:2.7,build >> .endif >>=20 >> Virtualbox itself asks for it. >>=20 >> As an experiment, I switched both lines for python:3.7 and compiled the >> port. >>=20 >> The port builds without errors and VirtualBox runs just fine. >>=20 >> -- >> Mario Lobo >> http://www.mallavoodoo.com.br >> FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] >>=20 >> Why are you compiling vbox additions? You only need this when running > freebsd as guest a VM INSIDE VBox. >=20 > You need to make install emulators/virtualbox-ose-kmod. They get installed= > in /boot/modules. I did that, but as said, vboxvfs isn=E2=80=98t in kmod. I wrote that. > Then you add vboxdrv_load=3D"YES" to /boot/loader.conf and > vboxnet_enable=3D"YES" to /etc/rc.conf > and reboot. > --=20 > Mario Lobo > http://www.mallavoodoo.com.br > FreeBSD since version 2.2.8 [not Pro-Audio.... =E2=80=94 Christoph=20