[dmd-beta] rdmd is old, wasn't rebuillt

Jonathan M Davis jmdavisProg at gmx.com
Tue Sep 6 19:49:20 PDT 2011


On Tuesday, September 06, 2011 19:27:41 Walter Bright wrote:
> On 9/6/2011 5:24 PM, Nick Sabalausky wrote:
> > From: "Walter Bright" <walter at digitalmars.com>
> > 
> >> On 9/6/2011 2:23 PM, Nick Sabalausky wrote:
> >>> The RDMD included in the beta hasn't been rebuilt from latest HEAD.
> >>> It's still old and is missing some critical bugfixes that are
> >>> already in HEAD.>> 
> >> On which platform?
> > 
> > Windows, but I didn't check any of the other platforms so I don't know
> > if the others are correct or not.
> 
> It doesn't build on windows anymore:
> 
> H:\cbx\rdmd>..\mars\dmd rdmd -O -release
> Notice: As of Phobos 2.055, std.path.basename has been scheduled for
> deprecation in February 2012. P
> lease use baseName instead.
> Notice: As of Phobos 2.055, std.path.dirname has been scheduled for
> deprecation in February 2012. Pl
> ease use dirName instead.
> Notice: As of Phobos 2.055, std.path.join has been scheduled for deprecation
> in February 2012. Pleas
> e use buildPath instead.
> Notice: As of Phobos 2.055, std.path.getDrive has been scheduled for
> deprecation in February 2012. P
> lease use driveName instead.
> 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
> _D3std4conv13ConvException6__ctorMFAyaAyakZC3std4conv13ConvException
> rdmd.obj(rdmd)
>   Error 42: Symbol Undefined
> _D3std8typecons41__T10RebindableTyC3std8datetime8TimeZoneZ10Rebindable3g
> etMxFNaNbNcNdZyC3std8datetime8TimeZone
> rdmd.obj(rdmd)
>   Error 42: Symbol Undefined
> _D3std6format15FormatException6__ctorMFAyaAyakZC3std6format15FormatExcep
> tion
> rdmd.obj(rdmd)
>   Error 42: Symbol Undefined _D3std6format15FormatException7__ClassZ
> rdmd.obj(rdmd)
>   Error 42: Symbol Undefined _D3std3uni11isGraphicalFNaNbNfwZb
> rdmd.obj(rdmd)
>   Error 42: Symbol Undefined
> _D3std6getopt13configuration20stopOnFirstNonOptionMxFNdZb
> rdmd.obj(rdmd)
>   Error 42: Symbol Undefined
> _D3std6getopt13configuration11passThroughMxFNdZb rdmd.obj(rdmd)
>   Error 42: Symbol Undefined _D3std6getopt13configuration8bundlingMxFNdZb
> --- errorlevel 8

It looks to me like it's probably building against an older version of Phobos.

- Jonathan M Davis


More information about the dmd-beta mailing list