[Bug 245048] emulators/virtualbox-ose: failed with message "version CXXABI_1.3.9 required by /usr/local/lib/virtualbox/VBoxRT.so not found"

2020-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245048

wolfg...@lyxys.ka.sub.org changed:

   What|Removed |Added

 CC||wolfg...@lyxys.ka.sub.org

--- Comment #7 from wolfg...@lyxys.ka.sub.org ---
Just a note: This problem did happen on 12.1-STABLE for me even without gcc4.8
installed, due to the presence of port misc/compat9x. The changes by bdrewery
did NOT fix the build for me. Removing misc/compat9x fixed the build.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 244847] emulators/virtualbox-ose: Memory fault after Revision 528258

2020-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244847

Jason W. Bacon  changed:

   What|Removed |Added

 CC||j...@freebsd.org

--- Comment #16 from Jason W. Bacon  ---
I just upgraded all my packages and still get a seg fault:

FreeBSD coral.acadix  bacon ~ 1002: sh -x /usr/local/bin/VirtualBox 
+ PATH=/usr/bin:/bin:/usr/sbin:/sbin
+ CONFIG=/usr/local/etc/vbox/vbox.cfg
+ test -r /usr/local/etc/vbox/vbox.cfg
+ test -z ''
+ test -d /usr/local/lib/virtualbox
+ test -f /usr/local/lib/virtualbox/VBoxRT.so
+ INSTALL_DIR=/usr/local/lib/virtualbox
+ KDE_FORK_SLAVES=1
+ export KDE_FORK_SLAVES
+ basename /usr/local/bin/VirtualBox
+ APP=VirtualBox
+ exec /usr/local/lib/virtualbox/VirtualBox
QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
Segmentation fault

Running headless still works fine, though.  I set up port forwarding through
the virtual NAT and ssh in.  ( Some guests show terrible network performance
with bridged. )

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 219523] emulators/virtualbox-ose: VirtualBox-5.1.22 build failure: VMM/tstVMStructRC.h] Segmentation fault

2020-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219523

Tobias Kortkamp  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Not Enough Information

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 245239] emulators/virtualbox-ose-additions: repair after removal of extrapatch-Config.kmk

2020-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245239

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: kevans
Date: Sat Apr  4 19:01:21 UTC 2020
New revision: 530709
URL: https://svnweb.freebsd.org/changeset/ports/530709

Log:
  emulators/virtualbox-ose-{additions,kmod}: Remove missing patch

  extrapatch-Config.kmk was merged in ports r528258 into the standard
  Config.kmk patch out of necessity, but inadvertently missed that it was also
  referenced in two other spots.

  No PORTREVISION bump, as these are build-only fixes to fix the entirety of
  virtualbox-ose-additions and the DEBUG option of virtualbox-ose-kmod.

  PR:   245239
  Approved by:  koobs (mentor)
  Approved by:  portmgr (blanket: build fix, just-fix-it)
  MFH:  2020Q2 (blanket: build fix)
  Differential Revision:https://reviews.freebsd.org/D24260

Changes:
  head/emulators/virtualbox-ose-additions/Makefile
  head/emulators/virtualbox-ose-kmod/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 245239] emulators/virtualbox-ose-additions: repair after removal of extrapatch-Config.kmk

2020-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245239

Kyle Evans  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #5 from Kyle Evans  ---
(In reply to Franco Fichtner from comment #2)

Yup, thanks for the patch! Committed and MFH'd.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 245239] emulators/virtualbox-ose-additions: repair after removal of extrapatch-Config.kmk

2020-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245239

--- Comment #6 from Franco Fichtner  ---
Neat, thank you!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"


[Bug 245239] emulators/virtualbox-ose-additions: repair after removal of extrapatch-Config.kmk

2020-04-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245239

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: kevans
Date: Sat Apr  4 19:02:31 UTC 2020
New revision: 530711
URL: https://svnweb.freebsd.org/changeset/ports/530711

Log:
  MFH: r530709

  emulators/virtualbox-ose-{additions,kmod}: Remove missing patch

  extrapatch-Config.kmk was merged in ports r528258 into the standard
  Config.kmk patch out of necessity, but inadvertently missed that it was also
  referenced in two other spots.

  No PORTREVISION bump, as these are build-only fixes to fix the entirety of
  virtualbox-ose-additions and the DEBUG option of virtualbox-ose-kmod.

  PR:   245239
  Approved by:  koobs (mentor)
  Approved by:  portmgr (blanket: build fix, just-fix-it)
  Differential Revision:https://reviews.freebsd.org/D24260

  Approved by:  ports-secteam (blanket: build fix)

Changes:
_U  branches/2020Q2/
  branches/2020Q2/emulators/virtualbox-ose-additions/Makefile
  branches/2020Q2/emulators/virtualbox-ose-kmod/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"