Bug 474241
| Summary: | gnuplot dependency bloat | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Curtis Doty <curtis> |
| Component: | gnuplot | Assignee: | Ivana Varekova <varekova> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | pertusus, varekova |
| 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: | 2009-01-14 07:32:55 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: | 471381 | ||
|
Description
Curtis Doty
2008-12-02 22:24:37 UTC
./configure --disable-wxwidgets --without-x leads to much less deps, still X is pulled in by gd. And gd is really linked against libXpm. ./configure --disable-wxwidgets leads to something similar with the gnuplot in RHEL5, though with more dependencies, none seems obviously bogus. That being said, I like the wxwidgets gnuplot output, it is better than the previous one, so I guess that the best is to have 2 executables. The default one should be, in my opinion, with wxwidgets, and gnuplot-nowxwidgets could be the other one, in a specific subpackage. Thoughts? Hello, I agree with your opinion, there is a discussion on http://lists.fedoraproject.org/pipermail/fedora-server-list/2008-December/000008.html regarding this topic so I'm waiting for some feedback there. For now in gnuplot-4.2.4-2.fc11 there are two separate subpackages - gnuplot and gnuplot-minimal. |