On Fri, May 02, 2008 at 08:46:59PM -0400, Duncan Mak wrote:
> configure is not running in the 'gui' directory, so it's not being
> configured and can't be built when make descends into that directory.
> 
> I have all the dependencies satisfied, and I'm building the package using:
> 
>  dpkg-buildpackage -uc -us -rfakeroot

When the build fails from the above command, can you check whether
a barry-0.12/gui/configure file exists?

As a side note, the gui and opensync-plugin directories can be built
in a standalone manner as well.  For example (root not required):

        tar xzf barry-0.12*tar.gz
        cd barry-0.12
        ./configure --prefix=/tmp/barry
        make install
        cd gui
        export PKG_CONFIG_PATH=/tmp/barry/lib/pkgconfig
        ./configure --prefix=/tmp/barry
        make install
        /tmp/barry/bin/barrybackup

If that works, then we know it is something in the debian package
build process.

- Chris

(Running some tests here, trying to reproduce your issue)


-------------------------------------------------------------------------
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

Reply via email to