Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253455 - app-portage/esearch-0.7.1-r7: esync traceback
Summary: app-portage/esearch-0.7.1-r7: esync traceback
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-01-02 16:41 UTC by Paul Varner (RETIRED)
Modified: 2011-03-05 20:33 UTC (History)
1 user (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 Paul Varner (RETIRED) gentoo-dev 2009-01-02 16:41:19 UTC
Uh!  But in esearch-0.7.1-r7 esync is broken again.

# esync
Traceback (most recent call last):
  File "/usr/sbin/esync", line 141, in <module>
    tree_old = gettree("old")
  File "/usr/sbin/esync", line 112, in gettree
    emsg("Importing " + tree + " portage tree")
  File "/usr/sbin/esync", line 103, in emsg
    if quiet: return
NameError: global name 'quiet' is not defined
Comment 1 Paul Varner (RETIRED) gentoo-dev 2009-01-02 16:42:13 UTC
esync --quiet will work but will not generate much output
Comment 2 Paul Varner (RETIRED) gentoo-dev 2009-01-02 17:02:13 UTC
workaround until I get -r8 released

Edit /usr/lib/esearch/esync.py

Line 37 has:
verbose = False

right after that line add:
quiet = False
Comment 3 Zac Medico gentoo-dev 2011-03-05 20:33:13 UTC
This got fixed, though the ebuild wasn't revbumped:

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-portage/esearch/files/186994-esync-quiet.patch?view=log#rev1.2