[Bug 235317] emulators/virtualbox-ose: Fails to stage with PYTHON and WEBSERVICE unchecked
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 30 13:05:52 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235317
Bug ID: 235317
Summary: emulators/virtualbox-ose: Fails to stage with PYTHON
and WEBSERVICE unchecked
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: vbox at FreeBSD.org
Reporter: dg at syrec.org
Flags: maintainer-feedback?(vbox at FreeBSD.org)
Assignee: vbox at FreeBSD.org
With PYTHON and WEBSERVICE options unchecked, emulators/virtualbox-ose fails to
stage with error:
install -l rs
/usr/ports/emulators/virtualbox-ose/work/stage/usr/local/share/virtualbox-ose/sdk
/usr/ports/emulators/virtualbox-ose/work/stage/usr/local/lib/virtualbox
install:
/usr/ports/emulators/virtualbox-ose/work/stage/usr/local/share/virtualbox-ose/sdk:
realpath: No such file or directory
*** Error code 71
${MKDIR} in line 319 has a condition, ${RLN} seems to need one too:
@@ -328,7 +328,9 @@
${MKDIR} ${STAGEDIR}${VBOX_DIR}
cd ${KMK_BUILDDIR}/bin && ${COPYTREE_SHARE} \
"*.fd *.r0 *.rc *.so components" ${STAGEDIR}${VBOX_DIR}
+.if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE}
${RLN} ${STAGEDIR}${DATADIR}/sdk ${STAGEDIR}${VBOX_DIR}
+.endif
${INSTALL_SCRIPT} ${WRKSRC}/src/VBox/Installer/freebsd/VBox.sh \
${STAGEDIR}${VBOX_DIR}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list