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

Bug#317498: marked as done (myspell_1:3.0+pre3.1-12 (sparc/unstable): FTBFS: sparc-linux-g++: Command not found)



Your message dated Sat, 09 Jul 2005 14:18:07 -0400
with message-id <E1DrJtv-0007I4-00@newraff.debian.org>
and subject line Bug#317498: fixed in myspell 1:3.0+pre3.1-13
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; 9 Jul 2005 04:39:56 +0000
>From vorlon@debian.org Fri Jul 08 21:39:56 2005
Return-path: <vorlon@debian.org>
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (mauritius.dodds.net) [66.93.39.86] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Dr788-0006P8-00; Fri, 08 Jul 2005 21:39:56 -0700
Received: by mauritius.dodds.net (Postfix, from userid 1000)
	id AD6E51784FF; Fri,  8 Jul 2005 21:39:54 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Steve Langasek <vorlon@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: myspell_1:3.0+pre3.1-12 (sparc/unstable): FTBFS: sparc-linux-g++: Command
 not found
X-Mailer: reportbug 3.12
Date: Fri, 08 Jul 2005 21:39:53 -0700
Message-Id: <[🔎] 20050709043954.AD6E51784FF@mauritius.dodds.net>
Delivered-To: submit@bugs.debian.org
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: myspell
Version: 1:3.0+pre3.1-12
Severity: serious
Justification: no longer builds from source

myspell fails to build in unstable, because it makes assumptions about the
toolchain that are no longer true:

[...]
/usr/bin/make CXXFLAGS="-g -Wall -ansi -pedantic -O2" CFLAGS="-g -Wall -ansi -pedantic -O2" CXX="sparc-linux-g++" CC="sparc-linux-gcc"
make[1]: Entering directory /build/buildd/myspell-3.0+pre3.1'
sparc-linux-g++ -fPIC -g -Wall -ansi -pedantic -O2 -c example.cxx
make[1]: sparc-linux-g++: Command not found
make[1]: *** [example.o] Error 127
make[1]: Leaving directory /build/buildd/myspell-3.0+pre3.1'
make: *** [build-stamp] Error 2
[...]

A full blog is available at
<http://buildd.debian.org/fetch.php?pkg=myspell&arch=sparc&ver=1:3.0+pre3.1-12&stamp=1120753059&file=log>.

The problem is this section of debian/rules:

ifneq (,$(findstring sparc,$(DEB_HOST_GNU_TYPE)))        
        CXX=sparc-linux-g++
        CC=sparc-linux-gcc
else     
        CXX=g++
        CC=gcc
endif

I'm not sure why you're special-casing sparc here, but if this is needed it
should be sparc-linux-gnu-g++ and sparc-linux-gnu-gcc instead.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

---------------------------------------
Received: (at 317498-close) by bugs.debian.org; 9 Jul 2005 18:30:49 +0000
>From katie@ftp-master.debian.org Sat Jul 09 11:30:49 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DrK6D-0004Fs-00; Sat, 09 Jul 2005 11:30:49 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DrJtv-0007I4-00; Sat, 09 Jul 2005 14:18:07 -0400
From: Rene Engelhard <rene@debian.org>
To: 317498-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#317498: fixed in myspell 1:3.0+pre3.1-13
Message-Id: <E1DrJtv-0007I4-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 09 Jul 2005 14:18:07 -0400
Delivered-To: 317498-close@bugs.debian.org
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: myspell
Source-Version: 1:3.0+pre3.1-13

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

libmyspell-dev_3.1-13_powerpc.deb
  to pool/main/m/myspell/libmyspell-dev_3.1-13_powerpc.deb
libmyspell3c2_3.1-13_powerpc.deb
  to pool/main/m/myspell/libmyspell3c2_3.1-13_powerpc.deb
myspell_3.0+pre3.1-13.diff.gz
  to pool/main/m/myspell/myspell_3.0+pre3.1-13.diff.gz
myspell_3.0+pre3.1-13.dsc
  to pool/main/m/myspell/myspell_3.0+pre3.1-13.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 317498@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <rene@debian.org> (supplier of updated myspell 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,  9 Jul 2005 13:48:05 +0200
Source: myspell
Binary: libmyspell3c2 libmyspell-dev
Architecture: source powerpc
Version: 1:3.0+pre3.1-13
Distribution: unstable
Urgency: low
Maintainer: Debian OpenOffice Team <debian-openoffice@lists.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Description: 
 libmyspell-dev - MySpell spellchecking library development files
 libmyspell3c2 - MySpell spellchecking library
Closes: 317498
Changes: 
 myspell (1:3.0+pre3.1-13) unstable; urgency=low
 .
   * use sparc-linux-gnu-g++ instead of sparc-linux-g++... (closes: #317498)
Files: 
 e8d4d580f7f9457abf74ed556bc53571 713 devel optional myspell_3.0+pre3.1-13.dsc
 fd8b86a11705689fac0d21ae6693be2f 15056 devel optional myspell_3.0+pre3.1-13.diff.gz
 4df153b0e91a49fc421564811ee5327e 63986 libdevel optional libmyspell-dev_3.1-13_powerpc.deb
 ae9a811ffcbf5629ee1a471326825239 28256 libs optional libmyspell3c2_3.1-13_powerpc.deb

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

iD8DBQFC0BIf+FmQsCSK63MRAp3rAJwJFuCjsyItUtrfStB6SNJzLGSQBQCeNXnr
Kuq2lzSyuZLN3+YJ6A3BN18=
=T0en
-----END PGP SIGNATURE-----



Reply to: