Your message dated Mon, 01 Aug 2011 16:32:20 +0000
with message-id <[email protected]>
and subject line Bug#636213: fixed in amsn 0.98.4-4
has caused the Debian Bug report #636213,
regarding amsn: Fix FTBFS on hurd-i386
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
636213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636213
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: amsn
Version: 0.98.4-3
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd

Hi,

currently amsn does not compile on hurd-i386. The problem is the
lack of support for GNU/Hurd in configure, configure.ac, and
Makefile.in. The attached patch fixes these issues (including removing
commented out code for Hurd in debian/rules). The patch should be
applied after 06_recognize_kfreebsd.patch.

Thanks,
Svante

diff -ur amsn-0.98.4/configure amsn-0.98.4.patched/configure
--- amsn-0.98.4/configure	2011-08-01 11:55:15.000000000 +0000
+++ amsn-0.98.4.patched/configure	2011-08-01 12:03:57.000000000 +0000
@@ -2292,6 +2292,9 @@
 	SunOS)
 		FOUND_OS=solaris
 		;;
+	GNU)
+		FOUND_OS=gnu
+		;;
 	*)
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if amsn will build on \`uname -s\`" >&5
 $as_echo_n "checking if amsn will build on \`uname -s\`... " >&6; }
diff -ur amsn-0.98.4/configure.ac amsn-0.98.4.patched/configure.ac
--- amsn-0.98.4/configure.ac	2011-08-01 11:55:15.000000000 +0000
+++ amsn-0.98.4.patched/configure.ac	2011-08-01 12:03:19.000000000 +0000
@@ -72,6 +72,9 @@
 	SunOS)
 		FOUND_OS=solaris
 		;;
+	GNU)
+		FOUND_OS=gnu
+		;;
 	*)
 		AC_MSG_CHECKING(if amsn will build on `uname -s`)
 		AC_MSG_RESULT(maybe)
diff -ur amsn-0.98.4/debian/rules amsn-0.98.4.patched/debian/rules
--- amsn-0.98.4/debian/rules	2011-07-01 23:25:43.000000000 +0000
+++ amsn-0.98.4.patched/debian/rules	2011-08-01 10:20:15.000000000 +0000
@@ -96,11 +96,9 @@
 	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/ebuddykiller/plugininfo.xml"
 	find $(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Oxygen/ -name *.png -exec chmod 644 {} \;
 
-ifneq ($(DEB_HOST_ARCH_OS),hurd)
 	chmod 644 "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/asyncresolver/libasyncresolver.so" 
 	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/asyncresolver $(CURDIR)/debian/amsn/usr/lib/amsn/utils
 	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/webcamsn $(CURDIR)/debian/amsn/usr/lib/amsn/utils
-endif
 
 	# .so files go in /usr/lib
 	
diff -ur amsn-0.98.4/Makefile.in amsn-0.98.4.patched/Makefile.in
--- amsn-0.98.4/Makefile.in	2010-03-18 19:58:48.000000000 +0000
+++ amsn-0.98.4.patched/Makefile.in	2011-08-01 12:13:55.000000000 +0000
@@ -188,6 +188,12 @@
 FILES_TO_INSTALL += utils/webcamsn/webcamsn.so utils/webcamsn/pkgIndex.tcl utils/TkCximage/TkCximage.so utils/TkCximage/pkgIndex.tcl utils/linux/capture/capture.so utils/linux/capture/pkgIndex.tcl utils/linux/linflash/flash.so utils/linux/linflash/pkgIndex.tcl utils/linux/traydock/libtray.so  utils/linux/traydock/pkgIndex.tcl utils/linux/capture/libng/plugins/drv0-v4l2.so utils/linux/capture/libng/plugins/conv-mjpeg.so utils/tcl_siren/tcl_siren.so utils/tcl_siren/pkgIndex.tcl utils/tclISF/tclISF.so utils/tclISF/pkgIndex.tcl utils/asyncresolver/asyncresolver.tcl utils/asyncresolver/libasyncresolver.so utils/asyncresolver/pkgIndex.tcl
 
 FILES_TO_EXCLUDE += AppMain.tcl
+                else
+                        ifeq ($(FOUND_OS),gnu)
+FILES_TO_INSTALL += utils/webcamsn/webcamsn.so utils/webcamsn/pkgIndex.tcl utils/TkCximage/TkCximage.so utils/TkCximage/pkgIndex.tcl utils/tcl_siren/tcl_siren.so utils/tcl_siren/pkgIndex.tcl utils/tclISF/tclISF.so utils/tclISF/pkgIndex.tcl utils/asyncresolver/asyncresolver.tcl utils/asyncresolver/libasyncresolver.so utils/asyncresolver/pkgIndex.tcl
+
+FILES_TO_EXCLUDE += AppMain.tcl
+                        endif
 		endif
 	endif
 endif

--- End Message ---
--- Begin Message ---
Source: amsn
Source-Version: 0.98.4-4

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

amsn-data_0.98.4-4_all.deb
  to main/a/amsn/amsn-data_0.98.4-4_all.deb
amsn_0.98.4-4.debian.tar.gz
  to main/a/amsn/amsn_0.98.4-4.debian.tar.gz
amsn_0.98.4-4.dsc
  to main/a/amsn/amsn_0.98.4-4.dsc
amsn_0.98.4-4_amd64.deb
  to main/a/amsn/amsn_0.98.4-4_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Muammar El Khatib <[email protected]> (supplier of updated amsn 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 [email protected])


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

Format: 1.8
Date: Mon, 01 Aug 2011 17:49:35 +0200
Source: amsn
Binary: amsn amsn-data
Architecture: source amd64 all
Version: 0.98.4-4
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib <[email protected]>
Changed-By: Muammar El Khatib <[email protected]>
Description: 
 amsn       - MSN messenger application written in Tcl
 amsn-data  - Data files for aMSN
Closes: 633435 636213
Changes: 
 amsn (0.98.4-4) unstable; urgency=low
 .
   * aMSN should compile now in hurd-i386. In this revision patch
     07_fix_ftbfs4hurd.patch has been created. Thanks to Svante Signell for
     providing it. (Closes: #636213)
   * debian/control:
     + Build-Depends on libjpeg-dev instead of libjpeg62-dev. (Closes: #633435)
Checksums-Sha1: 
 4e2e11a9920206eeef3c0632a01176c11f90612d 1261 amsn_0.98.4-4.dsc
 c993ead4e21285212b9968138454311a41b41a05 27254 amsn_0.98.4-4.debian.tar.gz
 d7d16805da53fd2670fed08d1c9445f8650f8f36 435490 amsn_0.98.4-4_amd64.deb
 2aaeae1f3ce358b905a2eccb423c8afa19245fb6 13095940 amsn-data_0.98.4-4_all.deb
Checksums-Sha256: 
 b71626a451ae12b10d8c2e47bb68ae0e2b52efe36a705b15f437da6021e71fa6 1261 
amsn_0.98.4-4.dsc
 fa1919758cb0243783698a86afa9292e6d8342f5872b2b4401407141f046eb94 27254 
amsn_0.98.4-4.debian.tar.gz
 6d3185406553d2c7b4eebbd452cc8d4dfbba198bd578b4242f542ed0ac2d016d 435490 
amsn_0.98.4-4_amd64.deb
 b71ead22f349199feedeb33a7fce9471464645a14c6d484d3aed782e412e4836 13095940 
amsn-data_0.98.4-4_all.deb
Files: 
 4474de61d2b385cd304a7620638ca349 1261 x11 optional amsn_0.98.4-4.dsc
 270482e775e4d8c51e95ff4d699d637c 27254 x11 optional amsn_0.98.4-4.debian.tar.gz
 6185f22b8552f33d29bdba5c11a65197 435490 x11 optional amsn_0.98.4-4_amd64.deb
 c86720de273c5a25c0a37a1655db2666 13095940 x11 optional 
amsn-data_0.98.4-4_all.deb

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

iEYEARECAAYFAk420OAACgkQMOtAOxJwKfFZfACfU6oo4KZ0yKdtSxYK/KOBq/jY
5fQAn2aEmKazP89E/H6JVp/iSabXe0gP
=zsmy
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to