Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1037822

Summary: ant-nodeps dropped from release, potentially mistakenly
Product: Red Hat Enterprise Linux 7 Reporter: Bill Nottingham <notting>
Component: antAssignee: Java maintainers <java-maint>
Status: CLOSED NOTABUG QA Contact: qe-baseos-tools-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: mizdebsk, rvokal, sochotni
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1038176 1038177 1038178 1038179 1038180 1038181 1038182 1038183 (view as bug list) Environment:
Last Closed: 2013-12-04 09:40:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2013-12-03 21:08:28 UTC
Description of problem:

ant-nodeps was removed during a cleanup, however, it appears to still be buildrequired:

  ant-nodeps in libbase.src
  ant-nodeps in libfonts.src  
  ant-nodeps in libformula.src
  ant-nodeps in libloader.src 
  ant-nodeps in librepository.src
  ant-nodeps in libserializer.src 
  ant-nodeps in pentaho-libxml.src
  ant-nodeps in tomcat.src

If we want to be able to rebuild any of those packages, we should either fix them, or bring ant-nodeps back.

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

latest-releng tree

Comment 2 Stanislav Ochotnicky 2013-12-04 09:40:32 UTC
Subpackage ant-nodeps was removed (and provided/obsoleted) in January 2011 (commit 2751f9e). That provides/obsoletes was cleaned up later (April 2013, still in Fedora) since all packages were supposed to migrate.

This is a bug in respective packages and a simple s/ant-nodeps/ant/ should fix it.