[Lazarus] Lazarus SVN build "stucked" to TFPCSourceCache.Update after ran

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Sep 28 10:42:05 CEST 2010


On Mon, 27 Sep 2010 22:48:43 +0200
Thierry Bothorel <thierry.bothorel at gmail.com> wrote:

> Hi,
> 
> since some days  after successfully building Lazarus from svn, I can't
> run it on my Ubuntu 64 bit system : here is the outpout :
> 
> Adding "--pcp=~/.lazarus" as a parameter
> Adding "--scp=~/.lazarus" as a parameter

Remove the scp option.

> TLazarusManager.Run starting
> /home/thierrybo/Sys/local/opt/lazarus_FPC_svn/lazarus ...
> SetPrimaryConfigPath NewValue="~/.lazarus" -> "/home/thierrybo/.lazarus"
> SetSecondaryConfigPath NewValue="~/.lazarus" -> "/home/thierrybo/.lazarus"
> TMainIDE.ParseCmdLineOptions:
>   PrimaryConfigPath="/home/thierrybo/.lazarus"
>   SecondaryConfigPath="/home/thierrybo/.lazarus"
> Note: environment config file not found - using defaults
> NOTE: editor options config file not found - using defaults
> NOTE: miscellaneous options file not found - using defaults
> NOTE : fichier de configuration codetools non trouvé. Valeurs par défaut
> utilisées.
> 
> NOTE: Compiler filename not set! (see Environment / Options ... /
> Environment / Files)
> 
> NOTE: FPC source directory not set! (see Environment / Options ... /
> Environment / Files)
> TFPCTargetConfigCache.NeedsUpdate compiler file changed "/usr/bin/fpc"
> FileAge=1244031136 StoredAge=0
> TFPCTargetConfigCache.Update /usr/bin/fpc TargetOS=linux
> TargetCPU=x86_64 CompilerOptions= ExtraOptions=
> RunTool /usr/bin/fpc -iTOTP -Px86_64 -Tlinux
> RunTool /usr/bin/fpc -va -Px86_64 -Tlinux compilertest.pas
> TFPCTargetConfigCache.Update: has changed
> TFPCSourceCache.Update /home/thierrybo ...
> 
> 
> As I write this post, the TFPCSourceCache.Update /home/thierrybo ... is
> running since 1 hour and my hard disk led is full red!  I updated
> sources several times since the first time it appears without success. I
> delete the ~/.lazarus folder after each build.

Compile lazarus clean with -dVerboseFPCSrcScan to show what directories
are scanned. 

 
> I have fpc 2.2 installed from regular Ubuntu repositories, but the
> Lazarus version I build is build from FPC 2.5.1, as I usually do.

Mattias




More information about the Lazarus mailing list