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.
Created attachment 947604[details]
fix build
mvapich2-2.0rc1-1 fails to build with this error:
+ make -j16
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/waschk/rpmbuild/BUILD/mvapich2-2.0rc1-rh/psm/confdb/missing --run aclocal-1.12 -I confdb
/home/waschk/rpmbuild/BUILD/mvapich2-2.0rc1-rh/psm/confdb/missing: line 51: aclocal-1.12: command not found
WARNING: 'aclocal-1.12' is missing on your system. You should only need it if
you modified 'acinclude.m4' or 'configure.ac'. You might want
to install the Automake and Perl packages. Grab them from
any GNU archive site.
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/waschk/rpmbuild/BUILD/mvapich2-2.0rc1-rh/psm/confdb/missing --run autoconf
cd . && /bin/sh /home/waschk/rpmbuild/BUILD/mvapich2-2.0rc1-rh/psm/confdb/missing --run automake-1.12 --foreign
/home/waschk/rpmbuild/BUILD/mvapich2-2.0rc1-rh/psm/confdb/missing: line 51: automake-1.12: command not found
WARNING: 'automake-1.12' is missing on your system. You should only need it if
you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'.
You might want to install the Automake and Perl packages.
Grab them from any GNU archive site.
aclocal.m4:16: warning: this file was generated for autoconf 2.69.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.
configure.ac:5999: error: possibly undefined macro: AS_VAR_ARITH
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:24996: error: possibly undefined macro: AS_VAR_COPY
configure:26825: error: possibly undefined macro: AS_VAR_APPEND
make: *** [configure] Error 1
Fehler: Fehler-Status beim Beenden von /var/tmp/rpm-tmp.8AzyRf (%build)
Fehler beim Bauen des RPM:
Fehler-Status beim Beenden von /var/tmp/rpm-tmp.8AzyRf (%build)
Process rpmbuild exited abnormally with code 1
This is caused by the wrong timestamps of the generated files that trigger the automake call.
This is similiar to the problem in bug #81779
The proposed fix unfortunately affects the resulting build in unexpected ways. rpmdiff highlighted shared library dependency changes and some header files were not installed anymore. I reverted the change.
Closing as WONTFIX. The package builds successfully in mock as it is.