On Tue, Jul 08, 2008 at 05:34:18AM -0700, Paul Eden wrote:
> Hi Chris,
> 
> Where the bugs you mentioned below fixed?  I tried the following with the
> latest CVS/GIT
> 
> btool -d Calendar -f Calendar.dat (this seemed to work)
> btool -s Calendar -f Calendar.dat (this hanged indefinitely on a record
> close to the beginning of the build process)
> 
> I was hoping to use the calendar build code as an example of how to write
> the tasks build code.
> 
> Would you like me to debug the btool -s run and tell you where it hangs?

Hi Paul,

Sorry for the delay.

Yes, I fixed the missing calendar support in btool, and also added the
brecsum tool, so that the following works for me:

    Checksums from the following commands now match:
        brecsum -d Calendar > sum1.txt
        btool -d Calendar -f calendar.dat
        btool -s Calendar -f calendar.dat
        brecsum -d Calendar > sum2.txt
        diff -u <(sort sum1.txt) <(sort sum2.txt)

So if it is hanging for you, please add the -v option, and post the
results.  What model device are you using?

Thanks,
- Chris


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to