Tracker item #3584833, was opened at 2012-11-06 12:07
Message generated for change (Tracker Item Submitted) made by kot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3584833&group_id=204462

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mikhail Teterin (kot)
Assigned to: Nobody/Anonymous (nobody)
Summary: vmhgfs kernel module does not build right on FreeBSD

Initial Comment:
It seems, due to a typo the debug.o is never linked into the module. This 
prevents the module from being loaded into kernel, because 
HgfsDebugPrintVattr() remains an unknown symbol. This simple patch fixes the 
issue:

--- modules/freebsd/vmhgfs/Makefile     2010-10-20 05:19:54.000000000 +0900
+++ modules/freebsd/vmhgfs/Makefile     2010-11-11 23:06:07.000000000 +0900
@@ -48,5 +48,5 @@

 COMMON_HGFS_SRCS := debug.c
-COMMON_HGFS_SRCS := bdhandler.c
+COMMON_HGFS_SRCS += bdhandler.c
 COMMON_HGFS_SRCS += request.c
 COMMON_HGFS_SRCS += worker.c


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3584833&group_id=204462

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to