Jason,

Thank you I too was having problems building from CVS but didn't spend
the time to find out how to fix it.  I owe you, and thank you for
putting in the effort.

Best,
Yigal

* Jason Thomas <[EMAIL PROTECTED]> [080429 00:31]:
> okay, it was autoreconf, which I have fixed. gotta run.
> 
> Index: Makefile.am
> ===================================================================
> RCS file: /cvsroot/barry/barry/Makefile.am,v
> retrieving revision 1.7
> diff -u -r1.7 Makefile.am
> --- Makefile.am       28 Feb 2008 20:41:05 -0000      1.7
> +++ Makefile.am       29 Apr 2008 07:29:12 -0000
> @@ -1,3 +1,4 @@
> +ACLOCAL_FLAGS = -I m4
>  
>  EXTRA_DIST = COPYING ChangeLog README \
>       buildgen.sh \
> Index: debian/changelog
> ===================================================================
> RCS file: /cvsroot/barry/barry/debian/changelog,v
> retrieving revision 1.12
> diff -u -r1.12 changelog
> --- debian/changelog  22 Mar 2008 01:43:02 -0000      1.12
> +++ debian/changelog  29 Apr 2008 07:29:13 -0000
> @@ -1,3 +1,13 @@
> +barry (0.13-1.1) unstable; urgency=low
> +
> +  * Non-maintainer upload.
> +  * Makefile.am and opensync-plugin/Makefile: add ACLOCAL_FLAGS for
> autoreconf
> +  * debian/control: add build-depends: autoconf, automake, libtool,
> +    libglib2.0-dev
> +  * debian/control: change build-depends: libopensync0 to
> libopensync0-dev 
> +
> + -- Jason Thomas <[EMAIL PROTECTED]>  Tue, 29 Apr 2008 17:28:34 +1000
> +
>  barry (0.13-1) unstable; urgency=low
>  
>     * version bump
> Index: debian/control
> ===================================================================
> RCS file: /cvsroot/barry/barry/debian/control,v
> retrieving revision 1.7
> diff -u -r1.7 control
> --- 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
>  
>  Package: libbarry
> Index: opensync-plugin/Makefile.am
> ===================================================================
> RCS file: /cvsroot/barry/barry/opensync-plugin/Makefile.am,v
> retrieving revision 1.3
> diff -u -r1.3 Makefile.am
> --- opensync-plugin/Makefile.am       22 Sep 2007 02:23:06 -0000      1.3
> +++ opensync-plugin/Makefile.am       29 Apr 2008 07:29:13 -0000
> @@ -1,3 +1,5 @@
> +ACLOCAL_FLAGS = -I ../m4
> +
>  SUBDIRS = src
>  
>  EXTRA_DIST = \
> 
> 
> 
> On Tue, 2008-04-29 at 02:22 -0400, Chris Frey wrote:
> > On Tue, Apr 29, 2008 at 04:10:50PM +1000, Jason Thomas wrote:
> > > I have tried both of those.  I'm trying to build debian packages inside
> > > a pbuilder chroot jail.
> > > 
> > > I've found a couple of build dependencies missing. perhaps there is
> > > another that is causing this.
> > 
> > Ok, the next thing I'd check is how configure is being generated.  Is
> > Debian doing it?  If you're using autoreconf anywhere in the process,
> > it probably won't work.  I had to change my own buildgen.sh script to
> > call the individual commands manually, otherwise it would not make use
> > of the macros inside the m4/ directory.
> > 
> > Take a peek inside the buildgen.sh script, and compare that with the
> > Debian build.  I'm not familiar with pbuilder, but I trust there is a
> > way to get verbose build output.
> > 
> > I've built a working configure on my Debian stable system, of the latest
> > CVS, and placed it here:
> >     http://www.netdirect.ca/~cdfrey/configure
> > 
> > You may check the diff between your system's version and that, to see
> > where it's going wrong.  Check it before and after Debian's build process
> > to make sure it hasn't changed.
> > 
> > - Chris
> > 
> > 
> > -------------------------------------------------------------------------
> > 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

-- 
I confused things with their names: that is belief.
Jean-Paul Sartre 

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