[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#259978: marked as done (FTBFS: still tries to build svgalib stuff on !i386)



Your message dated Sat, 17 Jul 2004 19:32:11 -0400
with message-id <E1Blyf5-0002As-00@newraff.debian.org>
and subject line Bug#259978: fixed in lirc 0.6.6-11
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Jul 2004 17:30:56 +0000
>From brederlo@informatik.uni-tuebingen.de Sat Jul 17 10:30:56 2004
Return-path: <brederlo@informatik.uni-tuebingen.de>
Received: from mx5.informatik.uni-tuebingen.de [134.2.12.32] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Blt1U-0004eV-00; Sat, 17 Jul 2004 10:30:56 -0700
Received: from localhost (loopback [127.0.0.1])
	by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP
	id 0EEC91BE; Sat, 17 Jul 2004 19:30:25 +0200 (MST)
Received: from mx5.informatik.uni-tuebingen.de ([127.0.0.1])
 by localhost (mx5 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 27160-01; Sat, 17 Jul 2004 19:30:22 +0200 (DFT)
Received: from dual (semeai.Informatik.Uni-Tuebingen.De [134.2.15.66])
	by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP
	id 33689178; Sat, 17 Jul 2004 19:30:22 +0200 (MST)
Received: from mrvn by dual with local (Exim 4.34)
	id 1Blt0p-0002aW-LZ; Sat, 17 Jul 2004 17:30:15 +0000
Content-Type: multipart/mixed; boundary="===============9044591533641326899=="
MIME-Version: 1.0
From: Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: FTBFS: still tries to build svgalib stuff on !i386
X-Mailer: reportbug 2.62
Date: Sat, 17 Jul 2004 17:30:15 +0000
Message-Id: <E1Blt0p-0002aW-LZ@dual>
Sender: Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>
X-Virus-Scanned: by amavisd-new (McAfee AntiVirus) at informatik.uni-tuebingen.de
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============9044591533641326899==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: lirc
Severity: serious
Justification: no longer builds from source

Hi,

lirc still tries to build the svgalib debs on !i386. The attached patch
should change that so it truely only builds them on i386.

Its only tested on amd64 (where it stops the lirc-svga from building).

MfG
	Goswin

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.5-amd64
Locale: LANG=C, LC_CTYPE=C

--===============9044591533641326899==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="lirc-0.6.6-9.patch"

diff -Nurd lirc-0.6.6/debian/control lirc-0.6.6.mrvn/debian/control
--- lirc-0.6.6/debian/control	2004-07-17 17:25:33.603548565 +0000
+++ lirc-0.6.6.mrvn/debian/control	2004-07-17 17:20:57.696763147 +0000
@@ -36,7 +36,7 @@
  remotely, but you really should install them. :)
 
 Package: lirc-svga
-Architecture: any
+Architecture: i386
 Depends: ${shlibs:Depends}, ${misc:Depends}, lirc (= ${Source-Version})
 Replaces: lirc (<< 0.6.4-8)
 Description: Linux Infra-red Remote Control support (svgalib dependent parts)
diff -Nurd lirc-0.6.6/debian/rules lirc-0.6.6.mrvn/debian/rules
--- lirc-0.6.6/debian/rules	2004-07-17 17:25:33.606548062 +0000
+++ lirc-0.6.6.mrvn/debian/rules	2004-07-17 17:23:40.377514006 +0000
@@ -122,7 +122,9 @@
 	mv debian/tmp/usr/bin/rc debian/tmp/usr/bin/irsend
 
 	install --mode=755 contrib/irman2lirc debian/tmp/usr/bin/
-	install --mode=755 tools/smode2 debian/tmp/usr/bin/
+	if [ -e tools/smode2 ]; then \
+		install --mode=755 tools/smode2 debian/tmp/usr/bin/; \
+	fi
 	mkdir -p debian/tmp/etc/lirc/
 	install --mode=644 debian/conf.placeholder  \
 		debian/tmp/etc/lirc/lircd.conf
@@ -181,23 +183,23 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs ChangeLog
+	dh_installchangelogs -s ChangeLog
 	#
 	# build liblirc${major} package by moving files from lirc-dev
 	#
 	#rm -fr debian/lirc/usr/include
 
-	dh_installdocs
+	dh_installdocs -s
 	cp -dpR doc/html doc/images doc/irxevent.keys \
 					debian/lirc/usr/share/doc/lirc/
 	mkdir debian/lirc/usr/share/lirc
 	cp -dpR remotes  debian/lirc/usr/share/lirc/remotes
-	dh_installexamples
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_installexamples -s
+	dh_install -s --sourcedir=debian/tmp --list-missing
 	cd debian/lirc-modules-source/usr/src/ && \
 		tar czf lirc-modules.tar.gz modules && \
 		rm -rf modules
-	dh_installmenu
+	dh_installmenu -s
 #	dh_installdebconf	
 	dh_installdebconf -plirc
 	dh_installdebconf -plirc-modules-source
@@ -205,28 +207,28 @@
 #	dh_installemacsen
 #	dh_installpam
 #	dh_installmime
-	dh_installinit --update-rcd-params="defaults 19"
-	dh_installcron
-	dh_installinfo
-	dh_installmodules
-	dh_undocumented
-	dh_installman
+	dh_installinit -s --update-rcd-params="defaults 19"
+	dh_installcron -s
+	dh_installinfo -s
+	dh_installmodules -s
+	dh_undocumented -s
+	dh_installman -s
 	@for i in lirc-x lirc-svga; \
 	 do \
 	 	rm -rf debian/$${i}/usr/share/doc/$${i} ;\
 	done
-	dh_link
-	dh_strip
-	dh_compress -X irxevent.keys
-	dh_fixperms
+	dh_link -s
+	dh_strip -s
+	dh_compress -s -X irxevent.keys
+	dh_fixperms -s
 #	dh_perl
 #	dh_python
-	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_makeshlibs -s
+	dh_installdeb -s
+	dh_shlibdeps -s
+	dh_gencontrol -s
+	dh_md5sums -s
+	dh_builddeb -s
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install autotools

--===============9044591533641326899==--

---------------------------------------
Received: (at 259978-close) by bugs.debian.org; 17 Jul 2004 23:39:19 +0000
>From katie@ftp-master.debian.org Sat Jul 17 16:39:19 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Blylz-0005qB-00; Sat, 17 Jul 2004 16:39:19 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Blyf5-0002As-00; Sat, 17 Jul 2004 19:32:11 -0400
From: Pierre Machard <pmachard@debian.org>
To: 259978-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#259978: fixed in lirc 0.6.6-11
Message-Id: <E1Blyf5-0002As-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 17 Jul 2004 19:32:11 -0400
Delivered-To: 259978-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: lirc
Source-Version: 0.6.6-11

We believe that the bug you reported is fixed in the latest version of
lirc, which is due to be installed in the Debian FTP archive:

liblircclient-dev_0.6.6-11_i386.deb
  to pool/main/l/lirc/liblircclient-dev_0.6.6-11_i386.deb
liblircclient0_0.6.6-11_i386.deb
  to pool/main/l/lirc/liblircclient0_0.6.6-11_i386.deb
lirc-modules-source_0.6.6-11_i386.deb
  to pool/main/l/lirc/lirc-modules-source_0.6.6-11_i386.deb
lirc-svga_0.6.6-11_i386.deb
  to pool/main/l/lirc/lirc-svga_0.6.6-11_i386.deb
lirc-x_0.6.6-11_i386.deb
  to pool/main/l/lirc/lirc-x_0.6.6-11_i386.deb
lirc_0.6.6-11.diff.gz
  to pool/main/l/lirc/lirc_0.6.6-11.diff.gz
lirc_0.6.6-11.dsc
  to pool/main/l/lirc/lirc_0.6.6-11.dsc
lirc_0.6.6-11_i386.deb
  to pool/main/l/lirc/lirc_0.6.6-11_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 259978@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Machard <pmachard@debian.org> (supplier of updated lirc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 18 Jul 2004 01:06:08 +0200
Source: lirc
Binary: liblircclient-dev liblircclient0 lirc-svga lirc lirc-modules-source lirc-x
Architecture: source i386
Version: 0.6.6-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Pierre Machard <pmachard@debian.org>
Description: 
 liblircclient-dev - Development files for LIRC client library
 liblircclient0 - LIRC client library
 lirc       - Linux Infra-red Remote Control support
 lirc-modules-source - Linux Infra-red Remote Control support (kernel modules)
 lirc-svga  - Linux Infra-red Remote Control support (svgalib dependent parts)
 lirc-x     - Linux Infra-red Remote Control support (X dependent parts)
Closes: 259978
Changes: 
 lirc (0.6.6-11) unstable; urgency=low
 .
   * Apply patch from : Goswin von Brederlow (closes: #259978)
     - lirc-svga is only build for i386
Files: 
 de548481503dc7aa55d98e71a1a6b141 717 utils optional lirc_0.6.6-11.dsc
 ec6adc05e49077d6093fd730c6670a5f 46528 utils optional lirc_0.6.6-11.diff.gz
 6bbea1d74e6c8c3b08c07daa95ac9fa3 217208 utils optional lirc_0.6.6-11_i386.deb
 edb25fdecc69e5ac75db19db73b98e02 13880 utils optional lirc-x_0.6.6-11_i386.deb
 da52f1cd018463a410acf8b065291ec2 5608 utils optional lirc-svga_0.6.6-11_i386.deb
 f703b6561b911c5ab557ddf7fadef7c0 108660 utils optional lirc-modules-source_0.6.6-11_i386.deb
 0675f224aa10dfd0ba15e78c83de4598 36968 libdevel optional liblircclient-dev_0.6.6-11_i386.deb
 e14722e13ee2ac73c8339b56de047691 35112 libs optional liblircclient0_0.6.6-11_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA+bNCs6AtZiNwb4cRAgguAKDogS7rt+blYEgXJkwUBuRoVh5VmwCcDqXo
WP0g7dUu1SZUK3IIgg7hRbg=
=/AkZ
-----END PGP SIGNATURE-----



Reply to: