Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install failure #280

Closed
bcbogdan opened this issue Mar 1, 2017 · 1 comment
Closed

Install failure #280

bcbogdan opened this issue Mar 1, 2017 · 1 comment

Comments

@bcbogdan
Copy link

bcbogdan commented Mar 1, 2017

On RHEL 6.1 the installation fails with the following message:

/root/lis-next/hv-rhel6.x/hv/arch/x86/include/lis/asm/mshyperv.h:164:5: warning:"IS_ENABLED" is not defined
/root/lis-next/hv-rhel6.x/hv/arch/x86/include/lis/asm/mshyperv.h:164:15: error: missing binary operator before token "("
/root/lis-next/hv-rhel6.x/hv/vmbus_drv.c:55:26: error: asm/mshyperv.h: No such file or directory
/root/lis-next/hv-rhel6.x/hv/vmbus_drv.c: In function hyperv_panic_event:
/root/lis-next/hv-rhel6.x/hv/vmbus_drv.c:106: error: implicit declaration of function hyperv_report_panic
make[1]: *** [/root/lis-next/hv-rhel6.x/hv/vmbus_drv.o] Error 1
make: *** [_module_/root/lis-next/hv-rhel6.x/hv] Error 2
make: Leaving directory `/usr/src/kernels/2.6.32-131.0.15.el6.i686'
[root@localhost hv]# /root/lis-next/hv-rhel6.x/hv/arch/x86/include/lis/asm/mshyperv.h:164:15: error: missing binary operator before token "("
make: Leaving directory `/usr/src/kernels/2.6.32-131.0.15.el6.i686'
-bash: /root/lis-next/hv-rhel6.x/hv/arch/x86/include/lis/asm/mshyperv.h:164:15::No such file or directory
[root@localhost hv]# /root/lis-next/hv-rhel6.x/hv/vmbus_drv.c:55:26: error: asm/mshyperv.h: No such file or directory
-bash: /root/lis-next/hv-rhel6.x/hv/vmbus_drv.c:55:26:: No such file or directory
[root@localhost hv]# /root/lis-next/hv-rhel6.x/hv/vmbus_drv.c: In function hyperv_panic_event
-bash: /root/lis-next/hv-rhel6.x/hv/vmbus_drv.c:: No such file or directory
[root@localhost hv]# :/root/lis-next/hv-rhel6.x/hv/vmbus_drv.c:106: error: implicit declaration of function hyperv_report_panic
-bash: :/root/lis-next/hv-rhel6.x/hv/vmbus_drv.c:106:: No such file or directory
[root@localhost hv]# make[1]: *** [/root/lis-next/hv-rhel6.x/hv/vmbus_drv.o] Error 1
-bash: âmake[1]:: command not found
[root@localhost hv]# make: *** [_module_/root/lis-next/hv-rhel6.x/hv] Error 2
-bash: make:: command not found
[root@localhost hv]# make: Leaving directory `/usr/src/kernels/2.6.32-131.0.15.el6.i686'
@vyadavmsft
Copy link
Contributor

Fixed with latest Alex commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants