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

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

[debbugs-tracker] bug#13650: closed (Emacs pretest 24.2.93 - compilation


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13650: closed (Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gcc 4.7-2)
Date: Thu, 14 Feb 2013 22:24:02 +0000

Your message dated Thu, 14 Feb 2013 14:23:15 -0800
with message-id <address@hidden>
and subject line Re: bug#13650: Emacs pretest 24.2.93 - compilation error on 
AIX 5.3 using gcc 4.7-2
has caused the debbugs.gnu.org bug report #13650,
regarding Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gcc 4.7-2
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13650: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13650
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gcc 4.7-2 Date: Thu, 7 Feb 2013 10:49:26 +0100

/fdj/opt/gcc-4.7/bin/gcc -std=gnu99  -Demacs  -I. -I/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/src -I../lib -I/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/src/../lib               -MMD -MF deps/.d -MP     -O2 -I/opt/freeware/include  -Wl,-bnodelcsect -Wl,-bbigtoc  \
 -o temacs  dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.o   emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexaix.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o     xfont.o  fontset.o fringe.o image.o  terminfo.o lastfile.o gmalloc.o ralloc.o  vm-limit.o widget.o  ../lib/libgnu.a    ../lwlib/liblw.a  -lXpm -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11            -lrts -lIM -liconv -lcurses -lperfstat         -lpthread   -lm  
ld: 0711-317 ERROR: Undefined symbol: .ADDR_CORRECT
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: error: ld returned 8 exit status
gmake[1]: *** [temacs] Error 1
gmake[1]: Leaving directory `/sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93/src'
gmake: *** [src] Error 2

Context;

  Where should the build process find the source code?    /sg/paxdev5/D1stunix/src/emacs/24.2.93/emacs-24.2.93
  What compiler should emacs be built with?               /fdj/opt/gcc-4.7/bin/gcc -std=gnu99 -O2 -I/opt/freeware/include
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no
  Does Emacs use a gif library?                           no 
  Does Emacs use -lpng?                                   no
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use imagemagick?                             no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                no
  Does Emacs use -lxml2?                                  no
  Does Emacs use -lfreetype?                              no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use toolkit scroll bars?                     no



--
Gilles

Attachment: config.txt
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#13650: Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gcc 4.7-2 Date: Thu, 14 Feb 2013 14:23:15 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2
On 02/14/13 07:46, Stefan Monnier wrote:
> Great, one more arch where gcpros aren't needed.

Yes, this problem is already solved in the trunk,
as gcpros aren't used on any platform (unless you're
an expert and set them by hand).  24.2.93 uses them
only in AIX, HP-UX, and Unixware.  I installed the
patch that fixed Gilles's problem (emacs-24 bzr 111265)
so in the next emacs-24 pretest only HP-UX and Unixware
should use gcpros.

Also, I verified that Dmitry's 2013-01-14 gcpro patch
(trunk bzr 111519) fixes the problem when I build
emacs-24 on Fedora 17 with GC_MARK_STACK manually set to
GC_USE_GCPROS_AS_BEFORE.  As this will most likely be needed
for HP-UX and Unixware I backported that patch to emacs-24
(bzr 111266).

Given the YESSSSS I'm marking this as done; if something
else comes up we can always reopen it.


--- End Message ---

reply via email to

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