Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 238157
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Ruby Team <ruby@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Arthur Hagen <art-gt@broomstick.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 238157 depends on: Show dependency tree
Bug 238157 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-09-20 02:25 0000
The man page for make.conf(5) states:

       http_proxy ftp_proxy = [host:port]
              These vars are used if the sources must be downloaded  from  the
              internet  by wget(1).  They are only required if you use a proxy
              server for internet access.

This breaks rubygems, which requires the http_proxy variable to be a URI, i.e.
a [protocol://host:port] format.

Reference bug #238061

------- Comment #1 From Wormo 2008-09-20 05:51:32 0000 -------
Mentioning syntax needed for gem in make.conf manpage might help ruby
enthusiasts do it right from the start, but some people would not think to look
there when a gem install fails. Maybe gem eclass should check http_proxy for
proper syntax if the variable is set?

------- Comment #2 From Zac Medico 2008-09-20 07:16:53 0000 -------
(In reply to comment #0)
> The man page for make.conf(5) states:
> 
>        http_proxy ftp_proxy = [host:port]
>               These vars are used if the sources must be downloaded  from  the
>               internet  by wget(1).  They are only required if you use a proxy
>               server for internet access.
> 
> This breaks rubygems, which requires the http_proxy variable to be a URI, i.e.
> a [protocol://host:port] format.

Thanks, I've updated the make.conf(5) man page in svn r11520.

------- Comment #3 From Zac Medico 2008-09-21 23:47:47 0000 -------
The make.conf(5) man page is updated in portage-2.2_rc9.

------- Comment #4 From Hans de Graaff 2008-09-23 19:19:24 0000 -------
We will most likely fix this in rubygems in bug #238061, so that URI's without
a scheme won't break rubygems.

Closing this bug as for now the man page includes the comment.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug