https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Bug ID: 1200612 Summary: Package rocksdb binary for Fedora Product: Fedora Version: rawhide Component: golang-github-influxdb-rocksdb Assignee: jchaloup@redhat.com Reporter: ggillies@redhat.com QA Contact: extras-qa@fedoraproject.org CC: golang@lists.fedoraproject.org, jchaloup@redhat.com, lsm5@redhat.com
Hi,
With influxdb version 0.9 moving to completely utilise rocksdb, we probably want to look at expanding this package to fully provide a rocksdb compiled binary.
That is, a rocksdb package that has /usr/bin/rocksdb, as well as the devel package with the raw go code for deps (which this package currently provides)
Regards,
Graeme
https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Honza Horak hhorak@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ggillies@redhat.com Flags| |needinfo?(ggillies@redhat.c | |om)
--- Comment #1 from Honza Horak hhorak@redhat.com --- (In reply to Graeme Gillies from comment #0)
With influxdb version 0.9 moving to completely utilise rocksdb, we probably want to look at expanding this package to fully provide a rocksdb compiled binary.
That is, a rocksdb package that has /usr/bin/rocksdb, as well as the devel package with the raw go code for deps (which this package currently provides)
Graeme, what do you expect from /usr/bin/rocksdb? When trying to compile rocksdb from https://github.com/facebook/rocksdb.git it doesn't include such a binary.
Imho the packge rocksdb should just include *versioned* shared library (done by `make shared_lib PLATFORM_SHARED_EXT=so PLATFORM_SHARED_VERSIONED=true`) and rocksdb-devel package should contain the header files and unversioned library symlink. No evidence about rocksdb binary.
https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Graeme Gillies ggillies@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(ggillies@redhat.c | |om) |
--- Comment #2 from Graeme Gillies ggillies@redhat.com --- Hi,
I am incredibly sorry you are correct. I got confused with influxdb and rocksdb in this case. You are right, this bug should be renamed/changed to having rocksdb shared library shipped in fedora so that it can be used by this packaged and eventually influxdb.
Thanks again,
Regards,
Graeme
https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Jan Chaloupka jchaloup@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(mmuzila@redhat.co | |m)
https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Matej Mužila mmuzila@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(mmuzila@redhat.co | |m) |
https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|jchaloup@redhat.com |fpokorny@redhat.com
--- Comment #6 from Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Jeremy Eder jeder@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeder@redhat.com
--- Comment #7 from Jeremy Eder jeder@redhat.com --- Hey all -- this is almost a year old, wondering what the current status is?
I have another use case for this: the rocksdb shared library is required to run IBM's hyperledger implementation "fabric".
https://github.com/hyperledger/fabric
Which we're in the process of getting running on Fedora, and right now we have to build RocksDB shared_lib from source, which inflates the dependency list to include the compile chain and a bunch of ruby gems which are useless during runtime.
https://bugzilla.redhat.com/show_bug.cgi?id=1200612
Jan Chaloupka jchaloup@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(mmuzila@redhat.co | |m)
--- Comment #8 from Jan Chaloupka jchaloup@redhat.com --- Matej?
https://bugzilla.redhat.com/show_bug.cgi?id=1200612
--- Comment #9 from Jeremy Eder jeder@redhat.com --- https://github.com/facebook/rocksdb/issues/1114
golang@lists.fedoraproject.org