I get these kinds of messages regularly. Sometimes, I say, "right. I did that last week, why is it telling me again?".
How do others know if a warning applies after any system/world update?
LOG: postinst
The database format has changed between 0.30 and 0.40.
You may need to update all your local databases and caches.
To do so, please run the following commands:
(for each user) $ update-mime-database ~/.local/share/mime/
(as root) # update-mime-database /usr/local/share/mime/
--
|\ /| | | ~ ~
| \/ | |---| `|` ?
| |ichael | |iggins \^ /
michael.higgins[at]evolone[dot]org
portage doesn't have a mechanism to tell you to do something and then record
that you did in fact do it. So it always tells you to do something.
We often attempt to ascribe human intelligence to software.
It's a side-effect of being human. Be alert for it :-)
--
alan dot mckinnon at gmail dot com
> How do others know if a warning applies after any system/world update?
>
> LOG: postinst
>
> The database format has changed between 0.30 and 0.40.
> You may need to update all your local databases and caches.
> To do so, please run the following commands:
> (for each user) $ update-mime-database ~/.local/share/mime/
> (as root) # update-mime-database /usr/local/share/mime/
genlop -u pkgname will show you the version that was unmerged and the new
version. It's up to you to decide which side of 0.30 and 0.40 they lie.
--
Neil Bothwick
"You summoned me, Captain?!" said Earl Grey, hotly.
One for my commonplace book (smile) !
--
========================,,============================================
SUPPORT ___________//___, Philip Webb
ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
TRANSIT `-O----------O---' purslowatchassdotutorontodotca
> On Tue, 30 Jun 2009 10:58:40 -0700, Michael Higgins wrote:
>
> > How do others know if a warning applies after any system/world
> > update?
> >
> > LOG: postinst
> >
> > The database format has changed between 0.30 and 0.40.
> > You may need to update all your local databases and caches.
> > To do so, please run the following commands:
> > (for each user) $ update-mime-database ~/.local/share/mime/
> > (as root) # update-mime-database /usr/local/share/mime/
>
> genlop -u pkgname will show you the version that was unmerged and the
> new version. It's up to you to decide which side of 0.30 and 0.40
> they lie.
>
>
Ah, very cool indeed! Thanks, Neil.
Cheers,