Bug 126595
| Summary: | setuptool is missing dependencies | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve Grubb <linux_4ever> |
| Component: | setuptool | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | Keywords: | EasyFix |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.16-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-09-29 00:22:52 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: | 123268 | ||
I'm thinking that perhaps some other build tool used needs to require perl-XML-Parser. intltool-extract.in & intltool-update.in are the most likely candidates since they are autoconf'ed into perl scripts that do xml stuff. Hope this helps narrow it down for you. BuildRequires added in setuptool-1.16-1. Thanks for the patch. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2) Gecko/20040308 Description of problem: setuptool is missing dependencies: --- working/setuptool/setuptool.spec 2004-05-05 17:56:08.000000000 -0400 +++ /opt/specs/setuptool.spec 2004-05-27 18:09:36.000000000 -0400 @@ -8,7 +8,7 @@ Group: Applications/System Source: setuptool-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildPrereq: newt-devel +BuildPrereq: newt-devel, gettext, perl-XML-Parser %description Setuptool is a user-friendly text mode menu utility which allows you Version-Release number of selected component (if applicable): setuptool-1.15-2 How reproducible: Always Steps to Reproduce: 1. rpm -e --nodeps gettext perl-XML-Parser 2. rpmbuild -bb /usr/src/redhat/SPECS/setuptool.spec Additional info: