Bug#447248: fusd-kor - FTBFS: failure: cannot read files list file: No such file or directory

2008-01-31 Thread Albin Tonnerre
tags 447248 + patch
thanks

Hi,
attached is a patch that fixes the issue by adding the required binary-indep and
binary-arch targets to debian/rules.

Cheers

-- 
Albin Tonnerre
--- rules	2008-01-31 15:18:25.0 +0100
+++ rules.new	2008-01-31 14:04:17.0 +0100
@@ -120,7 +120,7 @@
 	ln -s ../packages/default.sh debian/fusd-kor-source/usr/share/modass/overrides/fusd-kor-source
 	dh_install
 
-binary: install
+binary-common:
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
@@ -136,4 +136,13 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-indep: build install
+	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: build install
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
+binary: binary-arch binary-indep
+
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure


signature.asc
Description: Digital signature


Bug#447248: fusd-kor - FTBFS: failure: cannot read files list file: No such file or directory

2008-01-31 Thread Michael Bienia
On 2008-01-12 15:49:46 +0100, Lucas Nussbaum wrote:
> On 19/10/07 at 12:30 +0200, Bastian Blank wrote:
> > Package: fusd-kor
> > Version: 1.10+11-2
> > Severity: serious
> > 
> > There was an error while trying to autobuild your package:
> > 
> > > Automatic build of fusd-kor_1.10+11-2 on lxdebian.bfinv.de by sbuild/s390 
> > > 98
> > [...]
> > >  /usr/bin/fakeroot debian/rules binary-arch
> > > make: Nothing to be done for `binary-arch'.
> > >  dpkg-genchanges -B -ms390 Build Daemon 
> > > dpkg-genchanges: arch-specific upload - not including arch-independent 
> > > packages
> > > dpkg-genchanges: failure: cannot read files list file: No such file or 
> > > directory
> > > **
> > > Build finished at 20071008-1428
> > > FAILED [dpkg-buildpackage died]
> 
> Just for info, I can't reproduce it on i386.

As fusd-kor also fails to build in Ubuntu on all arch except i386, I
looked into the Ubuntu and Debian build logs to find the reason.
The successfull i386 build [0] used 
"/usr/bin/fakeroot debian/rules binary" while all the failed builds used
"/usr/bin/fakeroot debian/rules binary-arch" and debian/rules from
fusd-kor has no binary-arch target which is a must according to the
Debian policy.

Michael

0: 
http://launchpadlibrarian.net/10309186/buildlog_ubuntu-hardy-i386.fusd-kor_1.10%2B11-2_FULLYBUILT.txt.gz



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447248: fusd-kor - FTBFS: failure: cannot read files list file: No such file or directory

2008-01-12 Thread Lucas Nussbaum
On 19/10/07 at 12:30 +0200, Bastian Blank wrote:
> Package: fusd-kor
> Version: 1.10+11-2
> Severity: serious
> 
> There was an error while trying to autobuild your package:
> 
> > Automatic build of fusd-kor_1.10+11-2 on lxdebian.bfinv.de by sbuild/s390 98
> [...]
> >  /usr/bin/fakeroot debian/rules binary-arch
> > make: Nothing to be done for `binary-arch'.
> >  dpkg-genchanges -B -ms390 Build Daemon 
> > dpkg-genchanges: arch-specific upload - not including arch-independent 
> > packages
> > dpkg-genchanges: failure: cannot read files list file: No such file or 
> > directory
> > **
> > Build finished at 20071008-1428
> > FAILED [dpkg-buildpackage died]

Just for info, I can't reproduce it on i386.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447248: fusd-kor - FTBFS: failure: cannot read files list file: No such file or directory

2007-10-19 Thread Bastian Blank
Package: fusd-kor
Version: 1.10+11-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of fusd-kor_1.10+11-2 on lxdebian.bfinv.de by sbuild/s390 98
[...]
>  /usr/bin/fakeroot debian/rules binary-arch
> make: Nothing to be done for `binary-arch'.
>  dpkg-genchanges -B -ms390 Build Daemon 
> dpkg-genchanges: arch-specific upload - not including arch-independent 
> packages
> dpkg-genchanges: failure: cannot read files list file: No such file or 
> directory
> **
> Build finished at 20071008-1428
> FAILED [dpkg-buildpackage died]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]