GNU bug report logs -
#17598
Emacs pretest 24.3.91 - AIX - SIGSEV when customize
Previous Next
Reported by: Gilles Pion <gpion <at> lfdj.com>
Date: Mon, 26 May 2014 06:54:02 UTC
Severity: important
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 05/28/2014 08:43 PM, Gilles PION wrote:
> I'm running on AIX 6.1, "configure" fails on 7.1 for me:
>
> checking build system type... powerpc-ibm-aix7.1.0.0
> checking host system type... powerpc-ibm-aix7.1.0.0
> configure: error: Emacs does not support `powerpc-ibm-aix7.1.0.0' systems.
> If you think it should, please send a report to bug-gnu-emacs <at> gnu.org.
> Check `etc/MACHINES' for recognized configuration names.
Hopefully this may be fixed with just:
--- emacs-24.3.91/configure.ac 2014-05-28 12:28:29.000000000 -0500
+++ emacs-24.3.91/configure.ac 2014-05-28 12:28:58.000000000 -0500
@@ -550,7 +550,7 @@
rs6000-ibm-aix[56]* )
opsys=aix4-2
;;
- powerpc-ibm-aix[56]* )
+ powerpc-ibm-aix[5-9]* | powerpc-ibm-aix[1-9][0-9]* )
opsys=aix4-2
;;
Shouldn't we backport this from trunk?
Dmitry
This bug report was last modified 11 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.