From: Zdenek Kabelac <zkabelac@redhat.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Cc: Oliver Rath <rath@mglug.de>
Subject: Re: [linux-lvm] thin-provisioning-tools failed compiling on Ubuntu 13.04
Date: Mon, 27 May 2013 15:37:28 +0200 [thread overview]
Message-ID: <51A36198.6010307@redhat.com> (raw)
In-Reply-To: <51A329CA.2010806@mglug.de>
Dne 27.5.2013 11:39, Oliver Rath napsal(a):
> Hi lsit,
>
> i wanted using thin-provisioned lvm-volumes on a new created Ubuntu
> 13.04-machine. Unfortunatly the needed thin-provisinoing-tools dont
> compile anymore.
>
> It seems to be a conflict between a boost-lib and the code
> ("range"-class ambigous). Im using libboost-dev 1.49.0.1.
>
> Any hints to solve this? I appended the log. It is a intel core2duo
> machine (64bit) with 3GB RAM.
>
Looks like name collision with upstream boost range type.
I assume more tight unambiguous base::range needs to be used:
i.e. something like this:
-missing_devices(std::string const &desc, range<uint64_t> const &keys);
+missing_devices(std::string const &desc, base::range<uint64_t> const &keys);
But it's needed on more places - and there are further complation problems
with thin_debug.cc - which needs some extra work to be made.
Zdenek
next prev parent reply other threads:[~2013-05-27 13:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-27 9:39 [linux-lvm] thin-provisioning-tools failed compiling on Ubuntu 13.04 Oliver Rath
2013-05-27 13:37 ` Zdenek Kabelac [this message]
2013-05-28 10:25 ` Joe Thornber
2013-05-28 12:13 ` Joe Thornber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51A36198.6010307@redhat.com \
--to=zkabelac@redhat.com \
--cc=linux-lvm@redhat.com \
--cc=rath@mglug.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.