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

Bug#155142: SuperH unsupported



Package: debootstrap
Version: 0.1.17.5
Severity: wishlist
Tags: patch

Hi,

I'm one of the Debian/sh porters (see http://debian.dodes.org/sh).
This report is Cc:-ed to debian-superh@lists.debian.org.

debootstrap cannot recognize SuperH architectures.  Here is the patch to
fix it.

diff -ruN debootstrap-0.1.17.5/sarge debootstrap-0.1.17.5.new/sarge
--- debootstrap-0.1.17.5/sarge	2002-06-15 12:45:42.000000000 +0900
+++ debootstrap-0.1.17.5.new/sarge	2002-08-02 01:10:59.000000000 +0900
@@ -69,6 +69,12 @@
             base="$(without_package "pppoe" "$base")"
             base="$(without_package "pppoeconf" "$base")"
             ;;
+        sh*)
+            base="$base libstdc++3 gcc-3.0-base" # pcmcia-cs
+            base="$(without_package "fdutils" "$base")"
+            required="$required libgcc1 dselect"
+            required="$(without_package "libstdc++2.10-glibc2.2" "$required")"
+            ;;
         *)
             # who knows?
             ;;

Actually, SuperH appears only in sid now but the sid script points to
the sarge.  New sid script should be installed as requested in
Bug#154527, IMHO.

Regards,
--
YAEGASHI Takeshi <t@keshi.org> <takeshi@yaegashi.jp> <yaegashi@dodes.org>




Reply to: