Re: FreeBSD Port: emulators/virtualbox-ose

2019-04-27 Thread Christoph Moench-Tegeder
## Duncan Young (duncan.yo...@pobox.com): > The links to download VBoxGuestAdditions_5.2.28.iso seem to be broken.  Meh: : SSL certificate subject doesn't match host download.virtualbox.org And: : X509v3 Subject Alternative Name: : DNS:download.oracle.com, DNS:epd-akam-us.oracle.com, DNS:e

FreeBSD Port: emulators/virtualbox-ose

2019-04-27 Thread Duncan Young
Hi, The links to download VBoxGuestAdditions_5.2.28.iso seem to be broken.  (for use in a W2008R2 guest) i.e. => VBoxGuestAdditions_5.2.28.iso doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://download.virtualbox.org/virtualbox/5.2.28/VBoxGuestAdditions_5.2.28.i

Re: FreeBSD Port: emulators/virtualbox-ose-additions

2019-02-04 Thread Jung-uk Kim
On 19. 2. 1., Iasen Kostov wrote: > Hey ! > >   Do you think it would be possible the "virtualbox-ose-additions" to be > updated to version 6.0.4 ? Please see PR234878. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878 JK signature.asc Description: OpenPGP digital signature

FreeBSD Port: emulators/virtualbox-ose-additions

2019-02-02 Thread Iasen Kostov
Hey !   Do you think it would be possible the "virtualbox-ose-additions" to be updated to version 6.0.4 ? Best Regards, Iasen. ___ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe

Re: FreeBSD Port: emulators/virtualbox-ose-nox11

2016-12-29 Thread Pascal Thiel
Hi Martin, that did the trick for me :) Thanks a lot! 2016-12-29 14:59 GMT+01:00 Martin Simmons : > You are probably getting packages from the quarterly snapshot rather than > latest. > > You can switch to the latest packages by creating a file > /usr/local/etc/pkg/repos/FreeBSD.conf containing

Re: FreeBSD Port: emulators/virtualbox-ose-nox11

2016-12-29 Thread Martin Simmons
You are probably getting packages from the quarterly snapshot rather than latest. You can switch to the latest packages by creating a file /usr/local/etc/pkg/repos/FreeBSD.conf containing these three lines: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"; } Note that this affects al

FreeBSD Port: emulators/virtualbox-ose-nox11

2016-12-27 Thread Pascal Thiel
Hi, I just did a clean installation of FreeBSD 11 and wanted to install *virtualbox-ose-nox11* on it in order to run *phpvirtualbox*. However pkg only found *virtualbox-ose-nox11* under its old name *virtualbox-ose-lite* (which was built without the webservice enabled). Is there something you can

Re: FreeBSD Port: emulators/virtualbox-ose-additions

2015-03-10 Thread Li-Wen Hsu
On Tue, Mar 10, 2015 at 1:09 AM, Charlie Ross wrote: > Hi port maintainers! > > I am having problems with VirtualBox guest additions. I've had this issue on > several different systems. > > I'm running FreeBSD 10.1-RELEASE as a guest under Windows 7 and 8 systems. I > have followed the instruction

Re: FreeBSD Port: emulators/virtualbox-ose-additions

2015-03-10 Thread Li-Wen Hsu
On Tue, Mar 10, 2015 at 05:50:40 -0400, Charlie Ross wrote: > > Li-Wen Hsu , 3/10/2015 2:10 AM: > > On Tue, Mar 10, 2015 at 1:09 AM, Charlie Ross > > wrote: > > > Hi port maintainers! > > > > > > I am having problems with VirtualBox guest additions. I've had this issue > > > on > > > severa

FreeBSD Port: emulators/virtualbox-ose-additions

2015-03-09 Thread Charlie Ross
Hi port maintainers! I am having problems with VirtualBox guest additions. I've had this issue on several different systems. I'm running FreeBSD 10.1-RELEASE as a guest under Windows 7 and 8 systems. I have followed the instructions in the Handbook and on the wiki in regard to setting up gue

Re: FreeBSD Port: emulators/virtualbox-ose exited on signal 11 random crashes on screen update using VNC

2015-01-30 Thread Volodymyr Kostyrko
On 23.07.2014 11:02, Ron Thomas wrote: Have an intermittent crash that I haven't been able to figure out the trigger for perhaps a race condition? Happens frequently, usually when lots of stuff is happening on screen. Core dump shows that it always fails at the same line of code. You are

Re: FreeBSD Port: emulators/virtualbox-ose exited on signal 11 random crashes on screen update using VNC

2015-01-29 Thread Ron Thomas
For anyone else who may experience this in future. Most of my seg faults ended up being because I had set the guest up to use 2 cpu's rather than just keeping one. On Wed, Jul 23, 2014 at 1:02 AM, Ron Thomas wrote: > Have an intermittent crash that I haven't been able to figure out the > trigg

FreeBSD Port: emulators/virtualbox-ose exited on signal 11 random crashes on screen update using VNC

2014-07-23 Thread Ron Thomas
Have an intermittent crash that I haven't been able to figure out the trigger for perhaps a race condition? Happens frequently, usually when lots of stuff is happening on screen. Core dump shows that it always fails at the same line of code. FreeBSD 9.2-RELEASE-p7 FreeBSD 9.2-RELEASE-p7 #0:

Re: FreeBSD Port: emulators/virtualbox-ose

2014-07-18 Thread Ron Thomas
Frustrated, I decided to comment out one line in Virtualbox's source. Now it doesn't crash, although I'm not sure that things are not going to be messed up elsewhere by not performing that check. Do you think I will run into other trouble? Ron --- src/VBox/Main/src-client/ConsoleVRDPServer.cpp

Re: FreeBSD Port: emulators/virtualbox-ose

2014-06-12 Thread Ron Thomas
On Thu, Jun 12, 2014 at 8:59 PM, Ron Thomas wrote: > > > > On Thu, Jun 12, 2014 at 8:32 PM, Ron Thomas wrote: > >> >> On Thu, Jun 12, 2014 at 7:29 AM, Bernhard Fröhlich >> wrote: >> >>> On Thu, Jun 12, 2014 at 3:17 AM, Ron Thomas wrote: >>> > Not sure if this is the right venue for this, if no

Re: FreeBSD Port: emulators/virtualbox-ose

2014-06-12 Thread Ron Thomas
On Thu, Jun 12, 2014 at 8:32 PM, Ron Thomas wrote: > > On Thu, Jun 12, 2014 at 7:29 AM, Bernhard Fröhlich > wrote: > >> On Thu, Jun 12, 2014 at 3:17 AM, Ron Thomas wrote: >> > Not sure if this is the right venue for this, if not, could you point >> me in >> > the right direction? >> >> You're a

Re: FreeBSD Port: emulators/virtualbox-ose

2014-06-12 Thread Ron Thomas
On Thu, Jun 12, 2014 at 7:29 AM, Bernhard Fröhlich wrote: > On Thu, Jun 12, 2014 at 3:17 AM, Ron Thomas wrote: > > Not sure if this is the right venue for this, if not, could you point me > in > > the right direction? > > You're absolutely at the right place. > > > VBoxHeadless crashes on VNC di

Re: FreeBSD Port: emulators/virtualbox-ose

2014-06-12 Thread Bernhard Fröhlich
On Thu, Jun 12, 2014 at 3:17 AM, Ron Thomas wrote: > Not sure if this is the right venue for this, if not, could you point me in > the right direction? You're absolutely at the right place. > VBoxHeadless crashes on VNC disconnect. Every time I close a VNC session > VBoxHeadless crashes. I am s

Fwd: FreeBSD Port: emulators/virtualbox-ose

2014-06-11 Thread Ron Thomas
Not sure if this is the right venue for this, if not, could you point me in the right direction? VBoxHeadless crashes on VNC disconnect. Every time I close a VNC session VBoxHeadless crashes. I am starting VirtualBox using "service vboxheadless start" #uname -a FreeBSD my.domain.com 9.2-RELEASE-

Re: FreeBSD Port: emulators/virtualbox-ose

2014-06-03 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-06-02 19:15:47 -0400, Jason Selwitz wrote: > On 04/28/2014 13:56, Kevin Oberman wrote: >> On Mon, Apr 28, 2014 at 6:21 AM, Miroslav Lachman >> <000.f...@quip.cz > wrote: >> >> Kevin Oberman wrote: >> >> On Sun, Apr 27

Re: FreeBSD Port: emulators/virtualbox-ose

2014-06-02 Thread Jason Selwitz
On 04/28/2014 13:56, Kevin Oberman wrote: > On Mon, Apr 28, 2014 at 6:21 AM, Miroslav Lachman <000.f...@quip.cz > > wrote: > > Kevin Oberman wrote: > > On Sun, Apr 27, 2014 at 9:28 AM, Jason > Selwitzmailto:jselw...@verizon.net>> wrote: > > > [.

Re: FreeBSD Port: emulators/virtualbox-ose

2014-05-28 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-05-27 22:09:21 -0400, Ron Thomas wrote: > Virtualbox-ose-4.3.10_1 port won't compile Freebsd 9.2-RELEASE-p4 > amd64 > > Make config options: Debus Debug Guestadditions Python Udptunnel > Vnc > > Ran portmaster -f virtualbox-ose Error: cd >

FreeBSD Port: emulators/virtualbox-ose

2014-05-27 Thread Ron Thomas
Virtualbox-ose-4.3.10_1 port won't compile Freebsd 9.2-RELEASE-p4 amd64 Make config options: Debus Debug Guestadditions Python Udptunnel Vnc Ran portmaster -f virtualbox-ose Error: cd /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/out/freebsd.amd64/debug/bin/sdk/bindings/xpcom: No suc

Re: FreeBSD Port: emulators/virtualbox-ose

2014-04-28 Thread Kevin Oberman
On Mon, Apr 28, 2014 at 6:21 AM, Miroslav Lachman <000.f...@quip.cz> wrote: > Kevin Oberman wrote: > >> On Sun, Apr 27, 2014 at 9:28 AM, Jason Selwitz >> wrote: >> > > [...] > > > I don't see an error there. Was this run with MAKE_JOBS_UNSAFE=yes? If >> not, >> the error came from some other job

Re: FreeBSD Port: emulators/virtualbox-ose

2014-04-28 Thread Jason Selwitz
I tried rebuilding this morning with MAKE_JOBS_UNSAFE=yes and still failed, I can capture the entire build output and send it, I believe it is a bit large to send to the list, is there a good place to upload it? thanks! Jason On Sun, 27 Apr 2014, Kevin Oberman wrote: On Sun, Apr 27, 2014 at

Re: FreeBSD Port: emulators/virtualbox-ose

2014-04-28 Thread Miroslav Lachman
Kevin Oberman wrote: On Sun, Apr 27, 2014 at 9:28 AM, Jason Selwitz wrote: [...] I don't see an error there. Was this run with MAKE_JOBS_UNSAFE=yes? If not, the error came from some other job and is in earlier (perhaps much earlier) output. Just for the record... I tried to compile Virtual

Re: FreeBSD Port: emulators/virtualbox-ose

2014-04-28 Thread Bernhard Fröhlich
Unfortunately you did cut off the interesting part which should be a few lines before that error. On Sun, Apr 27, 2014 at 6:28 PM, Jason Selwitz wrote: > Understood.. > > - In general I always fetch/update the latest ports before updating > anything, > - No CFLAGS or CXXFLAGS statements in make.c

Re: FreeBSD Port: emulators/virtualbox-ose

2014-04-28 Thread Kevin Oberman
On Sun, Apr 27, 2014 at 9:28 AM, Jason Selwitz wrote: > Understood.. > > - In general I always fetch/update the latest ports before updating > anything, > - No CFLAGS or CXXFLAGS statements in make.conf > - Running FreeBSD 10.0-RELEASE-p1 AMD64 > > And here is what seems to be erroring.. > > > Th

Re: FreeBSD Port: emulators/virtualbox-ose

2014-04-27 Thread Jason Selwitz
Understood.. - In general I always fetch/update the latest ports before updating anything, - No CFLAGS or CXXFLAGS statements in make.conf - Running FreeBSD 10.0-RELEASE-p1 AMD64 And here is what seems to be erroring.. The failing command: @gcc -c -O2 -g -pipe -Wall -Wextra -Wno-missing-field-i

Re: FreeBSD Port: emulators/virtualbox-ose

2014-04-26 Thread Thomas Hoffmann
On Sat, Apr 26, 2014 at 1:49 AM, Jason Selwitz wrote: > Hello, > > I recently tried upgrading to the latest release of virtualbox and ran > into some errors, I was wondering if someone would be willing to have a > look and lend a hand, I can forward on an output of the build and any > other per

FreeBSD Port: emulators/virtualbox-ose

2014-04-26 Thread Jason Selwitz
Hello, I recently tried upgrading to the latest release of virtualbox and ran into some errors, I was wondering if someone would be willing to have a look and lend a hand, I can forward on an output of the build and any other pertinent information. Thanks! Jason

Re: FreeBSD Port: emulators/virtualbox-ose-additions

2014-03-27 Thread Charlie Ross
Yes, apologies for neglecting that. My user is in the wheel and operator groups. Thanks, Charlie On 03/27/2014 19:25, Thomas Hoffmann wrote: > On Thu, Mar 27, 2014 at 4:51 PM, Charlie Ross > wrote: > > Hello, > > Running the latest version of VirtualBox (4.3.1

FreeBSD Port: emulators/virtualbox-ose-additions

2014-03-27 Thread Charlie Ross
Hello, Running the latest version of VirtualBox (4.3.10 as well as 4.3.8) on Windows 8.1 64-bit, clipboard integration does not seem to work with FreeBSD guests using the virtualbox-ose-additions port (I am running FreeBSD 10.0-RELEASE x64 guests). I am unable to copy from or to FreeBSD guests. Ot

Re: FreeBSD Port: emulators/virtualbox-ose

2014-01-15 Thread Bernhard Fröhlich
On Wed, Jan 15, 2014 at 7:58 PM, Mike Jakubik wrote: > Hello, > > Having trouble compiling on a freshly installed 10.0-PRE, below is the > error. The only port options selected are GUESTADDITIONS, VNC, WEBSERVICE. > > Thanks. > > > kBuild: Compiling tstVMStructRC - > /usr/ports/emulators/virtualbo

FreeBSD Port: emulators/virtualbox-ose

2014-01-15 Thread Mike Jakubik
Hello, Having trouble compiling on a freshly installed 10.0-PRE, below is the error. The only port options selected are GUESTADDITIONS, VNC, WEBSERVICE. Thanks. kBuild: Compiling tstVMStructRC - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/src/VBox/VMM/testcase/tstVMStructRC.c

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
On 12/11/13 18:34, Bernhard Fröhlich wrote: Am 11.12.2013 22:16 schrieb "Mike Jakubik" >: > > On 12/11/13 15:51, Bernhard Fröhlich wrote: >> >> >> That definitely is the libstdc++ from our ancient gcc 4.2 in base. Could you try to temporary rename t

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Bernhard Fröhlich
Am 11.12.2013 22:16 schrieb "Mike Jakubik" < mike.jaku...@intertainservices.com>: > > On 12/11/13 15:51, Bernhard Fröhlich wrote: >> >> >> That definitely is the libstdc++ from our ancient gcc 4.2 in base. Could you try to temporary rename the so and try to start vbix again? Don't forget to rename

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
On 12/11/13 15:51, Bernhard Fröhlich wrote: That definitely is the libstdc++ from our ancient gcc 4.2 in base. Could you try to temporary rename the so and try to start vbix again? Don't forget to rename it afterwards if there are any binaries that still need it. Renaming /usr/lib/libstdc

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Bernhard Fröhlich
Am 11.12.2013 21:42 schrieb "Mike Jakubik" < mike.jaku...@intertainservices.com>: > > On 12/11/13 15:32, Bernhard Fröhlich wrote: >> >> I can only repeat myself. It will not happen any day soon because clang >> does not support global register variables and they do not seem to have any >> interest

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
On 12/11/13 15:32, Bernhard Fröhlich wrote: I can only repeat myself. It will not happen any day soon because clang does not support global register variables and they do not seem to have any interest to implement that. Got it. Could you please send me the following output just to verify: str

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Bernhard Fröhlich
Am 11.12.2013 21:04 schrieb "Mike Jakubik" < mike.jaku...@intertainservices.com>: > > Hello, > > I've updated to the recent 4.2.20 version only to find a runtime error due to libstdc++, I see the recent commit made to fix this on 10, however I am running 9-stable and do not have compat9x installed.

FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
Hello, I've updated to the recent 4.2.20 version only to find a runtime error due to libstdc++, I see the recent commit made to fix this on 10, however I am running 9-stable and do not have compat9x installed. I wish thisport did not need gcc to compile, it always seems to be a problem. $ Vi

FreeBSD Port: emulators/virtualbox-ose-additions

2013-10-21 Thread Mike Jakubik
Hello, I am unable to compile this on FreeBSD 10. This is on a freshly installed FreeBSD 10.0-BETA1 #0 r256420. kBuild: Linking VBoxControl kBuild: Linking VBoxService kBuild: Linking VBoxClient /usr/bin/ld: cannot find -lsupc++ cc: error: linker command failed with exit code 1 (use -v to see