Bug 181897 - Missing static libraries
Summary: Missing static libraries
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: fftw
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Quentin Spencer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-17 17:20 UTC by Stuart Anderson
Modified: 2007-11-30 22:11 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-24 07:02:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stuart Anderson 2006-02-17 17:20:01 UTC
Description of problem:

The static libraries where dropped between fftw-devel-3.1-1.fc4.x86_64.rpm
and fftw-devel-3.1-2.fc4.x86_64.rpm. This prevents building static executables
that use FFTW 3.1 that can be checkpointed on Condor clusters.


Version-Release number of selected component (if applicable):
fftw-devel-3.1-2.fc4.x86_64.rpm

How reproducible:
100%

Steps to Reproduce:
1. rpm -qlp fftw-devel-3.1-2.fc4.x86_64.rpm
2. Note missing /usr/lib64/lib*.a files
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Quentin Spencer 2006-02-18 22:55:36 UTC
I'm willing to reconsider my decision to remove static libs--I removed them
because it's the prevailing opinion of Fedora Extras developers that they should
be removed. However, could you provide some more detail on exactly why static
libraries are necessary for this and why dynamic libraries won't work?

Comment 2 Stuart Anderson 2006-02-20 04:52:24 UTC
Condor is a job scheduler for large collections of computers that aggregates
them into a large computation pool (http://www.cs.wisc.edu/condor).
For Condor to checkpoint long running jobs so they can be resumed again
at a later time and/or on a different computer it must follow the following
rules listed for Standard Universe jobs,
http://www.cs.wisc.edu/condor/manual/v6.7/2_4Road_map_Running.html#sec:standard-universe

One of these restrictions for Linux is that the executable be statically linked.

Thanks.

Comment 3 Quentin Spencer 2006-02-24 07:02:58 UTC
After starting an extensive discussion on the fedora-extras mailing list, I have
decided for the time being to put the static libs back the way they were,
particularly since they were for a current Fedora Core release. Some have
proposed the creation of -static packages for static libs. This approach has
some merits, but at this time there appears to be only one such package in
Fedora Core or Extras. I may consider doing that later, but I would like a more
established standard before doing so.


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