all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Cannot build `master' with MSYS2
@ 2015-04-29 11:32 Alexander Shukaev
  2015-04-29 16:01 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Shukaev @ 2015-04-29 11:32 UTC (permalink / raw
  To: emacs-devel

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

Greetings,

Decided to rebuild Emacs.  Looks like there is some problem with `Makefile'
under MSYS2.  For me it always terminates here:

make[1]: Leaving directory
'/c/Users/Haroogan/Projects/GitHub/MINGW-packages/mingw-w64-emacs-git/src/build-x86_64-w64-mingw32/lib-src'
if test "no" = "no"; then \
  /usr/bin/install -c  src/emacs.exe
"/c/Users/Haroogan/Projects/GitHub/MINGW-packages/mingw-w64-emacs-git/pkg/mingw-w64-x86_64-emacs-git/mingw64/bin/`echo
emacs-25.0.50 | sed 's,x,x,'`.exe" || exit 1 ; \
  chmod 1755
"/c/Users/Haroogan/Projects/GitHub/MINGW-packages/mingw-w64-emacs-git/pkg/mingw-w64-x86_64-emacs-git/mingw64/bin/`echo
emacs-25.0.50 | sed 's,x,x,'`.exe" || true; \
  if test "x" = x; then \
    rm -f
"/c/Users/Haroogan/Projects/GitHub/MINGW-packages/mingw-w64-emacs-git/pkg/mingw-w64-x86_64-emacs-git/mingw64/bin/`echo
emacs | sed 's,x,x,'`.exe" ; \
    cd
"/c/Users/Haroogan/Projects/GitHub/MINGW-packages/mingw-w64-emacs-git/pkg/mingw-w64-x86_64-emacs-git/mingw64/bin"
&& /bin/ln -s `echo emacs-25.0.50 | sed 's,x,x,'`.exe `echo emacs | sed
's,x,x,'`.exe; \
  fi; \
else \
  subdir=/site-lisp; \
  if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022;
/usr/bin/mkdir -p "${subdir}"; (echo "(if (fboundp
'normal-top-level-add-subdirs-to-load-path)"; echo "
 (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el";
fi || exit 1; \
  rm -rf /share; \
fi
==> ERROR: A failure occurred in package().
    Aborting...

I suspect that the build is almost finished, but something goes wrong in
the very last moment.  Any suggestions?  Thanks.

Best regards,
Alexander

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cannot build `master' with MSYS2
  2015-04-29 11:32 Alexander Shukaev
@ 2015-04-29 16:01 ` Eli Zaretskii
  2015-04-30 11:38   ` Alexander Shukaev
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2015-04-29 16:01 UTC (permalink / raw
  To: Alexander Shukaev; +Cc: emacs-devel

> Date: Wed, 29 Apr 2015 13:32:56 +0200
> From: Alexander Shukaev <haroogan@gmail.com>
> 
> ==> ERROR: A failure occurred in package().
> Aborting...

Where does this message come from?  I don't think it's coming from
Emacs or from any part of the Emacs build process.  I cannot find such
a string in the entire checked-out directory tree.

So please figure out which program/script outputs it, and we could
take it from there.

> I suspect that the build is almost finished

The portion of the "make" output you posted suggests it was during
"make install", FWIW.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cannot build `master' with MSYS2
@ 2015-04-29 20:45 Angelo Graziosi
  0 siblings, 0 replies; 4+ messages in thread
From: Angelo Graziosi @ 2015-04-29 20:45 UTC (permalink / raw
  To: emacs-devel

Eli Zaretskii wrote:
> Where does this message come from?  I don't think it's coming from
> Emacs or from any part of the Emacs build process.

Indeed.. I think it comes from the MSYS2 build method 
(https://sourceforge.net/p/msys2/wiki/Contributing%20to%20MSYS2)

MSYS2/MINGW64 has a mingw-w64-emacs-git package and "package()" is a 
bash function of the PKGBUILD script 
(https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-emacs-git/PKGBUILD), 
used to build the package.

Here the package (current master r121277.3c3eb1d) builds fine following 
the MSYS2 method.


Ciao,
  Angelo.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cannot build `master' with MSYS2
  2015-04-29 16:01 ` Eli Zaretskii
@ 2015-04-30 11:38   ` Alexander Shukaev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Shukaev @ 2015-04-30 11:38 UTC (permalink / raw
  To: Eli Zaretskii; +Cc: emacs-devel

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

Shame on me, I forgot to switch something off before running those builds.
I confirm that both release 24.5 and Git `master' build and run in both
64-bit and 32-bit variants on MSYS2.  Apologies for this noise.

Regards,
Alexander

On Wed, Apr 29, 2015 at 6:01 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Wed, 29 Apr 2015 13:32:56 +0200
> > From: Alexander Shukaev <haroogan@gmail.com>
> >
> > ==> ERROR: A failure occurred in package().
> > Aborting...
>
> Where does this message come from?  I don't think it's coming from
> Emacs or from any part of the Emacs build process.  I cannot find such
> a string in the entire checked-out directory tree.
>
> So please figure out which program/script outputs it, and we could
> take it from there.
>
> > I suspect that the build is almost finished
>
> The portion of the "make" output you posted suggests it was during
> "make install", FWIW.
>

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-30 11:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 20:45 Cannot build `master' with MSYS2 Angelo Graziosi
  -- strict thread matches above, loose matches on Subject: below --
2015-04-29 11:32 Alexander Shukaev
2015-04-29 16:01 ` Eli Zaretskii
2015-04-30 11:38   ` Alexander Shukaev

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.