Re: Problems with compiling btrfs

2013-03-21 Thread Eric Sandeen
On 3/21/13 5:23 PM, Mitch Harder wrote: > On Thu, Mar 21, 2013 at 4:46 PM, Avi Miller wrote: >> Hi, >> >> On 22/03/2013, at 8:11 AM, Joseph Moore wrote: >> >>> [root@ol6 btrfs-progs]# uname -a >>> Linux ol6.localdomain 2.6.39-400.17.2.el6uek.x86_64 #1 SMP Wed Mar 13 >>> 12:31:05 PDT 2013 x86_64 x

Re: Problems with compiling btrfs

2013-03-21 Thread Mitch Harder
On Thu, Mar 21, 2013 at 4:46 PM, Avi Miller wrote: > Hi, > > On 22/03/2013, at 8:11 AM, Joseph Moore wrote: > >> [root@ol6 btrfs-progs]# uname -a >> Linux ol6.localdomain 2.6.39-400.17.2.el6uek.x86_64 #1 SMP Wed Mar 13 >> 12:31:05 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux > > > This is the currentl

Re: Problems with compiling btrfs

2013-03-21 Thread Avi Miller
Hi, On 22/03/2013, at 8:11 AM, Joseph Moore wrote: > [root@ol6 btrfs-progs]# uname -a > Linux ol6.localdomain 2.6.39-400.17.2.el6uek.x86_64 #1 SMP Wed Mar 13 > 12:31:05 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux This is the currently shipping Oracle Linux 6 UEK and as such, doesn't support a new

Re: Problems with compiling btrfs

2013-03-21 Thread Hugo Mills
On Thu, Mar 21, 2013 at 09:42:13PM +, Hugo Mills wrote: > On Thu, Mar 21, 2013 at 03:11:56PM -0600, Joseph Moore wrote: > > I'm trying to compile the btrfs source code but I'm getting an error. > > Any suggestions? [snip] >You need libblkid-devel (or whatever your distribution calls the > d

Re: Problems with compiling btrfs

2013-03-21 Thread Eric Sandeen
On 3/21/13 4:11 PM, Joseph Moore wrote: > I'm trying to compile the btrfs source code but I'm getting an error. > Any suggestions? Older libblkid doesn't have that function. This is where a configure script would really help :( Locally I currently am keeping a patch around to just remove it; you

Re: Problems with compiling btrfs

2013-03-21 Thread Hugo Mills
On Thu, Mar 21, 2013 at 03:11:56PM -0600, Joseph Moore wrote: > I'm trying to compile the btrfs source code but I'm getting an error. > Any suggestions? > > Thanks > Joe > > [root@ol6 btrfs-progs]# uname -a > Linux ol6.localdomain 2.6.39-400.17.2.el6uek.x86_64 #1 SMP Wed Mar 13 > 12:31:05 PDT 201

Problems with compiling btrfs

2013-03-21 Thread Joseph Moore
I'm trying to compile the btrfs source code but I'm getting an error. Any suggestions? Thanks Joe [root@ol6 btrfs-progs]# uname -a Linux ol6.localdomain 2.6.39-400.17.2.el6uek.x86_64 #1 SMP Wed Mar 13 12:31:05 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux [root@ol6 src]# git clone git://git.kernel.org