Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48333 - Portage Failed to parse proxy pass with a ';' character
Summary: Portage Failed to parse proxy pass with a ';' character
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-19 09:18 UTC by Gerard Damien
Modified: 2004-04-26 10:29 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 Gerard Damien 2004-04-19 09:18:12 UTC
When I try to emerge something, I get errors about my proxy pass. Note: When I try with another pass (without a ; inside) emerge works well, but with my pass "abcd;d" emerge fails.

Reproducible: Always
Steps to Reproduce:
1.export http_proxy='http://login:abc;d@proxy.compagny.com:3128'
2.emerge kde
3.

Actual Results:  
Calculating dependencies ...done!
>>> emerge (1 of 12) kde-base/kdenetwork-3.2.1 to /
>>> Resuming download...
>>> Downloading http://gentoo.oregonstate.edu/distfiles/kdenetwork-3.2.1.tar.bz2
Erreur d'analyse syntaxique du URL proxy
http://login:abc;d@proxy.compagny.com:3128: Mauvais num
Comment 1 Gerard Damien 2004-04-19 09:18:12 UTC
When I try to emerge something, I get errors about my proxy pass. Note: When I try with another pass (without a ; inside) emerge works well, but with my pass "abcd;d" emerge fails.

Reproducible: Always
Steps to Reproduce:
1.export http_proxy='http://login:abc;d@proxy.compagny.com:3128'
2.emerge kde
3.

Actual Results:  
Calculating dependencies ...done!
>>> emerge (1 of 12) kde-base/kdenetwork-3.2.1 to /
>>> Resuming download...
>>> Downloading http://gentoo.oregonstate.edu/distfiles/kdenetwork-3.2.1.tar.bz2
Erreur d'analyse syntaxique du URL proxy
http://login:abc;d@proxy.compagny.com:3128: Mauvais numéro de port

transtation in English
Error parsing URL proxy
http://login:abc;d@proxy.compagny.com:3128: Bad port Number

Expected Results:  
emerge works :)
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2004-04-26 10:29:21 UTC
That's a wget problem.
Try '%3B' instead of ';'