Bug 192597 - /lib/i686 is not owned by any package
Summary: /lib/i686 is not owned by any package
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-21 16:36 UTC by Robert Scheck
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-24 16:58:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2006-05-21 16:36:07 UTC
Description of problem:
/lib/i686 is not owned by any package, but it should be owned by glibc as the 
glibc package is shipping it's content.

Version-Release number of selected component (if applicable):
glibc-2.4.90-7

How reproducible:
rpm -qf /lib/i686

Expected results:
Please apply the following patch (or better):

--- snipp ---
--- glibc.spec       2006-05-11 17:53:04.000000000 +0200
+++ glibc.spec.rsc   2006-05-21 18:41:27.000000000 +0200
@@ -1339,6 +1339,7 @@
 %if %{xenpackage}
 %files -f nosegneg.filelist xen
 %defattr(-,root,root)
+%dir /%{_lib}/i686
 %dir /%{_lib}/%{nosegneg_subdir}
 %endif

--- snapp ---

Comment 1 Robert Scheck 2006-05-21 20:38:16 UTC
Fscking...I didn't open up my eyes completely this afternoon:

--- snipp ---
--- glibc.spec       2006-05-11 17:53:04.000000000 +0200
+++ glibc.spec.rsc   2006-05-21 21:42:46.000000000 +0200
@@ -1313,6 +1313,7 @@
 %files -f rpm.filelist
 %defattr(-,root,root)
 %if %{buildxen} && !%{xenpackage}
+%dir /%{_lib}/i686
 %dir /%{_lib}/%{nosegneg_subdir}
 %endif
 %ifarch s390x
@@ -1339,6 +1340,7 @@
 %if %{xenpackage}
 %files -f nosegneg.filelist xen
 %defattr(-,root,root)
+%dir /%{_lib}/i686
 %dir /%{_lib}/%{nosegneg_subdir}
 %endif

--- snapp ---

Comment 2 Jakub Jelinek 2006-05-24 16:58:03 UTC
Fixed in glibc-2.4.90-10.


Note You need to log in before you can comment on or make changes to this bug.