[Bug 245048] emulators/virtualbox-ose: failed with message "version CXXABI_1.3.9 required by /usr/local/lib/virtualbox/VBoxRT.so not found"
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245048 --- Comment #6 from Hiroyuki Une --- I'm sorry that it's too late to say thank you. And also, I'm afraid to say that gcc 4.8 didn't cause the error. As Mr. Volodymyr Kostyrko pointed out, FreeBSD (include my 11-stable:r359231 box) doesn't have /usr/lib/libstdc++.so.6. That might be installed into my box by accident. After removing that library, virtualbox works correctly. Anyway, it was great pleasure to hear that the bug caused by gcc 4.8 was fixed. Best regards, -- 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"
maintainer-feedback requested: [Bug 245239] emulators/virtualbox-ose-additions: repair after removal of extrapatch-Config.kmk
Bugzilla Automation has asked v...@freebsd.org for maintainer-feedback: Bug 245239: emulators/virtualbox-ose-additions: repair after removal of extrapatch-Config.kmk https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245239 --- Description --- extrapatch-Config.kmk was recently removed from emulators&/virtualbox-ose, breaking the build of at least virtualbox-ose-additions. The attached patch remedies the issue. A quick grep indicates that this is also an issue with virtualbox-ose-kmod: % git grep extrapatch-Config.kmk virtualbox-ose-additions/Makefile:EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk virtualbox-ose-kmod/Makefile:EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk \ Cheers, Franco ___ 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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245239 Bug ID: 245239 Summary: emulators/virtualbox-ose-additions: repair after removal of extrapatch-Config.kmk Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: v...@freebsd.org Reporter: fra...@opnsense.org Assignee: v...@freebsd.org Flags: maintainer-feedback?(v...@freebsd.org) Created attachment 212931 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212931&action=edit patch use fix extrapatch-Config.kmk was recently removed from emulators&/virtualbox-ose, breaking the build of at least virtualbox-ose-additions. The attached patch remedies the issue. A quick grep indicates that this is also an issue with virtualbox-ose-kmod: % git grep extrapatch-Config.kmk virtualbox-ose-additions/Makefile:EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk virtualbox-ose-kmod/Makefile:EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk \ Cheers, Franco -- 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"