|
Bugzilla – Full Text Bug Listing |
| Summary: | libpsm2 fails with -fno-common | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Liška <martin.liska> |
| Component: | Basesystem | Assignee: | Martin Liška <martin.liska> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | alynx.zhou |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1160244 | ||
|
Description
Martin Liška
2020-01-07 13:59:12 UTC
PR submitting upstream: https://github.com/intel/opa-psm2/pull/44 @Nicolas: Can you please send the patch to devel project as well? Note that we moved to :N staging: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:N/libpsm2/standard/x86_64 Patch sent to Factory: https://build.opensuse.org/request/show/791133 Thank you, then it's fixed in devel project. There are another failures: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:N/libpsm2/standard/x86_64 [ 22s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/am_reqrep.o (symbol from plugin): in function `psmi_amsh_am_short_request': [ 22s] (.text+0x0): multiple definition of `psmi_faultinj_enabled'; /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/am_reqrep_shmem.o (symbol from plugin):(.text+0x0): first defined here [ 22s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/am_reqrep.o (symbol from plugin): in function `psmi_amsh_am_short_request': [ 22s] (.text+0x0): multiple definition of `psmi_cpu_model'; /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/am_reqrep_shmem.o (symbol from plugin):(.text+0x0): first defined here [ 22s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/am_reqrep.o (symbol from plugin): in function `psmi_amsh_am_short_request': [ 22s] (.text+0x0): multiple definition of `psmi_errhandler_global'; /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/am_reqrep_shmem.o (symbol from plugin):(.text+0x0): first defined here [ 22s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/ptl.o (symbol from plugin): in function `psmi_am_mq_handler': [ 22s] (.text+0x0): multiple definition of `psmi_faultinj_enabled'; /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/am_reqrep_shmem.o (symbol from plugin):(.text+0x0): first defined here [ 22s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/ptl.o (symbol from plugin): in function `psmi_am_mq_handler': [ 22s] (.text+0x0): multiple definition of `psmi_cpu_model'; /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/am_reqrep_shmem.o (symbol from plugin):(.text+0x0): first defined here [ 22s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: /home/abuild/rpmbuild/BUILD/libpsm2-11.2.86/build_release/ptl_am/ptl.o (symbol from plugin): in function `psmi_am_mq_handler': I've just added SR#1160279. Again fixed in devel project. |