all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: emacs-devel <emacs-devel@gnu.org>
Subject: Failure building trunk on MSYS2 after "Fix locating pdump by symlink"
Date: Mon, 24 Jun 2019 11:14:39 +0200	[thread overview]
Message-ID: <8161e373-3185-3ec3-c37a-ecf3a46ec2f0@gmx.at> (raw)

Building trunk with MSYS2 currently fails here as:

checking for realpath... no
...
checking whether realpath works... no
...
   CC       canonicalize-lgpl.o
../../lib/canonicalize-lgpl.c:51:21: warning: no previous prototype for 'realpath' [-Wmissing-prototypes]
  # define __realpath realpath
                      ^~~~~~~~
../../lib/canonicalize-lgpl.c:117:1: note: in expansion of macro '__realpath'
  __realpath (const char *name, char *resolved)
  ^~~~~~~~~~
../../lib/canonicalize-lgpl.c:50:35: warning: no previous prototype for 'canonicalize_file_name' [-Wmissing-prototypes]
  # define __canonicalize_file_name canonicalize_file_name
                                    ^~~~~~~~~~~~~~~~~~~~~~
../../lib/canonicalize-lgpl.c:416:1: note: in expansion of macro '__canonicalize_file_name'
  __canonicalize_file_name (const char *name)
  ^~~~~~~~~~~~~~~~~~~~~~~~
...
../../src/emacs.c: In function 'load_pdump':
../../src/emacs.c:750:17: warning: implicit declaration of function 'realpath'; did you mean 'GetPath'? [-Wimplicit-function-declaration]
    char* argv0 = realpath (argv[0], NULL);
                  ^~~~~~~~
                  GetPath
../../src/emacs.c:750:17: warning: nested extern declaration of 'realpath' [-Wnested-externs]
../../src/emacs.c:750:17: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
...
   CCLD     temacs.exe
../lib/libgnu.a(canonicalize-lgpl.o): In function `realpath':
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:294: undefined reference to `mmalloca'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:294:(.text+0x7d2): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `mmalloca'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:305: undefined reference to `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:305:(.text+0x84d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:313: undefined reference to `mmalloca'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:313:(.text+0x8de): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `mmalloca'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:316: undefined reference to `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:316:(.text+0x8fe): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:326: undefined reference to `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:326:(.text+0x96e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:379: undefined reference to `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:379:(.text+0xd8a): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:387: undefined reference to `freea'
C:\emacs\trunk\non-64\lib/../../lib/canonicalize-lgpl.c:387:(.text+0xdbe): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `freea'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [Makefile:651: temacs.exe] Fehler 1
make[1]: Verzeichnis „/c/emacs/trunk/non-64/src“ wird verlassen
make: *** [Makefile:424: src] Fehler 2

martin




             reply	other threads:[~2019-06-24  9:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-24  9:14 martin rudalics [this message]
2019-06-24 15:00 ` Failure building trunk on MSYS2 after "Fix locating pdump by symlink" Basil L. Contovounesios

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=8161e373-3185-3ec3-c37a-ecf3a46ec2f0@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@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.