On 05/06/18 05:58, kefu chai wrote:
> On Tue, Jun 5, 2018 at 6:13 AM, Paul Emmerich <paul.emmer...@croit.io> wrote:
>> Hi,
>>
>> 2018-06-04 20:39 GMT+02:00 Sage Weil <s...@newdream.net>:
>>> We'd love to build for stretch, but until there is a newer gcc for that
>>> distro it's not possible.  We could build packages for 'testing', but I'm
>>> not sure if those will be usable on stretch.
>>
>> you can install gcc (and only gcc) from testing on Stretch to build Ceph for
>> Stretch:
>>
>> echo 'deb http://ftp.de.debian.org/debian/ testing main' >>
>> /etc/apt/sources.list
>> echo 'APT::Default-Release "stable";' >
>> /etc/apt/apt.conf.d/stable-as-default
>> apt update
>> apt install g++ -t testing
>>
>> That's how we are building our Debian packages.
> thanks for sharing this, Paul ! does the built binary require any
> runtime dependency offered the testing repo? if the answer is no, i
> think we should offer the pre-built package for debian stable then.
>
>

We have some debian developers in our team - let me see if we can make
something happen with backporting gcc.

It would be a shame for Ceph to be more cumbersome to install on Debian.


_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to