|
From: | GNU bug Tracking System |
Subject: | [debbugs-tracker] bug#21815: closed (Grep 2.22 build/run/check: "duplicated target '.deps/alloca.Po'") |
Date: | Fri, 09 Sep 2016 02:21:02 +0000 |
Your message dated Thu, 8 Sep 2016 19:20:00 -0700 with message-id <address@hidden> and subject line Re: bug#22702: [bug-grep] grep-2.23 build feedback has caused the debbugs.gnu.org bug report #21815, regarding Grep 2.22 build/run/check: "duplicated target '.deps/alloca.Po'" to be marked as done. (If you believe you have received this mail in error, please contact address@hidden) -- 21815: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21815 GNU Bug Tracking System Contact address@hidden with problems
--- Begin Message ---Subject: Grep 2.22 build/run/check: "duplicated target '.deps/alloca.Po'" Date: Tue, 03 Nov 2015 01:14:20 +1030
G'day,
Thanks very much for the 2.22 release. I've successfully built it under Gentoo:
* gcc: Gentoo 4.9.3 p1.2, pie-0.6.3
* glibc: (Gentoo) "2.21-r1"
* libpcre: (Gentoo stable) 8.36 [8.37-r2 is available as unstable]
and the configure/make/make check worked fine. I haven't done any performance testing.
A minor surprising error message happened during make, which is usually squeaky-clean in its output. I doubt that this is an error; it may be related to the recent queries regarding translation:
$ make
make all-recursive
make[1]: Entering directory '/home/grep-2.22/grep-2.22'
Making all in po
make[2]: Entering directory '/home/grep-2.22/grep-2.22/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/grep-2.22/grep-2.22/po'
Making all in lib
make[2]: Entering directory '/home/grep-2.22/grep-2.22/lib'
Makefile:1684: target '.deps/alloca.Po' given more than once in the same rule
GEN alloca.h
GEN configmake.h
GEN c++defs.h
[...]
GEN wchar.h
GEN wctype.h
make all-am
make[3]: Entering directory '/home/grep-2.22/grep-2.22/lib'
Makefile:1684: target '.deps/alloca.Po' given more than once in the same rule
CC argmatch.o
CC binary-io.o
[...]
Looking at the sources, Line 308 of lib/Makefile.in may provide a hint:
lib/Makefile.in:308:am__depfiles_remade = $(DEPDIR)/alloca.Po ./$(DEPDIR)/alloca.Po \
cheers,
sur-behoffski (Brenton Hoff)
Programmer, Grouse Software
--- End Message ---
--- Begin Message ---Subject: Re: bug#22702: [bug-grep] grep-2.23 build feedback Date: Thu, 8 Sep 2016 19:20:00 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 Jim Meyering wrote:I actually wrote a patch to fix the automake bug that led to this, but did not find the time to write a stand-alone test case. Today, I wrote the commit log entry and am attaching the incomplete diff (no NEWS and no test) here, in case someone wants to help move this along before I find time.Thanks, I installed that patch into automake (Savannah micro branch). This should fix Bug#21815 so I'll close that bug report while I'm at it.
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |