Bug 1657366
| Summary: | hwloc package is missing libtool as a build dependancy | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Mike Gahagan <mgahagan> |
| Component: | hwloc | Assignee: | Prarit Bhargava <prarit> |
| Status: | CLOSED ERRATA | QA Contact: | Eirik Fuller <efuller> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 | CC: | hwkernel-mgr, jbastian |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-05 22:37:24 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
Mike Gahagan
2018-12-07 19:26:52 UTC
A Beaker job confirmed the failure documented here with hwloc-1.11.9-2.el8 and success with hwloc-1.11.9-3.el8, using a Beaker task which executes the hwloc test suite. The taskout.log files confirmed that the libtool package was installed for hwloc-1.11.9-3.el8 but not for hwloc-1.11.9-2.el8. The output log for the failure case has the following messages. Can't exec "libtoolize": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN3> line 6. autoreconf: failed to run libtoolize: No such file or directory autoreconf: libtoolize is needed because this package uses Libtool The output log for the success case has the following messages from the autoreconf command. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, './config'. libtoolize: copying file './config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, './config'. libtoolize: copying file './config/libtool.m4' libtoolize: copying file './config/ltoptions.m4' libtoolize: copying file './config/ltsugar.m4' libtoolize: copying file './config/ltversion.m4' libtoolize: copying file './config/lt~obsolete.m4' configure.ac:49: installing './config/compile' configure.ac:40: installing './config/missing' doc/examples/Makefile.am: installing './config/depcomp' There are also error messages about the absence of automake-1.15 from the subsequent invocation of './configure' in the failure log but not in the success log. In summary, the added libtool BuildRequires in hwloc.spec had the intended effect. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3676 |