Re: [ceph-users] Mimic and Debian 9

2018-10-18 Thread Paul Emmerich
Am Do., 18. Okt. 2018 um 13:01 Uhr schrieb Matthew Vernon : > > On 17/10/18 15:23, Paul Emmerich wrote: > > [apropos building Mimic on Debian 9] > > > apt-get install -y g++ libc6-dbg libc6 -t testing > > apt-get install -y git build-essential cmake > > I wonder if you could avoid the "need a newer

Re: [ceph-users] Mimic and Debian 9

2018-10-18 Thread Matthew Vernon
On 17/10/18 15:23, Paul Emmerich wrote: [apropos building Mimic on Debian 9] apt-get install -y g++ libc6-dbg libc6 -t testing apt-get install -y git build-essential cmake I wonder if you could avoid the "need a newer libc" issue by using backported versions of cmake/g++ ? Regards, Matthe

Re: [ceph-users] Mimic and Debian 9

2018-10-17 Thread John Spray
On Wed, Oct 17, 2018 at 3:23 PM Paul Emmerich wrote: > > John Spray : > > > > Apologies if this has been asked before, but how are you building > > these, some third party compiler backport? If there isn't anything > > too hacky involved in the build perhaps your packages could simply be > > the

Re: [ceph-users] Mimic and Debian 9

2018-10-17 Thread Alexandre DERUMIER
It's also possible to install ubuntu xenial packages on stretch, but this need the old libssl1.0.0 package (you can install manually the deb from jessie) - Mail original - De: "Hervé Ballans" À: "ceph-users" Envoyé: Mercredi 17 Octobre 2018 11:21:14 Objet: [ceph-users] Mimic and Debi

Re: [ceph-users] Mimic and Debian 9

2018-10-17 Thread Daniel Baumann
Hi, On 10/17/2018 04:04 PM, John Spray wrote: > If there isn't anything > too hacky involved in the build perhaps your packages could simply be > the official ones? being a Debian Developer, I can upload my backports that I maintain/use at work to e.g. people.debian.org/~daniel or so. Given time

Re: [ceph-users] Mimic and Debian 9

2018-10-17 Thread Paul Emmerich
John Spray : > > Apologies if this has been asked before, but how are you building > these, some third party compiler backport? If there isn't anything > too hacky involved in the build perhaps your packages could simply be > the official ones? There are two problems: 1. The build system is some

Re: [ceph-users] Mimic and Debian 9

2018-10-17 Thread John Spray
On Wed, Oct 17, 2018 at 2:37 PM Paul Emmerich wrote: > > I wouldn't hold my breath for an official Stretch release. > > We are running several Mimic clusters in production with Debian, our > Stretch packages are available at our mirror: > > https://croit.io/2018/09/23/2018-09-23-debian-mirror Apo

Re: [ceph-users] Mimic and Debian 9

2018-10-17 Thread Paul Emmerich
I wouldn't hold my breath for an official Stretch release. We are running several Mimic clusters in production with Debian, our Stretch packages are available at our mirror: https://croit.io/2018/09/23/2018-09-23-debian-mirror Paul Am Mi., 17. Okt. 2018 um 11:21 Uhr schrieb Hervé Ballans : > > H