unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: 18908@debbugs.gnu.org
Subject: bug#18908: 25.0.50; "install-info" errors from "make install-strip"
Date: Thu, 30 Oct 2014 20:31:53 +0100	[thread overview]
Message-ID: <CAH8Pv0jtN3fbijGVBxBPwNhmr1-jkHRWq5Wk9Lm9h4sueRBJWA@mail.gmail.com> (raw)

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

Hello,

I've done an out-of-tree build of the current trunk with my usual
MinGW/MSYS environment.  Then, from that same build directory, I've
done this:

  $ make --version
  GNU Make 3.82.90
  Built for i686-pc-msys
  [...]
  $ rm -fr /c/usr1
  $ make install-strip GZIP_INFO= GZIP_PROG= prefix=/c/usr1 >
/c/tmp/make-install-strip.log 2>&1
  $ rm -fr /c/usr1
  $ make install GZIP_INFO= GZIP_PROG= prefix=/c/usr1 >
/c/tmp/make-install.log 2>&1

I'm attaching the two .log files obtained.  As you can see, the
"install-strip" target has generated some errors that are not present
when making the "install" target:

  install-info: No such file or directory for /c/usr1/share/info/make:
  install-info: No such file or directory for /c/usr1/share/info/Entering
  install-info: No such file or directory for /c/usr1/share/info/directory
  install-info: No such file or directory for
/c/usr1/share/info/`/home/Dani/emacs/trunk-build/doc/misc'
  install-info: No such file or directory for /c/usr1/share/info/make:
  install-info: No such file or directory for /c/usr1/share/info/Leaving
  install-info: No such file or directory for /c/usr1/share/info/directory
  install-info: No such file or directory for
/c/usr1/share/info/`/home/Dani/emacs/trunk-build/doc/misc'
  Makefile:634: recipe for target `install-info' failed
  make[1]: [install-info] Error 1 (ignored)

Eli suggested to add a "--no-print-directory" switch to this make
command (from the "install-info" recipe):

  info_misc=`MAKELEVEL=0 make -s -C doc/misc echo-info`; \

and it seems that works [1].

In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2014-10-20 on LEG570
Repository revision: 118168 rgm@gnu.org-20141020195941-icp42t8ttcnud09g
Windowing system distributor `Microsoft Corp.', version 6.3.9600
Configured using:
 `configure --enable-checking=yes,glyphs CPPFLAGS=-DGLYPH_DEBUG=1'

--
Dani Moncayo

[1] http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00930.html

[-- Attachment #2: tmp.zip --]
[-- Type: application/zip, Size: 37981 bytes --]

             reply	other threads:[~2014-10-30 19:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 19:31 Dani Moncayo [this message]
2014-11-05  5:02 ` bug#18908: 25.0.50; "install-info" errors from "make install-strip" 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

  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=CAH8Pv0jtN3fbijGVBxBPwNhmr1-jkHRWq5Wk9Lm9h4sueRBJWA@mail.gmail.com \
    --to=dmoncayo@gmail.com \
    --cc=18908@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 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).