Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155452 - How come my 'esearch' isn't updated when I emerge something until the next 'esync'?!
Summary: How come my 'esearch' isn't updated when I emerge something until the next 'e...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-16 22:23 UTC by Daevid Vincent
Modified: 2006-11-17 01:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daevid Vincent 2006-11-16 22:23:18 UTC
I always found this annoying...

How come when I emerge something, my 'esearch' isn't updated until the next time I do an 'esync'? 

*  www-apps/trac
      Latest version available: 0.9.6
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 995 kB
      Homepage:    http://trac.edgewall.com/
      Description: Trac is a minimalistic web-based project management, wiki and bug/issue tracking system.
      License:     trac

But I *DO* have it installed....

daevid ~ # emerge -av trac
[ebuild   R   ] www-apps/trac-0.9.6  USE="cgi sqlite -enscript -fastcgi -postgres -silvercity -vhosts" 331 kB 

Then if I do an 'esync' it shows:

*  www-apps/trac
      Latest version available: 0.9.6
      Latest version installed: 0.9.6

Why can't portage just be smart enough (and "smart" is a very generous term for the code neede to update this) to update whatever record/file/log/whatever it is that shows what I have installed?!

This seems so silly and like a 0.0.3 kind of feature to put in to portage.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-17 01:35:31 UTC
Sure, everytime you emerge something, we'll run the db update that takes minutes to complete and is pretty disk intensive...

Feel free to use /usr/share/doc/esearch-<version>/eupdatedb.cron.gz sample cronjob and stick it to cron.hourly or run it from crontab every 5 minutes, but don't request such annoying stuff please.