[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-10-10 Thread W. Scott Lockwood III
Bug still present for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940 Title: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-10-03 Thread Dmitrijs Ledkovs
** Changed in: open-vm-tools (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940 Title: open-vm-dkms

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-10-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/open-vm-tools -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940 Title: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-10-03 Thread Launchpad Bug Tracker
This bug was fixed in the package open-vm-tools - 2013.04.16-1098359-0ubuntu2 --- open-vm-tools (2013.04.16-1098359-0ubuntu2) saucy-proposed; urgency=low * FFe LP: #1231148 * Ubuntu-specific Changes - debian/rules: Removed Wno-error=unused-local-typedefs from CLFAGS. +

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-09-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: open-vm-tools-dkms (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu.

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-09-09 Thread william armstrong
** Also affects: open-vm-tools-dkms (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940 Title: open-vm-dkms

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-09-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~n-muench/ubuntu/saucy/open-vm-tools/open-vm-tools .april-update.part2-merge -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940 Title: open-vm-dkms

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-09-07 Thread Nate Muench (Mink)
** Branch unlinked: lp:~n-muench/ubuntu/saucy/open-vm-tools/open-vm- tools.april-update.part2-merge -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940 Title: open-vm-dkms

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-09-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~n-muench/ubuntu/saucy/open-vm-tools/open-vm-tools .april-update.part2-merge -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940 Title: open-vm-dkms

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-08-27 Thread Alexey Borzenkov
For control.c it could be an easy fix, instead of create_proc_entry() it's proc_create() now and there shouldn't be an assignment to proc_fops (it's now a parameter to proc_create). An example of a compatibility layer is here:

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-08-27 Thread Alexey Borzenkov
Only when I tried fixing it I realized how much stuff is failing: dentry_operations.d_revalidate since 3.6, getname/putname since 3.7, this would require more work than I anticipated... :( -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-07-22 Thread Nate Muench (Mink)
No new upstream release, yet. But I want to say I plan on submitting what I have, it still won't work with Linux 3.10 (I have no clue where to begin without breaking everything), but at least it's something. I guess this is because Upstream doesn't do releases monthly anymore (which is a great

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-07-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: open-vm-tools (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu.

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-07-01 Thread Nate Muench (Mink)
Reported to Upstream https://sourceforge.net/p/open-vm- tools/tracker/173/ ** Branch linked: lp:~n-muench/ubuntu/saucy/open-vm-tools/open-vm-tools .april-update.part2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-06-28 Thread Nate Muench (Mink)
Currently, module building is currently broken with the 3.10 kernel. Waiting for new upstream release or a patch(es). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build

2013-06-26 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1194940 Title: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module

[Bug 1194940] Re: open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’]

2013-06-26 Thread Daniel van Vugt
** Summary changed: - open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build + open-vm-dkms 2013.04.16-1098359-0ubuntu1: open-vm-tools kernel module failed to build [control.c:211:4: error: implicit declaration of function ‘create_proc_entry’] -- You received