Comment 3 for bug 28088

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 6 Jan 2006 21:40:41 +0100
From: Stephan Hermann <email address hidden>
To: <email address hidden>
Subject: Bugfix for amd64 issues

--nextPart2034793.qdgjhOjjKh
Content-Type: multipart/mixed;
  boundary="Boundary-01=_JXtvDRyhkr4kBFF"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_JXtvDRyhkr4kBFF
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Matthias,

this is the debdiff we spoke about on irc.
=46or ubuntu the fix is already uploaded....for your debian package I creat=
ed=20
this debdiff against the version in sid (it's numbered as NMU, means -9.2)

Regards,

\sh

--Boundary-01=_JXtvDRyhkr4kBFF
Content-Type: text/x-diff;
  charset="us-ascii";
  name="speech-tools_1.2.3-9.2.debdiff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
 filename="speech-tools_1.2.3-9.2.debdiff"

diff -u speech-tools-1.2.3/stats/EST_DProbDist.cc speech-tools-1.2.3/stats/=
EST_DProbDist.cc
=2D-- speech-tools-1.2.3/stats/EST_DProbDist.cc
+++ speech-tools-1.2.3/stats/EST_DProbDist.cc
@@ -310,7 +310,7 @@
     if (type =3D=3D tprob_discrete)
  return 0;
     else
=2D return (int)scounts.list.head();
+ return (long)scounts.list.head();
 }
=20
 int EST_DiscreteProbDistribution::item_end(int idx) const
@@ -326,7 +326,7 @@
     if (type =3D=3D tprob_discrete)
  return ++idx;
     else
=2D return (int)next((EST_Litem *)idx);
+ return (long)next((EST_Litem *)idx);
 }
=20
 const EST_String &EST_DiscreteProbDistribution::item_name(int idx) const
diff -u speech-tools-1.2.3/ling_class/item_feats.cc speech-tools-1.2.3/ling=
_class/item_feats.cc
=2D-- speech-tools-1.2.3/ling_class/item_feats.cc
+++ speech-tools-1.2.3/ling_class/item_feats.cc
@@ -78,7 +78,7 @@
    EST_String name =3D EST_FeatureFunctionContext::global->get_featfunc_na=
me(func, found);
=20
    if (!found)
=2D EST_error("featfunc 0x%x has no name", (int)func);
+ EST_error("featfunc 0x%x has no name", (long)func);
=20
     return name;
 }
diff -u speech-tools-1.2.3/debian/changelog speech-tools-1.2.3/debian/chang=
elog
=2D-- speech-tools-1.2.3/debian/changelog
+++ speech-tools-1.2.3/debian/changelog
@@ -1,3 +1,11 @@
+speech-tools (1:1.2.3-9.2) unstable; urgency=3Dlow
+
+ * Fixed amd64 bugs:
+ + in ling_class/item_feats.cc (Closes: dbts #346264)
+ + in stats/EST_DProbDist.cc
+
+ -- Stephan Hermann <email address hidden> Fri, 6 Jan 2006 21:21:10 +0100
+
 speech-tools (1:1.2.3-9.1) unstable; urgency=3Dhigh
=20
   * Non-maintainer upload.

--Boundary-01=_JXtvDRyhkr4kBFF--

--nextPart2034793.qdgjhOjjKh
Content-Type: application/pgp-signature

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

iD8DBQBDvtXMwYnnM8CY76gRAs/JAJ0Raa1946mW21fbxwNqi4CrNQaQlQCeKB9R
h/IbUdo4JNxcKlnXXB3zt/I=
=RFLn
-----END PGP SIGNATURE-----

--nextPart2034793.qdgjhOjjKh--