* [gentoo-user] A new experience an account on gentoo without root priv
@ 2006-02-06 16:51 Harry Putnam
2006-02-06 20:34 ` Steven S.
2006-02-06 21:41 ` [gentoo-user] " Zac Medico
0 siblings, 2 replies; 6+ messages in thread
From: Harry Putnam @ 2006-02-06 16:51 UTC (permalink / raw
To: gentoo-user
I have an account on a gentoo machine but no root privs. Is there
some allowance using emerge to install software in ~/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] A new experience an account on gentoo without root priv
2006-02-06 16:51 [gentoo-user] A new experience an account on gentoo without root priv Harry Putnam
@ 2006-02-06 20:34 ` Steven S.
2006-02-06 20:51 ` [gentoo-user] " Thomas Kirchner
2006-02-06 21:41 ` [gentoo-user] " Zac Medico
1 sibling, 1 reply; 6+ messages in thread
From: Steven S. @ 2006-02-06 20:34 UTC (permalink / raw
To: gentoo-user
On Mon, 6 Feb 2006, Harry Putnam wrote:
> I have an account on a gentoo machine but no root privs. Is there
> some allowance using emerge to install software in ~/
>
>
Not that I know of. I believe you have to be root to use emerge. You
should be able to cat the ebuild and download the tarball yourself, you
could then run the configure and install scripts, giving it the location
of where to install.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: A new experience an account on gentoo without root priv
2006-02-06 20:34 ` Steven S.
@ 2006-02-06 20:51 ` Thomas Kirchner
2006-02-06 21:01 ` Steven S.
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Kirchner @ 2006-02-06 20:51 UTC (permalink / raw
To: gentoo-user
* On Feb 6 12:34, Steven S. (gentoo-user@lists.gentoo.org) wrote:
> Not that I know of. I believe you have to be root to use emerge. You
> should be able to cat the ebuild and download the tarball yourself, you
> could then run the configure and install scripts, giving it the
> location of where to install.
You can join the "portage" group to use most emerge functions as a
non-root user. You should be able to set the $ROOT variable to "~" to
install things to your home directory, though I haven't tried it... ROOT
is normally "/"; it controls where files go after the sandbox.
Tom
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: A new experience an account on gentoo without root priv
2006-02-06 20:51 ` [gentoo-user] " Thomas Kirchner
@ 2006-02-06 21:01 ` Steven S.
0 siblings, 0 replies; 6+ messages in thread
From: Steven S. @ 2006-02-06 21:01 UTC (permalink / raw
To: gentoo-user
On Mon, 6 Feb 2006, Thomas Kirchner wrote:
> * On Feb 6 12:34, Steven S. (gentoo-user@lists.gentoo.org) wrote:
>> Not that I know of. I believe you have to be root to use emerge. You
>> should be able to cat the ebuild and download the tarball yourself, you
>> could then run the configure and install scripts, giving it the
>> location of where to install.
>
> You can join the "portage" group to use most emerge functions as a
> non-root user. You should be able to set the $ROOT variable to "~" to
> install things to your home directory, though I haven't tried it... ROOT
> is normally "/"; it controls where files go after the sandbox.
>
> Tom
>
I'm in the portage group, here's what happens:
steve@adonis ~ $ ROOT="/home/steve/test/" emerge irssi
>>> /home/steve/test/tmp doesn't exist, creating it...
>>> /home/steve/test/var/tmp doesn't exist, creating it...
>>> /home/steve/test/var/lib/portage doesn't exist, creating it...
>>> /home/steve/test//var/cache/edb doesn't exist, creating it...
>>> /home/steve/test//var/cache/edb/dep doesn't exist, creating it...
emerge: root access required.
I can do emerge -p just fine though.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] A new experience an account on gentoo without root priv
2006-02-06 16:51 [gentoo-user] A new experience an account on gentoo without root priv Harry Putnam
2006-02-06 20:34 ` Steven S.
@ 2006-02-06 21:41 ` Zac Medico
2006-02-07 5:19 ` Ghaith Hachem
1 sibling, 1 reply; 6+ messages in thread
From: Zac Medico @ 2006-02-06 21:41 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Harry Putnam wrote:
> I have an account on a gentoo machine but no root privs. Is there
> some allowance using emerge to install software in ~/
Though I have no experience with it, there's a "Prefixed Portage" that you may be able use: http://www.gentoo.org/proj/en/gentoo-alt/macos/targets.xml
Zac
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD58Jw/ejvha5XGaMRAs8xAJ0c1n4ze+SSupg1veUTSKkkO18kdgCg0iEV
mFe87ixlEYykAxhf5AZSdPg=
=DIFU
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] A new experience an account on gentoo without root priv
2006-02-06 21:41 ` [gentoo-user] " Zac Medico
@ 2006-02-07 5:19 ` Ghaith Hachem
0 siblings, 0 replies; 6+ messages in thread
From: Ghaith Hachem @ 2006-02-07 5:19 UTC (permalink / raw
To: gentoo-user
here's a guide on the gentoo wiki to install the packages without portage
http://gentoo-wiki.com/TIP_install_programs_without_portage
i guess it's the closest you can get if there's a way to do it with
emerge i'd like to know it for sure.
On 2/6/06, Zac Medico <zmedico@gentoo.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Harry Putnam wrote:
> > I have an account on a gentoo machine but no root privs. Is there
> > some allowance using emerge to install software in ~/
>
> Though I have no experience with it, there's a "Prefixed Portage" that you may be able use: http://www.gentoo.org/proj/en/gentoo-alt/macos/targets.xml
>
> Zac
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFD58Jw/ejvha5XGaMRAs8xAJ0c1n4ze+SSupg1veUTSKkkO18kdgCg0iEV
> mFe87ixlEYykAxhf5AZSdPg=
> =DIFU
> -----END PGP SIGNATURE-----
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Cheers,
Ghaith
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-02-07 5:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-06 16:51 [gentoo-user] A new experience an account on gentoo without root priv Harry Putnam
2006-02-06 20:34 ` Steven S.
2006-02-06 20:51 ` [gentoo-user] " Thomas Kirchner
2006-02-06 21:01 ` Steven S.
2006-02-06 21:41 ` [gentoo-user] " Zac Medico
2006-02-07 5:19 ` Ghaith Hachem
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox