Results 1 to 4 of 4
It doesnt matter what I put into terminal it always gives me
Code:
emerge: there are no ebuilds to satisfy "XXXX".
Something special I gotta do to get this to ...
- 09-14-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
Nothing will emerge
It doesnt matter what I put into terminal it always gives me
Something special I gotta do to get this to work?Code:emerge: there are no ebuilds to satisfy "XXXX".
- 09-14-2008 #2
At what stage are you at with the install ? ... did you do a handbook install ?
What doesreport ? What have you tried to emerge and received this message ?Code:emerge --update world
- 09-14-2008 #3Just Joined!
- Join Date
- Jul 2008
- Location
- Sweden, Earth, Milky way
- Posts
- 10
Try running
Code:emerge --sync
- 09-15-2008 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
It seems you really need to pick the handbook and give it a good read.
However, some possible causes for your problem:
- You have set a custom $PORTDIR in your make.conf which is incorrect, not probable, portage would complain about the missing profile before complaining about the missing ebuild.
- You have portage in a separate partition and you didn't mount it, not probable, portage would complain about the missing profile before complaining about the missing ebuild.
- You are misstyping the name of the ebuild. Use emerge -s to search the correct name of an ebuild if you are not sure. Most probable cause.
- You deleted some branches of your portage tree. That'd be original

There are some more possible causes, but I will not bore you with exotic stuff. In any of these cases (except missityping) emerge --sync will sort the problem.


Reply With Quote
