I'm new to Sabayon (I'm using sabayon 5.1) and I just like it
I have a little problem with installing a downloaded tbz2 package
I've Downloaded www-plugins:adobe-flash-10.0.45.2~0.tbz2 and used the following command to install it:
- Code: Select all
sudo emerge --usepkg ./www-plugins\:adobe-flash-10.0.45.2~0.tbz2
and here is the output:
- Code: Select all
*** emerging by path is broken and may not always work!!!
* IMPORTANT: 2 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
Calculating dependencies... done!
Traceback (most recent call last):
File "/usr/bin/emerge", line 42, in <module>
retval = emerge_main()
File "/usr/lib/portage/pym/_emerge/main.py", line 1523, in emerge_main
myopts, myaction, myfiles, spinner)
File "/usr/lib/portage/pym/_emerge/actions.py", line 276, in action_build
settings, trees, myopts, myparams, myaction, myfiles, spinner)
File "/usr/lib/portage/pym/_emerge/depgraph.py", line 5413, in backtrack_depgraph
myaction, myfiles, spinner)
File "/usr/lib/portage/pym/_emerge/depgraph.py", line 5431, in _backtrack_depgraph
success, favorites = mydepgraph.select_files(myfiles)
File "/usr/lib/portage/pym/_emerge/depgraph.py", line 1542, in select_files
mykey=mytbz2.getelements("CATEGORY")[0]+"/"+os.path.splitext(os.path.basename(x))[0]
IndexError: list index out of range
Please help me to solve this problem.
Thanks in advance

