Subject: pkg/26469: lang/gauche can not make install
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <ishit@oak.dti.ne.jp>
List: pkgsrc-bugs
Date: 07/29/2004 00:56:05
>Number:         26469
>Category:       pkg
>Synopsis:       lang/gauche can not make install
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 29 03:25:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     ISIHARA Takanori
>Release:        NetBSD/i386 2.0_BETA
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc4.home 2.0_BETA NetBSD 2.0_BETA (GENERIC_LAPTOP) #0: Sun Jul 18 01:07:01 UTC 2004  autobuild@tgm.netbsd.org:/autobuild/netbsd-2-0/i386/OBJ/autobuild/netbsd-2-0/src/sys/arch/i386/compile/GENERIC_LAPTOP i386

>Description:
lang/gauche, I can make, but can not make install complete.

>How-To-Repeat:
# make install
===> Checking for vulnerabilities in Gauche-0.7.4.2nb1
===> Installing for Gauche-0.7.4.2nb1
cd src; /usr/bin/make install
TARGETLIB=/usr/pkg/lib  gcc -O2 -I/usr/pkg/include -I/usr/include -fPIC -DPIC -Wl,--rpath "-Wl,/usr/pkg/lib" -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -shared -o libgauche.so core.o vm.o compile.o macro.o  error.o class.o boolean.o char.o  string.o list.o port.o hash.o  write.o read.o vector.o weak.o  symbol.o keyword.o compare.o  regexp.o signal.o parameter.o  module.o proc.o number.o bignum.o  load.o promise.o repl.o autoloads.o  system.o stdlib.o extlib.o exclib.o  syslib.o moplib.o /usr/pkg/lib/libgc.so -lcrypt -lutil -lm
TARGETLIB=/usr/pkg/lib  gcc -O2 -I/usr/pkg/include -I/usr/include -fPIC -DPIC -Wl,--rpath "-Wl,/usr/pkg/lib" -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -rdynamic -o gosh  main.o -L. -lgauche -lcrypt -lutil -lm
../mkinstalldirs /usr/pkg/lib/gauche/0.7.4.2/include  /usr/pkg/lib/gauche/0.7.4.2/include/gauche  /usr/pkg/share/gauche/0.7.4.2/lib  /usr/pkg/lib/gauche/0.7.4.2/i386--netbsdelf  /usr/pkg/bin  /usr/pkg/share/gauche/site/lib  /usr/pkg/lib/gauche/site/0.7.4.2/i386--netbsdelf
/usr/bin/install -c -o root -g wheel -m 444 gauche.h /usr/pkg/lib/gauche/0.7.4.2/include
/usr/bin/install -c -o root -g wheel -m 444 gauche/config.h gauche/vm.h gauche/vminsn.h       gauche/char_euc_jp.h gauche/char_utf_8.h          gauche/char_sjis.h gauche/char_none.h             gauche/extend.h gauche/int64.h gauche/scmconst.h  gauche/class.h gauche/exception.h                 gauche/pthread.h gauche/uthread.h gauche/arch.h /usr/pkg/lib/gauche/0.7.4.2/include/gauche
/usr/bin/install -c -o root -g wheel        libgauche.so /usr/pkg/lib
/usr/bin/install -c -o root -g wheel        libgauche.so /usr/pkg/lib/gauche/0.7.4.2/i386--netbsdelf
/usr/bin/install -c -o root -g wheel -m 555 gosh gauche-config /usr/pkg/bin
/usr/bin/install -c -o root -g wheel -m 555 gosh gauche-config /usr/pkg/lib/gauche/0.7.4.2/i386--netbsdelf
/usr/bin/install -c -o root -g wheel -m 444 gauche-init.scm genstub cesconv /usr/pkg/share/gauche/0.7.4.2/lib
TARGETLIB=/usr/pkg/lib ./makeverslink libgauche.so
cd lib; /usr/bin/make install
for d in gauche gauche/vm gauche/serializer gauche/interactive gauche/mop  srfi-1 srfi-13 srfi-14 srfi-19 srfi-29  binary dbm math util compat file rfc text www; do  ../mkinstalldirs /usr/pkg/share/gauche/0.7.4.2/lib/$d;  done
.scm  util/record.scm  compat/jfilter.scm compat/stk.scm  file/filter.scm file/util.scm  rfc/822.scm rfc/mime.scm rfc/base64.scm rfc/uri.scm rfc/cookie.scm  rfc/quoted-printable.scm rfc/http.scm rfc/hmac.scm  text/csv.scm text/tr.scm text/parse.scm text/tree.scm  text/html-lite.scm text/info.scm text/gettext.scm text/diff.scm  www/cgi.scm www/cgi-test.scm; do  /usr/bin/install -c -o root -g wheel -m 444 $p /usr/pkg/share/gauche/0.7.4.2/lib/$p;  done
if test -f slibcat; then  /usr/bin/install -c -o root -g wheel -m 444 slibcat /usr/pkg/share/gauche/0.7.4.2/lib/slibcat;  fi
cd ext; /usr/bin/make install
for d in auxsys threads uvector charconv binary net termios  fcntl sxml syslog dbm mt-random digest; do (cd $d; /usr/bin/make install); done
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/gauche
if test ! -z "auxsys.so"; then  /usr/bin/install -c -o root -g wheel -m 555 auxsys.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/gauche
if test ! -z "threads.so"; then  /usr/bin/install -c -o root -g wheel -m 555 threads.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/gauche
if test ! -z "libgauche-uvector.so"; then  /usr/bin/install -c -o root -g wheel -m 555 libgauche-uvector.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/gauche
if test ! -z "libcharconv.so"; then  /usr/bin/install -c -o root -g wheel -m 555 libcharconv.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/binary
if test ! -z "binary.so"; then  /usr/bin/install -c -o root -g wheel -m 555 binary.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/gauche
if test ! -z "libnet.so"; then  /usr/bin/install -c -o root -g wheel -m 555 libnet.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/gauche
if test ! -z "termios.so"; then  /usr/bin/install -c -o root -g wheel -m 555 termios.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/gauche
if test ! -z "fcntl.so"; then  /usr/bin/install -c -o root -g wheel -m 555 fcntl.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/sxml
if test ! -z ""; then  /usr/bin/install -c -o root -g wheel -m 555  `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/gauche
if test ! -z "syslog.so"; then  /usr/bin/install -c -o root -g wheel -m 555 syslog.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/dbm
if test ! -z "ndbm.so"; then  /usr/bin/install -c -o root -g wheel -m 555 ndbm.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/math
if test ! -z "mt-random.so"; then  /usr/bin/install -c -o root -g wheel -m 555 mt-random.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
../../mkinstalldirs `/bin/sh ../../src/gauche-config --syslibdir`/rfc
if test ! -z "md5.so sha1.so"; then  /usr/bin/install -c -o root -g wheel -m 555 md5.so sha1.so `/bin/sh ../../src/gauche-config --sysarchdir`;  fi
/usr/bin/install -c -o root -g wheel -m 444 acinclude.m4 `sh src/gauche-config --ac`/aclocal.m4
./mkinstalldirs /usr/pkg/share/aclocal
/usr/bin/install -c -o root -g wheel -m 444 acinclude.m4 /usr/pkg/share/aclocal/gauche.m4
cd doc; /usr/bin/make install
if test ! -d /usr/pkg/man/man1; then ../mkinstalldirs /usr/pkg/man/man1; fi
/usr/bin/install -c -o root -g wheel -m 444 gosh.1 gauche-config.1 /usr/pkg/man/man1
if test ! -d /usr/pkg/info; then ../mkinstalldirs /usr/pkg/info; fi
if test -f gauche-refe.info.gz -o -f gauche-refj.info.gz; then  for info in *.info*; do  /usr/bin/install -c -o root -g wheel -m 444 $info /usr/pkg/info/;  done;  fi
cd lib; /usr/bin/make slibcat
if test -f /usr/pkg/share/slib/require.scm; then  /usr/pkg/bin/gosh -ftest -uslib -E"require 'new-catalog" -Eexit; fi
*** ERROR: assq: list required, but got tm:year-day
Stack Trace:
_______________________________________
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/lang/gauche/work.i386/Gauche-0.7.4.2/lib
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/lang/gauche/work.i386/Gauche-0.7.4.2
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/lang/gauche
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/lang/gauche
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/lang/gauche
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/lang/gauche
# exit

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted: