2014-10-20 22:45 GMT+02:00 Fabio Erculiani <lx...@sabayon.org>: > Sorry about that, I am fixing this. > > In the meantime you can just do (for other repos as well): > > sqlite3 > /var/lib/entropy/client/database/amd64/sabayonlinux.org/standard/amd64/5/packages.db > 'CREATE TABLE neededreference ( idneeded INTEGER PRIMARY KEY > AUTOINCREMENT, library VARCHAR );' > > and then update sys-apps/entropy > > On Mon, Oct 20, 2014 at 6:24 PM, pierigno <pieri...@gmail.com> wrote: >> hi, >> >> I'm getting the attached error log from equo upgrade --ask after a >> succesful equo update. >> >> also, manually install some random package works for some (xbmc, >> @gnome, @lxde) while not for others ( firefox, chromium). >> >> I'm running sabayon-limbo and sabayonlinux.org repositories. >> >> >> > > > > -- > Fabio Erculiani >
thanks, it worked. Actually the neededreference table already existed but was empty. Dropping and recreating it again and updating equo did the trick.