Bug 1271294
Summary: | emacs fails srpm build on ppc64 when binutils are outdated | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Marek Haicman <mhaicman> | |
Component: | emacs | Assignee: | Jan Synacek <jsynacek> | |
Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE Security Team <qe-baseos-security> | |
Severity: | low | Docs Contact: | Bara Ancincova <bancinco> | |
Priority: | low | |||
Version: | 7.2 | CC: | jsynacek, law, mprchlik, nickc, salmy | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | ppc64 | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Known Issue | ||
Doc Text: |
Build requirements not defined correctly for Emacs
The _binutils_ package earlier than version 2.23.52.0.1-54 causes a segmentation fault during the build. As a consequence, it is not possible to build the Emacs text editor on IBM Power Systems. To work around this problem, install the latest _binutils_.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1336711 (view as bug list) | Environment: | ||
Last Closed: | 2016-05-17 09:01:28 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1336711 |
Description
Marek Haicman
2015-10-13 14:44:38 UTC
I have to add that not just outdated binutils cause this issue to pop up. I tried to rebuild emacs while testing binutils-2.25.1-10 (rebased version, planned for RHEL-7.3), and the build on ppc64 ends with pretty much the same error: Loading buff-menu... Loading emacs-lisp/float-sup... Loading vc/vc-hooks... Loading vc/ediff-hook... Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under the name emacs emacs: Couldn't find segment next to .bss in /tmp/tmp.IckNCbdjTW/BUILD/emacs-24.3/src/temacs make[2]: *** [bootstrap-emacs] Error 1 make[2]: Leaving directory `/tmp/tmp.IckNCbdjTW/BUILD/emacs-24.3/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/tmp/tmp.IckNCbdjTW/BUILD/emacs-24.3' error: Bad exit status from /var/tmp/rpm-tmp.tbmZzN (%build) This looks like https://bugzilla.redhat.com/show_bug.cgi?id=1306793 to me. Does the emacs patch referenced from 1306793 also fix this problem ? http://pkgs.fedoraproject.org/cgit/rpms/emacs.git/commit/?id=e76854c18d33c10096a11f4210e4b0f67bc02966 Nick, It's supposed to address this problem IIRC. Jan, can you confirm? We'd like to be able to put the emacs vs ppc problems aside once and for all. I've built two scratch builds and they both passed, without any additional patches. Something else must have changed and this bug is no longer reproducible. |