Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

[Funtoo 64 stable] Error syncing portage.


Sandro

Question

I to all;

 

trying to update portage tree i obtain:

 

 

k9-64x2 ~ # emerge --sync 
>>> Syncing repository 'gentoo' into '/usr/portage'...
/usr/bin/git fetch origin --depth 1
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
error: Entry 'profiles/use.local.desc' not uptodate. Cannot merge.
fatal: Could not reset index file to revision 'origin/funtoo.org'.
!!! git pull error in /usr/portage

 

What can i do ?

 

Thanks.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
k9-64x2 portage # git --reset hard
Unknown option: --reset
usage: git [--version] [--help] [-C <path>] [-c name=value]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           <command> [<args>]

So i've tried to making

# cd /usr/portage
# git checkout funtoo.org

Now it seems ok.

 

However,  now:

k9-64x2 portage # git reset
k9-64x2 portage # git reset --hard
HEAD ora si trova a db2c103 merged from funtoo-staging
k9-64x2 portage #

Is ok ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...