[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:09214] Re: Failed packages to build for sparc-jp recently.
At Mon, 24 May 1999 10:04:09 +0900,
Shugo Maeda <shugo@xxxxxxxxxxxx> wrote:
> At Mon, 24 May 1999 01:06:14 +0900,
> Masato Taruishi <taru@debian.or.jp> wrote:
> > Package: clu2c
> > Version: 1.99.3-2
>
> ใฉใใBoehm GCใใใซใใงใใชใใใใชใฎใงใใจใใใใArchitecture
> ใi386ใซใใใใจๆใใพใใ
> # Alphaใงใใใใพใใใ
>
> ใปใใจใฏlibgc4ใซDependsใใๅฝขใซใใใฎใใใใจๆใใใงใใใ
ใใผใใใใชใใใใใใใ ใใฉ ใใใชๆใ?
patch ใใฆใฆ autoconf ใใฆใใ
build ใใๆใซ libgc4-dev ใ install ใใฆใใใฎใใใใงใใ
diff -Nru clu2c-1.99.3/config/configmk.in clu2c-1.99.3.new/config/configmk.in
--- clu2c-1.99.3/config/configmk.in Thu Feb 6 13:21:16 1997
+++ clu2c-1.99.3.new/config/configmk.in Mon May 24 12:36:49 1999
@@ -60,6 +60,8 @@
# Library directory for linking executable commands
LIBDIR = @LIBDIR@
+LIB_SUBDIRS = @LIB_SUBDIRS@
+
# Commands for archive
AR = @AR@
ARFLAGS = @ARFLAGS@
diff -Nru clu2c-1.99.3/configure.in clu2c-1.99.3.new/configure.in
--- clu2c-1.99.3/configure.in Mon Jun 10 17:58:02 1996
+++ clu2c-1.99.3.new/configure.in Mon May 24 12:39:00 1999
@@ -36,6 +36,7 @@
M4FLAGS=${M4FLAGS-''}
GC_VERSION=${GC_VERSION-'4.4'}
FS_TYPE=${FS_TYPE-'unix'}
+LIB_SUBDIRS=${LIB_SUBDIRS-'gc jaio external built-in stdio clu2c'}
distname=${distname-'clu2c-$(VERSION)'}
dos_distname=${dos_distname-'clu$(ABRIDGED_VERSION)s'}
AC_SUBST(SHELL)
@@ -52,6 +53,7 @@
AC_SUBST(PLINKFLAGS)
AC_SUBST(PLINK_METHOD)
AC_SUBST(LIBDIR)
+AC_SUBST(LIB_SUBDIRS)
AC_SUBST(AS)
AC_SUBST(AR)
AC_SUBST(ARFLAGS)
@@ -133,6 +135,10 @@
AC_PROG_RANLIB
AC_CHECK_LIB(sun, getpwnam)
AC_CHECK_LIB(m, main)
+AC_CHECK_LIB(gc, GC_init)
+if test $ac_cv_lib_gc_GC_init = "yes"; then
+ LIB_SUBDIRS='jaio external built-in stdio clu2c'
+fi
AC_HEADER_STDC
AC_HEADER_DIRENT
AC_HEADER_TIME
diff -Nru clu2c-1.99.3/lib/Makefile.unix clu2c-1.99.3.new/lib/Makefile.unix
--- clu2c-1.99.3/lib/Makefile.unix Wed Feb 5 17:50:44 1997
+++ clu2c-1.99.3.new/lib/Makefile.unix Mon May 24 12:35:01 1999
@@ -15,7 +15,8 @@
topdir = ..
# Subdirectories
-subdirs = gc jaio external built-in stdio clu2c
+# subdirs = gc jaio external built-in stdio clu2c
+subdirs = $(LIB_SUBDIRS)
#### Source files ####
PS.
changes ใฏ debian-devel@debian.or.jp ใซๆใใใใใ
debian-devel-changes@debian.or.jp ใซๆใใฆใใ ใใใใใใใใ
--
้ต้ฃผๆๆ