I am a new to Gentoo and portage. I tried to install git but i get the
following error:
Gentoo / # emerge git
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
*
* The FEATURES=digest setting can prevent corruption from being noticed.
* The `repoman manifest` command is the preferred way to generate
* manifests and it is capable of doing an entire repository or category at
* once.
*
Calculating dependencies... done!
* Note that circular dependencies can often be avoided by temporarily
* disabling USE flags that trigger optional dependencies.
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
I understand that i must put some keywords in etc/portage/package.keyword. I
think dev-util/git "gtk iconv
perl -bash-completion -cgi -curl -cvs -doc -emacs -mozsha1
(-ppcsha1) -subversion -threads -tk -webdav -xinetd"
but i am not sure.
02-25-2010, 01:51 PM
Xavier Parizet
Error in emerge git
On 02/25/2010 03:40 PM, Konstantinos Bekiaris wrote:
> I am a new to Gentoo and portage. I tried to install git but i get the
> following error:
>
> Gentoo / # emerge git
>
> [SNIP]
> I understand that i must put some keywords in
> etc/portage/package.keyword. I think dev-util/git "gtk iconv perl
> -bash-completion -cgi -curl -cvs -doc -emacs -mozsha1 (-ppcsha1)
> -subversion -threads -tk -webdav -xinetd"
>
> but i am not sure.
1st, do not hijack other threads, please create a new email when you
write to the list instead of using "reply to" method.
2nd, if you want only bare git without fancy utilities, just do echo
"dev-util/git -gtk" >> /etc/portage/package.use; emerge dev-util/git
should work without bringing down all the gtk dependencies.