all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan-W. Hahn" <stefan.hahn@s-hahn.de>
To: 25392@debbugs.gnu.org
Subject: bug#25392: 26.0.50; master 952d0f2 not compileable on linux
Date: Sun, 8 Jan 2017 09:02:18 +0100	[thread overview]
Message-ID: <20170108080218.GA880@seven> (raw)

Hello,

master 952d0f2 ist not compileable on linux. I tried to bisect the problem and
found the first not compileable commit with following compile error:
        
cd . && /bin/bash /usr/src/emacs/emacs.git/build-aux/missing automake-1.15 --gnu -a -c lib/Makefile
automake-1.15: error: cannot open < lib/../nt/gnulib.mk: No such file or directory
Makefile:459: recipe for target 'lib/Makefile.in' failed
make: *** [lib/Makefile.in] Error 1

My recipe to build emacs is:

#+BEGIN_QUOTE
./configure --with-x-toolkit=gtk --with-xft \
            --with-x --with-sound=yes --with-wide-int --with-file-notification=yes --prefix=/opt/emacs25 \
            --with-jpeg --with-xpm --with-png --with-tiff=no --with-rsvg --with-xml2 --with-gnutls \
            --with-xft --with-imagemagick --with-modules \
            CFLAGS="$XCFLAGS" GIT_VERSION="$(git describe --dirty)"

make -j4
#+END_QUOTE


Bisect gives:

10444dcf77711bf3360f865fcb0d446a83e1bfb5 is the first bad commit
commit 10444dcf77711bf3360f865fcb0d446a83e1bfb5
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Tue Jan 3 17:46:40 2017 +0200

    Generate nt/gnulib.mk from lib/gnulib.mk
    
    This was proposed by Paul Eggert <eggert@cs.ucla.edu>,
    with the purpose of avoiding manual maintenance of
    nt/gnulib.mk.
    
    * nt/gnulib-modules-to-delete.cfg: New file.
    * nt/Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0)
    (am__v_GEN_1): New variables.
    (${srcdir}/gnulib.mk): Rules to generate gnulib.mk from
    lib/gnulib.mk and list of modules in gnulib-modules-to-delete.cfg.
    
    * make-dist (nt): Add gnulib-modules-to-delete.cfg to the list of
    files to link.
    * configure.ac (GNULIB_MK): Compute the value according to $opsys.
    * autogen.sh: Create nt/gnulib.mk if it doesn't exist, before
    running autoreconf.
    * Makefile.in (gnulib_mk): New variable.
    ($(srcdir)/nt/gnulib.mk): Rule to produce it.
    (AUTOMAKE_INPUTS): Use $(gnulib_mk) instead of a literal file
    name.
    * .gitignore: Add nt/gnulib.mk.
    
    * src/w32.c (acl_errno_valid): Implement it here, as we no longer
    build the acl-permissions module from Gnulib.

With kind regards,
Stefan

-- 
Stefan-W. Hahn                          It is easy to make things.
                                        It is hard to make things simple.





             reply	other threads:[~2017-01-08  8:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-08  8:02 Stefan-W. Hahn [this message]
2017-01-08 10:56 ` bug#25392: 26.0.50; master 952d0f2 not compileable on linux Philipp Stephani
2017-01-08 13:24   ` Stefan-W. Hahn

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=20170108080218.GA880@seven \
    --to=stefan.hahn@s-hahn.de \
    --cc=25392@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.