Your message dated Wed, 19 Oct 2005 00:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323526: fixed in lilypond 2.6.3-1
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 Aug 2005 04:24:58 +0000
>From [EMAIL PROTECTED] Tue Aug 16 21:24:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E5FU1-0003PA-00; Tue, 16 Aug 2005 21:24:58 -0700
Received: from localhost.localdomain 
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7H4Oscc052588
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Tue, 16 Aug 2005 21:24:57 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1E59zE-0001Cg-PT
        for [EMAIL PROTECTED]; Tue, 16 Aug 2005 15:32:49 -0700
Date: Tue, 16 Aug 2005 15:32:48 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Explicit template specializations not preceded by template <>
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1027/Tue Aug 16 16:44:00 2005 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--GID0FwUMdk1T2AWN
Content-Type: multipart/mixed; boundary="xHFwDpU9dbj6ez1V"
Content-Disposition: inline


--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: lilypond
Version: 2.4.5-2
Severity: serious
Tags: patch

lilypond fails to build because some explicit template specializations
are not preceded by "template <>" (I have no idea what this clause
means):

> rm -f ./out/interval.dep; DEPENDENCIES_OUTPUT=3D"./out/interval.dep ./out=
/interval.o" g++ -c   -DHAVE_CONFIG_H  -DNDEBUG -DSTRING_UTILS_INLINED -Iin=
clude -I./out -I../flower/include -I../flower/./out -O2 -finline-functions =
-g -pipe   -DNDEBUG -I/usr/include/python2.3       -O2 -finline-functions -=
g -pipe   -DNDEBUG -I/usr/include/python2.3   -W -Wall -Wconversion  -o out=
/interval.o interval.cc
> include/real.hh: In function 'T max(T, T)':
> include/real.hh:33: warning: minimum/maximum operators are deprecated
> include/real.hh: In function 'T min(T, T)':
> include/real.hh:44: warning: minimum/maximum operators are deprecated
> include/interval.hh: In member function 'void Interval_t<T>::add_point(T)=
':
> include/interval.hh:55: warning: minimum/maximum operators are deprecated
> include/interval.hh:56: warning: minimum/maximum operators are deprecated
> include/interval.hh: At global scope:
> include/interval.hh:145: warning: minimum/maximum operators are deprecated
> include/interval.hh:145: warning: minimum/maximum operators are deprecated
> include/interval.hh:145: warning: minimum/maximum operators are deprecated
> include/interval.hh:145: warning: minimum/maximum operators are deprecated
> include/string-data.icc: In member function 'void String_data::remax(int)=
':
> include/string-data.icc:93: warning: minimum/maximum operators are deprec=
ated
> include/string.hh: At global scope:
> include/string.hh:189: warning: minimum/maximum operators are deprecated
> include/string.hh:189: warning: minimum/maximum operators are deprecated
> include/string.hh:189: warning: minimum/maximum operators are deprecated
> include/string.hh:189: warning: minimum/maximum operators are deprecated
> include/interval.tcc: In member function 'void Interval_t<T>::unite(Inter=
val_t<T>)':
> include/interval.tcc:93: warning: minimum/maximum operators are deprecated
> include/interval.tcc:94: warning: minimum/maximum operators are deprecated
> include/interval.tcc: In member function 'void Interval_t<T>::intersect(I=
nterval_t<T>)':
> include/interval.tcc:102: warning: minimum/maximum operators are deprecat=
ed
> include/interval.tcc:103: warning: minimum/maximum operators are deprecat=
ed
> interval.cc: At global scope:
> interval.cc:15: error: explicit specialization of 'Real Interval_t<Real>:=
:infinity()' must be introduced by 'template <>'
> interval.cc:15: error: template-id 'infinity<>' for 'Real Interval_t<Real=
>::infinity()' does not match any template declaration
> interval.cc:15: error: invalid function declaration
> interval.cc:21: error: explicit specialization of 'String Interval_t<Real=
>::T_to_string(Real)' must be introduced by 'template <>'
> interval.cc:21: error: template-id 'T_to_string<>' for 'String Interval_t=
<Real>::T_to_string(Real)' does not match any template declaration
> interval.cc:21: error: invalid function declaration
> interval.cc:28: error: explicit specialization of 'int Interval_t<int>::i=
nfinity()' must be introduced by 'template <>'
> interval.cc:28: error: template-id 'infinity<>' for 'int Interval_t<int>:=
:infinity()' does not match any template declaration
> interval.cc:28: error: invalid function declaration
> interval.cc:34: error: explicit specialization of 'String Interval_t<int>=
::T_to_string(int)' must be introduced by 'template <>'
> interval.cc:34: error: template-id 'T_to_string<>' for 'String Interval_t=
<int>::T_to_string(int)' does not match any template declaration
> interval.cc:34: error: invalid function declaration

The attached patch, extracted from upstream, fixes these problems by
adding "template <>" before the explicit template specializations.

--=20
Matt

--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

only in patch2:
unchanged:
--- lilypond-2.4.5.orig/flower/interval.cc
+++ lilypond-2.4.5/flower/interval.cc
@@ -11,12 +11,14 @@
 #include "real.hh"
 #include "interval.tcc"
=20
+template <>
 Real
 Interval_t<Real>::infinity ()=20
 {
   return HUGE_VAL;
 }
=20
+template <>
 String
 Interval_t<Real>::T_to_string (Real r)
 {
@@ -24,12 +26,14 @@
 }
=20
=20
+template <>
 int
 Interval_t<int>::infinity ()=20
 {
   return INT_MAX;
 }
=20
+template <>
 String
 Interval_t<int>::T_to_string (int i)
 {
only in patch2:
unchanged:
--- lilypond-2.4.5.orig/lily/template5.cc
+++ lilypond-2.4.5/lily/template5.cc
@@ -13,6 +13,7 @@
 #include "interval.tcc"
 #include "compare.hh"
=20
+template <>
 Rational
 Interval_t<Rational>::infinity ()
 {
@@ -21,6 +22,7 @@
   return infty;
 }
=20
+template <>
 String
 Interval_t<Rational>::T_to_string (Rational a)
 {

--xHFwDpU9dbj6ez1V--

--GID0FwUMdk1T2AWN
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFDAmmQfNdgYxVXvBARAkAwAJ9RRFlbXZMuIGdQyMdHGuTATmO/bwCeJrpB
ZT9hL3CRS8/+z9aQ+dIl+cA=
=ePbN
-----END PGP SIGNATURE-----

--GID0FwUMdk1T2AWN--

---------------------------------------
Received: (at 323526-close) by bugs.debian.org; 19 Oct 2005 07:48:33 +0000
>From [EMAIL PROTECTED] Wed Oct 19 00:48:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ES8fF-0001HG-00; Wed, 19 Oct 2005 00:47:09 -0700
From: [EMAIL PROTECTED] (Thomas Bushnell, BSG)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323526: fixed in lilypond 2.6.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 19 Oct 2005 00:47:09 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 6

Source: lilypond
Source-Version: 2.6.3-1

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

lilypond-data_2.6.3-1_all.deb
  to pool/main/l/lilypond/lilypond-data_2.6.3-1_all.deb
lilypond-doc_2.6.3-1_all.deb
  to pool/main/l/lilypond/lilypond-doc_2.6.3-1_all.deb
lilypond_2.6.3-1.diff.gz
  to pool/main/l/lilypond/lilypond_2.6.3-1.diff.gz
lilypond_2.6.3-1.dsc
  to pool/main/l/lilypond/lilypond_2.6.3-1.dsc
lilypond_2.6.3-1_powerpc.deb
  to pool/main/l/lilypond/lilypond_2.6.3-1_powerpc.deb
lilypond_2.6.3.orig.tar.gz
  to pool/main/l/lilypond/lilypond_2.6.3.orig.tar.gz



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.
Thomas Bushnell, BSG <[EMAIL PROTECTED]> (supplier of updated lilypond 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.7
Date: Tue, 18 Oct 2005 19:33:41 -0700
Source: lilypond
Binary: lilypond-data lilypond-doc lilypond
Architecture: source all powerpc
Version: 2.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG <[EMAIL PROTECTED]>
Changed-By: Thomas Bushnell, BSG <[EMAIL PROTECTED]>
Description: 
 lilypond   - A program for typesetting sheet music
 lilypond-data - LilyPond music typesetter (data files)
 lilypond-doc - LilyPond Documentation in HTML, PS and DVI formats
Closes: 308709 314242 315970 316125 322338 323526
Changes: 
 lilypond (2.6.3-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #323526, #315970, #316125, #314242)
   * upstream-debian: holds the "debian" directory that upstream insists on
     packaging, and which makes updating versions a royal PITA.  So we'll just
     store what they do there, and then let them do what they want, and build
     ourselves for the Debian way.
   * debian/rules (binary-indep): No longer look for lilypond.map file or
     install it.
   * debian/lilypond-data.dirs: Drop etc/texmf/dvips.
   * debian/watch: Look in the v2.6 download directory now.
   * debian/lilypond.install: Don't worry about usr/lib anymore.
   * debian/rules (binary-indep): No longer does upstream build PS docs, so
     we no longer make symlinks to them.
 .
   * debian/control (clean): Remove annoying lib/python symlink.
 .
   * debian/control (lilypond): Update description to mention SVG.
 .
   * debian/control (lilypond1.3): Drop transitional package.
   * debian/lilypond1.3.copyright: Remove file.  (Closes: #308709)
   * debian/control (lilypond): Don't conflict with lilypond1.3 or
     musixtex-fonts anymore.
 .
   * debian/control (lilypond-data): Depend on texinfo | texlive-texinfo.
   * debian/rules (install): Don't install texinfo.tex.  (Closes: #322338)
 .
   * debian/control (Build-Depends): Require version 0.0.20050911-1 of
     fontforge, or greater, to avoid crashes during building.
 .
   * debian/control (Build-Depends): Require at least version 1.1.17-1 of
     mftrace, to avoid a gcc4-related bug that was only fixed in that version.
Files: 
 8f0e44dee9dc3aab9f610448d01c6e25 1200 tex optional lilypond_2.6.3-1.dsc
 ea308303903a41b60cf58943524226a6 2373560 tex optional 
lilypond_2.6.3.orig.tar.gz
 9ec4c0ce354bd320f372612e1bf5501a 23574 tex optional lilypond_2.6.3-1.diff.gz
 a722b13cb40c68c88a1727ef7195f521 4751036 tex optional 
lilypond-data_2.6.3-1_all.deb
 31b9fc985e80d8f39a410add019f00b0 17328618 doc optional 
lilypond-doc_2.6.3-1_all.deb
 40a35b9984e16807546456fd361f5889 1279216 tex optional 
lilypond_2.6.3-1_powerpc.deb

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

iD8DBQFDVfWWqMsB9b6fcOoRApHsAJ46c76cvksXDjOywqOGJfdV33YnCQCeORd+
kU04+uKnMe65WepDYySYljs=
=4BqJ
-----END PGP SIGNATURE-----


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

Reply via email to