Your message dated Tue, 02 Aug 2011 11:47:39 +0000
with message-id <[email protected]>
and subject line Bug#633707: fixed in scid 1:4.3.0.cvs20110714-2
has caused the Debian Bug report #633707,
regarding scid:: FTBFS: src/misc.h:22:17: fatal error: tcl.h: No such file or 
directory
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.)


-- 
633707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633707
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: scid
Version: 1:4.3.0.cvs20110706-2
Severity: important
Tags: patch
User: [email protected]
Usertags: sh4
X-Debbugs-CC: [email protected]

Hi,

scid FTBFS on armhf, sh4 and sparc64.
  
http://buildd.debian-ports.org/status/fetch.php?pkg=scid&arch=armhf&ver=1%3A4.3.0.cvs20110706-2&stamp=1310273814
  
http://buildd.debian-ports.org/status/fetch.php?pkg=scid&arch=sh4&ver=1%3A4.3.0.cvs20110706-2&stamp=1310452737
  
http://buildd.debian-ports.org/status/fetch.php?pkg=scid&arch=sparc64&ver=1%3A4.3.0.cvs20110706-2&stamp=1310269236
----
cp scripts/pgnfix.py ./pgnfix
chmod +x pgnfix
cp scripts/spliteco.tcl ./spliteco
chmod +x spliteco
cp scripts/spf2spi.tcl ./spf2spi
chmod +x spf2spi
g++  -O3 -fno-rtti -fno-exceptions -Wall   -I/usr/include -o
src/pgnscid.o -c src/pgnscid.cpp
In file included from src/namebase.h:20:0,
                 from src/index.h:23,
                 from src/pgnscid.cpp:17:
src/misc.h:22:17: fatal error: tcl.h: No such file or directory
compilation terminated.
make[1]: *** [src/pgnscid.o] Error 1
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
----
Probably other debian-ports architecture will become FTBFS, too.

I made patch to support armhf, sh4, sparc64 and other. Could you apply
this patch?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff --git a/debian/rules b/debian/rules
index f866469..7a5965e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ endif
 
 include /usr/share/dpatch/dpatch.make
 
-config.status: configure
+config.status: configure patch-stamp
 	dh_testdir
 	# Add here commands to configure the package.
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
@@ -41,7 +41,7 @@ endif
 
 build: build-stamp
 
-build-stamp:  config.status patch-stamp
+build-stamp:  config.status
 	dh_testdir
 
 	# Add here commands to compile the package.
--- a/configure
+++ b/configure
@@ -219,16 +219,24 @@ proc findTclTkPaths {} {
         /usr/openwin/lib
         /usr/lib/x86_64-linux-gnu
         /usr/lib/arm-linux-gnueabi
+        /usr/lib/arm-linux-gnueabihf
         /usr/lib/i386-gnu
         /usr/lib/x86_64-kfreebsd-gnu
         /usr/lib/i386-kfreebsd-gnu
         /usr/lib/mips-linux-gnu
         /usr/lib/mipsel-linux-gnu
         /usr/lib/powerpc-linux-gnu
+        /usr/lib/powerpc-linux-gnuspe
         /usr/lib/s390-linux-gnu
         /usr/lib/sparc-linux-gnu
+        /usr/lib/sparc64-linux-gnu
         /usr/lib/i386-linux-gnu
         /usr/lib/ia64-linux-gnu
+        /usr/lib/sh4-linux-gnu
+        /usr/lib/alpha-linux-gnu
+        /usr/lib/hppa-linux-gnu
+        /usr/lib/m68k-linux-gnu
+        /usr/lib/avr32-linux-gnu
     }

     if {! [info exists var(TCL_INCLUDE)]} {


--- End Message ---
--- Begin Message ---
Source: scid
Source-Version: 1:4.3.0.cvs20110714-2

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

scid_4.3.0.cvs20110714-2.diff.gz
  to main/s/scid/scid_4.3.0.cvs20110714-2.diff.gz
scid_4.3.0.cvs20110714-2.dsc
  to main/s/scid/scid_4.3.0.cvs20110714-2.dsc
scid_4.3.0.cvs20110714-2_amd64.deb
  to main/s/scid/scid_4.3.0.cvs20110714-2_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.
Oliver Korff <[email protected]> (supplier of updated scid 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: Tue, 02 Aug 2011 13:21:22 +0200
Source: scid
Binary: scid
Architecture: source amd64
Version: 1:4.3.0.cvs20110714-2
Distribution: unstable
Urgency: low
Maintainer: Oliver Korff <[email protected]>
Changed-By: Oliver Korff <[email protected]>
Description: 
 scid       - chess database with play and training functionality
Closes: 633707 636090
Changes: 
 scid (1:4.3.0.cvs20110714-2) unstable; urgency=low
 .
   * After locating the libX11.so on all additional ports, the
     FTBFS bug should now be closed. Only the location of libX11.so
     for s390x could not be discovered. I made a wild guess...
     My apologies to Nobuhiro Iwamatsu, he had to reopen this issue.
     (Closes: #633707)
   * scid.eco and scid_fr.eco and scid_es.eco are in place again.
     A comment from the sources: "eco2epd is now optional extra program
     NOT compiled by default, since scid now reads the .eco file format
     directly." I put eco2pgn back, as requested by Gabriele Stilli.
     Thanks for the bugreport.
     (Closes: #636090)
Checksums-Sha1: 
 59ff269e3e25c3778393b8be9025985d9e13a0d9 1075 scid_4.3.0.cvs20110714-2.dsc
 6066d34cdf62b5ffd25e30552c8990741067c4e8 17229 scid_4.3.0.cvs20110714-2.diff.gz
 ace53cb8d1fade70934f8c24c4c66860eb714389 5787042 
scid_4.3.0.cvs20110714-2_amd64.deb
Checksums-Sha256: 
 1d0f86cf8f42763141b3d937fd3ef402cb05cc22f1c0b4b01d2a2e00327cc312 1075 
scid_4.3.0.cvs20110714-2.dsc
 130d70b568a2e206c7f70b108f7dae1f23cc4a75d0f9cac1fb882152757c2392 17229 
scid_4.3.0.cvs20110714-2.diff.gz
 b66d8afff9afb3b7ac2ba4706c46075b16fa0cfd90e3092dc18db61dfd9150f1 5787042 
scid_4.3.0.cvs20110714-2_amd64.deb
Files: 
 68ffb1806ea9994eebc8b498484f903e 1075 games extra scid_4.3.0.cvs20110714-2.dsc
 04c54c0dc112309ec9df907f137fa46d 17229 games extra 
scid_4.3.0.cvs20110714-2.diff.gz
 325cdbcfca0769d59f948d5626286291 5787042 games extra 
scid_4.3.0.cvs20110714-2_amd64.deb

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

iEYEARECAAYFAk434eAACgkQYEKwtdP5dN+DcACg4oZ5b3cZovlbhxYozpVMmPk6
kzcAn0ya4zHijTcoTCzIlbphKfPxsni3
=H3fS
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to