[Scons-users] VB: SCons fails to build

Bill Deegan bill at baddogconsulting.com
Wed Oct 10 12:43:26 EDT 2018


Ideally you'd send a single SConstruct file to demonstrate, rather than
tyring to extract some subset of your non-trivial build system.

On Wed, Oct 10, 2018 at 9:51 AM Mats Wichmann <mats at wichmann.us> wrote:

> On 10/10/2018 05:41 AM, Kristian Kinderlöv via Scons-users wrote:
> > Hi,
> >
> > I've attached an example. Extract the file with "tar -zxvf
> my_project.tar.gz" and  "cd" to my_project.
> >
> > Now you build with:
> > ./build/scons_wrapper.sh CONFIG=config/config-posix-debug.cfg
> TOOLCHAIN=posix-gcc hello
>
>
> Funkar inte :)
>
> it seems to expect more setup than you sent along as it gets git errors
>
> fatal: Not a git repository (or any parent up to mount point /)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
>
>
> > Answer from the question below:
> > Default in ubuntu the "sh" points to dash:
> > ll /bin/sh
> > lrwxrwxrwx 1 root root 9 Oct  3 09:49 /bin/sh -> /bin/dash*
> >
> > (I tried also to changed "sh" to point to bash instead but that gave the
> same problem)
> >
> > Br
> > Kristian
>
> I didn't mean the system's idea of 'sh' (I know Ubuntu makes that dash),
> but scons' idea of the construction variable SHELL.  However, I can grep
> through what you sent and see nothing touches that.
>
>
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20181010/18f3d112/attachment.html>


More information about the Scons-users mailing list