Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346165 - app-portage/pfl - fails if using a proxy
Summary: app-portage/pfl - fails if using a proxy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 11:09 UTC by Dan Johansson
Modified: 2010-11-21 13:25 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 Dan Johansson 2010-11-20 11:09:25 UTC
/usr/lib64/python2.6/site-packages/pfl/pfl.py fails with the following error if using a http_proxy: "global name 're' is not defined"
This is due too failing import statement(s).

After adding the following two import statements it works OK
import re
import commands

-- 
Dan 



Reproducible: Always
Comment 1 bugs 2010-11-20 17:30:31 UTC
Hi,
thanks for your report. Would you please test http://files.portagefilelist.de/snapshot/pfl.py ? I imported the required packages.

cheers
Daniel
Comment 2 Dan Johansson 2010-11-20 17:51:39 UTC
No Problem.

The new version works.

Regards,
-- 
Dan
Comment 3 Daniel Pielmeier gentoo-dev 2010-11-21 13:25:47 UTC
+*pfl-2.1 (21 Nov 2010)
+
+  21 Nov 2010; Daniel Pielmeier <billie@gentoo.org> +pfl-2.1.ebuild:
+  Version bump. Only information from the offical Gentoo repository is
+  submitted, overlays are excluded from now on. Works with portage-2.2.*, Fixes
+  bug #346165, thanks Dan Johansson for reporting.