Summary: | does not provide libcc1.so | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Dmitry V. Levin <ldv> |
Component: | gcc8-gdb-plugin | Assignee: | Gleb F-Malinovskiy <glebfm> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | major | ||
Priority: | P3 | CC: | iv, ldv |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Dmitry V. Levin
2019-02-06 02:20:06 MSK
Actually, gdb looks for libcc1.so using dlopen (see GCC_C_FE_LIBCC), not for libcc1.so.* packaged by gccN-gdb-plugin. libcc1.so packaged by gccN-gdb-plugin-devel are also useless because of the wrong location. As result, "compile code" feature of gdb fails with the following diagnostics: Could not load libcc1.so: libcc1.so: cannot open shared object file: No such file or directory gcc8-8.3.1-alt5 -> sisyphus: Mon Aug 05 2019 Gleb F-Malinovskiy <glebfm@altlinux> 8.3.1-alt5 - Applied upstream fix for PR 89906 (closes: #36972). - Removed versioning of lib{cc1,cc1plugin,cp1plugin} libraries (closes: #36046). Tue May 07 2019 Dmitry V. Levin <ldv@altlinux> 8.3.1-alt4 - Updated to redhat/gcc-8-branch r270976 (Fedora gcc-8.3.1-4). |