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: leveldbAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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:
Description Flags
build.log
none
sample.spec none

Description Raphael Groner 2015-02-28 15:30:01 UTC
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:

Comment 1 Raphael Groner 2015-02-28 15:32:17 UTC
Created attachment 996472 [details]
sample.spec

Comment 2 Mamoru TASAKA 2015-02-28 16:45:36 UTC
leveldb on F-23 is rebuilt. Please retry.

Comment 3 Mamoru TASAKA 2015-02-28 16:46:42 UTC
(It may take 20min or so for new leveldb to appear on buildroot)

Comment 4 Raphael Groner 2015-02-28 17:44:44 UTC
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.

Comment 5 Mamoru TASAKA 2015-02-28 18:03:47 UTC
F-22 and below has no ABI change so there is no need for rebuild on those branches, only F-23 is affected.

Comment 7 Raphael Groner 2015-02-28 18:17:05 UTC
Works now for rawhide, f22 and f21. Thanks again.