bug-gnu-utils
[Top][All Lists]
Advanced

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

tar 1.13.19 build problem


From: George . R . Goffe
Subject: tar 1.13.19 build problem
Date: Wed, 21 Nov 2001 10:41:20 -0800

Hi there,

I'm building this version of tar on a solaris 2.8 system with gettext at
the 0.10.40 level and have enclosed the build log for this problem. The
msgfmt command (at the bottom) does not like something from the tar
distribution.

I'm willing to test fixes and/or provide any other information you might
require.

Regards,

George...


#!/bin/sh -xv

 if [ $# = 0 ]
 then
    ncpus=1
 else
    ncpus=$1
 fi
+ [ 1 = 0 ]
ncpus=2

 sysver=`uname -s`
+ uname -s
sysver=SunOS
 syslvl=`uname -r`
+ uname -r
syslvl=5.8

 osname=$sysver.$syslvl
osname=SunOS.5.8

 case $osname in
    SunOS.5.5)
       osname="$sysver.5.5"
       ;;
    SunOS.5.5.1)
       osname="$sysver.5.5.1"
       ;;
    SunOS.5.6)
       osname="$sysver.5.6"
       ;;
    SunOS.5.7)
       osname="$sysver.5.7"
       ;;
    SunOS.5.8)
       osname="$sysver.5.8"
       ;;
    SunOS.5.9)
       osname="$sysver.5.9"
       ;;
    *)
       printf "%s" 'Wrong system level encountered...'
       exit 86
 esac
osname=SunOS.5.8

 gcc -v
+ gcc -v
Reading specs from
/usr/lsd/SunOS.5.8/lib/gcc-lib/sparc-sun-solaris2.8/3.0.2/specs
Configured with: ../configure --prefix=/usr/lsd/SunOS.5.8 --verbose
--with-gnu-ld
Thread model: posix
gcc version 3.0.2 20011007 (prerelease)

 ld -v
+ ld -v
GNU ld version 2.11.2 (with BFD 2.11.2)

 make distclean
+ make distclean
Making distclean in .
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19'
rm -f config.h
rm -f TAGS ID
rm -f Makefile
rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "intl/libintl.h" || rm -f intl/libintl.h
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19'
Making distclean in tests
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/tests'
rm -f *.tab.c
rm -f TAGS ID
rm -f Makefile preset
rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "genfile" || rm -f genfile
rm -f *.o core *.core
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/tests'
Making distclean in po
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/po'
rm -f core core.* *.pox tar.po *.old.po cat-id-tbl.tmp
rm -fr *.o
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/po'
Making distclean in scripts
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/scripts'
rm -f Makefile
rm -f config.cache config.log stamp-h stamp-h[0-9]*
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/scripts'
Making distclean in src
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/src'
rm -f *.tab.c
rm -f TAGS ID
rm -f Makefile
rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "localedir.h" || rm -f localedir.h
test -z "tar" || rm -f tar
test -z "rmt" || rm -f rmt
rm -f *.o core *.core
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/src'
Making distclean in m4
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/m4'
rm -f Makefile
rm -f config.cache config.log stamp-h stamp-h[0-9]*
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/m4'
Making distclean in intl
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/intl'
rm -f *.a *.o *.lo core core.*
rm -f Makefile ID TAGS po2msg.sed po2tbl.sed
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/intl'
Making distclean in lib
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/lib'
rm -f *.tab.c
rm -f TAGS ID
rm -f Makefile
rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "fnmatch.h fnmatch.hno" || rm -f fnmatch.h fnmatch.hno
test -z "libtar.a" || rm -f libtar.a
rm -f *.o core *.core
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/lib'
Making distclean in doc
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/doc'
rm -f Makefile
rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "tmp-*" || rm -f tmp-*
rm -f vti.tmp
rm -f tar.aux tar.cp tar.cps tar.dvi tar.fn tar.fns tar.ky tar.kys \
  tar.ps tar.log tar.pg tar.toc tar.tp tar.tps tar.vr tar.vrs \
  tar.op tar.tr tar.cv tar.cn
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/doc'
rm -f config.status

 ./configure --prefix=/usr/lsd/$osname --verbose                \
             --x-includes=/usr/X11R6.5.1/include                \
             --x-libraries=/usr/X11R6.5.1/lib                   \
             --with-catgets
+ ./configure --prefix=/usr/lsd/SunOS.5.8 --verbose
--x-includes=/usr/X11R6.5.1/include --x-libraries=/usr/X11R6.5.1/lib
--with-catgets
creating cache ./config.cache
checking for a BSD compatible install... /usr/lsd/SunOS.5.8/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking for minix/config.h... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for function prototypes... yes
checking for working const... yes
checking for inline... inline
checking for fcntl.h... yes
checking for limits.h... yes
checking for linux/fd.h... no
checking for memory.h... yes
checking for net/errno.h... no
checking for poll.h... yes
checking for sgtty.h... yes
checking for stdbool.h... yes
checking for string.h... yes
checking for stropts.h... yes
checking for sys/buf.h... yes
checking for sys/device.h... no
checking for sys/gentape.h... no
checking for sys/inet.h... no
checking for sys/io/trioctl.h... no
checking for sys/ioccom.h... yes
checking for sys/mtio.h... yes
checking for sys/param.h... yes
checking for sys/tprintf.h... no
checking for sys/tape.h... no
checking for sys/time.h... yes
checking for sys/timeb.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for wctype.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for inttypes.h... yes
checking for stdlib.h... yes
checking for mbstate_t... yes
checking for utime.h... yes
checking for remote tape header files... yes
checking whether free is declared... yes
checking whether getgrgid is declared... yes
checking whether getpwuid is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether strtoul is declared... yes
checking whether strtoull is declared... yes
checking which ioctl field to test for reversed bytes... mt_type
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... yes
checking whether stat file-mode macros are broken... no
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for st_blksize in struct stat... yes
checking for st_blocks in struct stat... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... no
checking for tzname... yes
checking for d_ino member in directory struct... yes
checking for st_fstype string in struct stat... yes
checking return type of signal handlers... void
checking for mode_t... yes
checking for pid_t... yes
checking for off_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for daddr_t... yes
checking for major_t... yes
checking for minor_t... yes
checking for ssize_t... yes
checking for unsigned long long... yes
checking for stdlib.h... (cached) yes
checking whether <inttypes.h> defines strtoumax as a macro... no
checking for strtoumax... no
checking for strtoull... yes
checking for long file names... yes
checking for pathconf... yes
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strerror... yes
checking for strerror_r... no
checking for vprintf... yes
checking for doprnt... no
checking for ANSI C header files... (cached) yes
checking for isascii... yes
checking for iswprint... yes
checking for mbrtowc... yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking whether backslash-a works in strings... yes
checking for stdlib.h... (cached) yes
checking for mbstate_t... (cached) yes
checking for function prototypes... yes
checking for library containing clock_gettime... -lrt
checking for clock_gettime... yes
checking for fchdir... yes
checking for fsync... yes
checking for ftime... yes
checking for getcwd... yes
checking for isascii... (cached) yes
checking for lstat... yes
checking for mkfifo... yes
checking for nap... no
checking for napms... no
checking for poll... yes
checking for readlink... yes
checking for select... yes
checking for strerror... (cached) yes
checking for strstr... yes
checking for symlink... yes
checking for usleep... yes
checking for mknod... yes
checking for library containing gethostent... -lnsl
checking for library containing setsockopt... -lsocket
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking whether strerror_r is declared... no
checking for strerror_r... (cached) no
checking for working GNU-style fnmatch... no
checking for vprintf... (cached) yes
checking for ftruncate... yes
checking for lchown... yes
checking for memset... yes
checking for rename... yes
checking for rmdir... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for strtoul... yes
checking for waitpid... yes
checking for getline... no
checking for working malloc... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for localtime_r... yes
checking for working realloc... yes
checking for remote shell... /usr/bin/rsh
checking for default archive... -
checking for default blocking... 20
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... no
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... (cached) yes
checking for strdup... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/lsd/SunOS.5.8/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/lsd/SunOS.5.8/bin/msgfmt
checking for xgettext... /usr/lsd/SunOS.5.8/bin/xgettext
checking for catalogs to be installed...  cs da de es et fr it ja ko nl no
pl pt pt_BR ru sl sv
updating cache ./config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating intl/Makefile
creating lib/Makefile
creating m4/Makefile
creating po/Makefile.in
creating scripts/Makefile
creating src/Makefile
creating tests/Makefile
creating tests/preset
creating config.h
linking ./lib/fnmatch.hin to lib/fnmatch.h

 make clean
+ make clean
Making clean in .
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19'
Making clean in tests
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/tests'
test -z "genfile" || rm -f genfile
rm -f *.o core *.core
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/tests'
Making clean in po
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/po'
rm -f core core.* *.pox tar.po *.old.po cat-id-tbl.tmp
rm -fr *.o
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/po'
Making clean in scripts
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/scripts'
make[1]: Nothing to be done for `clean'.
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/scripts'
Making clean in src
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/src'
test -z "tar" || rm -f tar
test -z "rmt" || rm -f rmt
rm -f *.o core *.core
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/src'
Making clean in m4
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/m4'
make[1]: Nothing to be done for `clean'.
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/m4'
Making clean in intl
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/intl'
rm -f *.a *.o *.lo core core.*
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/intl'
Making clean in lib
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/lib'
test -z "libtar.a" || rm -f libtar.a
rm -f *.o core *.core
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/lib'
Making clean in doc
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/doc'
test -z "tmp-*" || rm -f tmp-*
rm -f vti.tmp
rm -f tar.aux tar.cp tar.cps tar.dvi tar.fn tar.fns tar.ky tar.kys \
  tar.ps tar.log tar.pg tar.toc tar.tp tar.tps tar.vr tar.vrs \
  tar.op tar.tr tar.cv tar.cn
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/doc'

 make depend
+ make depend
make: *** No rule to make target `depend'.  Stop.

 make -j $ncpus
+ make -j 2
make  all-recursive
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19'
Making all in doc
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/doc'
Making all in lib
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/lib'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c addext.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c argmatch.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c backupfile.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c basename.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c dirname.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c error.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c exclude.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c full-write.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c getdate.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c getopt1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c getstr.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c hash.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c human.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c modechange.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c msleep.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c prepargs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c quotearg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c safe-read.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c save-cwd.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c savedir.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c xgetcwd.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c xstrdup.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c xstrtoul.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c xstrtoumax.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c strtoumax.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c fnmatch.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c getline.c
rm -f libtar.a
ar cru libtar.a addext.o argmatch.o backupfile.o basename.o dirname.o
error.o exclude.o full-write.o getdate.o getopt.o getopt1.o getstr.o hash.o
human.o modechange.o msleep.o prepargs.o quotearg.o safe-read.o save-cwd.o
savedir.o xgetcwd.o xmalloc.o xstrdup.o xstrtoul.o xstrtoumax.o strtoumax.o
fnmatch.o getline.o
ranlib libtar.a
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/lib'
Making all in intl
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/intl'
Making all in m4
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/m4'
Making all in src
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
buffer.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
compare.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
create.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
delete.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
extract.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
incremen.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
list.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
mangle.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
misc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
names.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
rtapelib.c
echo '#define LOCALEDIR "/usr/lsd/SunOS.5.8/lib/locale"' >localedir.h
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
update.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
rmt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib    -g -O2 -c
tar.c
gcc  -g -O2  -o rmt  rmt.o ../lib/libtar.a  -lnsl -lsocket
gcc  -g -O2  -o tar  buffer.o compare.o create.o delete.o extract.o
incremen.o list.o mangle.o misc.o names.o rtapelib.o tar.o update.o
../lib/libtar.a -lrt
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/src'
Making all in scripts
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/scripts'
Making all in po
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/po'
/usr/lsd/SunOS.5.8/bin/msgfmt -o cs.mo cs.po
/usr/lsd/SunOS.5.8/bin/msgfmt -o da.mo da.po
/usr/lsd/SunOS.5.8/bin/msgfmt -o de.mo de.po
/usr/lsd/SunOS.5.8/bin/msgfmt -o es.mo es.po
/usr/lsd/SunOS.5.8/bin/msgfmt -o et.mo et.po
/usr/lsd/SunOS.5.8/bin/msgfmt -o fr.mo fr.po
/usr/lsd/SunOS.5.8/bin/msgfmt -o it.mo it.po
/usr/lsd/SunOS.5.8/bin/msgfmt -o ja.mo ja.po
ja.po:1392: invalid multibyte sequence
found 1 fatal error
make[2]: *** [ja.mo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19'
make: *** [all-recursive-am] Error 2

 make install
+ make install
Making install in doc
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/doc'
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/doc'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/lsd/SunOS.5.8/info
 /usr/lsd/SunOS.5.8/bin/install -c -m 644 ./tar.info
/usr/lsd/SunOS.5.8/info/tar.info
 install-info --info-dir=/usr/lsd/SunOS.5.8/info
/usr/lsd/SunOS.5.8/info/tar.info
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/doc'
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/doc'
Making install in lib
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/lib'
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/lib'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/lib'
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/lib'
Making install in intl
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/intl'
if test "tar" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  if test -r ./mkinstalldirs; then \
    ./mkinstalldirs /usr/lsd/SunOS.5.8/lib /usr/lsd/SunOS.5.8/include; \
  else \
    ../mkinstalldirs /usr/lsd/SunOS.5.8/lib /usr/lsd/SunOS.5.8/include; \
  fi; \
  /usr/lsd/SunOS.5.8/bin/install -c -m 644 intlh.inst
/usr/lsd/SunOS.5.8/include/libintl.h; \
  /usr/lsd/SunOS.5.8/bin/install -c -m 644 libintl.a
/usr/lsd/SunOS.5.8/lib/libintl.a; \
else \
  : ; \
fi
if test "tar" = "gettext"; then \
  if test -r ./mkinstalldirs; then \
    ./mkinstalldirs /usr/lsd/SunOS.5.8/share/gettext/intl; \
  else \
    ../mkinstalldirs /usr/lsd/SunOS.5.8/share/gettext/intl; \
  fi; \
  /usr/lsd/SunOS.5.8/bin/install -c -m 644 VERSION
/usr/lsd/SunOS.5.8/share/gettext/intl/VERSION; \
  dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed
gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c
dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c
textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \
  for file in $dists; do \
    /usr/lsd/SunOS.5.8/bin/install -c -m 644 ./$file
/usr/lsd/SunOS.5.8/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/intl'
Making install in m4
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/m4'
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/m4'
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/m4'
Making install in src
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/src'
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/src'
/bin/sh ../mkinstalldirs /usr/lsd/SunOS.5.8/bin
  /usr/lsd/SunOS.5.8/bin/install -c  tar /usr/lsd/SunOS.5.8/bin/tar
/bin/sh ../mkinstalldirs /usr/lsd/SunOS.5.8/libexec
  /usr/lsd/SunOS.5.8/bin/install -c  rmt /usr/lsd/SunOS.5.8/libexec/rmt
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/src'
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/src'
Making install in scripts
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/scripts'
make[2]: Entering directory `/tmp/tools/tar/tar-1.13.19/scripts'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/tools/tar/tar-1.13.19/scripts'
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/scripts'
Making install in po
make[1]: Entering directory `/tmp/tools/tar/tar-1.13.19/po'
/usr/lsd/SunOS.5.8/bin/msgfmt -o ja.mo ja.po
ja.po:1392: invalid multibyte sequence
found 1 fatal error
make[1]: *** [ja.mo] Error 1
make[1]: Leaving directory `/tmp/tools/tar/tar-1.13.19/po'
make: *** [install-recursive] Error 1

 exit 0
+ exit 0







reply via email to

[Prev in Thread] Current Thread [Next in Thread]