Thread overview
[Issue 7561] New: std.net.curl broken
Feb 22, 2012
Stephan Dilly
Apr 19, 2012
SomeDude
Apr 19, 2012
Brad Anderson
Apr 19, 2012
Vladimir Panteleev
Apr 19, 2012
Brad Anderson
Apr 19, 2012
SomeDude
Jul 13, 2012
Brad Anderson
February 22, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7561

           Summary: std.net.curl broken
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: spam@extrawurst.org


--- Comment #0 from Stephan Dilly <spam@extrawurst.org> 2012-02-22 02:59:50 PST ---
[CODE]
module main;

import std.net.curl;

void main()
{
}
[/CODE]

gives:
Error 42: Symbol Undefined _D3std3net4curl12__ModuleInfoZ

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 19, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7561


SomeDude <lovelydear@mailmetrash.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lovelydear@mailmetrash.com


--- Comment #1 from SomeDude <lovelydear@mailmetrash.com> 2012-04-19 09:05:47 PDT ---
Not a bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 19, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7561


Brad Anderson <eco@gnuk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eco@gnuk.net


--- Comment #2 from Brad Anderson <eco@gnuk.net> 2012-04-19 09:13:13 PDT ---
(In reply to comment #0)
> [CODE]
> module main;
> 
> import std.net.curl;
> 
> void main()
> {
> }
> [/CODE]
> 
> gives:
> Error 42: Symbol Undefined _D3std3net4curl12__ModuleInfoZ

I take it you are on Windows?

Follow the instructions here: http://forum.dlang.org/thread/xssjmbuyombztoztwhgv@forum.dlang.org

This is a valid bug report. I never bothered to create it as I was actively trying to resolve it.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 19, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7561


Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com


--- Comment #3 from Vladimir Panteleev <thecybershadow@gmail.com> 2012-04-19 09:14:53 PDT ---
SomeDude: Your comments are not helpful. Please explain why you don't consider said issue to not be a bug, since it might not be obvious to the submitter and other contributors.

I can reproduce this issue with the 2.058 zipfile release, so it is certainly a bug (although I believe it's been fixed by now).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 19, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7561



--- Comment #4 from Brad Anderson <eco@gnuk.net> 2012-04-19 09:26:17 PDT ---
(In reply to comment #3)
> SomeDude: Your comments are not helpful. Please explain why you don't consider said issue to not be a bug, since it might not be obvious to the submitter and other contributors.
> 
> I can reproduce this issue with the 2.058 zipfile release, so it is certainly a bug (although I believe it's been fixed by now).

It remains in 2.059 unfortunately.  The autotester was having difficulty loading curl and Brad Roberts and myself never did figure out why so my fix was reverted.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 19, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7561



--- Comment #5 from SomeDude <lovelydear@mailmetrash.com> 2012-04-19 09:35:46 PDT ---
OK, I'm sorry for the trouvle. I believe the bug reports should always link to
the forum related discussions, else the history and some valuable bits of
information are completely lost for newcomers.
Once bug reports stay in the queue forever and the history is lost, they simply
stay open forever.
And I believe having enhancement requests/bugs discussed in the forums should
be a requirement anyway.

For this case, I really thought it was a matter of having not linked against libcurl. Had I seen the discussion, I would have restrained myself.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 13, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7561


Brad Anderson <eco@gnuk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #6 from Brad Anderson <eco@gnuk.net> 2012-07-13 10:16:01 PDT ---
Fixed in HEAD for upcoming DMD 2.060.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------