|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Re: Setting up build environment without root priveleges> Hello, > I am attempting to set up the gumstix build environment without root > privileges. No matter what I try (modifying .conf files), I always get the same > bitbake output, and it comes out very quickly. The following is what happens: > $ bitbake gumstix-basic-image > /gumstix/gumstix-oe/bitbake/bin/bitbake: Permission denied. > Since I don't know where or why permission is being denied, I'm having trouble > in troubleshooting this problem. > Can anyone offer advice on setting up the build environment without root > privileges? > Thanks, > Chrissy > > I followed the directions @ gumstix.net on Setting up a build environment: http://www.gumstix.net/Software/view/Getting-started/Setting-up-a-build-environment/111.html on two different machine, and didn't have a problem with my user account. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
|
|
|
|
|
Re: Setting up build environment without root privelegesI noticed that on my two machines, the groupadd command did not seem to fully take effect until I rebooted, i.e. the group appeared in the /etc/group file, but the command # groups did not list it. I was having some trouble a little later on in the process then when you describe though (when bitbake wanted to download stuff to /usr/share/sources). Hope this helps.
-Matt On Thu, May 22, 2008 at 4:13 PM, Chrissy Murray <gossamurr22@...> wrote: When following the instructions on http://www.gumstix.net/Software/view/Getting-started/Setting-up-a-build-environment/111.html, how did you get around the following steps without super-user privileges? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
|
|
|
|
|
Re: Setting up build environment without root privelegesHi Chrissy,
On Thu, May 22, 2008 at 2:13 PM, Chrissy Murray <gossamurr22@...> wrote: ChrisWhen following the instructions on http://www.gumstix.net/Software/view/Getting-started/Setting-up-a-build-environment/111.html, how did you get around the following steps without super-user privileges? You really don't need those steps. What that is trying to do is create a new group on your system called 'oe', make you a member of that group, and give that group write permissions to /usr/share/sources. By default gumstix-oe downloads files to /usr/share/sources . Since you don't have root privs on your machine just do this: $ mkdir <home directory>/gumstix/sources And then edit the file: <home dir>/gumstix/gumstix-oe/build/conf/site.conf and change: DL_DIR = "/usr/share/sources" to DL_DIR = "<home dir>/gumstix/sources" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gumstix-users mailing list gumstix-users@... https://lists.sourceforge.net/lists/listinfo/gumstix-users |
|
|
|
| Free Forum Powered by Nabble | Forum Help |