unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: Stefan Cocora <stefan.cocora@googlemail.com>
Cc: 35174@debbugs.gnu.org
Subject: bug#35174: emacs-git sha f2d22273599f96a731e23b2f6d7571af8bb7bb3f fails to build
Date: Sat, 06 Apr 2019 15:48:11 -0400	[thread overview]
Message-ID: <87o95idif8.fsf@gmail.com> (raw)
In-Reply-To: <f7ebeb0a-3673-89be-aed9-0740e4b30a07@gmail.com> (Stefan Cocora's message of "Sat, 6 Apr 2019 20:08:43 +0100")

Stefan Cocora <stefan.cocora@googlemail.com> writes:

> Latest emacs-git from HEAD f2d22273599f96a731e23b2f6d7571af8bb7bb3f
> fails to build inside an nspawn clean and updated archlinux chroot, with
> this missing libgnu.a error:
>
> ...
>   GEN      time.h
>   GEN      unistd.h
>   AR       libgnu.a
> ar: fcntl.o: No such file or directory

> As far as the archlinux package content search is able to find only
> "extra/clisp" contains this libgnu.a file but even when adding clisp to
> the depends list emacs-git fails to build.

libgnu.a is being built, it's not a dependency.  fcntl.o is what's
missing, it's supposed to be built from lib/fcntl.c.  I'm not sure why
make is skipping compilation (and for all the other C files in that
directory).  For reference, I excerpt what the build is supposed to look
below.  Which makes me notice the archlinux log doesn't seem to have the
"make[1]: Entering directory ..." part, perhaps that is significant?

make[1]: Entering directory `/tmp/emacs-master/lib'
  GEN      alloca.h
  ...
  GEN      time.h
  GEN      unistd.h
  CC       explicit_bzero.o
  CC       fcntl.o
  ...
  CC       save-cwd.o
  AR       libgnu.a
make[1]: Leaving directory `/tmp/emacs-master/lib'







  reply	other threads:[~2019-04-06 19:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-06 19:08 bug#35174: emacs-git sha f2d22273599f96a731e23b2f6d7571af8bb7bb3f fails to build Stefan Cocora
2019-04-06 19:48 ` Noam Postavsky [this message]
2019-04-07  7:57   ` Stefan Cocora
2019-04-07 11:49     ` Noam Postavsky
2019-04-09 22:35 ` Noam Postavsky
2019-04-09 23:18   ` Noam Postavsky
2019-05-02  6:52     ` Stefan Cocora
2019-05-11 14:13       ` Noam Postavsky

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87o95idif8.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=35174@debbugs.gnu.org \
    --cc=stefan.cocora@googlemail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).