automake-patches
[Top][All Lists]
Advanced

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

Fix build failure in VPATH setup (was: Re: [Automake-NG] [FYI] [ng] vars


From: Stefano Lattarini
Subject: Fix build failure in VPATH setup (was: Re: [Automake-NG] [FYI] [ng] vars: names of iterating vars in $(foreach) loops shorter & simpler)
Date: Mon, 30 Jul 2012 11:09:15 +0200

On 07/30/2012 10:52 AM, Akim Demaille wrote:
>
> I started to, but there are issues with building automake-ng:
> 
> + gmake -rR V=1
> rm -f t/ax/test-defs.sh t/ax/test-defs.sh-t
> sed -e 's,@datadir@,/opt/gostai/share,g' \
>     -e 's,@amdir@,/opt/gostai/share/automake-ng-1.12a/am,g' \
>     -e 's,@bindir@,/opt/gostai/bin,g' \
>     -e 's,@docdir@,/opt/gostai/share/doc/automake-ng,g' \
>     -e 's,@pkgvdatadir@,/opt/gostai/share/automake-ng-1.12a,g' \
>     -e 's,@scriptdir@,/opt/gostai/share/automake-ng-1.12a,g' \
>     -e 's,@automake_acdir@,/opt/gostai/share/aclocal-1.12a,g' \
>     -e 's,@system_acdir@,/opt/gostai/share/aclocal,g' \
>     -e "s,address@hidden@,Generated from test-defs.in do not edit by hand.,g" 
> \
>     <"../../t/ax/test-defs.in" \
>      | /bin/sh ./config.status --file=- >"t/ax/test-defs.sh-t"
> /bin/sh: t/ax/test-defs.sh-t: No such file or directory
> gmake: *** [t/ax/test-defs.sh] Error 1
> Compilation FAILED: /Users/akim/src/gnu/automake-ng: build-for-darwin V=1 
> exit 2
> 
> I don't have any t/ax in my builddir.
>
Oops, VPATH-only issues, shared by mainline Automake in maint.  The attached
patch will fix it.  Soon to be merged in 'master' and 'ng/master' as well.

Thanks,
  Stefano

Attachment: 0001-build-fix-build-in-VPATH-setup.patch
Description: Text Data


reply via email to

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