Your message dated Wed, 25 Oct 2006 07:47:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#328244: fixed in gcc-h8300-hms 2.95.2.ds-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)

--- Begin Message ---
Package: gcc-h8300-hms
Version: 2.95.2.2.1
Severity: serious
Tags: patch

When building 'gcc-h8300-hms' on i386/unstable,
I get the following error:

dh_testdir
#  configure gcc build for our cross target
/gcc-h8300-hms-2.95.2.2.1/src/configure --target=h8300-hitachi-hms 
--prefix=/usr --exec-prefix=/usr/h8300-hitachi-hms --host=i486-pc-linux-gnu-gnu 
--enable-languages='c,c++' --enable-target-optspace --with-headers= --with-libs=
Invalid configuration `i486-pc-linux-gnu-gnu': machine `i486-pc-linux-gnu' not 
recognized
Invalid configuration `i486-pc-linux-gnu-gnu': machine `i486-pc-linux-gnu' not 
recognized
Unrecognized host system name i486-pc-linux-gnu-gnu.
make: *** [stamps/02-configure-stamp] Error 1


With the attached patch 'gcc-h8300-hms' can be compiled on unstable.

The patch also automatically updates config.guess/config.sub from
autotools-dev and adds support for compiling on amd64 and ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gcc-h8300-hms-2.95.2.2.1/debian/control ./debian/control
--- ../tmp-orig/gcc-h8300-hms-2.95.2.2.1/debian/control 2001-01-28 
07:28:45.000000000 +0000
+++ ./debian/control    2005-09-14 05:22:06.000000000 +0000
@@ -2,7 +2,7 @@
 Section: devel
 Priority: extra
 Maintainer: Stephen M Moraco <[EMAIL PROTECTED]>
-Build-Depends: dejagnu (>= 1.3-19990614), bzip2, binutils-h8300-hms (>= 
2.9.5.0.37), debhelper (>= 2), autoconf (>= 2.13), bison, flex, gettext, texinfo
+Build-Depends: autotools-dev, dejagnu (>= 1.3-19990614), bzip2, 
binutils-h8300-hms (>= 2.9.5.0.37), debhelper (>= 2), autoconf (>= 2.13), 
bison, flex, gettext, texinfo
 Standards-Version: 3.1.1
 
 Package: gcc-h8300-hms
diff -urN ../tmp-orig/gcc-h8300-hms-2.95.2.2.1/debian/rules ./debian/rules
--- ../tmp-orig/gcc-h8300-hms-2.95.2.2.1/debian/rules   2001-01-28 
07:51:17.000000000 +0000
+++ ./debian/rules      2005-09-14 05:57:26.000000000 +0000
@@ -27,7 +27,13 @@
 
 CROSS_TOOL   := h8300-hitachi-hms
 #  attempt at being platform independent...
-CONFIG_HOST  := ${DEB_BUILD_GNU_CPU}-pc-${DEB_BUILD_GNU_SYSTEM}-gnu
+CONFIG_HOST  := ${DEB_BUILD_GNU_CPU}-pc-${DEB_BUILD_GNU_SYSTEM}
+ifeq ($(DEB_BUILD_GNU_CPU),powerpc64)
+CONFIG_HOST  := powerpc-pc-${DEB_BUILD_GNU_SYSTEM}
+endif
+ifeq ($(DEB_BUILD_GNU_CPU),x86_64)
+CONFIG_HOST  := i486-pc-${DEB_BUILD_GNU_SYSTEM}
+endif
 
 srcdir         := $(pwd)/src
 stampdir       := stamps
diff -urN ../tmp-orig/gcc-h8300-hms-2.95.2.2.1/debian/rules.unpack 
./debian/rules.unpack
--- ../tmp-orig/gcc-h8300-hms-2.95.2.2.1/debian/rules.unpack    2001-01-06 
07:55:01.000000000 +0000
+++ ./debian/rules.unpack       2005-09-14 05:21:53.000000000 +0000
@@ -36,6 +36,7 @@
        esac
        mv $(gcc_srcdir)/src .
        rmdir $(gcc_srcdir)
+       cp /usr/share/misc/config.{guess,sub} src
        echo "$(gcc_tarball) unpacked." > $@
 
 .PHONEY: unpack


--- End Message ---
--- Begin Message ---
Source: gcc-h8300-hms
Source-Version: 2.95.2.ds-1

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

gcc-h8300-hms_2.95.2.ds-1.diff.gz
  to pool/main/g/gcc-h8300-hms/gcc-h8300-hms_2.95.2.ds-1.diff.gz
gcc-h8300-hms_2.95.2.ds-1.dsc
  to pool/main/g/gcc-h8300-hms/gcc-h8300-hms_2.95.2.ds-1.dsc
gcc-h8300-hms_2.95.2.ds-1_amd64.deb
  to pool/main/g/gcc-h8300-hms/gcc-h8300-hms_2.95.2.ds-1_amd64.deb
gcc-h8300-hms_2.95.2.ds.orig.tar.gz
  to pool/main/g/gcc-h8300-hms/gcc-h8300-hms_2.95.2.ds.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.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated gcc-h8300-hms 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: Wed, 25 Oct 2006 16:00:36 +0200
Source: gcc-h8300-hms
Binary: gcc-h8300-hms
Architecture: source amd64
Version: 2.95.2.ds-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description: 
 gcc-h8300-hms - The GNU C/C++ cross-compilers for the Hitachi H8/300[HS] 
processo
Closes: 255683 328244 359416
Changes: 
 gcc-h8300-hms (2.95.2.ds-1) unstable; urgency=low
 .
   * QA upload orphaning the package (see #387771).
   * Repack source to have an .orig.tar.gz.
   * Apply patch by Andreas Jochens and Michael Tautschnig to fix FTBFS on
     amd64 (Closes: #328244, #255683).
   * Bump lintian level.
   * Rebuilding automagically doesn't create the /usr/doc symlink anymore
     (Closes: #359416).
Files: 
 7d29d0d1cbcbbfaca9afb91cdb9db905 738 devel extra gcc-h8300-hms_2.95.2.ds-1.dsc
 36570d243ee939ca1d66f41e6b79ccf9 15530408 devel extra 
gcc-h8300-hms_2.95.2.ds.orig.tar.gz
 54220d0154f31908f6576fa49d080380 4820 devel extra 
gcc-h8300-hms_2.95.2.ds-1.diff.gz
 bd8d3482d81ebdbca149c116d945471a 2577910 devel extra 
gcc-h8300-hms_2.95.2.ds-1_amd64.deb

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

iD8DBQFFP3Mkxa93SlhRC1oRAtjDAJ4zfkMkALOSGRw4RNe+gC1mNHJ9uQCgjN0R
pnPDN7HD/Yw+hqZfCNB+uEI=
=d8iE
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to