Bug 473975 - python lib finding hack is too cruel
Summary: python lib finding hack is too cruel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: geos
Version: 11
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Balint Cristian
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-12-01 17:10 UTC by Sami Farin
Modified: 2010-03-18 05:54 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-03-18 05:54:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sami Farin 2008-12-01 17:10:17 UTC
Description of problem:
rpmbuild 20417  2.0  0.0   8580  1148 pts/15   DN+  18:29   0:08 find /usr/ -type f -name libpython2.5.* -print

I killed it after 15 mins.

I have no further comments about this.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Balint Cristian 2008-12-06 20:23:30 UTC
(In reply to comment #0)
> Description of problem:
> rpmbuild 20417  2.0  0.0   8580  1148 pts/15   DN+  18:29   0:08 find /usr/
> -type f -name libpython2.5.* -print
> 
> I killed it after 15 mins.

Sami,

 I know about the problem, but to make this an optimal one
I have to develop an elegant proposal for upstream too, I 
would avoid carry out custom patches as much possible, olso
need make sure any other Unices will be not broken if talk
about upstream change.

Comment 2 Bug Zapper 2009-06-09 10:03:50 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Balint Cristian 2010-03-18 05:54:09 UTC
- its fine now, a simpe fix does the trick:

-find /usr/ -type f -name libpython2.* -print
+find /usr/lib*/ -type f -name libpython2.* -print

Available: fc14


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