[Lazarus] RE : RE : RE : RE : Lazarus 1.0 release candidate 1 available for download

Ludo Brands ludo.brands at free.fr
Sun Aug 5 14:43:02 CEST 2012


> Search the output for propedits. Do you see anything 
> suspicious? propedit.pp must be only in folder ideintf, 
> propedits.ppu must be only in ideintf/units/x86_64-linux/gtk2/
> 

The error message changed slightly: Recompiling registersqldb, checksum
changed for Lresources
Yesterday it started with Lresources and after purging/re-installing and
removing .lazarus it became propedits. Today is the other way around.
Anyways, it is the same problem. Searching for lresources in the first 50Mb
log:

In compiling LCLBase: 

Unitsearch: LResources.ppu
...
Unitsearch:
/home/ludo/.lazarus/lib/LCLBase/units/x86_64-linux/LResources.ppu
...
unitsearch: LResources.pp
Compiling lresources.pp

Package LCL 1.0.1, LazControls 1.0.1, IDEIntf 1.0 pick up the new
/home/ludo/.lazarus/lib/LCLBase/units/x86_64-linux/LResources.ppu
But FCL 1.0.1 picks up
/usr/share/lazarus/1.0RC1/lcl/units/x86_64-linux/lresources.ppu : details:

Unitsearch: LResources.ppu
Searching file LResources.ppu... not found
Searching file lresources.ppu... not found
Searching file LRESOURCES.PPU... not found
Unitsearch: /home/ludo/.lazarus/units/x86_64-linux/LResources.ppu
Searching file /home/ludo/.lazarus/units/x86_64-linux/LResources.ppu... not
found
Searching file /home/ludo/.lazarus/units/x86_64-linux/lresources.ppu... not
found
Searching file /home/ludo/.lazarus/units/x86_64-linux/LRESOURCES.PPU... not
found
Unitsearch: LResources.pp
Searching file LResources.pp... not found
Searching file lresources.pp... not found
Searching file LRESOURCES.PP... not found
Unitsearch: LResources.pas
Searching file LResources.pas... not found
Searching file lresources.pas... not found
Searching file LRESOURCES.PAS... not found
Unitsearch: /usr/share/lazarus/1.0RC1/lcl/units/x86_64-linux/LResources.ppu
Searching file
/usr/share/lazarus/1.0RC1/lcl/units/x86_64-linux/LResources.ppu... not found
Searching file
/usr/share/lazarus/1.0RC1/lcl/units/x86_64-linux/lresources.ppu... found
PPU Loading /usr/share/lazarus/1.0RC1/lcl/units/x86_64-linux/lresources.ppu
(LRESOURCES) PPU Name:
/usr/share/lazarus/1.0RC1/lcl/units/x86_64-linux/lresources.ppu

It looked for a "user" version but in /home/ludo/.lazarus/units/x86_64-linux
instead of /home/ludo/.lazarus/lib/LCLBase/units/x86_64-linux. 
Compiling lazarus.pp picks up also
/usr/share/lazarus/1.0RC1/lcl/units/x86_64-linux/lresources.ppu. Did also a
search in /home/ludo/.lazarus/units/x86_64-linux before.

Noticed also that compiling the sqldblaz package doesn't get the -vut. The
same for all other "non-system" packages (ToDoListLaz, TAChartLazarusPkg,
ProjTemplates, etc.). IIRC that was alread reported earlier in relation to
debug settings not picked up by packages and the need to change individual
package settings to get debug symbols or, inverse, turn them off.

Full output attached to mantis 22579

Ludo






More information about the Lazarus mailing list