hi folks, just want to share my findings regarding to building ceph on RHEL8 here. today, i was trying to build ceph on RHEL8. but it seems we are missing some build dependencies on this distro, because quite a few packages were removed from RHEL8 [0], and these packages are still missing EPEL8: No matching package to install: 'gperftools-devel >= 2.6.1' No matching package to install: 'leveldb-devel > 1.2' No matching package to install: 'libbabeltrace-devel' No matching package to install: 'liboath-devel' No matching package to install: 'python3-cherrypy' No matching package to install: 'python3-coverage' No matching package to install: 'python3-pecan' No matching package to install: 'python3-routes' No matching package to install: 'python3-tox' No matching package to install: 'xmlstarlet' i've added EPEL8 repo by following [1]. probably packages being added to EPEL8 in future will help to ease the pain. but at this moment, some unnecessary dependencies are just missing. cheers, --- [0] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/htm... [1] https://fedoraproject.org/wiki/EPEL -- Regards Kefu Chai
Per https://bugzilla.redhat.com/show_bug.cgi?id=1757000 a candidate package is available at https://koji.fedoraproject.org/koji/buildinfo?buildID=1410792 and requires testing feedback. Perhaps we could replace our custom built xmlstarlet with this package for the time being? On Sun, Sep 8, 2019 at 8:12 PM kefu chai <tchaikov@gmail.com> wrote:
hi folks,
just want to share my findings regarding to building ceph on RHEL8 here. today, i was trying to build ceph on RHEL8. but it seems we are missing some build dependencies on this distro, because quite a few packages were removed from RHEL8 [0], and these packages are still missing EPEL8:
No matching package to install: 'gperftools-devel >= 2.6.1' No matching package to install: 'leveldb-devel > 1.2' No matching package to install: 'libbabeltrace-devel' No matching package to install: 'liboath-devel' No matching package to install: 'python3-cherrypy' No matching package to install: 'python3-coverage' No matching package to install: 'python3-pecan' No matching package to install: 'python3-routes' No matching package to install: 'python3-tox' No matching package to install: 'xmlstarlet'
i've added EPEL8 repo by following [1]. probably packages being added to EPEL8 in future will help to ease the pain. but at this moment, some unnecessary dependencies are just missing.
cheers,
--- [0] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/htm... [1] https://fedoraproject.org/wiki/EPEL
-- Regards Kefu Chai _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
-- Cheers, Brad
On Sun, Nov 10, 2019 at 8:15 AM Brad Hubbard <bhubbard@redhat.com> wrote:
Per https://bugzilla.redhat.com/show_bug.cgi?id=1757000 a candidate package is available at https://koji.fedoraproject.org/koji/buildinfo?buildID=1410792 and requires testing feedback. Perhaps we could replace our custom built xmlstarlet with this package for the time being?
thanks Brad for the update. tested and voted.
On Sun, Sep 8, 2019 at 8:12 PM kefu chai <tchaikov@gmail.com> wrote:
hi folks,
just want to share my findings regarding to building ceph on RHEL8 here. today, i was trying to build ceph on RHEL8. but it seems we are missing some build dependencies on this distro, because quite a few packages were removed from RHEL8 [0], and these packages are still missing EPEL8:
No matching package to install: 'gperftools-devel >= 2.6.1' No matching package to install: 'leveldb-devel > 1.2' No matching package to install: 'libbabeltrace-devel' No matching package to install: 'liboath-devel' No matching package to install: 'python3-cherrypy' No matching package to install: 'python3-coverage' No matching package to install: 'python3-pecan' No matching package to install: 'python3-routes' No matching package to install: 'python3-tox' No matching package to install: 'xmlstarlet'
i've added EPEL8 repo by following [1]. probably packages being added to EPEL8 in future will help to ease the pain. but at this moment, some unnecessary dependencies are just missing.
cheers,
--- [0] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/htm... [1] https://fedoraproject.org/wiki/EPEL
-- Regards Kefu Chai _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
-- Cheers, Brad
-- Regards Kefu Chai
Great, thanks! On Tue, Nov 12, 2019 at 2:09 AM kefu chai <tchaikov@gmail.com> wrote:
On Sun, Nov 10, 2019 at 8:15 AM Brad Hubbard <bhubbard@redhat.com> wrote:
Per https://bugzilla.redhat.com/show_bug.cgi?id=1757000 a candidate package is available at https://koji.fedoraproject.org/koji/buildinfo?buildID=1410792 and requires testing feedback. Perhaps we could replace our custom built xmlstarlet with this package for the time being?
thanks Brad for the update. tested and voted.
On Sun, Sep 8, 2019 at 8:12 PM kefu chai <tchaikov@gmail.com> wrote:
hi folks,
just want to share my findings regarding to building ceph on RHEL8 here. today, i was trying to build ceph on RHEL8. but it seems we are missing some build dependencies on this distro, because quite a few packages were removed from RHEL8 [0], and these packages are still missing EPEL8:
No matching package to install: 'gperftools-devel >= 2.6.1' No matching package to install: 'leveldb-devel > 1.2' No matching package to install: 'libbabeltrace-devel' No matching package to install: 'liboath-devel' No matching package to install: 'python3-cherrypy' No matching package to install: 'python3-coverage' No matching package to install: 'python3-pecan' No matching package to install: 'python3-routes' No matching package to install: 'python3-tox' No matching package to install: 'xmlstarlet'
i've added EPEL8 repo by following [1]. probably packages being added to EPEL8 in future will help to ease the pain. but at this moment, some unnecessary dependencies are just missing.
cheers,
--- [0] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/htm... [1] https://fedoraproject.org/wiki/EPEL
-- Regards Kefu Chai _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
-- Cheers, Brad
-- Regards Kefu Chai
-- Cheers, Brad
participants (2)
-
Brad Hubbard
-
kefu chai