On 10/30/06, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Hisham Muhammad wrote: > > On 10/29/06, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > >> I just compiled and installed CSound with this recipe: > >> > >> # Recipe (MakeRecipe) for CSound by Jonatan Liljedahl > >> <[EMAIL PROTECTED]>, on Sun Oct 29 18:28:52 CET 2006 > >> # Recipe for version 5.03 by Jonatan Liljedahl <[EMAIL PROTECTED]>, on > >> Sun Oct 29 18:28:52 CET 2006 > >> compile_version=1.7.0 > >> url="$httpSourceforge/csound/Csound5.03_src.tgz" > >> file_size=10744416 > >> file_md5=15801aef4abce5efb8975b201aa900a2 > >> dir='Csound5.03.0' > >> recipe_type=scons > >> > >> It installed everything straight into /usr/local/..., bypassing the > >> sandbox! Now I have it spread out all over my system. > > > > The bug is specific to scons: it is not running its install target > > using the sandbox. Compile passes PREFIX=$target by default to scons > > install, but looks like you just found out that this is not as > > standardized as we hoped it would be. :-( As a workaround for this > > specific recipe, you can add a scons_options array entry with whatever > > variable is needed for setting the path. I think no other recipes > > currently in the store are affected by this problem. > > But it *should* run scons install through sandbox, right? Is it an easy > modification? It would be nice to have the sandbox so I could try to get > the recipe right without having to clean up all files each time...
Yes, of course it should. It will be fixed in the next Compile release. -- Hisham _______________________________________________ gobolinux-devel mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
