Hi Duncan, How are you starting the build?
I use the command debuild, from the devscripts package, but you can also use dpkg-buildpackage from the dpkg-dev package. Debuild generates everything I need for package I intend to upload. Either of these should check that you have the dependencies necessary to build the package. Also I recently submitted a patch to add some missing build-dependencies. --- debian/control 12 Oct 2007 22:32:42 -0000 1.7 +++ debian/control 29 Apr 2008 07:29:13 -0000 @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Chris Frey <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), cdbs, pkg-config, libusb-dev, libssl-dev, libboost-serialization-dev, libtar-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, libopensync0 (>= 0.22), libopensync0 (<< 0.30) +Build-Depends: debhelper (>= 4.0.0), cdbs, autoconf, automake, libtool, pkg-config, libusb-dev, libssl-dev, libboost-serialization-dev, libtar-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, libopensync0-dev (>= 0.22), libopensync0-dev (<< 0.30) Standards-Version: 3.6.1 On Thu, 2008-05-01 at 21:34 -0400, Duncan Mak wrote: > Hello Chris, > > On Thu, May 1, 2008 at 12:20 PM, Chris Frey <[EMAIL PROTECTED]> > wrote: > > On Thu, May 01, 2008 at 04:53:13AM -0400, Duncan Mak wrote: > > I just tried building the new barry release, using the > Debian source package > > files, it seems to fail here: > > > > checking whether byte ordering is bigendian... no > > > > Is that a necessary check? Is there a way to run Barry on my > 64 bit machine? > > > Barry should run on 64 bit. I just don't have a machine like > that handy, > so I need folks like you to report bugs. :-) > > How does it fail? Does it stop there, or does Barry just not > run > properly once compiled? > > It wouldn't even build. > > Making all in src > make[3]: Entering directory `/home/duncan/tmp/barry/barry-0.12/src' > make[3]: *** No rule to make target `all'. Stop. > make[3]: Leaving directory `/home/duncan/tmp/barry/barry-0.12/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/duncan/tmp/barry/barry-0.12' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/duncan/tmp/barry/barry-0.12' > make: *** [debian/stamp-makefile-build] Error 2 > > > > It is a necessary check, since the Blackberry itself uses > little endian > data structures. > > Could you send me your config.log file? > > See attachment. > > > -- > Duncan. > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Jason Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel