octave-maintainers
[Top][All Lists]
Advanced

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

build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not fo


From: Ben Abbott
Subject: build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
Date: Sun, 06 Mar 2016 11:41:19 -0500

Make is stuck in an infinite loop for me.

build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
build-aux/subst-config-vals.sh: line 194: -bundle_loader: command not found
^CMakefile:26631: recipe for target 'libinterp/build-env.cc' failed
make: *** [libinterp/build-env.cc] Interrupt: 2

The lines from subst-config-vals.sh are ...

190 function expand_var ()
191 {
192   eval tmp="\$$1"
193   while echo "$tmp" | grep '\${[A-Za-z_][A-Za-z0-9_]*}' > /dev/null; do
194     eval tmp="$tmp"
195   done
196   eval $1="\"$tmp\""
197 }

Is anyone else seeing this?

Only happens for the default branch and when I clean up everything.

hg status | grep '^? ' | sed "s/^? /rm /g" | /bin/sh
hg purge

Ben




reply via email to

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