VirtualBox - why would installation in a jail not work?

Status
Not open for further replies.

NigelNoFriends

Explorer
Joined
Mar 29, 2016
Messages
56
I've been trying the phpVirtualBox template, but it's just too unstable to be useful, with any OS.

So, I found this installation guide, for FreeBSD, for virtulbox: https://wiki.freebsd.org/VirtualBox

The installation seems to go along fine (if lengthy) up until a point:

Code:
===> virtualbox-ose-4.3.36 depends on executable: yasm - found
===> virtualbox-ose-4.3.36 depends on executable: xsltproc - found
===> virtualbox-ose-4.3.36 depends on executable: kmk - found
===> virtualbox-ose-4.3.36 depends on executable: gtar - found
===> virtualbox-ose-4.3.36 depends on executable: cdrecord - found
===> virtualbox-ose-4.3.36 depends on executable: soapcpp2 - found
===> virtualbox-ose-4.3.36 depends on executable: pkgconf - found
===> virtualbox-ose-4.3.36 depends on package: py27-setuptools27>0 - not found
===> Patching for py27-setuptools27-20.0
===> Applying FreeBSD patches for py27-setuptools27-20.0
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to setuptools/command/install_egg_info.py.rej
=> Patch patch-setuptools__command__install_egg_info.py failed to apply cleanly.
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/devel/py-setuptools27
*** 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
root@vBox:/usr/ports/emulators/virtualbox-ose #


Any thought? Or am i missing something really obvious? i.e. is this not even compatible with FreeNAS?
 
D

dlavigne

Guest
Looks like there is an issue with that dependency.

1. Is your ports tree up-to-date?

2. Does pkg install py27-setuptools install that dependency so you can continue building the port?
 

NigelNoFriends

Explorer
Joined
Mar 29, 2016
Messages
56
Looks like there is an issue with that dependency.

1. Is your ports tree up-to-date?

2. Does pkg install py27-setuptools install that dependency so you can continue building the port?


Unsure on both points.

How can i find out 1.

Those errors seems to happen towards the end of the install process - it was going for quite a while (it never stalled though) - but I don't know the answer to your second point. I didn't have to manually install the py27-setuptools thought - it just happens late in the install process.
 
Status
Not open for further replies.
Top