Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56780 - Esearch displaying always [no/bad digest] in "Size of downloaded files:" when searching something and license line missing
Summary: Esearch displaying always [no/bad digest] in "Size of downloaded files:" whe...
Status: RESOLVED DUPLICATE of bug 11829
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-12 04:25 UTC by Thomas Braun
Modified: 2007-04-13 01:54 UTC (History)
2 users (show)

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 Thomas Braun 2004-07-12 04:25:54 UTC
Hello,

I emerged esearch today and have the problem that in every ebuild I search I don't get the size of the files:
I did emerge esearch and then eupdatedb as root.

An example:

thomas@thomas:~ esearch mozilla-launcher
[ Results for search key : mozilla-launcher ]
[ Applications found : 1 ]

*  net-www/mozilla-launcher
      Latest version available: 1.12
      Latest version installed: 1.12
      Size of downloaded files: [no/bad digest]
      Homepage:
      Description: Script that launches mozilla or firefox

and in comparison:
thomas@thomas:~ emerge -s  mozilla-launcher
Searching...
[ Results for search key : mozilla-launcher ]
[ Applications found : 1 ]

*  net-www/mozilla-launcher
      Latest version available: 1.12
      Latest version installed: 1.12
      Size of downloaded files: 4 kB
      Homepage:
      Description: Script that launches mozilla or firefox
      License:     GPL-2


Also the License line is missing in esearch output.

Thanks in advance
Thomas Braun

Reproducible: Always
Steps to Reproduce:
1.emerge esearch and eupdatedb
2.esearch mozilla-lauchner for example
3.missing License line and no size displayed



root@thomas:/home/thomas emerge info
Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-gentoo-r9)
=================================================================
System uname: 2.6.7-gentoo-r9 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib alsa apm arts avi berkdb cdr crypt cups dga divx4linux doc
dvd encode esd f77 foomaticdb gcj gdbm gif gpm gtk gtk2 icq imlib java jpeg kde
libcaca libg++ libwww lirc mad maildir mbox mikmod mmx motif mozilla mpeg
ncurses nls oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime
readline scanner sdl slang spell sse ssl svga tcltk tcpd tetex threads truetype
v4l v4l2 x86 xml2 xmms xv xvid zlib"

The first element in esearchdb.py:

('SphinxTrain', 'app-accessibility/SphinxTrain', False, '0.9.1-r1', False,
'[no/bad digest]', 'http://www.speech.cs.cmu.edu/SphinxTrain/                  
                      ', 'Speech Recognition (Training Module)')

and also all the other elements have the [no/bad disget]
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-07-12 07:51:50 UTC

*** This bug has been marked as a duplicate of 11829 ***
Comment 2 Devin Heckman 2007-04-12 23:13:29 UTC
Actually, I still have this problem on not only the computers at where I work, but on my home box. I have the newest version of esearch and have eupdatedb'd to make sure that the database isn't the problem.

terrio gentoo ~ $ equery list esearch portage
[ Searching for package 'portage' in all categories among: ]
 * installed packages
[I--] [  ] app-portage/portage-utils-0.1.23 (0)
[I--] [  ] sys-apps/portage-2.1.2.2 (0)

Let me know if there's anything I can do here.
Comment 3 Devin Heckman 2007-04-12 23:14:07 UTC
I may as well post an example...

terrio gentoo ~ $ esearch portage
[ Results for search key : portage ]
[ Applications found : 6 ]

*  app-portage/portage-manpages
      Latest version available: 20070122
      Latest version installed: [ Not Installed ]
      Size of downloaded files: [no/bad digest]
      Homepage:    http://www.gentoo.org/
      Description: collection of Gentoo manpages
      License:     GPL-2

*  app-portage/portage-mod_jabber [ Masked ]
      Latest version available: 0.0.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: [no/bad digest]
      Homepage:    http://usrportage.de/
      Description: A notification module for the portage elog-system to notify via the XMPP (Jabber) protocoll
      License:     GPL-2

*  app-portage/portage-utils
      Latest version available: 0.1.23
      Latest version installed: 0.1.23
      Size of downloaded files: [no/bad digest]
      Homepage:    http://www.gentoo.org/
      Description: small and fast portage helper tools written in C
      License:     GPL-2

...

list goes on.
Comment 4 Zac Medico gentoo-dev 2007-04-13 01:54:01 UTC
(In reply to comment #2)
> Actually, I still have this problem on not only the computers at where I work,
> but on my home box. I have the newest version of esearch and have eupdatedb'd
> to make sure that the database isn't the problem.

What version exactly?  I have esearch-0.7.1-r4 and it seems to be working correctly here.  It seems like you have a version that doesn't support Manifest2.  If you've updated to the latest version and eupdatedb still doesn't help then please file a new bug.