Bug 181897
| Summary: | Missing static libraries | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stuart Anderson <anderson> |
| Component: | fftw | Assignee: | Quentin Spencer <qspencer> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | CC: | extras-qa, rdieter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-24 07:02:58 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: | |||
|
Description
Stuart Anderson
2006-02-17 17:20:01 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? 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. 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. |