maintainer-feedback requested: [Bug 225734] emulators/virtualbox-ose: Build with non-default python
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 7 18:04:52 UTC 2018
Peter Wullinger <freebsd at dhke.de> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to vbox at FreeBSD.org:
Bug 225734: emulators/virtualbox-ose: Build with non-default python
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225734
--- Description ---
Created attachment 190392
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190392&action=edit
Add explicit dependency on Python 2.7
With
DEFAULT_VERSIONS+=python=3.6
in /etc/make.conf
I get
kBuild: Generating python -
/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.6/out/freebsd.a
md64/release/obj/VBoxOGLgen/spu_dispatch_table.h
kmk_builtin_redirect: posix_spawnp(python-not-found) failed: No such file or
directory
when trying to build virtualbox-ose.
Explicitly requiring Python 2.7 in USES= directives (see attached patch) fixes
the build for me.
More information about the freebsd-emulation
mailing list