emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#15300: closed (make install fails to install local


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15300: closed (make install fails to install locale files)
Date: Sat, 07 Sep 2013 19:19:02 +0000

Your message dated Sat, 07 Sep 2013 12:18:42 -0700
with message-id <address@hidden>
and subject line Re: [bug-diffutils] bug#15300: make install fails to install 
locale files
has caused the debbugs.gnu.org bug report #15300,
regarding make install fails to install locale files
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15300: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15300
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Re: make install fails to install locale files Date: Sat, 7 Sep 2013 15:04:16 +0200 (CEST) User-agent: Alpine 2.02 (DEB 1266 2009-07-14)
On Mon, 12 Aug 2013, Santiago Vila wrote:

> The following lines from the build log may be relevant:
> 
> Making install in po
> make[1]: Entering directory `/tmp/diffutils-3.3/po'
> /bin/sh: 6: @mkdir_p@: not found

Hi again. I finally did this to solve the build problem:

--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -42,7 +42,7 @@
 mkinstalldirs = $(SHELL) @install_sh@ -d
 install_sh = $(SHELL) @install_sh@
 MKDIR_P = @MKDIR_P@
-mkdir_p = @mkdir_p@
+mkdir_p = $(MKDIR_P)
 
 GMSGFMT_ = @GMSGFMT@
 GMSGFMT_no = @GMSGFMT@


Thanks.



--- End Message ---
--- Begin Message --- Subject: Re: [bug-diffutils] bug#15300: make install fails to install locale files Date: Sat, 07 Sep 2013 12:18:42 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8
Santiago Vila wrote:

> -mkdir_p = @mkdir_p@
> +mkdir_p = $(MKDIR_P)

Thanks, I suspect that this problem was introduced by the fact
that diffutils 3.3 was built using a nonstandard version
of Automake that contained a backward-compatibility bug
in this area.  You should be able to work around the problem
by rebuilding diffutils with Automake 1.14 or later.

The bug should be fixed automatically in the next diffutils
release, as it should be built with Automake 1.14 or later,
so I'm taking the liberty of marking this bug as done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]