Your message dated Tue, 27 Sep 2011 17:17:56 +0000
with message-id <e1r8bi4-0008jq...@franck.debian.org>
and subject line Bug#606642: fixed in lilypond 2.12.3-7.1
has caused the Debian Bug report #606642,
regarding lilypond: fails to build with G++ 4.5
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 ow...@bugs.debian.org
immediately.)


-- 
606642: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606642
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lilypond
Version: 2.12.3-7
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch natty

In Ubuntu natty, lilypond fails to build as follows:

  spacing-spanner.cc: In static member function 'static std::vector<Grob*> 
Spacing_spanner::get_columns(Grob*)':
  spacing-spanner.cc:41:35: error: expected primary-expression before '*' token
  spacing-spanner.cc:41:36: error: expected primary-expression before '>' token

C++ is not my first language, but I think that you're not meant to call
template constructors this way; perhaps this worked by chance with
previous versions of G++?  It seems easier to use the declarator syntax
and just create a new variable rather than reusing 'all', since it's
only a local variable and we're about to return anyway.

=== modified file 'lily/spacing-spanner.cc'
--- lily/spacing-spanner.cc     2010-03-04 08:38:33 +0000
+++ lily/spacing-spanner.cc     2010-12-10 14:11:29 +0000
@@ -38,9 +38,8 @@ Spacing_spanner::get_columns (Grob *me_g
   vsize end = binary_search (all, (Grob*) me->get_bound (RIGHT),
                             &Paper_column::less_than);  
   
-  all = vector<Grob*>::vector<Grob*> (all.begin () + start,
-                                     all.begin () + end + 1);
-  return all;
+  vector<Grob*> ret (all.begin () + start, all.begin () + end + 1);
+  return ret;
 }
 
 MAKE_SCHEME_CALLBACK (Spacing_spanner, set_springs, 1);

Thanks,

-- 
Colin Watson                                       [cjwat...@ubuntu.com]



--- End Message ---
--- Begin Message ---
Source: lilypond
Source-Version: 2.12.3-7.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.12.3-7.1_all.deb
  to main/l/lilypond/lilypond-data_2.12.3-7.1_all.deb
lilypond-doc_2.12.3-7.1_all.deb
  to main/l/lilypond/lilypond-doc_2.12.3-7.1_all.deb
lilypond_2.12.3-7.1.diff.gz
  to main/l/lilypond/lilypond_2.12.3-7.1.diff.gz
lilypond_2.12.3-7.1.dsc
  to main/l/lilypond/lilypond_2.12.3-7.1.dsc
lilypond_2.12.3-7.1_amd64.deb
  to main/l/lilypond/lilypond_2.12.3-7.1_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 606...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu <glo...@debian.org> (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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 17 Sep 2011 16:53:50 +0200
Source: lilypond
Binary: lilypond lilypond-data lilypond-doc
Architecture: source all amd64
Version: 2.12.3-7.1
Distribution: unstable
Urgency: low
Maintainer: Don Armstrong <d...@debian.org>
Changed-By: Stéphane Glondu <glo...@debian.org>
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: 606642
Changes: 
 lilypond (2.12.3-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix compilation with G++ 4.5 (Closes: #606642)
Checksums-Sha1: 
 7bcc20931dfb1b3be9bc141c05101954b0d0d754 2341 lilypond_2.12.3-7.1.dsc
 74c6439fcf5f4ef924f5f9b7f8bef5c1b9143a51 32761 lilypond_2.12.3-7.1.diff.gz
 8bf7593d939220ff5f9de766a82046a882bd9224 2428542 
lilypond-data_2.12.3-7.1_all.deb
 536289b852c088014a7a44d019dbad18afa34f2e 148289602 
lilypond-doc_2.12.3-7.1_all.deb
 7393aa8fed358f43e145150ba54acc033cff2201 1536144 lilypond_2.12.3-7.1_amd64.deb
Checksums-Sha256: 
 34ee514759fa3a56ec489521ac7834f81634ff5f9854d7b3ec2680cf52cc2385 2341 
lilypond_2.12.3-7.1.dsc
 b814ed3ef2a74f32db9cfed0972b1e2c91085111aa3405302e0a4f3cf8670bcb 32761 
lilypond_2.12.3-7.1.diff.gz
 a9c2d17d87aa43fd5ff1a537a9bd02e442691a3631dd554c823804fa8e14107e 2428542 
lilypond-data_2.12.3-7.1_all.deb
 6e7b5f3e5c5a30e01d6f0459e0bc5efa01050d7baed765f0ae522a9fd3239432 148289602 
lilypond-doc_2.12.3-7.1_all.deb
 6cf800d99aff55156c3cb75e72d1abbe142fd886820f4707b8a0f731ad6a72b9 1536144 
lilypond_2.12.3-7.1_amd64.deb
Files: 
 b22afd13c0fbd4c35e255fa62be4cb30 2341 tex optional lilypond_2.12.3-7.1.dsc
 bdee92907947af02f65cd7cd4a159efa 32761 tex optional lilypond_2.12.3-7.1.diff.gz
 78753176ec22ad05b14db558735a4650 2428542 tex optional 
lilypond-data_2.12.3-7.1_all.deb
 47c216f26961b8fd054dd91aaae37fbe 148289602 doc optional 
lilypond-doc_2.12.3-7.1_all.deb
 6d8e617c27a33188f95d341b0a04573c 1536144 tex optional 
lilypond_2.12.3-7.1_amd64.deb

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

iQIcBAEBCgAGBQJOdMZ1AAoJEHhT2k1JiBrT6fMP/j4/EFLIiURFk7XXD1kRtT/m
GRCU+brnJOTJoKmPXF7PeWiqc5ZIf9lusVrNQfUnnCg5bV57mAfhwsUc9EObEXJd
yW7E3nYHlfK0zN4B1D0DZCqqn/GJwpRQb4HJnV0kaSwIhGSqo+MvTdeePpk6azrO
oT2VMCowJNCfDLAfUi3mAphYAyIG4rIv6tfFxJTaeNWTFYuwIx9sG8s/7WtznhIL
61JJC5eYS8xKHVvgHyWYOV4kGBNjPpsGXDHQIraz8qxF6LOEfRm3B8lZG1pOIzW5
Snmaa+lJDEFIQHNuvyxXD16sNnbqajHWaXSZNtsBbn4vvM90T7kKmlSpij6vuLrB
KMgOX9ZzTSkaqY5K2k3UPfe4efAux4pKygWq67WLa6AkJDsozhk2klETHQZWP2oZ
2ZngWVfBhbjisFaG2uNwZ6aHGtWmax9Bnj0HQwNjyQg8gDrJCkF3VycZ1c9aAXQw
zsS9r6wZFvzr3iNyKI71QOACXrgfUxdag59dC/HogZDICZZ0k5zd7R2W9K52ZxI/
7LwZD1z+Ivk2H7zE23f0nHBtjoqJLfYKgQgOUEOSABqRRh9UoMt3RSA4E3qC2+PW
h7TxezgkN2PME470nd2ThzPzNo+WB7OSZaWAjUQ+hYjqSCp5DvluCQ4et/M9v3j8
HNo3d6PFeKR+CH1VIGQH
=6Hkb
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to