bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13650: Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gc


From: Gilles Pion
Subject: bug#13650: Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gcc 4.7-2
Date: Tue, 12 Feb 2013 09:06:37 +0100

> On 02/10/13 23:51, Gilles Pion wrote:
>
>> unexec: data_start (0x2ff22000) can't be greater than bss_start (0x20a62000)
>
> Thanks, that's progress, since Emacs at least builds now.
> So I committed that into emacs-24.
>
> Can you please try the attached patch as well?  That is,
> please apply it in addition to the earlier patch.
>

Not much success,

1st try using default gcc options, it fails like this:

cd /sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/lisp && chmod
+w ps-print.el emulation/tpu-edt.el emacs-lisp/cl-loaddefs.el
mail/rmail.el dired.el ibuffer.el htmlfontify.el emacs-lisp/eieio.el
cd /sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/lisp;
subdirs=`find . -type d -print`; for file in $subdirs; do case $file
in */.* | */.*/* | */=* | */obsolete | */term ) ;; *) wins="$wins
$file" ;; esac; done; \
echo Directories: $wins; \
EMACSLOADPATH=/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/lisp
LC_ALL=C 
/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/src/bootstrap-emacs
-batch --no-site-file --no-site-lisp -l autoload --eval '(setq
generated-autoload-file
"/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/lisp/loaddefs.el")'
-f batch-update-autoloads $wins
Directories: . ./calc ./calendar ./cedet ./cedet/semantic
./cedet/semantic/analyze ./cedet/semantic/bovine
./cedet/semantic/decorate ./cedet/semantic/wisent
./cedet/semantic/symref ./cedet/srecode ./cedet/ede ./emacs-lisp
./emulation ./erc ./eshell ./gnus ./international ./language ./mail
./mh-e ./org ./progmodes ./play ./nxml ./net ./textmodes ./url ./vc
gmake[2]: *** [autoloads] Illegal instruction
gmake[2]: Leaving directory
`/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/lisp'
gmake[1]: *** 
[/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/src/../lisp/loaddefs.el]
Error 2
gmake[1]: Leaving directory
`/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/src'
gmake: *** [src] Error 2


I then have tried to force 64 bit mode, with gcc and with xlc, none worked,

Here's what I get using xlc (CFLAGS="-q64", OBJECT_MODE=64)
unexec: couldn't find "|<" section
gmake[1]: *** [bootstrap-emacs] Error 1
gmake[1]: Leaving directory
`/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/src'
gmake: *** [src] Error 2

(and be assured that I don't forget to do a "make distclean,
configure" between each tests)





--
Gilles





reply via email to

[Prev in Thread] Current Thread [Next in Thread]