Your message dated Sun, 24 Apr 2005 11:47:34 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306133: fixed in oo2c 1.5.9-4
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; 24 Apr 2005 12:50:27 +0000
>From [EMAIL PROTECTED] Sun Apr 24 05:50:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c129193.adsl.hansenet.de (localhost.localdomain) 
[213.39.129.193] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DPgZ9-0000wP-00; Sun, 24 Apr 2005 05:50:27 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DPgZ8-0002xO-2D; Sun, 24 Apr 2005 14:50:26 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: oo2c: FTBFS (ppc64/gcc-4.0): /bin/sh: line 1: 18367 Segmentation fault 
     stage1/oo2c --config oo2crc.stage2 --libtool-cmd /usr/bin/libtool 
--make-lib --lib-path /usr/lib liboo2c
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 24 Apr 2005 14:50:26 +0200
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-Status: No, hits=-6.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        SUBJ_HAS_SPACES autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: oo2c
Version: 1.5.9-3
Severity: normal
Tags: patch

When building 'oo2c' on ppc64/unstable with gcc-4.0,
I get the following error:

  stage0/oo2c --config oo2crc.stage1 -Mv oo2c; \
else \
  cp stage0/oo2c stage1/oo2c; \
fi
if test yes = yes; then \
  sed -e "s:^PUT.*$::g" -e "s:stage1:stage2:g" \
      <oo2crc.stage1 >oo2crc.stage2; \
else \
  sed -e "s:INTO stage1:INTO .:g" -e "s:stage1:stage2:g" \
      <oo2crc.stage1 >oo2crc.stage2; \
fi
if test yes = yes; then \
  stage1/oo2c --config oo2crc.stage2 --libtool-cmd /usr/bin/libtool --make-lib 
--lib-path /usr/lib liboo2c && touch liboo2c; \
else \
  stage1/oo2c --config oo2crc.stage2 -Mv liboo2c; \
fi
/bin/sh: line 1: 18367 Segmentation fault      stage1/oo2c --config 
oo2crc.stage2 --libtool-cmd /usr/bin/libtool --make-lib --lib-path /usr/lib 
liboo2c
make[1]: *** [liboo2c] Error 139
make[1]: Leaving directory `/oo2c-1.5.9'
make: *** [build-stamp] Error 2

With the attached patch 'oo2c' can be compiled
on ppc64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/oo2c-1.5.9/debian/rules ./debian/rules
--- ../tmp-orig/oo2c-1.5.9/debian/rules 2004-08-06 19:41:25.779190799 +0200
+++ ./debian/rules      2004-08-06 19:40:28.503379036 +0200
@@ -8,7 +8,7 @@
 
 DEB_BUILD_ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_BUILD_ARCH),alpha ia64))
+ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_BUILD_ARCH),alpha amd64 ia64 sparc64 
mips64 mipsel64 s390x ppc64))
   COPTFLAGS := -O1
   USE_TARBALL := oo2c_64.tar.gz
 else

---------------------------------------
Received: (at 306133-close) by bugs.debian.org; 24 Apr 2005 15:49:53 +0000
>From [EMAIL PROTECTED] Sun Apr 24 08:49:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DPjMn-00013H-00; Sun, 24 Apr 2005 08:49:53 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DPjKY-0000ox-00; Sun, 24 Apr 2005 11:47:34 -0400
From: [EMAIL PROTECTED] (Florian M. Weps)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#306133: fixed in oo2c 1.5.9-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 24 Apr 2005 11:47:34 -0400
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-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-Spam-Level: 

Source: oo2c
Source-Version: 1.5.9-4

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

liboo2c_1.5.9-4_alpha.deb
  to pool/main/o/oo2c/liboo2c_1.5.9-4_alpha.deb
oo2c_1.5.9-4.diff.gz
  to pool/main/o/oo2c/oo2c_1.5.9-4.diff.gz
oo2c_1.5.9-4.dsc
  to pool/main/o/oo2c/oo2c_1.5.9-4.dsc
oo2c_1.5.9-4_alpha.deb
  to pool/main/o/oo2c/oo2c_1.5.9-4_alpha.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Florian M. Weps <[EMAIL PROTECTED]> (supplier of updated oo2c 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: Sun, 24 Apr 2005 17:10:24 +0200
Source: oo2c
Binary: liboo2c oo2c
Architecture: source alpha
Version: 1.5.9-4
Distribution: unstable
Urgency: low
Maintainer: Florian M. Weps <[EMAIL PROTECTED]>
Changed-By: Florian M. Weps <[EMAIL PROTECTED]>
Description: 
 liboo2c    - Optimizing Oberon-2 to ANSI-C Compiler (library)
 oo2c       - Optimizing Oberon-2 to ANSI-C Compiler
Closes: 306133
Changes: 
 oo2c (1.5.9-4) unstable; urgency=low
 .
   * Bug fix: "oo2c: FTBFS (ppc64/gcc-4.0)", thanks to  Andreas Jochens
     (Closes: #306133).
Files: 
 9d6c639f422926e0e6b1fbc566f75405 605 devel optional oo2c_1.5.9-4.dsc
 c972949861b2657dec1305322bc25ee7 12974 devel optional oo2c_1.5.9-4.diff.gz
 ca9f0c4e9c126ab937b08ccdb48aacbf 1316710 devel optional oo2c_1.5.9-4_alpha.deb
 5f363ff2709e847eb8c8053b138db33d 167122 libs optional liboo2c_1.5.9-4_alpha.deb

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

iD8DBQFCa7pfSndYHLNKDx0RAmZaAJ0W6nkUT/5K+QjWYF18K5RySTud8wCgjVmV
jwE1PEsqC6utdI6Tm/Qq9EU=
=ViOf
-----END PGP SIGNATURE-----


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

Reply via email to