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

Bug#529381: marked as done (dpkg-cross: Update SuperH architecture support)



Your message dated Fri, 13 Nov 2009 17:10:46 +0900
with message-id <29ab51dc0911130010x7992bab3mdb4f061fdc1b1d0@mail.gmail.com>
and subject line Re: Bug#529381: dpkg-cross: Update SuperH architecture support
has caused the Debian Bug report #529381,
regarding dpkg-cross: Update SuperH architecture support
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 owner@bugs.debian.org
immediately.)


-- 
529381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529381
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: dpkg-cross
Version: 2.5.0
Severity: wishlist
Tags: patch

Support of the SuperH architecture is performed in dpkg-cross, but it
is not updated.
Therefore, This doesn't work now.
I made a patch for update and attached it.
Could you apply it?


-- Package-specific info:

-- (/etc/dpkg-cross/cross-compile not submitted) --


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg-cross depends on:
ii  binutils-multiarch            2.19.1-1   Binary utilities that support mult
ii  debconf [debconf-2.0]         1.5.26     Debian configuration management sy
ii  dpkg-dev                      1.14.25    Debian package development tools
ii  libdebian-dpkgcross-perl      2.5.0+nmu1 functions to aid cross-compiling D
ii  perl                          5.10.0-19  Larry Wall's Practical Extraction

Versions of packages dpkg-cross recommends:
ii  fakeroot                      1.12.2     Gives a fake root environment

dpkg-cross suggests no packages.

-- debconf information:
  dpkg-cross/default-arch: None
diff -ruN dpkg-cross-2.5.0/Debian/DpkgCross.pm dpkg-cross-2.5.0a/Debian/DpkgCross.pm
--- dpkg-cross-2.5.0/Debian/DpkgCross.pm	2009-03-10 05:25:02.000000000 +0900
+++ dpkg-cross-2.5.0a/Debian/DpkgCross.pm	2009-05-14 16:09:23.000000000 +0900
@@ -138,7 +138,12 @@
 	"m32r" => [ "m32r-linux-gnu-", "m32r-linux-" ],
 	"amd64" => [ "amd64-linux-gnu-", "amd64-linux-", "x86_64-linux-gnu-", "x86_64-linux-",
 			"x86-64-linux-gnu-", "x86-64-linux-" ],
-	"w32-i386" => [ "i586-mingw32msvc-" ]);
+	"w32-i386" => [ "i586-mingw32msvc-" ],
+	"sh3" => [ "sh3-linux-gnu-", "sh3-linux-" ],
+	"sh4" => [ "sh4-linux-gnu-", "sh4-linux-" ],
+	"sh3eb" => [ "sh3eb-linux-gnu-", "sh3eb-linux-" ],
+	"sh4eb" => [ "sh4eb-linux-gnu-", "sh4eb-linux-" ],
+	);
 
 =head1 MAKEFLAGS
 
diff -ruN dpkg-cross-2.5.0/debian/dpkg-cross.templates dpkg-cross-2.5.0a/debian/dpkg-cross.templates
--- dpkg-cross-2.5.0/debian/dpkg-cross.templates	2007-03-12 08:14:42.000000000 +0900
+++ dpkg-cross-2.5.0a/debian/dpkg-cross.templates	2009-05-14 16:16:01.000000000 +0900
@@ -2,7 +2,7 @@
 Type: select
 # Translators: "None" here refers to "architecture"
 #flag:translate:1
-__Choices: None, alpha, amd64, arm, armeb, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc
+__Choices: None, alpha, amd64, arm, armeb, armel, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, sh3 sh4 sh3eb sh4eb sparc
 Default: None
 _Description: Default cross-building architecture:
  If this machine is typically cross-building for one main architecture,

--- End Message ---
--- Begin Message ---
Hi,

2009/5/19 Neil Williams <codehelp@debian.org>:
> tag 529381 - patch
> tag 529381 + moreinfo
> thanks
>
> On Tue, 19 May 2009 10:34:58 +0900
> Nobuhiro Iwamatsu <iwamatsu@nigauri.org> wrote:
>
>> Package: dpkg-cross
>> Version: 2.5.0
>> Severity: wishlist
>> Tags: patch
>>
>> Support of the SuperH architecture is performed in dpkg-cross, but it
>> is not updated.
>
> I don't understand what you mean. dpkg-architecture accepts sh3, so
> I don't see what else dpkg-cross is meant to do.
>
>> Therefore, This doesn't work now.
>
> I need an example, I need to see what doesn't work and try to work out
> why.
Sorry. This bug is already revised in the latest version.
I close this BTS.

Best regards,
  Nobuhiro


-- 
Nobuhiro Iwamatsu


--- End Message ---

Reply to: