Your message dated Wed, 18 May 2011 17:47:09 +0000
with message-id <[email protected]>
and subject line Bug#623032: fixed in easymp3gain 0.5.0-6
has caused the Debian Bug report #623032,
regarding easymp3gain: build architecture forced to x86_64 in LPI file
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.)


-- 
623032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623032
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: easymp3gain
Version: 0.5.0-4
Severity: important
Tags: patch

the package fails to detect the correct architecture to build for when in a
32bit chroot running on a 64 bit kernel.
uname -m reports x86_64 and that is also used by lazbuild. It then fails when
it tries to execute the non-existing ppc64 compiler

attached patch fixes this issue. It uses dpkg-architecture -qDEB_BUILD_ARCH to
get the build arch and passes that one to lazbuild
It may need adapting for powerpc and sparc



-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-8-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: easymp3gaindebian/make.sh
===================================================================
--- easymp3gaindebian.orig/make.sh	2011-04-16 21:08:42.523761276 +0200
+++ easymp3gaindebian/make.sh	2011-04-16 21:09:58.653761247 +0200
@@ -9,11 +9,12 @@
 done
 
 # Detects and parses the architecture
-ARCH=$(uname -m)
+ARCH=$(dpkg-architecture -qDEB_BUILD_ARCH)
 case "$ARCH" in
  "i686") ARCH="i386";;
  "i586") ARCH="i386";;
  "i486") ARCH="i386";;
+ "amd64") ARCH="x86_64";;
 esac
  
 echo "Target architecture: $ARCH"
@@ -30,10 +31,10 @@
 mkdir -p ./bin/qt4
 mkdir -p ./bin/gtk2
 if [ "$WIDGET" == "qt4" ]; then
-lazbuild -B --ws=qt easymp3gain.lpr
+lazbuild -B --ws=qt --cpu=$ARCH easymp3gain.lpr
 mv ./bin/easymp3gain ./bin/qt4/
 else
-lazbuild -B --ws=gtk2 easymp3gain.lpr
+lazbuild -B --ws=gtk2 --cpu=$ARCH easymp3gain.lpr
 mv ./bin/easymp3gain ./bin/gtk2/
 fi
 

--- End Message ---
--- Begin Message ---
Source: easymp3gain
Source-Version: 0.5.0-6

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

easymp3gain-gtk_0.5.0-6_i386.deb
  to main/e/easymp3gain/easymp3gain-gtk_0.5.0-6_i386.deb
easymp3gain_0.5.0-6.debian.tar.gz
  to main/e/easymp3gain/easymp3gain_0.5.0-6.debian.tar.gz
easymp3gain_0.5.0-6.dsc
  to main/e/easymp3gain/easymp3gain_0.5.0-6.dsc



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.
Matthias Klumpp <[email protected]> (supplier of updated easymp3gain 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: SHA256

Format: 1.8
Date: Wed, 18 May 2011 17:03:35 +0200
Source: easymp3gain
Binary: easymp3gain-gtk
Architecture: source i386
Version: 0.5.0-6
Distribution: unstable
Urgency: low
Maintainer: Matthias Klumpp <[email protected]>
Changed-By: Matthias Klumpp <[email protected]>
Description: 
 easymp3gain-gtk - GUI interface for MP3Gain, VorbisGain and AACGain
Closes: 623032
Changes: 
 easymp3gain (0.5.0-6) unstable; urgency=low
 .
   * Don't force build-architecture (Closes: #623032)
   * Bump standards version
Checksums-Sha1: 
 0819d68e2dd9b14cee3c971f6f493a6908158da9 1746 easymp3gain_0.5.0-6.dsc
 1a0fb545b26d310dec1051cdd2d9a36e87e48927 6724 easymp3gain_0.5.0-6.debian.tar.gz
 999c110af64dfdcef2eb3aee0eeed876bf252a5e 1694232 
easymp3gain-gtk_0.5.0-6_i386.deb
Checksums-Sha256: 
 317ae2b17c0ee3828f93cac153500ff1ab42e6d97de31fd5928cf1698c39fb59 1746 
easymp3gain_0.5.0-6.dsc
 57f5debe2d8db475540310bd15f4437c269f5205fbcc90087e419232bac2a15b 6724 
easymp3gain_0.5.0-6.debian.tar.gz
 10a6ce065699f72a66625e6c6d614ff0e21016d90c5f4200a36b3ce74ce725c9 1694232 
easymp3gain-gtk_0.5.0-6_i386.deb
Files: 
 e863f032517c75a45097f056d503f01b 1746 sound optional easymp3gain_0.5.0-6.dsc
 af64ad85a47c1416eeb3a68c1fba4713 6724 sound optional 
easymp3gain_0.5.0-6.debian.tar.gz
 a2c838148ebbbd3e8864e4b1d71dcae7 1694232 sound optional 
easymp3gain-gtk_0.5.0-6_i386.deb

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

iQIcBAEBCAAGBQJN1AHNAAoJEBLZsEqQy9jkcvcQAJny/CoZZ8uHGlaGA72AlNxt
DD0RAUjwWxfUauRljxMBICcKzXOb9YA2ZveyHxkjsE40EtnZ/Ilrvo6FHjmnyyFM
bZY1JurT6MSwq0livT2xj1liKO5fPLPjhbsnKWfyIsyTXAgKYZnqfPWd6JsbGoaU
WsxcbVUScBLMATFIWQVH9yjLyucacYemWgWuxHen396F5U/UmY66MNh6P/sUggar
seQJZjGPw+AHt1lYeB7jywijF7GNlZ0ykvievLChxjVuGjm+hBsD5/u3BZfXLne/
2itED3yv5v2ayRaU4LGQ5YrTNN/9RUIV75XjtX2AvwOlAsXbKk09j3lsjsEirZda
SnQmuWSYrkfRVdycyThQjem/BjvxDVp4jO+I+JnZeAHy82c4jh3K60x/KzTYa1dr
dsSxe++foJr/ZXa0DIHMDuGC8nKBT4/35Dh4C3etmwV9pdhBo8DFcx4u+PNCj2gu
qlMPmdU4Z/RznZ/BiP1BciEhtpKRAeB5N7+wRggrzVfPi1KbGgBpDXoLTBJvLCoT
SzPQtkpisPm7mpibnkv3wv1aW/bPQt5jOzwSDZi8+/8T4xzOe19L5D6wMFPFer7V
pnY8Q1XgMhCX6JbFlmqO7qIzMtJuokgjWwGyxmV0WKFxC+P+9TKUYKdwA3JrDxrE
EMOZFxKlxHsyouNupG//
=6NPk
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to