Bug#713203: g-wrap: FTBFS: /bin/sh: 1: aclocal-1.11: not found

2014-02-14 Thread Hideki Yamane
Hi,

On Fri, 14 Feb 2014 02:16:01 +
peter green plugw...@p10link.net wrote:
 I notice your patch is based on the experimental version of the package. 

 Ooh, I've not noticed it, thanks.

 Afaict (note: i'm not the maintainer of this package) uploading a 
 package based on the experimental version to unstable would be a bad 
 idea without further coordination/planning as it would cause a 
 build-dependency conflict in guile-gnome-platform (I found this out the 
 hard way in raspbian).

 Yes, but as the patch suggested it would be put to experimental.
 And guile maintainer Rob suggested(*) those guile-depends-packages should
 move to guile 2.0 if we can.

 *) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707901 etc.

 Probably maintainer put it to experimental once because Debian was 
 around freeze time(*) (yes, just wild guess).

 *) https://lists.debian.org/debian-devel-announce/2012/06/msg9.html



-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#713203: g-wrap: FTBFS: /bin/sh: 1: aclocal-1.11: not found

2014-02-13 Thread peter green

Hideki Yamane wrote:
 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?
  
I notice your patch is based on the experimental version of the package. 
Afaict (note: i'm not the maintainer of this package) uploading a 
package based on the experimental version to unstable would be a bad 
idea without further coordination/planning as it would cause a 
build-dependency conflict in guile-gnome-platform (I found this out the 
hard way in raspbian).


I have ported the changes to the unstable version of the package and 
used that in an upload to raspbian. A debdiff of what I uploaded to 
raspbian is attatched, I have no intent to NMU this in debian as I have 
no clue what the package does or how to test it.
diff -Nru g-wrap-1.9.14/debian/changelog g-wrap-1.9.14/debian/changelog
--- g-wrap-1.9.14/debian/changelog  2012-12-06 12:28:47.0 +
+++ g-wrap-1.9.14/debian/changelog  2014-02-14 02:01:44.0 +
@@ -1,3 +1,24 @@
+g-wrap (1.9.14-2+rpi2) jessie-staging; urgency=low
+
+  [Hideki Yamane]
+  * debian/rules
+- automatically use aclocal/autoconf/automake version (Closes: #713203)
+- include autoreconf.mk
+  * debian/control
+- add Build-Depends: dh-autoreconf to use above autoreconf.mk
+  * debian/patches
+- add delete_aclocal_flags.patch to avoid define loop in Makefile.am
+
+  [Peter Michael Green]
+  * Adjust changes so they apply to the Unstable version of package
+rather than the experimental version.
+  * Use a version number of 1.9.14-2+rpi2 (rather than the more logical
+1.9.14-1.1+rpi1) for Raspbian upload because I previously uploaded
+A version based on the experimental package to raspbian without
+realising that doing so was a bad idea.
+
+ -- Peter Michael Green plugw...@raspbian.org  Fri, 14 Feb 2014 01:53:05 
+
+
 g-wrap (1.9.14-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru g-wrap-1.9.14/debian/control g-wrap-1.9.14/debian/control
--- g-wrap-1.9.14/debian/control2012-12-06 12:28:47.0 +
+++ g-wrap-1.9.14/debian/control2014-02-14 01:58:20.0 +
@@ -6,7 +6,7 @@
 Vcs-Git: git://git.debian.org/git/collab-maint/g-wrap.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/g-wrap.git
 Standards-Version: 3.9.3
-Build-Depends: debhelper ( 8), cdbs, texinfo, automake, autoconf,
+Build-Depends: debhelper ( 8), cdbs, texinfo, automake, autoconf, 
dh-autoreconf,
  guile-1.8-dev (= 1.8.3+1), guile-library (= 0.1.1), libglib2.0-dev, 
libffi-dev
 
 Package: g-wrap
diff -Nru g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch 
g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch
--- g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch 1970-01-01 
00:00:00.0 +
+++ g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch 2014-02-14 
01:52:25.0 +
@@ -0,0 +1,14 @@
+Description: short summary of the patch
+Author: Hideki Yamane henr...@debian.org
+Forwarded: no
+Last-Update: 2013-10-22
+
+--- g-wrap-1.9.14.orig/Makefile.am
 g-wrap-1.9.14/Makefile.am
+@@ -16,5 +16,5 @@ EXTRA_DIST = g-wrap.scm \
+$(wildcard $(srcdir)/m4/*.m4) \
+$(wildcard $(srcdir)/m4/*.m4-in)
+ 
+-ACLOCAL_AMFLAGS = -I m4 @ACLOCAL_FLAGS@
++ACLOCAL_AMFLAGS = -I m4 
+ 
diff -Nru g-wrap-1.9.14/debian/patches/series 
g-wrap-1.9.14/debian/patches/series
--- g-wrap-1.9.14/debian/patches/series 2012-12-06 12:28:47.0 +
+++ g-wrap-1.9.14/debian/patches/series 2014-02-14 01:52:25.0 +
@@ -1 +1,2 @@
 0001-Use-GUILE-instead-of-hardcoding-guile-binary-name.patch
+delete_aclocal_flags.patch
diff -Nru g-wrap-1.9.14/debian/rules g-wrap-1.9.14/debian/rules
--- g-wrap-1.9.14/debian/rules  2012-12-06 12:28:47.0 +
+++ g-wrap-1.9.14/debian/rules  2014-02-14 01:57:07.0 +
@@ -4,13 +4,14 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror GUILE=/usr/bin/guile-1.8
 DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR)
 
-DEB_AUTO_UPDATE_AUTOMAKE = 1.11
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
-DEB_AUTO_UPDATE_AUTOCONF = 2.69
+DEB_AUTO_UPDATE_ACLOCAL = $(shell dpkg -s automake | perl -nle '/^Version: 
(?:\d:)?(\d+\.\d+)?/ and print $$1')
+DEB_AUTO_UPDATE_AUTOCONF = $(shell dpkg -s autoconf | perl -nle '/^Version: 
(?:\d:)?(\d+\.\d+)?/ and print $$1')
+DEB_AUTO_UPDATE_AUTOMAKE = $(shell dpkg -s automake | perl -nle '/^Version: 
(?:\d:)?(\d+\.\d+)?/ and print $$1')
 
 DEB_MAKE_CHECK_TARGET = check
 


Bug#713203: g-wrap: FTBFS: /bin/sh: 1: aclocal-1.11: not found

2013-10-22 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru g-wrap-1.9.14/debian/changelog g-wrap-1.9.14/debian/changelog
--- g-wrap-1.9.14/debian/changelog	2012-06-08 20:11:15.0 +0900
+++ g-wrap-1.9.14/debian/changelog	2013-10-22 23:22:59.0 +0900
@@ -1,3 +1,16 @@
+g-wrap (1.9.14-2.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- automatically use aclocal/autoconf/automake version (Closes: #713203)
+- include autoreconf.mk
+  * debian/control
+- add Build-Depends: dh-autoreconf to use above autoreconf.mk
+  * debian/patches
+- add delete_aclocal_flags.patch to avoid define loop in Makefile.am
+
+ -- Hideki Yamane henr...@debian.org  Tue, 22 Oct 2013 22:52:11 +0900
+
 g-wrap (1.9.14-2) experimental; urgency=low
 
   * Build against guile-2.0:
diff -Nru g-wrap-1.9.14/debian/control g-wrap-1.9.14/debian/control
--- g-wrap-1.9.14/debian/control	2012-06-08 20:11:15.0 +0900
+++ g-wrap-1.9.14/debian/control	2013-10-22 22:51:13.0 +0900
@@ -6,7 +6,7 @@
 Vcs-Git: git://git.debian.org/git/collab-maint/g-wrap.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/g-wrap.git
 Standards-Version: 3.9.3
-Build-Depends: debhelper ( 8), cdbs, texinfo, automake, autoconf,
+Build-Depends: debhelper ( 8), cdbs, texinfo, automake, autoconf, dh-autoreconf,
  guile-2.0-dev (= 2.0.5), guile-library (= 0.1.1), libglib2.0-dev, libffi-dev
 
 Package: g-wrap
diff -Nru g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch
--- g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch	1970-01-01 09:00:00.0 +0900
+++ g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch	2013-10-22 23:15:41.0 +0900
@@ -0,0 +1,14 @@
+Description: short summary of the patch
+Author: Hideki Yamane henr...@debian.org
+Forwarded: no
+Last-Update: 2013-10-22
+
+--- g-wrap-1.9.14.orig/Makefile.am
 g-wrap-1.9.14/Makefile.am
+@@ -16,5 +16,5 @@ EXTRA_DIST = g-wrap.scm \
+ 	 $(wildcard $(srcdir)/m4/*.m4) \
+ 	 $(wildcard $(srcdir)/m4/*.m4-in)
+ 
+-ACLOCAL_AMFLAGS = -I m4 @ACLOCAL_FLAGS@
++ACLOCAL_AMFLAGS = -I m4 
+ 
diff -Nru g-wrap-1.9.14/debian/patches/series g-wrap-1.9.14/debian/patches/series
--- g-wrap-1.9.14/debian/patches/series	2012-06-08 20:11:15.0 +0900
+++ g-wrap-1.9.14/debian/patches/series	2013-10-22 23:11:22.0 +0900
@@ -1 +1,2 @@
 0001-Use-GUILE-instead-of-hardcoding-guile-binary-name.patch
+delete_aclocal_flags.patch
diff -Nru g-wrap-1.9.14/debian/rules g-wrap-1.9.14/debian/rules
--- g-wrap-1.9.14/debian/rules	2012-06-08 20:11:15.0 +0900
+++ g-wrap-1.9.14/debian/rules	2013-10-22 23:03:20.0 +0900
@@ -4,13 +4,14 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror GUILE=/usr/bin/guile-2.0
 DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR)
 
-DEB_AUTO_UPDATE_AUTOMAKE = 1.11
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
-DEB_AUTO_UPDATE_AUTOCONF = 2.69
+DEB_AUTO_UPDATE_ACLOCAL = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
+DEB_AUTO_UPDATE_AUTOCONF = $(shell dpkg -s autoconf | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
+DEB_AUTO_UPDATE_AUTOMAKE = $(shell dpkg -s automake | perl -nle '/^Version: (?:\d:)?(\d+\.\d+)?/ and print $$1')
 
 DEB_MAKE_CHECK_TARGET = check
 


Bug#713203: g-wrap: FTBFS: /bin/sh: 1: aclocal-1.11: not found

2013-06-22 Thread Lucas Nussbaum
Source: g-wrap
Version: 1.9.14-1.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p .
 /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  DEB_DH_INSTALL_ARGS is a 
 deprecated variable
 if test -e /usr/share/misc/config.guess ; then \
   for i in ./config.guess ; do \
   if ! test -e $i.cdbs-orig ; then \
   mv $i $i.cdbs-orig ; \
   cp --remove-destination 
 /usr/share/misc/config.guess $i ; \
   fi ; \
   done ; \
   fi
 if test -e /usr/share/misc/config.sub ; then \
   for i in ./config.sub ; do \
   if ! test -e $i.cdbs-orig ; then \
   mv $i $i.cdbs-orig ; \
   cp --remove-destination 
 /usr/share/misc/config.sub $i ; \
   fi ; \
   done ; \
   fi
 if test -e /usr/share/gnulib/build-aux/config.rpath ; then \
   for i in ./config.rpath ; do \
   if ! test -e $i.cdbs-orig ; then \
   mv $i $i.cdbs-orig ; \
   cp --remove-destination 
 /usr/share/gnulib/build-aux/config.rpath $i ; \
   fi ; \
   done ; \
   fi
 cd .  aclocal-1.11 -I m4
 /bin/sh: 1: aclocal-1.11: not found
 make: *** [debian/stamp-autotools-files] Error 127

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/g-wrap_1.9.14-1.1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org