[Pkg-gauche-devel] gauche 0.9.4

Jens Thiele karme at karme.de
Fri Aug 29 19:47:33 UTC 2014


NIIBE Yutaka <gniibe at fsij.org> writes:

> Hi,

Hi,

> I'm in Portland joining Debconf 14.
>
> I've just uploaded new version of Gauche.

nice :-)

> We have FTBFS for sparc, ppc64el, hurd-i386, among others.
>
> I'm considering to try ppc64el, but I don't know if I can support sparc
> or hurd-i386.

for sparc maybe this is enough (didn't test wether the patch
applies/works):

https://github.com/ivmai/bdwgc/commit/e2bf29b7801357c1ad28c2948a3f88c655dd722a
see also:
https://github.com/ivmai/bdwgc/issues/37

commit e2bf29b7801357c1ad28c2948a3f88c655dd722a
Author: Ivan Maidanski <ivmai at mail.ru>
Date:   Sun Apr 27 10:36:21 2014 +0400

    Fix machdep .lo files path in configure (SPARC, IA-64)
    
    * configure.ac (machdep): Remove "src/" path prefix for .lo files
    (sparc_netbsd_mach_dep, sparc_mach_dep, ia64_save_regs_in_stack).

	Modified   configure.ac
diff --git a/configure.ac b/configure.ac
index 6e6ea7c..081baa3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -578,21 +578,21 @@ case "$host" in
     dnl performance under Irix.
     ;;
  sparc-*-netbsd*)
-    machdep="src/sparc_netbsd_mach_dep.lo"
+    machdep="sparc_netbsd_mach_dep.lo"
     ;;
  sparc*-*-linux* | sparc*-*-openbsd* | sparc64-*-freebsd* | sparc64-*-netbsd*)
-    machdep="src/sparc_mach_dep.lo"
+    machdep="sparc_mach_dep.lo"
     ;;
  sparc-sun-solaris2.3)
-    machdep="src/sparc_mach_dep.lo"
+    machdep="sparc_mach_dep.lo"
     AC_DEFINE(SUNOS53_SHARED_LIB, 1,
               [Define to work around a Solaris 5.3 bug (see dyn_load.c).])
     ;;
  sparc*-sun-solaris2*)
-    machdep="src/sparc_mach_dep.lo"
+    machdep="sparc_mach_dep.lo"
     ;;
  ia64-*-*)
-    machdep="src/ia64_save_regs_in_stack.lo"
+    machdep="ia64_save_regs_in_stack.lo"
     ;;
 esac
 AC_MSG_RESULT($machdep)




More information about the Pkg-gauche-devel mailing list