Hello, I don''t see how to change the wiki, but it needs an update: apt-get build-dep btrfs-tools -or- apt-get install uuid-dev libattr1-dev zlib1g-dev libacl1-dev e2fslibs-dev here libblkid-dev is missing -at least for the latest git version of the btrfs-progs. Greetings, Hendrik -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 02/24/2013 03:13 PM, Hendrik Friedel wrote:> Hello, > > I don''t see how to change the wiki, but it needs an update: > > apt-get build-dep btrfs-tools > -or- > apt-get install uuid-dev libattr1-dev zlib1g-dev libacl1-dev e2fslibs-dev > > here libblkid-dev is missing -at least for the latest git version of the > btrfs-progs.Updated, thanks> Greetings, > Hendrik > -- > To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >-- gpg @keyserver.linux.it: Goffredo Baroncelli (kreijackATinwind.it> Key fingerprint BBF5 1610 0B64 DAC6 5F7D 17B2 0EDA 9B37 8B82 E0B5 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
You may need to update the minimum version of libblkid-dev that is required. Since. latest btrfs-progs needs blkid_probe_get_wholedisk_devno() from the libblkid-dev. found libblkid-dev version 2.17.2 does not work, and 2.22 works. Not sure which version introduced the function required here. HTH Anand On 02/25/2013 01:24 AM, Goffredo Baroncelli wrote:> On 02/24/2013 03:13 PM, Hendrik Friedel wrote: >> Hello, >> >> I don''t see how to change the wiki, but it needs an update: >> >> apt-get build-dep btrfs-tools >> -or- >> apt-get install uuid-dev libattr1-dev zlib1g-dev libacl1-dev e2fslibs-dev >> >> here libblkid-dev is missing -at least for the latest git version of the >> btrfs-progs. > > Updated, thanks > >> Greetings, >> Hendrik >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > >-- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Anand, On 02/25/2013 05:39 AM, Anand Jain wrote:> > > You may need to update the minimum version of > libblkid-dev that is required. Since. > > latest btrfs-progs needs > blkid_probe_get_wholedisk_devno() > from the libblkid-dev. > found libblkid-dev version 2.17.2 does not work, > and 2.22 works. Not sure which version introduced the > function required here.Which error is returned when you try to compile with the 2.17.2 ?> > > HTH > Anand-- gpg @keyserver.linux.it: Goffredo Baroncelli (kreijackATinwind.it> Key fingerprint BBF5 1610 0B64 DAC6 5F7D 17B2 0EDA 9B37 8B82 E0B5 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html