Date: Fri, 15 May 2020 11:18:53 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= <trond.endrestol@ximalas.info> To: Christoph Kukulies <kuku@kukulies.org> Cc: freeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: virtualbox-ose port fails (12.1) Message-ID: <alpine.BSF.2.22.395.2005151110010.4575@enterprise.ximalas.info> In-Reply-To: <3D852AFC-329C-46B7-A2DE-3E9B3D61BB21@kukulies.org> References: <3D852AFC-329C-46B7-A2DE-3E9B3D61BB21@kukulies.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 15 May 2020 10:40+0200, Christoph Kukulies wrote: > I knew why I initially began compiling the virtual box. Then I got the advice here to use the pckg. Trying that I ended up in a failing (panicking) vboxvfs.ko module. > > The got another advice to stick with compiling the port since it better matches the distributed kernel (12.1.) > > Anyway, now I’m stuck in builing the virtualbox-ose port. > > First there was a glitch when pythin 2.7 had to be built. a security warning had to be overwritten by > > DISABLE_VUNERABILITIES=yes > > That done the next time the build stops at > > ===> virtualbox-ose-5.2.32_1 depends on file: /usr/local/bin/python2.7 - found > ===> virtualbox-ose-5.2.32_1 depends on file: /usr/local/bin/sdl-config - found > ===> virtualbox-ose-5.2.32_1 depends on file: /usr/local/bin/clang60 - not found > ===> llvm60-6.0.1_7 depends on executable: sphinx-build - not found > ===> py36-sphinx-1.6.5_2,1 depends on package: py36-Jinja2>=2.3 - not found > ===> py36-Jinja2-2.10.1 depends on package: py36-setuptools>0 - not found > ===> Installing for py36-setuptools-41.2.0 > ===> Checking if py36-setuptools is already installed > ===> Registering installation for py36-setuptools-41.2.0 as automatic > Installing py36-setuptools-41.2.0... > pkg-static: py36-setuptools-41.2.0 conflicts with py37-setuptools-44.0.0 (installs files into the same place). Problematic file: /usr/local/bin/easy_install > *** Error code 70 > > Stop. > make[7]: stopped in /usr/ports/devel/py-setuptools > *** Error code 1 > > Stop. > make[6]: stopped in /usr/ports/devel/py-Jinja2 > *** Error code 1 > > Stop. > make[5]: stopped in /usr/ports/devel/py-Jinja2 > *** Error code 1 > > Stop. > make[4]: stopped in /usr/ports/textproc/py-sphinx > *** Error code 1 > > Stop. > make[3]: stopped in /usr/ports/devel/llvm60 > *** Error code 1 > > Stop. > make[2]: stopped in /usr/ports/devel/llvm60 > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/emulators/virtualbox-ose > *** Error code 1 > > Stop. > make: stopped in /usr/ports/emulators/virtualbox-ose > # > > I’m wondering anyway why two python versions (2 and 3) have to be built . But that left aside, how do I now get around this obstacle? According to ports/Mk/bsd.default-versions.mk, Python 3.7 is both the default Python version and the default Python3 version. Have you locked the Pythons to 3.6 in /etc/make.conf or in an equivalent file such as /usr/local/etc/poudriere.d/make.conf? Do you mix prebuilt packages and packages built yourself? You should recompile devel/py-setuptools@py36 so that it abstains from creating the /usr/local/bin/easy_install symlink. -- Trond. From owner-freebsd-questions@freebsd.org Fri May 15 11:57:29 2020 Return-Path: <owner-freebsd-questions@freebsd.org> 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 572C82F30AE for <freebsd-questions@mailman.nyi.freebsd.org>; Fri, 15 May 2020 11:57:29 +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 49Nn2v0db9z3F8r for <freebsd-questions@freebsd.org>; Fri, 15 May 2020 11:57:26 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from localhost (localhost [127.0.0.1]) by mail.kukulies.org (Postfix) with ESMTP id D9BA610276A; Fri, 15 May 2020 13:57:25 +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 qM8RyEfB1Sl5; Fri, 15 May 2020 13:57:25 +0200 (CEST) Received: from christophs-mbp.fritz.box (p57a1fddf.dip0.t-ipconnect.de [87.161.253.223]) by mail.kukulies.org (Postfix) with ESMTPSA id 419B7102769; Fri, 15 May 2020 13:57:25 +0200 (CEST) From: Christoph Kukulies <kuku@kukulies.org> Message-Id: <310BA73B-3BFC-4B5A-B175-0A942FCC92B0@kukulies.org> Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: virtualbox-ose port fails (12.1) Date: Fri, 15 May 2020 13:57:24 +0200 In-Reply-To: <alpine.BSF.2.22.395.2005151110010.4575@enterprise.ximalas.info> Cc: freeBSD Mailing List <freebsd-questions@freebsd.org> To: =?utf-8?Q?Trond_Endrest=C3=B8l?= <trond.endrestol@ximalas.info> References: <3D852AFC-329C-46B7-A2DE-3E9B3D61BB21@kukulies.org> <alpine.BSF.2.22.395.2005151110010.4575@enterprise.ximalas.info> X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Rspamd-Queue-Id: 49Nn2v0db9z3F8r 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 [2.70 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[kukulies.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.04)[0.044,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.88)[0.878,0]; 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:+,1:+,2:~]; ASN(0.00)[asn:24940, ipnet:116.203.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.28)[ipnet: 116.203.0.0/16(2.87), asn: 24940(-1.48), country: DE(-0.02)]; RECEIVED_SPAMHAUS_PBL(0.00)[223.253.161.87.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 15 May 2020 11:57:29 -0000 > Am 15.05.2020 um 11:18 schrieb Trond Endrest=C3=B8l = <trond.endrestol@ximalas.info>: >=20 > On Fri, 15 May 2020 10:40+0200, Christoph Kukulies wrote: >=20 >> I knew why I initially began compiling the virtual box. Then I got = the advice here to use the pckg. Trying that I ended up in a failing = (panicking) vboxvfs.ko module. >>=20 >> The got another advice to stick with compiling the port since it = better matches the distributed kernel (12.1.) >>=20 >> Anyway, now I=E2=80=99m stuck in builing the virtualbox-ose port. >>=20 >> First there was a glitch when pythin 2.7 had to be built. a security = warning had to be overwritten by >>=20 >> DISABLE_VUNERABILITIES=3Dyes >>=20 >> That done the next time the build stops at >>=20 >> =3D=3D=3D> virtualbox-ose-5.2.32_1 depends on file: = /usr/local/bin/python2.7 - found >> =3D=3D=3D> virtualbox-ose-5.2.32_1 depends on file: = /usr/local/bin/sdl-config - found >> =3D=3D=3D> virtualbox-ose-5.2.32_1 depends on file: = /usr/local/bin/clang60 - not found >> =3D=3D=3D> llvm60-6.0.1_7 depends on executable: sphinx-build - not = found >> =3D=3D=3D> py36-sphinx-1.6.5_2,1 depends on package: = py36-Jinja2>=3D2.3 - not found >> =3D=3D=3D> py36-Jinja2-2.10.1 depends on package: py36-setuptools>0 = - not found >> =3D=3D=3D> Installing for py36-setuptools-41.2.0 >> =3D=3D=3D> Checking if py36-setuptools is already installed >> =3D=3D=3D> Registering installation for py36-setuptools-41.2.0 as = automatic >> Installing py36-setuptools-41.2.0... >> pkg-static: py36-setuptools-41.2.0 conflicts with = py37-setuptools-44.0.0 (installs files into the same place). = Problematic file: /usr/local/bin/easy_install >> *** Error code 70 >>=20 >> Stop. >> make[7]: stopped in /usr/ports/devel/py-setuptools >> *** Error code 1 >>=20 >> Stop. >> make[6]: stopped in /usr/ports/devel/py-Jinja2 >> *** Error code 1 >>=20 >> Stop. >> make[5]: stopped in /usr/ports/devel/py-Jinja2 >> *** Error code 1 >>=20 >> Stop. >> make[4]: stopped in /usr/ports/textproc/py-sphinx >> *** Error code 1 >>=20 >> Stop. >> make[3]: stopped in /usr/ports/devel/llvm60 >> *** Error code 1 >>=20 >> Stop. >> make[2]: stopped in /usr/ports/devel/llvm60 >> *** Error code 1 >>=20 >> Stop. >> make[1]: stopped in /usr/ports/emulators/virtualbox-ose >> *** Error code 1 >>=20 >> Stop. >> make: stopped in /usr/ports/emulators/virtualbox-ose >> #=20 >>=20 >> I=E2=80=99m wondering anyway why two python versions (2 and 3) have = to be built . But that left aside, how do I now get around this = obstacle? >=20 > According to ports/Mk/bsd.default-versions.mk, Python 3.7 is both the=20= > default Python version and the default Python3 version. >=20 > Have you locked the Pythons to 3.6 in /etc/make.conf or in an=20 > equivalent file such as /usr/local/etc/poudriere.d/make.conf? >=20 Thanks. Yes, I had some of these tools installed as pkg and already = deleted them and the correct tools got built out of the ports tree. > Do you mix prebuilt packages and packages built yourself? >=20 > You should recompile devel/py-setuptools@py36 so that it abstains from=20= > creating the /usr/local/bin/easy_install symlink. >=20 > --=20 > Trond. Done so, thanks. =E2=80=94 Christoph
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.22.395.2005151110010.4575>