Bug 1197342
| Summary: | undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, leveldb::DB**)' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> | ||||||
| Component: | leveldb | Assignee: | Peter Lemenkov <lemenkov> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | lemenkov, mtasaka, puntogil | ||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | leveldb-1.12.0-8.fc23 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-02-28 18:03:47 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1197333 | ||||||||
| Attachments: |
|
||||||||
Created attachment 996472 [details]
sample.spec
leveldb on F-23 is rebuilt. Please retry. (It may take 20min or so for new leveldb to appear on buildroot) Thanks for the fast response. Will continue to test. Please do also update for f22 and f21. Otherwise I could not build my dependend package(s) for those branches. F-22 and below has no ABI change so there is no need for rebuild on those branches, only F-23 is affected. Works now for rawhide, f22 and f21. Thanks again. |
Created attachment 996471 [details] build.log Description of problem: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, leveldb::DB**)' Version-Release number of selected component (if applicable): rawhide How reproducible: yes, this happens at koji Steps to Reproduce: 1. try to rpmbuild attached spec file with rawhide/koji 2. 3. Actual results: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, leveldb::DB**)' (see attached build.log) Expected results: no error Additional info: