View previous topic :: View next topic |
Author |
Message |
Znook n00b
Joined: 09 Dec 2009 Posts: 3
|
Posted: Sun Dec 01, 2013 10:21 pm Post subject: Something missing in Handbook ... |
|
|
... between instructions 2.13 and 2.14?
It's been quite a while since I last installed Gentoo but I'm sure I had the same issue before. During the install everything goes as planned, but when I get to 2.15 and enter 'emerge-webrsync' it errors out with:
!!! Section 'gentoo' in repos.conf refers to repository without repository name set in '/usr/portage/profiles/repo_name'
emerge-webrsync: error: Repository 'gentoo' not found
Now as I'm following the Handbook instructions 'to the letter' if I'm having problems installing others must be too. Mind you it could just be me being dumb
If anyone can point me to what I need to do to install Gentoo I'd appreciate it.
My best
Robbie. |
|
Back to top |
|
|
TomWij Retired Dev
Joined: 04 Jul 2012 Posts: 1553
|
Posted: Mon Dec 02, 2013 12:00 am Post subject: |
|
|
Seems that might be broken. You can instead get portage-latest from http://distfiles.gentoo.org/snapshots/ in your preferred format and unpack it such that its contents land in /usr/portage/. |
|
Back to top |
|
|
mreff555 Apprentice
Joined: 10 Mar 2011 Posts: 231 Location: Philadelphia
|
Posted: Tue Dec 10, 2013 9:45 pm Post subject: |
|
|
I have seen this problem as well. I would also recommend getting the most recent snapshot. There really is no downside to doing it this way, just make sure you sync afterwards. |
|
Back to top |
|
|
wraeth Retired Dev
Joined: 08 May 2007 Posts: 72 Location: Australia
|
Posted: Fri Dec 13, 2013 1:05 am Post subject: Re: Something missing in Handbook ... |
|
|
Znook wrote: | !!! Section 'gentoo' in repos.conf refers to repository without repository name set in '/usr/portage/profiles/repo_name'
emerge-webrsync: error: Repository 'gentoo' not found
|
Which profile are you using?
Code: | eselect profile list |
I came across this when I selected a hardened profile by mistake, but didn't follow through with it because i wasn't targetting a hardened platform. If this is a genuine issue with hardened, then perhaps a bug should be filed against it. That being said, manually getting a portage snapshot and putting it in place should give you a workaround.
Code: | (chroot) livecd / # tar xvjf portage-latest.tar.bz2 -C /usr/ |
-wraeth |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
Posted: Fri Dec 13, 2013 2:34 am Post subject: |
|
|
gentoo docs and handbook are migrating. So troubles with docs could be expected until it's finish. |
|
Back to top |
|
|
kurly Apprentice
Joined: 02 Apr 2012 Posts: 260
|
Posted: Fri Dec 13, 2013 3:07 am Post subject: |
|
|
This is a regression that was introduced with Portage 2.2.1 that was fixed in Portage 2.2.7, but unfortunately, stage3 building has been broken since before Portage 2.2.7 was stabilized, so the latest stage3 still use Portage 2.2.1 which is still broken. It's been a few months now. I'm sure there's a good reason. But there's nothing missing from the documents, it's just that the files you are downloading are broken. You aren't doing anything wrong. |
|
Back to top |
|
|
666threesixes666 Veteran
Joined: 31 May 2011 Posts: 1248 Location: 42.68n 85.41w
|
Posted: Fri Dec 13, 2013 5:20 am Post subject: |
|
|
i installed today, and got the error and ctrl + c canceled, then re emerge-webrsync got the errors again... waited... and as if there was no problem.
i set profile after emerge-webrsync & when i emerge-webrsync no more errors.
"broken" is a bit harsh, more like a false positive on a non-issue.
my original work around for this was emerge --sync |
|
Back to top |
|
|
|