All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug#757455: please run dh_autoreconf or manually update m4/libtool.m4 for ppc64el
@ 2014-08-08 12:20 Matthias Klose
  2014-09-10 14:22 ` Andreas Barth
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Klose @ 2014-08-08 12:20 UTC (permalink / raw)
  To: Debian Bug Tracking System

Package: src:xfsprogs
Version: 3.2.1

trying to use dh_autoreconf:

        autoreconf -f -i
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoheader: warning: missing template: HAVE_UMODE_T
autoheader: Use AC_DEFINE([HAVE_UMODE_T], [], [Description])
autoheader: warning: missing template: HAVE___PSINT_T
autoheader: warning: missing template: HAVE___PSUNSIGNED_T
autoheader: warning: missing template: HAVE___U32
autoreconf: /usr/bin/autoheader failed with exit status: 1

please fix this and use dh_autoreconf, or update libtool.m4 manually as in
http://launchpadlibrarian.net/181798228/xfsprogs_3.1.9ubuntu2_3.2.1ubuntu1.diff.gz

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Bug#757455: please run dh_autoreconf or manually update m4/libtool.m4 for ppc64el
  2014-08-08 12:20 Bug#757455: please run dh_autoreconf or manually update m4/libtool.m4 for ppc64el Matthias Klose
@ 2014-09-10 14:22 ` Andreas Barth
  2014-09-15 23:04   ` Dave Chinner
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Barth @ 2014-09-10 14:22 UTC (permalink / raw)
  To: Matthias Klose, 757455

* Matthias Klose (doko@debian.org) [140910 14:19]:
> trying to use dh_autoreconf:

It works with the following patch:
diff -ur xfsprogs-3.2.1~/debian/control xfsprogs-3.2.1/debian/control
--- xfsprogs-3.2.1~/debian/control      2014-05-02 00:09:15.000000000 +0000
+++ xfsprogs-3.2.1/debian/control       2014-09-10 14:14:34.026319172 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: XFS Development Team <xfs@oss.sgi.com>
 Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
-Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev, autotools-dev
+Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev
 Standards-Version: 3.9.1
 Homepage: http://oss.sgi.com/projects/xfs/
 
diff -ur xfsprogs-3.2.1~/debian/rules xfsprogs-3.2.1/debian/rules
--- xfsprogs-3.2.1~/debian/rules        2014-05-02 00:09:15.000000000 +0000
+++ xfsprogs-3.2.1/debian/rules 2014-09-10 14:13:18.182294515 +0000
@@ -35,7 +35,7 @@
 .census:
        @echo "== dpkg-buildpackage: configure" 1>&2
        $(checkdir)
-       dh_autotools-dev_updateconfig
+       AUTOHEADER=/bin/true dh_autoreconf
        $(options) $(MAKE) include/platform_defs.h
        touch .census
 
@@ -58,7 +58,7 @@
        $(MAKE) distclean
        -rm -rf $(dirme) $(dirdev) $(dirdi)
        -rm -f debian/*substvars debian/files* debian/*.debhelper
-       dh_autotools-dev_restoreconfig
+       dh_autoreconf_clean
        dh_clean
 
 binary-indep:

As this package is required to build ceph, libvirt and redhat-cluster
I'd be willing to help fixing it, if required also by an NMU. Unless
there is a reason why not, I intend to upload the fix within the next
days.


Andi

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Bug#757455: please run dh_autoreconf or manually update m4/libtool.m4 for ppc64el
  2014-09-10 14:22 ` Andreas Barth
@ 2014-09-15 23:04   ` Dave Chinner
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Chinner @ 2014-09-15 23:04 UTC (permalink / raw)
  To: Andreas Barth, 757455; +Cc: Matthias Klose

On Wed, Sep 10, 2014 at 04:22:26PM +0200, Andreas Barth wrote:
> * Matthias Klose (doko@debian.org) [140910 14:19]:
> > trying to use dh_autoreconf:
> 
> It works with the following patch:
> diff -ur xfsprogs-3.2.1~/debian/control xfsprogs-3.2.1/debian/control
> --- xfsprogs-3.2.1~/debian/control      2014-05-02 00:09:15.000000000 +0000
> +++ xfsprogs-3.2.1/debian/control       2014-09-10 14:14:34.026319172 +0000
> @@ -3,7 +3,7 @@
>  Priority: optional
>  Maintainer: XFS Development Team <xfs@oss.sgi.com>
>  Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
> -Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev, autotools-dev
> +Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev
>  Standards-Version: 3.9.1
>  Homepage: http://oss.sgi.com/projects/xfs/
>  
> diff -ur xfsprogs-3.2.1~/debian/rules xfsprogs-3.2.1/debian/rules
> --- xfsprogs-3.2.1~/debian/rules        2014-05-02 00:09:15.000000000 +0000
> +++ xfsprogs-3.2.1/debian/rules 2014-09-10 14:13:18.182294515 +0000
> @@ -35,7 +35,7 @@
>  .census:
>         @echo "== dpkg-buildpackage: configure" 1>&2
>         $(checkdir)
> -       dh_autotools-dev_updateconfig
> +       AUTOHEADER=/bin/true dh_autoreconf
>         $(options) $(MAKE) include/platform_defs.h
>         touch .census
>  
> @@ -58,7 +58,7 @@
>         $(MAKE) distclean
>         -rm -rf $(dirme) $(dirdev) $(dirdi)
>         -rm -f debian/*substvars debian/files* debian/*.debhelper
> -       dh_autotools-dev_restoreconfig
> +       dh_autoreconf_clean
>         dh_clean
>  
>  binary-indep:
> 
> As this package is required to build ceph, libvirt and redhat-cluster
> I'd be willing to help fixing it, if required also by an NMU. Unless
> there is a reason why not, I intend to upload the fix within the next
> days.

The debian packaging is maintained in the upstream repository. Can
you please send the patch to xfs@oss.sgi.com with a commit message
and a SOB so we can apply it?

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-15 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-08 12:20 Bug#757455: please run dh_autoreconf or manually update m4/libtool.m4 for ppc64el Matthias Klose
2014-09-10 14:22 ` Andreas Barth
2014-09-15 23:04   ` Dave Chinner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.