Re: Error while compiling aufs utils

2013-03-10 Thread Tomas M
Thank you for confirming the issue. I fixed it locally. I just wanted to assure that what I did is the correct way. Tomas M On Sun, Mar 10, 2013 at 4:46 AM, wrote: > > Tomas M: >> The problem is that 'make headers_install' does not install aufs_type.h >> anywhere, as far as I know. >> >> Pro

Re: Error while compiling aufs utils

2013-03-09 Thread sfjro
kirk w: > Recently I've had to do a make headers_install in the kernel source. Then c= > d into aufs3-standalone.git and do make install_headers, then copy those he= > aders which include aufs_type.h into the kernel headers.=0A=0A=0A=0A___= Yes, I guess the bug in my release script affects on

Re: Error while compiling aufs utils

2013-03-09 Thread kirk w
From: "sf...@users.sourceforge.net" To: Tomas M Cc: aufs-users Sent: Saturday, March 9, 2013 10:46 PM Subject: Re: Error while compiling aufs utils Tomas M: > The problem is that 'make headers_install' does not install aufs_type.h > anywhere, as fa

Re: Error while compiling aufs utils

2013-03-09 Thread sfjro
Tomas M: > The problem is that 'make headers_install' does not install aufs_type.h > anywhere, as far as I know. > > Probably the aufs3-kbuild.patch should add one line to > $LinuxSrc/include/uapi/linux/Kbuild as follows? > header-y += aufs_type.h May be you are right. I think there is a bug in m

Re: Error while compiling aufs utils

2013-03-09 Thread Tomas M
The problem is that 'make headers_install' does not install aufs_type.h anywhere, as far as I know. Probablytheaufs3-kbuild.patch should add one line to $LinuxSrc/include/uapi/linux/Kbuild as follows? header-y += aufs_type.h Thank you Tomas M On Sat,

Re: Error while compiling aufs utils

2013-03-09 Thread sfjro
Tomas M: > I've compiled aufs (standalone) for Linux 3.8.2, and I've copied file > aufs_type.h from Linux tree to /usr/include/linux/aufs_type.h > When that was done, I wanted to compile aufs utils, but 'make' returned an > error: > > cc -I./libau -O -Wall -DMOUNT_CMD_PATH=\"\" ver.c -o ver >

Error while compiling aufs utils

2013-03-08 Thread Tomas M
Thank you for AUFS for 3.8 kernel. I've compiled aufs (standalone) for Linux 3.8.2, and I've copied file aufs_type.h from Linux tree to /usr/include/linux/aufs_type.h When that was done, I wanted to compile aufs utils, but 'make' returned an error: cc -I./libau -O -Wall -DMOU