Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-09 Thread Chris Frey
On Wed, Dec 09, 2009 at 06:46:39AM -0600, Michael L. Stokes wrote: > No ideas huh? Heh... unfortunately, none yet. :-) > Is there a way to test if pppob is working? Any other tests I should run? There is a script by Andy Herkey in the contrib/ directory of the source tree call modemtest.rb. T

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-09 Thread Michael L. Stokes
I've attached the barry.log with -v turned up. Thanks Mike Michael L. Stokes wrote: No ideas huh? BTW: the Blackberry is a World Edition 8800 series, not an 8330. I ran btool -l and it reports btool -l Blackberry devices found: Device ID: 0x9b854e0. PIN: 31aede54, Description: RIM 8800 Seri

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-09 Thread Michael L. Stokes
No ideas huh? BTW: the Blackberry is a World Edition 8800 series, not an 8330. I ran btool -l and it reports btool -l Blackberry devices found: Device ID: 0x9b854e0. PIN: 31aede54, Description: RIM 8800 Series Colour CDMA Handheld Is there a way to test if pppob is working? Any other tests I

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-08 Thread Michael L. Stokes
Was successful at the build after I downloaded the source and rebuilt. Very nice. The 8330 is charging fine, but I am having issues with tethering. I used the barry-verizon ppp files (peer and chat script) and it worked the first time. However, that was the last time it worked. I modified the

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-04 Thread Chris Frey
On Fri, Dec 04, 2009 at 03:44:02PM -0500, Ian B. MacDonald wrote: > Mike, > > Did you run > > #apt-get build-dep barry > > That should satisfy your build dependencies; If you call dpkg-build > directly it will ensure you are all set in advance. > > No need to do any "configure" or "pre-build" s

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-04 Thread Chris Frey
What was the command line you used when you got this error? It looks like it is getting confused somewhere in the GUI build stage. But if done properly, the GUI configure is called with PKG_CONFIG_PATH set for it automatically, so it can build in-tree. I'd recommend trying again with a pristine t

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-04 Thread Ian B. MacDonald
Mike, Did you run #apt-get build-dep barry That should satisfy your build dependencies; If you call dpkg-build directly it will ensure you are all set in advance. No need to do any "configure" or "pre-build" steps.. package framework takes care of that for you. i.e. $cd /usr/src/barry-src $dpk

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-04 Thread Michael L. Stokes
Making progress. The last few lines of the build are ... checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dyn

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-03 Thread Chris Frey
On Fri, Dec 04, 2009 at 01:10:15AM -0600, Michael L. Stokes wrote: > Chris et. al., > > The build system cannot find libusb. I downloaded and built it, but > I don't know where I need to pass the argument to configure. > --with_libusb=/home/me/src/barry/libusb-1.0.6/ You shouldn't have to build

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-03 Thread Michael L. Stokes
Chris et. al., The build system cannot find libusb. I downloaded and built it, but I don't know where I need to pass the argument to configure. --with_libusb=/home/me/src/barry/libusb-1.0.6/ Also, do I specify the main directory of libusb or some dir inside that? Thanks Mike Chris Frey wrote:

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-03 Thread Chris Frey
On Thu, Dec 03, 2009 at 11:02:13PM -0600, Michael L. Stokes wrote: > make: *** No rule to make target > `/usr/share/cdbs/1/class/autotools.mk'. Stop. > sto...@cue:/tmp/barry$ Make sure you have the cdbs package installed. - Chris -

Re: [Barry-devel] Build issue on ubuntu 9.10

2009-12-03 Thread Michael L. Stokes
See comments below: Chris Frey wrote: > On Tue, Dec 01, 2009 at 09:57:49AM -0600, Michael L. Stokes wrote: > >> Anyone planning on putting out a deb file for ubuntu 9.10? If not, will >> the 9.04 version work under 9.10? >> > > Yes, I'm planning to. I just haven't gotten to it yet. > > I