all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gilles Pion <gilles.pion@gmail.com>
To: 13650@debbugs.gnu.org
Subject: bug#13650: Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gcc 4.7-2
Date: Thu, 7 Feb 2013 11:57:42 +0100	[thread overview]
Message-ID: <CAN8zRaCJNMPFMG+ikDn0N8pHDoURszykTOOPnsgPY25BQ9-Y_w@mail.gmail.com> (raw)
In-Reply-To: <CAN8zRaAzFAKQ-cMGXyJ_qANxfrmvG-xGONV2zjvb-pidMPdOLA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4254 bytes --]

fixing was easy this time (adding ADDR_CORRECT macro):

*** unexaix.c Thu Feb  7 10:47:08 2013
--- unexaix.c.ori Tue Jan  1 20:37:17 2013
***************
*** 92,99 ****

  #include "lisp.h"

- #define ADDR_CORRECT(x) ((char *)(x) - (char*)0)
-
  static void
  report_error (const char *file, int fd)

But now the  compilation fails later:

Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
Invalid format operation %u
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


Still working on it...




2013/2/7 Gilles Pion <gilles.pion@gmail.com>

>
> /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*
>



-- 
*Gilles*

[-- Attachment #2: Type: text/html, Size: 8937 bytes --]

  reply	other threads:[~2013-02-07 10:57 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-07  9:49 bug#13650: Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gcc 4.7-2 Gilles Pion
2013-02-07 10:57 ` Gilles Pion [this message]
2013-02-07 17:47   ` Glenn Morris
2013-02-07 21:17     ` Paul Eggert
2013-02-07 21:42       ` Glenn Morris
2013-02-08  7:09       ` Gilles Pion
2013-02-11  7:51       ` Gilles Pion
2013-02-11 21:18         ` Paul Eggert
2013-02-12  8:06           ` Gilles Pion
2013-02-12 19:03             ` Paul Eggert
2013-02-13 11:27               ` Gilles Pion
2013-02-13 18:37                 ` Glenn Morris
2013-02-13 23:13                   ` Paul Eggert
2013-02-13 23:33                     ` Glenn Morris
2013-02-14  2:49                       ` Paul Eggert
2013-02-14  7:28                         ` Gilles Pion
2013-02-14  7:32                           ` Paul Eggert
2013-02-14  7:43                             ` Gilles Pion
2013-02-14  7:56                               ` Paul Eggert
2013-02-14  8:09                                 ` Gilles Pion
2013-02-14 14:57                               ` Paul Eggert
2013-02-14 15:11                                 ` Gilles Pion
2013-02-14 15:46                                   ` Stefan Monnier
2013-02-14 22:23                                     ` Paul Eggert
2013-02-14 23:51                                       ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAN8zRaCJNMPFMG+ikDn0N8pHDoURszykTOOPnsgPY25BQ9-Y_w@mail.gmail.com \
    --to=gilles.pion@gmail.com \
    --cc=13650@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.