Bug#724913: gmysqlcc: FTBFS: required file './compile' not found

2013-10-17 Thread René Mayorga
On Thu, Oct 17, 2013 at 10:08:48PM +0900, Hideki Yamane wrote:
> Hi,
> 

Hi Hideki, 

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

Very simple patch, thanks for your help I did not have time early to check on
this bug, I'll apply the patch during next week, I also want to put this package
in shape, please hold your NMU :)

Cheers

--
Rene


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



Bug#724913: gmysqlcc: FTBFS: required file './compile' not found

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

Hi,

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

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u gmysqlcc-0.3.0/debian/rules gmysqlcc-0.3.0/debian/rules
--- gmysqlcc-0.3.0/debian/rules
+++ gmysqlcc-0.3.0/debian/rules
@@ -32,7 +32,7 @@
 
 build-stamp:   config.status $(QUILT_STAMPFN)
 	dh_testdir
-	autoreconf
+	autoreconf -fi
 	$(MAKE)
 	touch $@
 
diff -u gmysqlcc-0.3.0/debian/changelog gmysqlcc-0.3.0/debian/changelog
--- gmysqlcc-0.3.0/debian/changelog
+++ gmysqlcc-0.3.0/debian/changelog
@@ -1,3 +1,11 @@
+gmysqlcc (0.3.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- add "-fi" option to autoreconf (Closes: #724913)
+
+ -- Hideki Yamane   Thu, 17 Oct 2013 12:51:32 +0900
+
 gmysqlcc (0.3.0-2) unstable; urgency=low
 
   * Set standards-version to 3.8.0


Bug#724913: gmysqlcc: FTBFS: required file './compile' not found

2013-09-29 Thread Daniel Schepler
Source: gmysqlcc
Version: 0.3.0-2
Severity: serious

>From my pbuilder build log:

...
QUILT_PATCHES=debian/patches \
quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch no_encoding_at_desktop.patch
patching file data/gmysqlcc.desktop

Applying patch dont_override_cflags.patch
patching file configure.in

Now at patch dont_override_cflags.patch
touch debian/stamp-patched
dh_testdir
autoreconf
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
automake: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
deprecated.  For more info, see:
configure.in:4: 
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:9: error: required file './compile' not found
configure.in:9:   'automake --add-missing' can install 'compile'
automake: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 
'*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
make: *** [build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler


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