[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#421502: marked as done (build problem: CFLAGS are discarded due to a typo)



Your message dated Sat, 12 May 2007 14:32:12 +0000
with message-id <E1Hmsdo-0001ka-U7@ries.debian.org>
and subject line Bug#421502: fixed in timidity 2.13.2-12
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)

--- Begin Message ---
Package: timidity
Version: 2.13.2-11

Because of a typo, EXTRACT_CPPFLAGS destroys the CFLAGS when called.
This causes a problem when one wants to rebuild the package with
optimizations (on core 2 duo, rebuilding with -march=pentium-m
-mtune=pentium-m -msse2 -mfpmath=sse lowers the cpu load about 4-5
times, it is quite a reasonable thing to do).

The fix is trivial:

--- utils.m4.orig	2007-04-29 17:20:47.000000000 +0200
+++ utils.m4	2007-04-29 17:20:54.000000000 +0200
@@ -242,7 +242,7 @@
 [for f in $3; do
     case ".$f" in
 	.-I?*|.-D?*)	$1="[$]$1 $f" ;;
-	*)		$2="[$]$1 $f" ;;
+	*)		$2="[$]$2 $f" ;;
     esac
 done
 ])

-- 
Jindrich Makovicka


--- End Message ---
--- Begin Message ---
Source: timidity
Source-Version: 2.13.2-12

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

timidity-el_2.13.2-12_all.deb
  to pool/main/t/timidity/timidity-el_2.13.2-12_all.deb
timidity-interfaces-extra_2.13.2-12_i386.deb
  to pool/main/t/timidity/timidity-interfaces-extra_2.13.2-12_i386.deb
timidity_2.13.2-12.diff.gz
  to pool/main/t/timidity/timidity_2.13.2-12.diff.gz
timidity_2.13.2-12.dsc
  to pool/main/t/timidity/timidity_2.13.2-12.dsc
timidity_2.13.2-12_i386.deb
  to pool/main/t/timidity/timidity_2.13.2-12_i386.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 421502@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joost Yervante Damad <andete@debian.org> (supplier of updated timidity 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sat, 12 May 2007 16:04:06 +0200
Source: timidity
Binary: timidity-el timidity timidity-interfaces-extra
Architecture: source i386 all
Version: 2.13.2-12
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Team <debian-multimedia@lists.debian.org>
Changed-By: Joost Yervante Damad <andete@debian.org>
Description: 
 timidity   - Software sound renderer (MIDI sequencer, MOD player)
 timidity-el - An Emacs front end to Timidity++
 timidity-interfaces-extra - TiMidity++ extra user interfaces
Closes: 418873 421502
Changes: 
 timidity (2.13.2-12) unstable; urgency=low
 .
   * honor CFLAGS (Closes: #421502)
   * stop with 01 iso 99 (Closes: #418873)
Files: 
 9c869976ba2f458740b20fc0927cd241 1118 sound optional timidity_2.13.2-12.dsc
 e338c6b413cc91ea994fef12936a571f 99935 sound optional timidity_2.13.2-12.diff.gz
 c48329fa4451ea0689b0da8ccf562464 15786 sound optional timidity-el_2.13.2-12_all.deb
 5b18bf943004e6ddf08fd35e5e053146 546294 sound optional timidity_2.13.2-12_i386.deb
 2857c3982354e5f5709750c2589137df 82676 sound optional timidity-interfaces-extra_2.13.2-12_i386.deb

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

iD8DBQFGRczS0/r2+3z8lN0RAqBKAJ9jD9YeWOeAeQDnaiGq17oyuAPSuACcCuCp
SfQiUOBPrTbJhgIxSZGNFbk=
=/3H1
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: