Failed build on FPC 2.2 and Lazarus 0.9.24

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
piper62
Junior Boarder
Junior Boarder
Posts: 25
Joined: 25.06.2007, 10:40

Failed build on FPC 2.2 and Lazarus 0.9.24

Post by piper62 »

Hi,
I get this error message during install/compile:

/home/ufs/lazarus/components/zeosdbo_trunk_rev310/src/component/ZStreamBlob.pas(420,42) Fatal: Can't find unit ZSqlUpdate used by ZAbstractDataset

The file is there and I use the ZEOSLIB_TRUNK_REV310.zip.

Help appreciated.

Regards,
Tibor
piper62
Junior Boarder
Junior Boarder
Posts: 25
Joined: 25.06.2007, 10:40

Post by piper62 »

Hi, an update.

Now it works! I couldn't believe that a file which is definitely in the path and existing can't be found.
So, I downloaded the ZEOSLIB_TRUNK_REV310.zip again compared it with my previous version: difference!

With the correct .ZIP file now everything is OK.

So, I can proof Zeoslib 6.6.1 Trunk Rev310 is working under Kubuntu 7.10, FPC 2.2.0.1 and Lazarus 0.9.24.

Sorry for the confusion I caused.

Regards,
Tibor

PS: A suggestion: Would it be an idea to add a hash code (MD5 should be enough) to the download area? Then everybody could check if something went wrong during download.
T.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

How do I make the hash code? Do you know an ant command (to add to build scripts) that md5's the zip file to a separate file?

Mark
piper62
Junior Boarder
Junior Boarder
Posts: 25
Joined: 25.06.2007, 10:40

Post by piper62 »

Hi Mark, I don't know if you can use it in an ant script but under linux and under MS-Windows the program is called "md5sum" usage like this:
commandline: "md5sum ZEOSLIB_TRUNK_REV310.zip"
result:
"a8c1fd89eeef7f3c7c8c899285d94dc9 ZEOSLIB_TRUNK_REV310.zip"

the first part is the MD5 hashcode.
Does that help?

Tibor
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Just checked Ant documentation. They have a nice task called Checksum. Have a look at the snapshot download directory. Is that more or less what you wanted?

Mark
piper62
Junior Boarder
Junior Boarder
Posts: 25
Joined: 25.06.2007, 10:40

Post by piper62 »

Yes! That's it.
Only one wish left: Can you please provide the hash code information for the trunk versions too?

Tibor
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Will be included at next merge/snapshots...
Post Reply