hi, got same problem, any update?
thanks!

вторник, 7 марта 2017 г., 15:26:10 UTC+2 пользователь quadstor написал:
>
> Kernel version > 4.0 isn't yet supported. We hope to have this ready 
> in a week or two. 
>
> On Mon, Mar 6, 2017 at 5:58 PM, Duh <alexander...@gmail.com <javascript:>> 
> wrote: 
> > Hello, module build failed on proxmox-ve host based on debian jessie 
> > 
> > root@b11:~# cat /etc/debian_version 
> > 8.7 
> > root@b11:~# uname -a 
> > Linux b11 4.4.44-1-pve #1 SMP PVE 4.4.44-83 (Wed, 1 Mar 2017 09:22:35 
> +0100) 
> > x86_64 GNU/Linux 
> > root@b11:~# dpkg -l | grep pve-headers 
> > ii  pve-headers-4.4.44-1-pve             4.4.44-83 
> > amd64        The Proxmox PVE Kernel Headers 
> > root@b11:~# dpkg -l | grep pve-kernel 
> > ii  pve-firmware                         1.1-11                         
> all 
> > Binary firmware code for the pve-kernel 
> > ii  pve-kernel-4.4.44-1-pve              4.4.44-83 
> > amd64        The Proxmox PVE Kernel Image 
> > root@b11:~# dpkg -l | grep quadstor 
> > ii  quadstor-virt                        3.2.11 
> > amd64        QUADStor storage virtualization enterprise edition 
> > 
> > pve-kernel and headers are based on Ubuntu-4.4.0-63.84 packages 
> > 
> > build log follows... 
> > 
> > + [ ! -f /quadstor/lib/modules/corelib.o ] 
> > + uname 
> > + os=Linux 
> > + cd /quadstor/src/export 
> > + make clean 
> > rm -rf *.o *.ko .*.cmd *.mod.c .tmp_versions Module.symvers .*.o.d 
> Module.* 
> > + make 
> > cp /quadstor/lib/modules/corelib.o /quadstor/src/export 
> > make -C /lib/modules/4.4.44-1-pve/build SUBDIRS=/quadstor/src/export 
> modules 
> > make[1]: Entering directory '/usr/src/linux-headers-4.4.44-1-pve' 
> >  CC [M]  /quadstor/src/export/ldev_linux.o 
> >  CC [M]  /quadstor/src/export/devq.o 
> >  LD [M]  /quadstor/src/export/ldev.o 
> >  CC [M]  /quadstor/src/export/core_linux.o 
> > In file included from include/scsi/scsi_cmnd.h:10:0, 
> >                 from /quadstor/src/export/core_linux.c:26: 
> > include/scsi/scsi_device.h:223:3: warning: ‘printk’ is an unrecognized 
> > format function type [-Wformat=] 
> >   const char *, ...); 
> >   ^ 
> > include/scsi/scsi_device.h:229:40: warning: ‘printk’ is an unrecognized 
> > format function type [-Wformat=] 
> > scmd_printk(const char *, const struct scsi_cmnd *, const char *, ...); 
> >                                        ^ 
> > In file included from include/uapi/linux/in.h:23:0, 
> >                 from include/linux/in.h:23, 
> >                 from /quadstor/src/export/linuxdefs.h:18, 
> >                 from /quadstor/src/export/core_linux.c:19: 
> > /quadstor/src/export/core_linux.c: In function ‘sys_sock_create’: 
> > include/linux/socket.h:163:18: warning: passing argument 1 of 
> > ‘sock_create_kern’ makes pointer from integer without a cast 
> > #define AF_INET  2 /* Internet IP Protocol  */ 
> >                  ^ 
> > /quadstor/src/export/core_linux.c:174:28: note: in expansion of macro 
> > ‘AF_INET’ 
> >  retval = sock_create_kern(AF_INET, SOCK_STREAM, IPPROTO_TCP, 
> > &sys_sock->sock); 
> >                            ^ 
> > In file included from include/linux/skbuff.h:29:0, 
> >                 from include/linux/tcp.h:21, 
> >                 from /quadstor/src/export/linuxdefs.h:19, 
> >                 from /quadstor/src/export/core_linux.c:19: 
> > include/linux/net.h:216:5: note: expected ‘struct net *’ but argument is 
> of 
> > type ‘int’ 
> > int sock_create_kern(struct net *net, int family, int type, int proto, 
> > struct socket **res); 
> >     ^ 
> > /quadstor/src/export/core_linux.c:174:63: warning: passing argument 4 of 
> > ‘sock_create_kern’ makes integer from pointer without a cast 
> >  retval = sock_create_kern(AF_INET, SOCK_STREAM, IPPROTO_TCP, 
> > &sys_sock->sock); 
> >                                                               ^ 
> > In file included from include/linux/skbuff.h:29:0, 
> >                 from include/linux/tcp.h:21, 
> >                 from /quadstor/src/export/linuxdefs.h:19, 
> >                  from /quadstor/src/export/core_linux.c:19: 
> > include/linux/net.h:216:5: note: expected ‘int’ but argument is of type 
> > ‘struct socket **’ 
> > int sock_create_kern(struct net *net, int family, int type, int proto, 
> > struct socket **res); 
> >     ^ 
> > /quadstor/src/export/core_linux.c:174:11: error: too few arguments to 
> > function ‘sock_create_kern’ 
> >  retval = sock_create_kern(AF_INET, SOCK_STREAM, IPPROTO_TCP, 
> > &sys_sock->sock); 
> >           ^ 
> > In file included from include/linux/skbuff.h:29:0, 
> >                 from include/linux/tcp.h:21, 
> >                 from /quadstor/src/export/linuxdefs.h:19, 
> >                 from /quadstor/src/export/core_linux.c:19: 
> > include/linux/net.h:216:5: note: declared here 
> > int sock_create_kern(struct net *net, int family, int type, int proto, 
> > struct socket **res); 
> >     ^ 
> > /quadstor/src/export/core_linux.c: In function ‘g_new_bio’: 
> > /quadstor/src/export/core_linux.c:1127:17: warning: assignment from 
> > incompatible pointer type 
> >  bio->bi_end_io = bio_end_bio; 
> >                 ^ 
> > /quadstor/src/export/core_linux.c: In function ‘bio_get_max_pages’: 
> > /quadstor/src/export/core_linux.c:1220:2: error: implicit declaration of 
> > function ‘bio_get_nr_vecs’ [-Werror=implicit-function-declaration] 
> >  return bio_get_nr_vecs(iodev); 
> >  ^ 
> > cc1: some warnings being treated as errors 
> > scripts/Makefile.build:258: recipe for target 
> > '/quadstor/src/export/core_linux.o' failed 
> > make[2]: *** [/quadstor/src/export/core_linux.o] Error 1 
> > Makefile:1420: recipe for target '_module_/quadstor/src/export' failed 
> > make[1]: *** [_module_/quadstor/src/export] Error 2 
> > make[1]: Leaving directory '/usr/src/linux-headers-4.4.44-1-pve' 
> > Makefile:28: recipe for target 'default' failed 
> > make: *** [default] Error 2 
> > + checkerror 
> > + [ 2 != 0 ] 
> > + echo ERROR: Building kernel modules failed! 
> > ERROR: Building kernel modules failed! 
> > + exit 1 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "QUADStor Storage Virtualization" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to quadstor-vir...@googlegroups.com <javascript:>. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"QUADStor Storage Virtualization" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to quadstor-virt+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to