[Bug 1025863] clang++ assumes gccN-c++ is available
http://bugzilla.suse.com/show_bug.cgi?id=1025863 http://bugzilla.suse.com/show_bug.cgi?id=1025863#c1 Michal Srb <msrb@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #1 from Michal Srb <msrb@suse.com> --- The clang${version} package in Tumbleweed depends on libclang${version} which in turn depends on libstdc++-devel, which depends on the package with system's c++ library files. So since Tumbleweed it is guaranteed that some version of libstdc++ library will be installed. However, it is still possible to have newer gcc installed and not have the matching libstdc++ installed. Clang will then autoselect the newest one and fail the way described in this bug. To fix that, we should build clang with -DGCC_INSTALL_PREFIX pointing to the system gcc installation. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com