Bug 228362
| Summary: | multi-lib conflicts | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Schwendt <bugs.michael> |
| Component: | gpsim | Assignee: | Alain Portal <alain.portal> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-02-28 15:28:09 UTC | Type: | --- |
| 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: | 213321 | ||
Sorry Michael, but I don't understand where is the problem gpsim.i386 and gpsim.x86_64 cannot be installed in parallel, because these "Makefile"s create file conflicts. That is, their checksums differ between i386 and x86_64 rpms. [multi-lib is the concept that makes it possible to install libraries built for a compatible hardware architecture alongside the libraries for the native hardware, because both can used by corresponding executables. For example, on x86_64 the native libs are installed into /usr/lib64, while the compatible ix86 libs are installed into /usr/lib. That is the reason why %_libdir expands to different values on these systems. This also makes it possible to build ix86 binaries on a x86_64 systems, because you only need to tell the compiler which architecture to build for and install the needed -devel packages for that architecture. Due to that, ix86 -devel rpms and their dependencies are made available in the x86_64 repository. In the context of this ticket, users of x86_64 hardware, who want to or need to install gpsim for i386 (as a dependency of some i386 rpms), could not have gpsim for x86_64 installed already, since both packages conflict in these files.] These Makefile are created at rpm build time. So their checksums differ between i386 and x86_64 rpms. And I don't know how to fix this problem. Any idea? Remove them? They are useless anyway, because they depend on a various autotools stuff that is only available at build-time. Btw, some of the examples come with makefiles, which don't work either. Humm, I forgot to close it, fixed since 2 weeks. |
gpsim - 0.22.0-2.fc7.x86_64 Conflicts: 3 File conflict in: /usr/share/doc/gpsim-0.22.0/examples/Makefile /usr/share/doc/gpsim-0.22.0/examples/projects/Makefile /usr/share/doc/gpsim-0.22.0/examples/modules/Makefile Packages with the same files: gpsim - 0.22.0-2.fc7.i386