[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-05-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #17 from groenv...@acm.org --- John-Mark Gurney's patch worked for me with FreeBSD 13.0-CURRENT #0 r360723: https://lists.freebsd.org/pipermail/freebsd-virtualization/2020-May/008448.html> John groenv...@acm.org -- You are rec

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #16 from groenv...@acm.org --- Thank you! vboxvfs_vnops.c + #if __FreeBSD_version > 130 + VFS_VOP_VECTOR_REGISTER(vboxfs_vnodeops); + #endif John groenv...@acm.org -- You are receiving this mail because: You are the assig

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #15 from Mateusz Guzik --- This one should be easy: it needs VFS_VOP_VECTOR_REGISTER to be added for the argument passed to getnewvnode, grep will show you plenty of examples in the tree. -- You are receiving this mail because

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #14 from groenv...@acm.org --- Comment on attachment 213246 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213246 stack trace screen snapshot VBOXVFS[1]: sfprov_mount: path: [browser] sfprov_mount(browser): error=0

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #13 from groenv...@acm.org --- Created attachment 213246 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213246&action=edit stack trace screen snapshot -- You are receiving this mail because: You are the assignee for

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #12 from groenv...@acm.org --- strformatrt.cpp compiles with gcc9 without the bcmp(3) reference but the package fails later due to a clang vs gcc flag conflict that I'll try to track down later. I would like to try to build the

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #11 from Mateusz Guzik --- This is probably an optimization which is only there because of something wrong with headers. There is one fundamental discrepancy between bcmp and memcmp: the former only indicates there is a differe

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #10 from groenv...@acm.org --- Any thoughts on why when I compile strformatrt.cpp with -O2 I get the bcmp symbol, but with -O0 I don't? Would that be a clang10 misfeature? John groenv...@acm.org $ c++ -c -O0 -g -pipe -pedantic

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #9 from Mateusz Guzik --- Quick grep reveals stuff like: src/VBox/Additions/x11/x11include/XFree86-4.3/X11/Xfuncs.h: #else /* else vanilla BSD */ #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) #define

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #8 from groenv...@acm.org --- The invocation of bcmp(3) appears to be hidden in strformatrt.cpp in this switch: ///* // * Regular hex dump with dittoing. //

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 Jung-uk Kim changed: What|Removed |Added CC||mmo...@freebsd.org --- Comment #7 fr

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 Jung-uk Kim changed: What|Removed |Added CC||j...@freebsd.org --- Comment #6 from

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 mikhail.rok...@gmail.com changed: What|Removed |Added Severity|Affects Only Me |Affects Many People --

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-04-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #5 from mikhail.rok...@gmail.com --- Link to VB bugtracker: https://www.virtualbox.org/ticket/19420 -- You are receiving this mail because: You are the assignee for the bug. ___ freeb

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-03-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 Mateusz Guzik changed: What|Removed |Added CC||m...@freebsd.org --- Comment #4 fr

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-03-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #3 from groenv...@acm.org --- The kernel does not offer bcmp: $ nm /boot/kernel/kernel|grep -i bcmp 80cb4610 T timingsafe_bcmp The port links vboxvfs.ko with a library that references bcmp $ cat /usr/ports/emulators/virt

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Comment #2 from mikhail.rok...@gmail.com --- (In reply to Yuri Pankov from comment #1) Identical: 1300084 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-03-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 Yuri Pankov changed: What|Removed |Added CC||ypan...@fastmail.com --- Comment #1

[Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 Bug ID: 244962 Summary: emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device Product: Ports & Packages Version: Latest Hardware: Any

maintainer-feedback requested: [Bug 244962] emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device

2020-03-21 Thread bugzilla-noreply
Bugzilla Automation has asked v...@freebsd.org for maintainer-feedback: Bug 244962: emulators/virtualbox-ose-additions mount -t vboxsf Operation not supported by device https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244962 --- Description --- When use `mount_vboxvfs ...` it shows