Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 13:05:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 235317] emulators/virtualbox-ose: Fails to stage with PYTHON and WEBSERVICE unchecked
Message-ID:  <bug-235317-26505-wUYB9BloVv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235317-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235317-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked vbox@FreeBSD.org for
maintainer-feedback:
Bug 235317: emulators/virtualbox-ose: Fails to stage with PYTHON and WEBSER=
VICE
unchecked
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235317



--- Description ---
With PYTHON and WEBSERVICE options unchecked, emulators/virtualbox-ose fail=
s to
stage with error:

install -l rs
/usr/ports/emulators/virtualbox-ose/work/stage/usr/local/share/virtualbox-o=
se/s
dk
/usr/ports/emulators/virtualbox-ose/work/stage/usr/local/lib/virtualbox
install:
/usr/ports/emulators/virtualbox-ose/work/stage/usr/local/share/virtualbox-o=
se/s
dk:
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235317-26505-wUYB9BloVv>