{"id":733,"date":"2013-05-21T05:51:03","date_gmt":"2013-05-21T04:51:03","guid":{"rendered":"http:\/\/rglinuxtech.com\/?p=733"},"modified":"2013-05-21T05:51:03","modified_gmt":"2013-05-21T04:51:03","slug":"3-10-rc2-no-go-for-vmware-and-nvidia","status":"publish","type":"post","link":"https:\/\/rglinuxtech.com\/?p=733","title":{"rendered":"3.10-rc2 &#8211; No Go for VMware and NVIDIA&#8230;"},"content":{"rendered":"<p>Just installed kernel <strong>3.10-rc2<\/strong>, and VMware and NVIDIA fail to compile:<\/p>\n<p>VMware:<br \/>\n&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br \/>\n\/tmp\/modconfig-i0TsV7\/vmnet-only\/hub.c: In function \u2018VNetHubAlloc\u2019:<br \/>\n\/tmp\/modconfig-i0TsV7\/vmnet-only\/hub.c:366:28: error: dereferencing pointer to incomplete type<br \/>\n\/tmp\/modconfig-i0TsV7\/vmnet-only\/hub.c:367:28: error: dereferencing pointer to incomplete type<br \/>\nmake[2]: *** [\/tmp\/modconfig-i0TsV7\/vmnet-only\/hub.o] Error 1<br \/>\nmake[2]: *** Waiting for unfinished jobs&#8230;.<br \/>\nmake[1]: *** [_module_\/tmp\/modconfig-i0TsV7\/vmnet-only] Error 2<br \/>\nmake[1]: Leaving directory `\/usr\/src\/linux-3.10-rc2&#8242;<br \/>\nmake: *** [vmnet.ko] Error 2<br \/>\n&#8230;&#8230;&#8230;&#8230;&#8230;..<\/p>\n<p>CC [M]\u00a0 \/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/module.o<br \/>\n\/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.c: In function \u2018SetupProcDevice\u2019:<br \/>\n\/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.c:211:4: error: implicit declaration of function \u2018create_proc_entry\u2019 [-Werror=implicit-function-declaration]<br \/>\n\/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.c:211:21: warning: assignment makes pointer from integer without a cast [enabled by default]<br \/>\n\/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.c:221:20: error: dereferencing pointer to incomplete type<br \/>\n\/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.c: In function \u2018ExecuteBlockOp\u2019:<br \/>\n\/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.c:285:9: warning: assignment from incompatible pointer type [enabled by default]<br \/>\n\/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.c:296:4: warning: passing argument 1 of \u2018putname\u2019 from incompatible pointer type [enabled by default]<br \/>\nIn file included from include\/linux\/proc_fs.h:8:0,<br \/>\nfrom \/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.c:28:<br \/>\ninclude\/linux\/fs.h:2042:13: note: expected \u2018struct filename *\u2019 but argument is of type \u2018char *\u2019<br \/>\ncc1: some warnings being treated as errors<br \/>\nmake[2]: *** [\/tmp\/modconfig-i0TsV7\/vmblock-only\/linux\/control.o] Error 1<br \/>\nmake[2]: *** Waiting for unfinished jobs&#8230;.<br \/>\nmake[1]: *** [_module_\/tmp\/modconfig-i0TsV7\/vmblock-only] Error 2<br \/>\nmake[1]: Leaving directory `\/usr\/src\/linux-3.10-rc2&#8242;<br \/>\nmake: *** [vmblock.ko] Error 2<\/p>\n<p>NVIDIA 310.51:<br \/>\nNVIDIA-Linux-x86_64-310.51\/kernel\/nv-i2c.c: In function \u2018nv_i2c_del_adapter\u2019:<br \/>\n\/home\/rgadsdon\/NVIDIA-Linux-x86_64-310.51\/kernel\/nv-i2c.c:327:14: error: void value not ignored as it ought to be<br \/>\nmake[4]: *** [\/home\/rgadsdon\/NVIDIA-Linux-x86_64-310.51\/kernel\/nv-i2c.o] Error 1<br \/>\nmake[3]: *** [_module_\/home\/rgadsdon\/NVIDIA-Linux-x86_64-310.51\/kernel] Error 2<br \/>\nmake[2]: *** [sub-make] Error 2<br \/>\nNVIDIA: left KBUILD.<br \/>\nnvidia.ko failed to build!<\/p>\n<p>NVIDIA 319.17:<br \/>\n\/home\/rgadsdon\/NVIDIA-Linux-x86_64-319.17\/kernel\/nv-i2c.c:327:14: error: void value not ignored as it ought to be<br \/>\nmake[4]: *** [\/home\/rgadsdon\/NVIDIA-Linux-x86_64-319.17\/kernel\/nv-i2c.o] Error 1<br \/>\nmake[3]: *** [_module_\/home\/rgadsdon\/NVIDIA-Linux-x86_64-319.17\/kernel] Error 2<br \/>\nmake[2]: *** [sub-make] Error 2<br \/>\nNVIDIA: left KBUILD.<br \/>\nnvidia.ko failed to build!<\/p>\n<p>The NVIDIA errors would appear to be the same for both the &#8216;released&#8217; and &#8216;beta&#8217; drivers..<\/p>\n<p>VMware &#8211; partial &#8211; fix:<br \/>\nThere is a patch for vmnet (only) with 3.10-rc1 in this thread:<a title=\"http:\/\/communities.vmware.com\/thread\/446113\" href=\"http:\/\/communities.vmware.com\/thread\/446113\" target=\"_blank\">http:\/\/communities.vmware.com\/thread\/446113<\/a><br \/>\n&#8211; and it works, for vmnet, but with 3.10-rc2 vmblock also fails to compile..<\/p>\n<p>More investigation to follow!<\/p>\n<p><em>Robert Gadsdon.\u00a0\u00a0 May 20, 2013..<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Just installed kernel 3.10-rc2, and VMware and NVIDIA fail to compile: VMware: &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. \/tmp\/modconfig-i0TsV7\/vmnet-only\/hub.c: In function \u2018VNetHubAlloc\u2019: \/tmp\/modconfig-i0TsV7\/vmnet-only\/hub.c:366:28: error: dereferencing pointer to incomplete type \/tmp\/modconfig-i0TsV7\/vmnet-only\/hub.c:367:28: error: dereferencing pointer to incomplete type make[2]: *** [\/tmp\/modconfig-i0TsV7\/vmnet-only\/hub.o] Error 1 make[2]: *** Waiting for unfinished jobs&#8230;. make[1]: *** [_module_\/tmp\/modconfig-i0TsV7\/vmnet-only] Error 2 make[1]: Leaving directory `\/usr\/src\/linux-3.10-rc2&#8242; make: *** [vmnet.ko] Error 2 &#8230;&#8230;&#8230;&#8230;&#8230;.. <span class=\"excerpt-dots\">&hellip;<\/span> <a class=\"more-link\" href=\"https:\/\/rglinuxtech.com\/?p=733\"><span class=\"more-msg\">Continue reading &rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[14,15,18,25],"tags":[120,148,516,277,517,402],"class_list":["post-733","post","type-post","status-publish","format-standard","hentry","category-kernel","category-linux-2","category-nvidia","category-vmware","tag-compile","tag-fail","tag-kernel-3-10-rc2","tag-nvidia-2","tag-vmnet-patch","tag-vmware-2"],"_links":{"self":[{"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=\/wp\/v2\/posts\/733","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=733"}],"version-history":[{"count":2,"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=\/wp\/v2\/posts\/733\/revisions"}],"predecessor-version":[{"id":737,"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=\/wp\/v2\/posts\/733\/revisions\/737"}],"wp:attachment":[{"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=733"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=733"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rglinuxtech.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}