From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kent Overstreet Subject: Re: Not able compile bcache-tools source code Date: Tue, 22 Jan 2013 13:30:28 -0800 Message-ID: <20130122213028.GE26407@google.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-bcache-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Nitin Kshirsagar Cc: Kent Overstreet , "linux-bcache-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-bcache@vger.kernel.org On Tue, Jan 22, 2013 at 01:36:52PM +0800, Nitin Kshirsagar wrote: > Hi, > > make install fails > [root@annu bcache-tools]# make install > install -m0755 make-bcache /usr/sbin/ > install -m0755 probe-bcache /sbin/ > install -m0644 61-bcache.rules /lib/udev/rules.d/ > install -m0755 initramfs/script /etc/initramfs-tools/scripts/init-premount/bcache > install -m0755 initramfs/hook /etc/initramfs-tools/hooks/bcache > install: cannot create regular file `/etc/initramfs-tools/hooks/bcache': No such file or directory > make: *** [install] Error 1 That's just the initramfs script for bringing up bcache if your root fs is a bcache device - if your distro isn't using initramfs, that's fine, it's nothing to worry about. I just pushed a patch to ignore errors on those two lines.