www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7561] New: std.net.curl broken

reply d-bugmail puremagic.com writes:
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



---
[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: -------
Feb 22 2012
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7561


SomeDude <lovelydear mailmetrash.com> changed:

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



PDT ---
Not a bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 19 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7561


Brad Anderson <eco gnuk.net> changed:

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




 [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: -------
Apr 19 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7561


Vladimir Panteleev <thecybershadow gmail.com> changed:

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



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: -------
Apr 19 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7561





 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: -------
Apr 19 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7561




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: -------
Apr 19 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7561


Brad Anderson <eco gnuk.net> changed:

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



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: -------
Jul 13 2012