Thread overview | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
September 13, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
..\dmd -c -o- -O -release -nofloat -w -d -Df..\doc\phobos\std_file.html std.ddoc std\file.d std\algorithm.d(3200): Error: cast(string)_param_1 is not an lvalue |
September 13, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 9/13/2010 9:55 PM, Walter Bright wrote:
> ..\dmd -c -o- -O -release -nofloat -w -d -Df..\doc\phobos\std_file.html std.ddoc
> std\file.d
> std\algorithm.d(3200): Error: cast(string)_param_1 is not an lvalue
So.. what changes do you have that aren't checked in?
Since Andrei checked in some phobos fixes before 7am pst, all the build/test runs have been succeeding on my linux32 and win32 boxes.
|
September 13, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright |
Walter Bright wrote:
> ..\dmd -c -o- -O -release -nofloat -w -d
> -Df..\doc\phobos\std_file.html std.ddoc std\file.d
> std\algorithm.d(3200): Error: cast(string)_param_1 is not an lvalue
>
Also fails with simply:
dmd -c std\file.d
|
September 13, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | Brad Roberts wrote: > On 9/13/2010 9:55 PM, Walter Bright wrote: > >> ..\dmd -c -o- -O -release -nofloat -w -d -Df..\doc\phobos\std_file.html std.ddoc >> std\file.d >> std\algorithm.d(3200): Error: cast(string)_param_1 is not an lvalue >> > > So.. what changes do you have that aren't checked in? > > Since Andrei checked in some phobos fixes before 7am pst, all the build/test runs have been succeeding on my linux32 and win32 boxes. > > Who knows: H:\svnproj\phobos>svn up svn: PROPFIND request failed on '/projects/phobos/trunk' svn: PROPFIND of '/projects/phobos/trunk': could not connect to server (http://svn.dsource.org) |
September 13, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright |
Walter Bright wrote:
>
> Who knows:
>
> H:\svnproj\phobos>svn up
> svn: PROPFIND request failed on '/projects/phobos/trunk'
> svn: PROPFIND of '/projects/phobos/trunk': could not connect to server
> (http://svn.dsource.org)
>
I guess no chance of releasing a beta tonight.
|
September 14, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Walter Bright <walter at digitalmars.com> wrote:
> ..\dmd -c -o- -O -release -nofloat -w -d -Df..\doc\phobos\std_file.html
> std.ddoc std\file.d
> std\algorithm.d(3200): Error: cast(string)_param_1 is not an lvalue
Do these fail?
1) dmd -o- -c -unittest std/path.d
2) dmd -o- -c -unittest std/string.d
|
September 14, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Shin Fujishiro | Shin Fujishiro <rsinfu at gmail.com> wrote: > Walter Bright <walter at digitalmars.com> wrote: > > ..\dmd -c -o- -O -release -nofloat -w -d -Df..\doc\phobos\std_file.html > > std.ddoc std\file.d > > std\algorithm.d(3200): Error: cast(string)_param_1 is not an lvalue > > Do these fail? > > 1) dmd -o- -c -unittest std/path.d > 2) dmd -o- -c -unittest std/string.d In case path.d fails, please try the attached patch. Does this fix it? -------------- next part -------------- A non-text attachment was scrubbed... Name: stdpath.patch Type: text/x-diff Size: 3263 bytes Desc: not available URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20100914/c1733c09/attachment.patch> |
September 14, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 9/13/2010 10:37 PM, Walter Bright wrote: > > > Brad Roberts wrote: >> On 9/13/2010 9:55 PM, Walter Bright wrote: >> >>> ..\dmd -c -o- -O -release -nofloat -w -d -Df..\doc\phobos\std_file.html std.ddoc >>> std\file.d >>> std\algorithm.d(3200): Error: cast(string)_param_1 is not an lvalue >>> >> >> So.. what changes do you have that aren't checked in? >> >> Since Andrei checked in some phobos fixes before 7am pst, all the build/test runs have been succeeding on my linux32 and win32 boxes. >> >> > > Who knows: > > H:\svnproj\phobos>svn up > svn: PROPFIND request failed on '/projects/phobos/trunk' > svn: PROPFIND of '/projects/phobos/trunk': could not connect to server > (http://svn.dsource.org) larsivi unidled on the #dsource irc channel and restarted it. |
September 14, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | An HTML attachment was scrubbed... URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20100914/33f5dea4/attachment-0001.html> |
September 14, 2010 [phobos] build failure in std.file | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 9/14/2010 12:21 AM, Walter Bright wrote: > > Thanks! I updated, but the compile failure persists: > > H:\mars\phobos>..\dmd -c std\file.d > std\algorithm.d(3200): Error: cast(string)_param_1 is not an lvalue > Ok.. it's something that's different for your env from mine.. my win32 build passes just fine. It's completed a build cycle since dsource came back up and it built and passes all the tests just fine. The script I use to do the phobos build: http://github.com/braddr/d-tester/blob/master/client/src/do_build_phobos.sh The log for the most recent win32 phobos build: http://d.puremagic.com/test-results/test_data.ghtml?dataid=2346 Every build cycle is done from a completely fresh checkout straight from dsource. The only changes that are applied on top of it come from: http://github.com/braddr/d-tester/blob/master/client/src/do_fixup.sh http://github.com/braddr/d-tester/blob/master/client/src/patch-dmd-win32.mak http://github.com/braddr/d-tester/blob/master/client/src/sc.ini |
Copyright © 1999-2021 by the D Language Foundation