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

Bug#62288: marked as done (endianes problem on mips)



Your message dated Sun, 4 Jun 2000 22:28:50 -0600 (MDT)
with message-id <Pine.LNX.3.96.1000604222834.14709L-100000@wakko.deltatee.com>
and subject line Fixed
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Apr 2000 08:09:02 +0000
Received: (qmail 16048 invoked from network); 13 Apr 2000 08:09:02 -0000
Received: from gandalf.physik.uni-konstanz.de (134.34.144.30)
  by master.debian.org with SMTP; 13 Apr 2000 08:09:02 -0000
Received: from bilbo.physik.uni-konstanz.de [134.34.144.31] 
	by gandalf.physik.uni-konstanz.de with esmtp (Exim 2.05 #1 (Debian))
	id 12fegO-00018S-00; Thu, 13 Apr 2000 10:09:00 +0200
Received: from agx by bilbo.physik.uni-konstanz.de with local (Exim 2.05 #1 (Debian))
	id 12fegO-0006HW-00; Thu, 13 Apr 2000 10:09:00 +0200
Date: Thu, 13 Apr 2000 10:09:00 +0200
From: Guido Guenther <guido.guenther@uni-konstanz.de>
To: submit@bugs.debian.org
Subject: endianes problem on mips
Message-ID: <20000413100900.A23890@bilbo.physik.uni-konstanz.de>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="jI8keyz6grp/JLjh"
User-Agent: Mutt/1.0i
Sender: Guido Guenther <agx@gandalf.physik.uni-konstanz.de>


--jI8keyz6grp/JLjh
Content-Type: text/plain; charset=us-ascii

Package: apt
Version: 0.3.18

configure does not detect the endianes of mips as big endian.
Suggestion: attached patch adds mips support to the sizetable, archtable
and config.guess
Regards,
 -- Guido

-- 

PGP-Public Key: http://honk.physik.uni-konstanz.de/~guido/gunther.asc
GPG-Public Key: http://honk.physik.uni-konstanz.de/~agx/guenther.gpg.asc

--jI8keyz6grp/JLjh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="apt_0.3.18.patch"

--- apt-0.3.18/buildlib/archtable.orig	Mon Apr  3 20:09:24 2000
+++ apt-0.3.18/buildlib/archtable	Mon Apr  3 20:09:39 2000
@@ -28,5 +28,6 @@
 armv4l  arm     arm
 powerpc	powerpc	powerpc
 ppc	powerpc	powerpc
+mips	mips	mips
 mipsel  mipsel  mipsel
 hppa1.1 hppa    hppa
--- apt-0.3.18/buildlib/sizetable.orig	Thu Apr 13 07:41:54 2000
+++ apt-0.3.18/buildlib/sizetable	Wed Apr 12 16:41:34 2000
@@ -15,5 +15,6 @@
 sparc:  big     1 4 2 4
 m68k:   big     1 4 2 4
 powerpc: big    1 4 2 4
+mips: big	1 4 2 4
 mipsel: little  1 4 2 4
 hppa:   big     1 4 2 4
--- apt-0.3.18/buildlib/config.guess.orig	Thu Apr 13 08:00:29 2000
+++ apt-0.3.18/buildlib/config.guess	Thu Apr 13 07:58:59 2000
@@ -418,6 +418,8 @@
 	  echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0
 	elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: elf32ppc"; then
 	  echo "powerpc-unknown-linux-gnu" ; exit 0
+	elif test "${UNAME_MACHINE}" = "mips";  then
+	  echo mips-unknown-linux-gnu ; exit 0
 	elif test "${UNAME_MACHINE}" = "alpha" ; then
 	  echo alpha-unknown-linux-gnu ; exit 0
 	elif test "${UNAME_MACHINE}" = "sparc" ; then

--jI8keyz6grp/JLjh--
---------------------------------------
Received: (at 62288-done) by bugs.debian.org; 5 Jun 2000 04:28:31 +0000
>From jgg@ualberta.ca Sun Jun 04 23:28:31 2000
Return-path: <jgg@ualberta.ca>
Received: from edtnes04.telus.net (priv-edtnes04-hme0.telusplanet.net) [199.185.220.104] 
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 12yoV5-0006FF-00; Sun, 04 Jun 2000 23:28:31 -0500
Received: from wakko.deltatee.com ([209.115.196.25])
          by priv-edtnes04-hme0.telusplanet.net
          (InterMail vM.4.01.02.11 201-229-116-111) with ESMTP
          id <20000605042830.OUGM4208.priv-edtnes04-hme0.telusplanet.net@wakko.deltatee.com>
          for <62288-done@bugs.debian.org>; Sun, 4 Jun 2000 22:28:30 -0600
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
	by wakko.deltatee.com with smtp (Exim 2.11 #1)
	id 12yoVP-0000fT-00 (Debian); Sun, 4 Jun 2000 22:28:51 -0600
Date: Sun, 4 Jun 2000 22:28:50 -0600 (MDT)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@wakko.deltatee.com
To: 62288-done@bugs.debian.org
Subject: Fixed
Message-ID: <Pine.LNX.3.96.1000604222834.14709L-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 62288-done@bugs.debian.org


This was fixed in the last upload.

Jason



Reply to: