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:
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.
http://fedoramagazine.org/gcc-5-in-fedora-whats-an-abi-and-what-happens-when-we-change-it/
Works now for rawhide, f22 and f21. Thanks again.