[OPEN-ILS-DEV] Data load challenges

Mike Rylander mrylander at gmail.com
Fri Jul 6 10:01:36 EDT 2007


On 7/6/07, Don Hamilton <dhamilton at wlu.ca> wrote:
> Trying this now...
>
> I must have 'something' configured wrong. if I type 'source' at my (bash)
> shell prompt, I get a warning from source that it needs an argument.
>
> don at tamarak:~/loader/SRF/trunk$ source
> -bash: source: filename argument required
> source: usage: source filename [arguments]
>
>  When I do the make, I get:
>
> don at tamarak:~/loader/SRF/trunk$ make
> -e
>  * Run 'make verbose' to see full make output
>
> source install.conf && make -s -C src all
> /bin/sh: source: not found
> make: *** [all] Error 127
> don at tamarak:~/loader/SRF/trunk$
>
> So, why does make use sh? and how can I change that? The ILS/trunk make
> works, btw...
>

Yeah ... I don't know why make uses sh, honestly, but I ran into the
same thing.  I ended up setting the /bin/sh symlink to /bin/bash on my
box.  Not sure if you're willing to do that, but it does fix the
problem for me.

--miker


More information about the Open-ils-dev mailing list