Bug#348972: gcc-34: [Patch] Fixed patching FAILED for m32r

2006-01-19 Thread Kazuhiro Inaoka
-deplibs_check_method.dpatch. We don't need a patches/autoreconf.dpatch. Regards, Kazuhiro Inaoka --- rules.patch.org 2006-01-20 13:16:00.0 +0900 +++ rules.patch 2006-01-20 13:15:27.0 +0900 @@ -76,7 +76,7 @@ ifeq ($(DEB_TARGET_ARCH_OS),hurd) endif ifeq ($(DEB_TARGET_GNU_CPU)

Bug#343419: gdb-6.3: {Patch] Support cross gdb

2005-12-14 Thread Kazuhiro Inaoka
Package: gdb-6.3 Version: 6.3-6 Serverity: wishlist Tags: patch Could you please apply the following patch? This patch is enable to build cross-gdb. (m32r-linux-gnu-gdb .etc) diff -ur ../../org/gdb-6.3/debian/control.in ./control.in --- ../../org/gdb-6.3/debian/control.in 2005-12-09 12:13:27.00

Bug#340255: gcc-34: [Patch] Support PIE for M32R

2005-11-21 Thread Kazuhiro Inaoka
Package: gcc-3.4 Version: 3.4.4-10 Severity: wishlist Tags: patch Could you please include following patch? This patch is enable to use PIE at gcc for M32R. * debian/patches/m32r-pie.dpatch: Enable PIE for M32R. #! /bin/sh -e # # # DP: Author: Kazuhiro Inaoka # DP: Status: in CVS 4.0

Bug#340264: binutils [Patch] Add m32r-linux-gnu to enable-targets multiarch entry

2005-11-22 Thread Kazuhiro Inaoka
Package: binutils Version: 2.16.1 Severity: wishlist Tags: patch Could you please add m32r-linux-gnu to enable-targets multiarch entry? We need to support m32r-linux-gnu target when we use dpkg-cross tools. * debian/rules: Add m32r-linux-gnu to enable-targets. --- rules.org 2005-11-22 17:49

Bug#374608: Please add m32r to USE_IEEE test in src/mesa/main/imports.h.

2006-06-20 Thread Kazuhiro Inaoka
Package: mesa Version: 6.4.2-1 Severity: wishlist Tags: patch Please add m32r to USE_IEEE test in src/mesa/main/imports.h. Regards, Kazuhiro Inaoka --- imports.h.org 2006-06-20 17:17:21.009579599 +0900 +++ imports.h 2006-06-20 17:17:49.429108954 +0900 @@ -206,7 +206,7 @@ typedef union

Bug#374608: Please add m32r to USE_IEEE test in src/mesa/main/imports.h.

2006-06-20 Thread Kazuhiro Inaoka
Excuse me. I sent a miss patch. Please use a new patch. Regards, Kazuhiro Inaoka. --- imports.h.org 2006-06-20 17:17:21.009579599 +0900 +++ imports.h 2006-06-20 17:17:49.429108954 +0900 @@ -206,7 +206,7 @@ typedef union { GLfloat f; GLint i; } fi defined(__hppa__) || defined(hpux

Bug#375595: Please update dist/config.guess

2006-06-26 Thread Kazuhiro Inaoka
Package:db4.2 Version:4.2.52-24 Serverity:wishlist Tags:patch Could you please update config.guess to add m32r-linux entry. The config.guess in ftp.gnu.org was updated. Regards, Kazuhiro Inaoka --- config.guess.org2006-06-16 10:34:41.712144320 +0900 +++ config.guess2006-06-16 10:35

Bug#375652: Please update config.guess

2006-06-27 Thread Kazuhiro Inaoka
Package:libmysqlclient-lgpl Version:3.23.56-3 Serverity:wishlist Tags:patch Could you please update config.guess to add m32r-linux entry. The config.guess in ftp.gnu.org was updated. Regards, Kazuhiro Inaoka --- config.guess.org2006-06-16 10:34:41.712144320 +0900 +++ config.guess

Bug#369657: dh_install error of copy librpcsvc,.a at cross-compiling.

2006-06-06 Thread Kazuhiro Inaoka
Hi, How about this patch? Regards, Kazuhiro Inaoka Kazuhiro Inaoka wrote: Package:glibc Versio:2.3.6-11 Serverity:wishlist The following error of dh_install happened at cross-compiling. dh_install -plibc6-dev cp: cannot stat `./debian/tmp-libc/usr/lib/librpcsvc.a': No such fi

Bug#371052: Remove libc_cv_gcc_unwind_find=yes from m32r/configure.

2006-06-06 Thread Kazuhiro Inaoka
(libc_cv_gcc_unwind_find_fde=yes) from ports/sysdeps/unix/sysv/linux/m32r/configure and configure.in. Please apply it. changelog: * Add debian/patches/m32r/local-ports-m32r-configure.diff - Remove libc_cv_gcc_unwind_find_fde=yes from m32r/configure. Regards, Kazuhiro Inaoka --- patches/m32r/local-ports-m32r

Bug#373727: Please update config/config.guess

2006-06-15 Thread Kazuhiro Inaoka
Package:krb5 Version:1.4.3 Serverity:wishlist Tags:patch Could you please update config/config.guess to add m32r-linux entry. Regards, Kazuhiro Inaoka --- krb5/src/config/config.guess.org2006-06-15 14:51:36.267751088 +0900 +++ krb5/src/config/config.guess2006-06-15 14:52

Bug#373727: Please update config/config.guess

2006-06-15 Thread Kazuhiro Inaoka
> Is this change already in the config.{sub,guess} that are distributed at > ftp.gnu.org? Yes. It's already approved. http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.guess Regards, Kazuhiro Inaoka Russ Allbery wrote: Kazuhiro Inaoka <[EMAIL PROT

Bug#373875: Please update config.guess

2006-06-15 Thread Kazuhiro Inaoka
Package:imlib Version:1.9.14-30 Serverity:wishlist Tags: patch Could you please update config.guess to add m32r-linux entry. The config.guess in ftp.gnu.org was updated. Regards, Kazuhiro Inaoka --- config.guess.org2006-06-16 10:34:41.712144320 +0900 +++ config.guess2006-06-16 10

Bug#373927: Support cross-gdb packages

2006-06-16 Thread Kazuhiro Inaoka
Package: gdb Version: 6.4.90.dfsg-1 Serverity: wishlist Tags: patch Could you please apply the following patch? This patch is enable to build cross-gdb. Regards, Kazuhiro Inaoka diff -upr gdb-6.4.90.dfsg.org/debian/control.in gdb-6.4.90.dfsg/debian/control.in --- gdb-6.4.90.dfsg.org/debian

Bug#404650: xutils-dev:[Patch] Support M32R target

2006-12-27 Thread Kazuhiro Inaoka
Package:xutils-dev Version:7.1.ds-6 Severity:wishlist Tags:patch Could you please apply the following patch? This patch to support M32R target. Regards, Kazuhiro Inaoka Support m32r architecture. --- imake/imakemdep.h.org 2006-07-04 13:04:02.581701912 +0900 +++ imake/imakemdep.h 2006

Bug#367595: gcc-4.1:Disable Ada for m32r

2006-05-29 Thread Kazuhiro Inaoka
Matthias Klose wrote: Kazuhiro Inaoka writes: Package:gcc-4.1 Version:4.1.0-4 Severity:wishlist Please disable Ada for m32r in debian/rules.defs. please attach a patch; I assume this some embedded target. All other languages should be built? Yes. I propose to disable Ada only. Thanks

Bug#369657: dh_install error of copy librpcsvc,.a at cross-compiling.

2006-05-30 Thread Kazuhiro Inaoka
eated at cross-compiling. Regards, Kazuhiro Inaoka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#369656: [Patch] Fixed error of configuring libidn for m32r

2006-05-30 Thread Kazuhiro Inaoka
Package:glibc Version:2.3.6-11 Severity:wishlist The following error of configuring libidn for m32r happened. configure: loading site script /etc/dpkg-cross/cross-config.m32r checking build system type... i486-pc-linux-gnu checking host system type... m32r-unknown-linux-gnu running configure frag

Bug#370649: gcc-4.1: cross-configure.dpatch failed on DEB_CROSS

2006-06-06 Thread Kazuhiro Inaoka
h? I think the cross-configure.dpatch is not needed. Regards, Kazuhiro Inaoka --- ./rules.patch.org 2006-06-06 16:12:00.195581099 +0900 +++ ./rules.patch 2006-06-06 16:08:20.781676720 +0900 @@ -98,7 +98,7 @@ endif ifdef DEB_CROSS - debian_patches += cross-configure cross-include + deb

Bug#370649: gcc-4.1: cross-configure.dpatch failed on DEB_CROSS

2006-06-06 Thread Kazuhiro Inaoka
> should the patch be removed as well? Yes. I think so. Matthias Klose wrote: should the patch be removed as well? Kazuhiro Inaoka writes: Package:gcc-4.1 Version:4.1.1-2 Serverity:wishlist Tags:patch The following failure happened when cross-compiling. if [ -x debian/patches/cr

Bug#414070: Please add m32r to debian/control

2007-03-08 Thread Kazuhiro Inaoka
Package:nbd Version:2.8.7-4 Serverity:wishlist Tags:patch Hi, Could you please add m32r to debian/control? Regards, Kazuhiro Inaoka --- nbd-2.8.7/debian/control.org2007-03-09 10:16:36.0 +0900 +++ nbd-2.8.7/debian/control2007-03-09 10:10:16.0 +0900 @@ -23,7 +23,7

Bug#401818: linux-kernel-headers: Please update debian/patches/m32r-removed-unknown-isa.patch

2006-12-05 Thread Kazuhiro Inaoka
Package: linux-kernel-headers Version: 2.6.18-6 Severity: wishlist Tags: patch Hi, The following patch must be still changed. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394055 Please update debian/patches/m32r-removed-unknown-isa.patch. Regards, Kazuhiro Inaoka --- include/asm-m32r

Bug#401826: [PATCH] Fix inotify syscalls on M32R

2006-12-05 Thread Kazuhiro Inaoka
Package: udev Version: 0.103-1 Severity: wishlist Tags: patch Please apply a patch to fix inotify syscalls on M32R. Regards, Kauhiro Inaoka --- udev-0.103/udev_sysdeps.h.org 2006-12-06 05:29:31.503967152 + +++ udev-0.103/udev_sysdeps.h 2006-12-06 05:30:02.502139848 + @@ -64,6

Bug#413074: Pelase add m32r to debian/control.

2007-03-01 Thread Kazuhiro Inaoka
Package:util-linux Version:2.12r-19 Severity:wishlist Tags:patch Could you please add m32r to debian/control? --- control.org 2007-03-02 11:16:59.0 +0900 +++ control 2007-03-02 11:17:21.0 +0900 @@ -35,7 +35,7 @@ messages in other languages than English. Package: mount -Ar

Bug#367448: gcc-3.4:[Patch] Removed autoreconf patch, Fixed some bugs.

2006-05-15 Thread Kazuhiro Inaoka
-addsi3.dpatch, m32r-auto.dpatch Regards, Kazuhiro Inaoka diff -urNp ../org/gcc-3.4-3.4.6/debian/changelog gcc-3.4-3.4.6/debian/changelog --- ../org/gcc-3.4-3.4.6/debian/changelog 2006-05-16 10:42:25.752663200 +0900 +++ gcc-3.4-3.4.6/debian/changelog 2006-05-16 10:43:03.097769356 +0900

Bug#367590: gcc-4.0:add m32r to ada_no_cpus entry

2006-05-16 Thread Kazuhiro Inaoka
Package:gcc-4.0 Version:4.0.3-3 Severity:wishlist Tags:patch Could you please apply the patch? Please add m32r to ada_no_cpus entry in debian/rules.defs. Regards, Kazuhiro Inaoka --- rules.defs.org 2006-05-17 09:15:01.624840465 +0900 +++ rules.defs 2006-05-17 09:15:37.696139073 +0900

Bug#367595: gcc-4.1:Disable Ada for m32r

2006-05-16 Thread Kazuhiro Inaoka
Package:gcc-4.1 Version:4.1.0-4 Severity:wishlist Please disable Ada for m32r in debian/rules.defs. Regards, Kazuhiro Inaoka -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#367633: [Patch] Fix build Error math-tests

2006-05-17 Thread Kazuhiro Inaoka
Package:glibc Version:2.3.6-7 Serverity:wishlist Tags:patch Could you please apply the following patch? This patch is to fix build Error in math-tests. Regards, Kazuhiro Inaoka 2006-05-17 Kazuhiro Inaoka <[EMAIL PROTECTED]> * math/bug-nextafter.c (main): Add check FE_OV

Bug#367799: gcc-4.0:Duplicate patch for gcc/testsuite/gcc.c-torture/compile/switch-1.c

2006-05-17 Thread Kazuhiro Inaoka
Package:gcc-4.0 Version:4.0.3-3 Serverity:wishlist The following patch files have a same path to create gcc/testsuite/gcc.c-torture/compile/switch-1.c. debian/patches/pr-26557.dpatch debian/patches/svn-updates.dpath I think pr-26557.dpatch will not be needed. Regards, Kazuhiro Inaoka

Bug#367633: [Patch] Fix build Error math-tests

2006-05-21 Thread Kazuhiro Inaoka
, FE_DOWNWARD, FE_TOWARDZERO So build errors (undefined macro) happened at bug_nextafter.c, bug-nexttoward.c, test_float.c, test_ifloat.c test_double.c and test_idouble.c. Patches sent were to add to check the macros definition. Regards, Kazuhiro Inaoka Aurelien Jarno wrote: Kazuhiro Inaoka

Bug#376060: xorg: Please add m32r support

2006-06-29 Thread Kazuhiro Inaoka
Package:xorg Version:7.0.22 Serverity:wishlist Tags:patch This patch adds support for m32r target to xorg. Regards, Kazuhiro Inaoka --- debian/scripts/vars.m32r.orig 1970-01-01 09:00:00.0 +0900 +++ debian/scripts/vars.m32r2006-06-19 16:10:23.0 +0900 @@ -0,0 +1,10

Bug#376666: xutils-dev: [Patch] Support M32R target

2006-07-03 Thread Kazuhiro Inaoka
Package:xutils-dev Version:1.0.2-3 Severity:wishlist Tags:patch Could you please apply the following patch? This patch to support M32R target. Regards, Kazuhiro Inaoka Support m32r architecture. --- imake-1.0.1/imakemdep.h.org 2006-07-04 13:04:02.581701912 +0900 +++ imake-1.0.1/imakemdep.h

Bug#378690: add support for m32r

2006-07-18 Thread Kazuhiro Inaoka
Package: libssl0.9.7 Version: 0.9.7i-1 Severity: wishlist Tags: patch Could you please add support for m32r? Regards, kazuhiro Inaoka --- Configure.org 2006-07-18 20:01:34.134798184 +0900 +++ Configure 2006-07-18 20:02:48.834442112 +0900 @@ -423,6 +423,7 @@ "debian-sh4&quo

Bug#378689: add support for m32r

2006-07-18 Thread Kazuhiro Inaoka
Package: libssl Version: 0.9.8b-2 Severity: wishlist Tags: patch Could you please add support for m32r? Regards, kazuhiro Inaoka --- Configure.org 2006-07-18 19:50:41.0 +0900 +++ Configure 2006-07-04 15:32:53.0 +0900 @@ -344,6 +344,7 @@ "debian-sh4", "

Bug#379079: Please don't build gnat on m32r.

2006-07-20 Thread Kazuhiro Inaoka
Package: gcc-defaults Version: 1.40 Serverity: wishlist Tags: patch Could you please disable to build gnat on m32r? Regards, Kazuhiro Inaoka --- rules.org 2006-07-21 12:13:01.759139424 +0900 +++ rules 2006-07-21 12:14:07.549137824 +0900 @@ -166,6 +166,10 @@ ifeq ($(DEB_HOST_ARCH),$(tmp

Bug#394096: apt: Please add support for the m32r architecture to 'buildlib/archtable,sizetable'

2006-10-19 Thread Kazuhiro Inaoka
Package: apt Severity: wishlist Tags: patch The attached patch adds support for m32r architeture ('m32r-linux') to 'build/archtable,sizetable'. Regards Kazuhiro Inaoka --- buildlib/archtable.org 2006-10-19 15:25:46.547990160 +0900 +++ buildlib/archtable 2006-10-1

Bug#417574: Please add m32r ports.

2007-04-15 Thread Kazuhiro Inaoka
Thanks Mike, I'll try to send a patch to nspr. Regards, Kazuhiro Inaoka Mike Hommey wrote: tag 417574 wontfix thanks On Tue, Apr 03, 2007 at 09:02:16PM +0900, Kazuhiro Inaoka <[EMAIL PROTECTED]> wrote: Package:xulrunner Version:1.8.0.11-2 Serverity:wishlist Tags:patch Plea

Bug#409874: Please add m32r-linux to config.guess

2007-02-05 Thread Kazuhiro Inaoka
Package:db4.2 Version:4.2.52+dfsg-1 Serverity:wishlist Tags:patch Could you please update config.guess or apply the patch to add m32r-linux. Regards, Kazuhiro Inaoka --- db4.2-4.2.52+dfsg/dist/config.guess.org 2007-02-06 11:37:44.0 +0900 +++ db4.2-4.2.52+dfsg/dist/config.guess

Bug#409890: please remove the dependency to java-gcj-compat-dev for m32r.

2007-02-05 Thread Kazuhiro Inaoka
Package:db4.3 Version:4.3.29-6 Serverity:wishlist Tags:patch Could you please remove the dependency to java-gcj-compat-dev for m32r. Regards, Kazuhiro Inaoka --- db4.3-4.3.29/debian/control.org 2007-02-06 09:34:23.0 +0900 +++ db4.3-4.3.29/debian/control 2007-02-06 09:34

Bug#409891: please remove the dependency to java-gcj-compat-dev for m32r.

2007-02-05 Thread Kazuhiro Inaoka
Package:db4.5 Version:4.5.20-1 Serverity:wishlist Tags:patch Could you please remove the dependency to java-gcj-compat-dev for m32r. Regards, Kazuhiro Inaoka --- db4.5-4.5.20/debian/control.org 2007-02-06 13:36:39.0 +0900 +++ db4.5-4.5.20/debian/control 2007-02-06 13:36

Bug#409893: please remove the dependency to java-gcj-compat-dev for m32r.

2007-02-05 Thread Kazuhiro Inaoka
Package:db4.4 Version:4.4.20-1 Serverity:wishlist Tags:patch Could you please remove the dependency to java-gcj-compat-dev for m32r. Regards, Kazuhiro Inaoka --- db4.4-4.4.20/debian/control.org 2007-02-06 09:58:37.0 +0900 +++ db4.4-4.4.20/debian/control 2007-02-06 09:58

Bug#409892: please remove the dependency to java-gcj-compat-dev for m32r.

2007-02-05 Thread Kazuhiro Inaoka
Package:db4.2 Version:4.2.52+dfsg-1 Serverity:wishlist Tags:patch Could you please remove the dependency to java-gcj-compat-dev for m32r. Regards, Kazuhiro Inaoka --- db4.2-4.2.52+dfsg/debian/control.org2007-02-06 10:00:37.0 +0900 +++ db4.2-4.2.52+dfsg/debian/control2007

Bug#363456: gcc-4.0: [Patch] Support PIE for M32R

2006-04-19 Thread Kazuhiro Inaoka
Package: gcc-4.0 Version: 4.0.3-1 Severity: wishlist Tags: patch Could you please add the following patch ? This patch is to support PIE option. It was applied to gcc-4.1-branch. Regards, Kazuhiro Inaoka #! /bin/sh -e # # # DP: Author: Kazuhiro Inaoka # DP: Status: in CVS 4.1-branch # DP: PIE

Bug#417275: gcj-4.1: Add --enable-libgcj for m32r

2007-04-02 Thread Kazuhiro Inaoka
Package:gcj-4.1 Version:4.1.1-20 Severity:wishlist Tags:patch Please add --enable-libgcj to CONFARGS for m32r. Regards, Kazuhiro Inaoka --- debian.org/rules2 2007-04-02 17:43:07.0 +0900 +++ debian/rules2 2007-02-27 19:52:15.0 +0900 @@ -216,6 +216,11 @@ ifeq ($(findstring

Bug#417542: gcc-4.1: Fix PR2850 for m32r

2007-04-02 Thread Kazuhiro Inaoka
Package:gcc-4.1 Version:4.1.1ds2-21 Severity:wishlist Tags:patch Please apply this patch to fix PR2850 for m32r. Regards, Kazuhiro Inaoka changelog: Fix PR gcc/2850. * debian/patches/pr2850.dpatch: Fix PR gcc/2850 for m32r. -- Kazuhiro Inaoka <[EMAIL PROTECTED]> Tue, 3 Apr 2007

Bug#417542: gcc-4.1: Fix PR28508 for m32r

2007-04-02 Thread Kazuhiro Inaoka
Package:gcc-4.1 Version:4.1.1ds2-21 Severity:wishlist Tags:patch I'm sorry, I sent a miss patch (Fix PR2850 patch) Please apply this patch to fix PR28505 for m32r. Regards, Kazuhiro Inaoka changelog: Fix PR gcc/28508. * debian/patches/pr28508.dpatch: Fix PR gcc/28508 for

Bug#417561: Please add m32r tas() ports.

2007-04-03 Thread Kazuhiro Inaoka
Package:postgresql-8.1 Version:8.1.8-1 Serverity:wishlist Tags:patch Please add m32r tas() ports. Regards, Kazuhiro Inaoka --- postgresql-8.1.8/src/include/storage/s_lock.h.org 2007-02-21 12:48:37.0 +0900 +++ postgresql-8.1.8/src/include/storage/s_lock.h 2007-02-23 15:39

Bug#417563: Please add m32r tas() ports.

2007-04-03 Thread Kazuhiro Inaoka
Package:postgresql-7.4 Version:7.4.16-1 Serverity:wishlist Tags:patch Please add m32r tas() ports. Regards, Kazuhiro Inaoka --- postgresql-7.4.16/src/include/port/linux.h.org 2007-02-16 10:46:31.0 +0900 +++ postgresql-7.4.16/src/include/port/linux.h 2007-02-16 10:46:59.0

Bug#417574: Please add m32r ports.

2007-04-03 Thread Kazuhiro Inaoka
Package:xulrunner Version:1.8.0.11-2 Serverity:wishlist Tags:patch Please add m32r ports. Regards, Kazuhiro Inaoka #! /bin/sh /usr/share/dpatch/dpatch-run ## 99_m32r.dpatch by <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: autocon