Error when building svn trunk

View: New views
5 Messages — Rating Filter:   Alert me  

Error when building svn trunk

by Lubos Pintes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,
I successfully built boo trunk in the past. But now, the following error
happens. If I understand properly, it happens during compilation of booc:
[csc] error CS1606: Assembly signing failed; output may not be signed
Then localized system error follows something like "The process cannot
access file because it is used by another process"
and then something like error return code 1
What's wrong?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Error when building svn trunk

by Rodrigo B. de Oliveira :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


2009/9/3 Lubos Pintes <pintes@...>:

>
> Hi,
> I successfully built boo trunk in the past. But now, the following error
> happens. If I understand properly, it happens during compilation of booc:
> [csc] error CS1606: Assembly signing failed; output may not be signed
> Then localized system error follows something like "The process cannot
> access file because it is used by another process"
> and then something like error return code 1
> What's wrong?
>

What's the environment?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Error when building svn trunk

by Lubos Pintes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,
Here is complete build report:
NAnt 0.86 (Build 0.86.2898.0; beta1; 8.12.2007)
Copyright (C) 2001-2007 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/vcs/boo/default.build
Target framework: Microsoft .NET Framework 3.5
Target(s) specified: all


init:


sign:


resources:


Boo.Lang:


generate-ast:


Boo.Lang.Ast:


Boo.Lang.Compiler:


compile-grammar:


Boo.Lang.Parser:

       [csc] Compiling 123 files to 'C:\vcs\boo\build\Boo.Lang.Parser.dll'.
       [csc] error CS1606: Assembly signing failed; output may not be
signed -- <Process cannot access the file because it is used by another
process.> (rough translation of localized system message)

BUILD FAILED

C:\vcs\boo\default.build(704,4):
External Program Failed: c:\WINDOWS\Microsoft.NET\Framework\v3.5\csc.exe
(return code was 1)

Total time: 3.8 seconds.


Dňa 3.9.2009 19:49, Rodrigo B. de Oliveira  wrote / napísal(a):

> 2009/9/3 Lubos Pintes<pintes@...>:
>    
>> Hi,
>> I successfully built boo trunk in the past. But now, the following error
>> happens. If I understand properly, it happens during compilation of booc:
>> [csc] error CS1606: Assembly signing failed; output may not be signed
>> Then localized system error follows something like "The process cannot
>> access file because it is used by another process"
>> and then something like error return code 1
>> What's wrong?
>>
>>      
> What's the environment?
>
> >
>
>    


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Error when building svn trunk

by Cedric Vivier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Sep 4, 2009 at 3:29 PM, Lubos Pintes <pintes@...> wrote:
Boo.Lang.Parser:

      [csc] Compiling 123 files to 'C:\vcs\boo\build\Boo.Lang.Parser.dll'.
      [csc] error CS1606: Assembly signing failed; output may not be
signed -- <Process cannot access the file because it is used by another
process.> (rough translation of localized system message)



Have you tried a reboot?
Maybe there is some borken file handle on that file.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Error when building svn trunk

by Lubos Pintes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,
I tried several times, but with the same result. I even don't understand
which file is blocked...
Dňa 4.9.2009 9:37, Cedric Vivier  wrote / napísal(a):

> On Fri, Sep 4, 2009 at 3:29 PM, Lubos Pintes <pintes@...
> <mailto:pintes@...>> wrote:
>
>     Boo.Lang.Parser:
>
>           [csc] Compiling 123 files to
>     'C:\vcs\boo\build\Boo.Lang.Parser.dll'.
>           [csc] error CS1606: Assembly signing failed; output may not be
>     signed -- <Process cannot access the file because it is used by
>     another
>     process.> (rough translation of localized system message)
>
>
>
> Have you tried a reboot?
> Maybe there is some borken file handle on that file.
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang?hl=en
-~----------~----~----~----~------~----~------~--~---