Re: [Barry-devel] opensync 4.x....

2009-03-05 Thread Nicolas
Hi Paul, A lot of changement about OpenSync project... I run under Linux Debian SID. To build OpenSync from SVN, I advice you use for the moment the revision r5276 (all plugins aren't still ported ; evolution doesn't work) $ mkdir -p /usr/local/src/opensync $ cd /usr/local/src/opensync The op

Re: [Barry-devel] Patch for device hang

2009-03-05 Thread Josh Kropf
Chris, This change fixes the issue on Mac OS X as well. I have only tested bjavaloader, but I will give the rest of the tools a thorough once over sometime soon. Regards, - Josh On Wed, 4 Mar 2009 23:18:42 -0500 Chris Frey wrote: > On Thu, Feb 26, 2009 at 09:03:46PM -0500, Paul O'Keefe wrote:

Re: [Barry-devel] Patch for device hang

2009-03-05 Thread Paul O'Keefe
That's working for me in btool now! I will check against libopensync (0.22 since the .3x still doesn't support work with evolution per Nicolas's message last night) later today. -- Paul O'Keefe VOIP:1-770-250-5165 FindMe: 1-678-967-4103 On Wed, 2009-03-04 at 23:18 -0500, Chris Frey wrote:

Re: [Barry-devel] Dependency not satisfiable (libb oost-serialization)

2009-03-05 Thread Robert Denton
I must have gotten them from Martin O's site. The packages are: barrybackup-gui_0.15-0git20081127_i386.deb barrybackup-gui-dbg_0.15-0git20081127_i386.deb barry-util_0.15-0git20081127_i386.deb barry-util-dbg_0.15-0git20081127_i386.deb libbarry0_0.15-0git20081127_i386.deb libbarry0-dbg_0.15-0git200

Re: [Barry-devel] Ubuntu PPA packages

2009-03-05 Thread Shannon McMackin
On Tue, 03 Mar 2009 22:38:49 -0500, Martin Owens wrote: > Hey Chris, > > No 404 this end, > > I had someone compile new debs for jaunty only a few days ago. > > Regards, Martin > > On Tue, 2009-03-03 at 22:13 -0500, Chris Frey wrote: >> Martin Owens, >> >> I tried to download your Barry packa

Re: [Barry-devel] Patch for device hang

2009-03-05 Thread Paul O'Keefe
btool works fine now. opensync hangs. I have over 4,000 contacts so will do a bit of diagnostics work by deleting them and doing a sync against some simple small databases. -- Paul O'Keefe VOIP:1-770-250-5165 FindMe: 1-678-967-4103 On Wed, 2009-03-04 at 23:18 -0500, Chris Frey wrote: >

Re: [Barry-devel] Ubuntu PPA packages

2009-03-05 Thread Martin Owens
> I did not see any jaunty packages up there yet. Are they posted? Not by me, not yet. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Ope

Re: [Barry-devel] Dependency not satisfiable (libboost-serialization)

2009-03-05 Thread Chris Frey
Hi Robert, I'm unable to download Martin O's packages, so I don't know what the 'dpkg -I' output of your barry-util is, but you can check the versions with something like: dpkg --compare-version 1.34.1-2ubuntu1.1 ">=" 1.34.1-2.1 echo $? If you see 0, then it's ok, if 1, then not.

Re: [Barry-devel] cant compile barry(git) on gentoo

2009-03-05 Thread Chris Frey
On Fri, Feb 27, 2009 at 11:41:25AM -0500, Marc R. O'Connor wrote: > In file included from > BackupWindow.h:26, > from main.cc:29: > DeviceIface.

Re: [Barry-devel] Dependency not satisfiable (li bboost-serialization)

2009-03-05 Thread Robert Denton
I force installed it. The problem with this solution, of course is that now anytime I run another deb file I get the Broken Dependencies error message and I cannot install anything until that is resolved (at least not easily). And of course... 'sudo apt-get install -f' gets: rob...@starbaby

Re: [Barry-devel] Dependency not satisfiable (libboost-serialization)

2009-03-05 Thread Chris Frey
On Thu, Mar 05, 2009 at 02:38:22PM -0800, Robert Denton wrote: > I wonder if I should buckle down and finally upgrade to either intrepid > or jaunty :( I just noticed you were using Ubuntu 7.10. I was going to suggest you try the packages on the OpenSUSE Build Service, but those boost packages ha

Re: [Barry-devel] Dependency not satisfiable ( libboost-serialization)

2009-03-05 Thread Robert Denton
Wonderful, that did it for me and I am happily charging again: rob...@starbaby:~/Downloads/barry$ bcharge Scanning for Blackberry devices... Found device #009...already at 500mA...already in desired Pearl mode...no change So thanks!! btw, how do you launch the backup gui? I notice it does not p

[Barry-devel] building from source conflicting with old Barry installs

2009-03-05 Thread Chris Frey
Hi folks, I'm trying to track down the build problem that seems to be happening semi-regularly for people on the list. Namely, that if they have an old version of Barry installed somewhere, and they try to build the latest CVS, the build picks up old headers or libraries and gives either build er

Re: [Barry-devel] Dependency not satisfiable (libboost-serialization)

2009-03-05 Thread Chris Frey
On Thu, Mar 05, 2009 at 03:16:10PM -0800, Robert Denton wrote: > Wonderful, that did it for me and I am happily charging again: Excellent. :-) > So thanks!! btw, how do you launch the backup gui? I notice it does > not place an launcher anywhere in the Applications menus. At the moment, the b

Re: [Barry-devel] cant compile barry(git) on gentoo

2009-03-05 Thread Chris Frey
On Wed, Feb 25, 2009 at 11:44:33PM -0600, Nils wrote: > the ebuild is online at http://bugs.gentoo.org/show_bug.cgi?id=215399 Hi Nils, I notice in your ebuild: src_compile(){ econf \ $(use_with boost boost /usr/include) \ $(use_enable gui) \

[Barry-devel] [git pull] b3d3a6f48fe008e8842c057df4a653a04b9c56ce

2009-03-05 Thread josh
git://slashdev.ca/barry.git Two small bug fixes... 1) compile error when using __DEBUG_MODE__ 2) timeout when calling JavaLoader::GetDir on device with zero modules -- Open Source Business Conference (OSBC), March 24-25,

Re: [Barry-devel] [git pull] b3d3a6f48fe008e8842c057df4a653a04b9c56ce

2009-03-05 Thread Chris Frey
On Thu, Mar 05, 2009 at 08:33:28PM -0500, j...@slashdev.ca wrote: > git://slashdev.ca/barry.git > > Two small bug fixes... > > 1) compile error when using __DEBUG_MODE__ > 2) timeout when calling JavaLoader::GetDir on device with zero modules Merged. Thanks! - Chris -

Re: [Barry-devel] Patch for device hang

2009-03-05 Thread Paul O'Keefe
Tested the huge sync and seems to be working as it should. Looks like your latest patch did the trick! -- Paul O'Keefe VOIP:1-770-250-5165 FindMe: 1-678-967-4103 On Wed, 2009-03-04 at 23:18 -0500, Chris Frey wrote: > On Thu, Feb 26, 2009 at 09:03:46PM -0500, Paul O'Keefe wrote: > > Chris