Thread overview
[Issue 8394] New: Can't compile rdmd.d using master version under XP
Jul 16, 2012
soarowl@yeah.net
Jul 16, 2012
Jonathan M Davis
Jul 16, 2012
Jonathan M Davis
Jul 17, 2012
Nils
Jul 19, 2012
Nils
Jan 09, 2013
Andrej Mitrovic
Jan 09, 2013
Walter Bright
July 16, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8394

           Summary: Can't compile rdmd.d using master version under XP
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: soarowl@yeah.net


--- Comment #0 from soarowl@yeah.net 2012-07-16 08:46:29 PDT ---
OPTLINK (R) for Win32  Release 8.00.12
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
rdmd.obj(rdmd)
 Error 42: Symbol Undefined _D4core5bitop3bsrFNaNbkZi
e:\dmd2head\windows\bin\..\lib\phobos.lib(uni)
 Error 42: Symbol Undefined _D4core5bitop2btFNaNbxPkkZi
rdmd.obj(rdmd)
 Error 42: Symbol Undefined _D4core5bitop5bswapFNaNbkZk
--- errorlevel 3

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


Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg@gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-07-16 11:11:48 PDT ---
Are you using the latest dmd, druntime, and phobos from github? If not, then that's almost certainly why this is failing.

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



--- Comment #2 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-07-16 11:14:35 PDT ---
Though it looks like there are currently some issues related to core.bitop on github master that are currently being worked on ( https://github.com/D-Programming-Language/dmd/pull/1040 ), so if you _are_ using the latest dmd, druntime, and phobos, that could be why. If that's the problem, then if you backup your dmd to a couple of days ago, it should be fine, but I expect that the issue with HEAD will be resolved shortly.

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


Nils <mailme+d@nilsb.dyndns.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mailme+d@nilsb.dyndns.org


--- Comment #3 from Nils <mailme+d@nilsb.dyndns.org> 2012-07-17 14:00:36 PDT ---
I've hit this, too. The problem was a zombie bitop.di in druntime.
Get rid of the zombie(s): git clean -fxd
Then rebuild druntime and phobos.

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


Nils <mailme+d@nilsb.dyndns.org> changed:

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


--- Comment #4 from Nils <mailme+d@nilsb.dyndns.org> 2012-07-19 12:39:08 PDT ---
*** Issue 8401 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8394


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com


--- Comment #5 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-09 07:19:21 PST ---
Fixed? I can build with git-head.

Mark as WORKSFORME if it is.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8394


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |WORKSFORME


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