From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E52B1384B1 for ; Tue, 15 Jan 2013 13:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9AEF21C0CD; Tue, 15 Jan 2013 13:50:25 +0000 (UTC) Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 455A821C038 for ; Tue, 15 Jan 2013 13:50:24 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id n16so116199oag.9 for ; Tue, 15 Jan 2013 05:50:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3EBFxgXa9TluW/jWKHJtGCLFkTY39DbIjAiNg9YPI1c=; b=cRXOYengO/EMAgtdxyPbz8CODpL+CGdW6PXFeMKLa31coXX6EbYVHdedH4zXVxr3QU lM3Nnx2cSWoWudIuZPxhjB2RUT4c2S6CiDckrF8FNgaHDU+R0DI8VsGXfrQoMHu6lR03 AryldiVa0aHY7sy9Wma4jfLgnbxI3ueTjZU+Lok35H/gouiJi29b+8KR7uyX8xKmm0hW G4/YbCSKLjHeRMcvYCtutENFELX1bm/eTe0yJqfHmTfTtYOC8otpDR8HO+AEoSTgEzYs kiFRN33NO4y0bixgkbtNHF46UjntWmcwzPv/PkWeTBBATseTTfgOw+IHUMjLZyDwMXJT RBhw== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.60.21.167 with SMTP id w7mr53632333oee.18.1358257823366; Tue, 15 Jan 2013 05:50:23 -0800 (PST) Received: by 10.76.20.243 with HTTP; Tue, 15 Jan 2013 05:50:23 -0800 (PST) Date: Tue, 15 Jan 2013 08:50:23 -0500 Message-ID: Subject: [gentoo-user] No native exception to re-raise From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 42530c2a-8a17-4783-8461-ddbd29b35848 X-Archives-Hash: 91279a23229b36fe34a32714d83c0fac I've seen this error a couple times this week. Has anyone else seen it before? Is there a simple way to clear it, or am I going to need to dig into emerge's source code and study it? $ emerge --searchdesc pulseaudio Searching... |Traceback (most recent call last): File "/usr/bin/emerge", line 48, in retval = emerge_main() File "/usr/lib64/portage/pym/_emerge/main.py", line 1021, in emerge_main gc_locals=locals().clear) File "/usr/lib64/portage/pym/_emerge/actions.py", line 3751, in run_action myopts, myfiles, spinner) File "/usr/lib64/portage/pym/_emerge/actions.py", line 1936, in action_search searchinstance.execute(mysearch) File "/usr/lib64/portage/pym/_emerge/search.py", line 221, in execute full_package, ["DESCRIPTION"])[0] File "/usr/lib64/portage/pym/_emerge/search.py", line 72, in _aux_get raise RuntimeError: No active exception to reraise -- :wq