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

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

[debbugs-tracker] bug#15919: closed (subdir-objects and path in variable


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15919: closed (subdir-objects and path in variable)
Date: Mon, 21 Apr 2014 10:34:04 +0000

Your message dated Mon, 21 Apr 2014 11:33:27 +0100
with message-id <address@hidden>
and subject line Re: bug#16375: subdir-objects breaks build which specifies 
sources relative to $(top_srcdir)
has caused the debbugs.gnu.org bug report #15919,
regarding subdir-objects and path in variable
to be marked as done.

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


-- 
15919: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15919
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: subdir-objects and path in variable Date: Mon, 18 Nov 2013 20:49:51 +0400
When subdir-objects option is enabled (without subdir-objects all works fine) and xxx_SOURCES contains paths stored in variables when automake tries to create directory named by variable name not value. For example:

FOO=/path/to/foo
foo_SOURCES=$(FOO)/bar.cpp

Automake tries create directory $(FOO) not /path/to/foo, and make can not find dependencies.
I attached minimal example. It use non recursive make, but recursive make also fails.

In attached project problem seems to be in line 310 in generated Makefile.in. If I replace $(XXXDIR) with xxx manually, then all works fine.

I use autoconf 2.69, automake 1.12.1 and gmake 3.82.

Attachment: subdir-objects-bug-0.tar.gz
Description: GNU Zip compressed data


--- End Message ---
--- Begin Message --- Subject: Re: bug#16375: subdir-objects breaks build which specifies sources relative to $(top_srcdir) Date: Mon, 21 Apr 2014 11:33:27 +0100
[+cc address@hidden

References:
  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16375
  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15919
  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15293

Known bugs sadly -- all duplicates of http://debbugs.gnu.org/13928

See also recent thread on the automake list (with sad updates
regarding the current Automake development status):
http://lists.gnu.org/archive/html/automake/2014-04/msg00002.html

Closing these bug as a duplicate.  Feel free to continue the
discussion in the http://debbugs.gnu.org/13928 thread.  And
if anyone manages to come up with a patch, I will certainly
make time to review it.

Thanks, and sorry for the lack of progress,
  Stefano


--- End Message ---

reply via email to

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