Bug 525213
Summary: | -devel multilib conflict: python gdb scripts | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan Kratochvil <jan.kratochvil> |
Component: | glib2 | Assignee: | Matthias Clasen <mclasen> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | adam, mclasen, mtasaka, tromey |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-09-25 15:16:26 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: | 890526 |
Description
Jan Kratochvil
2009-09-23 17:03:55 UTC
*** Bug 525500 has been marked as a duplicate of this bug. *** Well, https://www.redhat.com/archives/fedora-extras-commits/2009-September/msg07621.html But build.log shows http://kojipkgs.fedoraproject.org/packages/glib2/2.22.0/3.fc12/data/logs/i686/ ------------------------------------------------------------- 2980 + rm -f '/builddir/build/BUILDROOT/glib2-2.22.0-3.fc12.i386/usr/share/glib-2.0/gdb/*.pyc' '/builddir/build/BUILDROOT/glib2-2.22.0-3.fc12.i386/usr/share/glib-2.0/gdb/*.pyo' ...... 3007 + /usr/lib/rpm/brp-python-bytecompile ------------------------------------------------------------- i.e. no files are removed by "rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb/*.{pyc,pyo}" like, these pyo,pyc files are created by brp-python-bytecompile. http://koji.fedoraproject.org/koji/fileinfo?rpmID=1570732&filename=/usr/share/glib-2.0/gdb/glib.pyc http://koji.fedoraproject.org/koji/fileinfo?rpmID=1570724&filename=/usr/share/glib-2.0/gdb/glib.pyc -------------------------------------------------------------- [mtasaka@thulsadoom RPMS]$ ls -al *rpm -rw-rw-r--. 1 mtasaka mtasaka 1029216 2009-09-24 08:37 glib2-2.22.0-3.fc12.i686.rpm -rw-rw-r--. 1 mtasaka mtasaka 1045812 2009-09-24 08:37 glib2-2.22.0-3.fc12.x86_64.rpm -rw-rw-r--. 1 mtasaka mtasaka 1055944 2009-09-24 08:37 glib2-devel-2.22.0-3.fc12.i686.rpm -rw-rw-r--. 1 mtasaka mtasaka 1056848 2009-09-24 08:37 glib2-devel-2.22.0-3.fc12.x86_64.rpm [mtasaka@thulsadoom RPMS]$ LANG=C rpm -Uvh --test *rpm Preparing... ########################################### [100%] file /usr/share/glib-2.0/gdb/glib.pyc conflicts between attempted installs of glib2-devel-2.22.0-3.fc12.i686 and glib2-devel-2.22.0-3.fc12.x86_64 file /usr/share/glib-2.0/gdb/glib.pyo conflicts between attempted installs of glib2-devel-2.22.0-3.fc12.i686 and glib2-devel-2.22.0-3.fc12.x86_64 file /usr/share/glib-2.0/gdb/gobject.pyc conflicts between attempted installs of glib2-devel-2.22.0-3.fc12.i686 and glib2-devel-2.22.0-3.fc12.x86_64 file /usr/share/glib-2.0/gdb/gobject.pyo conflicts between attempted installs of glib2-devel-2.22.0-3.fc12.i686 and glib2-devel-2.22.0-3.fc12.x86_64 -------------------------------------------------------------- grr, 2.22.0-4 should be better |