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

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

Error building sharutils-4.2.1


From: Robert Wolf
Subject: Error building sharutils-4.2.1
Date: Fri, 29 Nov 2002 18:07:41 -0500

I am trying to build on a Sparc Solaris 8 machine as root.
I have all the necessary prerequisite software, below is the output.

Any ideas would be helpful.

root# cd /tmp/sharutils-4.2.1
root# ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/local/bin/install -c
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for gnudiff... no
checking for diffgnu... no
checking for diff... /usr/local/bin/diff
checking for Mail... /usr/ucb/Mail
checking for perl... /usr/local/bin/perl
checking for bash... /usr/local/bin/bash
checking for gnutar... no
checking for targnu... no
checking for gtar... /usr/local/bin/gtar
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking whether cross-compiling... no
checking whether char is unsigned... no
checking for gcc option to accept ANSI C...
checking for function prototypes... yes
checking for working const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for limits.h... yes
checking for locale.h... yes
checking for memory.h... yes
checking for string.h... yes
checking for sys/wait.h... yes
checking for unistd.h... yes
checking for dirent.h that defines DIR... yes
checking for -ldir... no
checking whether stat file-mode macros are broken... no
checking for ANSI C header files... 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 size_t... yes
checking for basename... yes
checking for fchmod... yes
checking for getcwd... yes
checking for isascii... yes
checking for memcpy... yes
checking for strchr... yes
checking for strerror... yes
checking for uname... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for -lintl... yes
checking for strftime... yes
checking for vprintf... yes
checking for memset... yes
checking for mktime... yes
checking for stpcpy... no
checking for strftime... (cached) yes
checking for /etc/systemid... no
checking if uuencode and uudecode are wanted... yes
checking for off_t... yes
checking for valloc... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) 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 values.h... 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... (cached) yes
checking for strcasecmp... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking for explicitly using GNU gettext... no
checking for -lintl... (cached) yes
checking for -li... no
checking for gettext... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for catalogs to be installed...  de fr ja_JP.EUC nl pt sv
checking if malloc debugging is wanted... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/mail-files
creating src/mailshar
creating src/remsync
creating contrib/Makefile
creating lib/Makefile
creating intl/Makefile
creating intl/po2tbl.sed
creating src/Makefile
creating po/Makefile.in
creating doc/Makefile
creating checks/Makefile
creating config.h

root# make
for subdir in doc lib po  src checks contrib; do \
  target=`echo all-recursive|sed 's/-recursive//'`; \
  echo making $target in $subdir; \
  (cd $subdir && make $target) \
    || case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in doc
make[1]: Entering directory `/tmp/sharutils-4.2.1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/sharutils-4.2.1/doc'
making all in lib
make[1]: Entering directory `/tmp/sharutils-4.2.1/lib'
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  error.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  getopt.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  getopt1.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  md5.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  xgetcwd.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  xmalloc.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  xstrdup.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  whoami.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl  -g -O  stpcpy.c
rm -f libshar.a
ar cru libshar.a  error.o getopt.o getopt1.o md5.o xgetcwd.o xmalloc.o xstrdup.o
whoami.o  stpcpy.o
ranlib libshar.a
make[1]: Leaving directory `/tmp/sharutils-4.2.1/lib'
making all in po
make[1]: Entering directory `/tmp/sharutils-4.2.1/po'
/usr/local/bin/xgettext --default-domain=sharutils --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in
if cmp -s sharutils.po ./sharutils.pot; then \
  rm -f sharutils.po; \
else \
  rm -f ./sharutils.pot \
    && mv sharutils.po ./sharutils.pot; \
fi
rm -f cat-id-tbl.tmp.c
sed -f ../intl/po2tbl.sed ./sharutils.pot \
| sed -e "s/@PACKAGE NAME@/sharutils/" > cat-id-tbl.tmp.c
if cmp -s cat-id-tbl.tmp.c ./cat-id-tbl.c; then \
  rm cat-id-tbl.tmp.c; \
else \
  echo cat-id-tbl.c changed; \
  rm -f ./cat-id-tbl.c; \
  mv cat-id-tbl.tmp.c ./cat-id-tbl.c; \
fi
cat-id-tbl.c changed
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
/usr/local/bin/msgfmt -o de.mo de.po
de.po: warning: Charset missing in header.
                Message conversion to user's charset will not work.
/usr/local/bin/msgfmt -o fr.mo fr.po
fr.po: warning: Charset missing in header.
                Message conversion to user's charset will not work.
/usr/local/bin/msgfmt -o ja_JP.EUC.mo ja_JP.EUC.po
ja_JP.EUC.po: warning: Charset missing in header.
                       Message conversion to user's charset will not work.
/usr/local/bin/msgfmt -o nl.mo nl.po
nl.po: warning: Charset missing in header.
                Message conversion to user's charset will not work.
nl.po:450: `msgid' and `msgstr' entries do not both end with '\n'
ld.so.1: /usr/local/bin/msgfmt: fatal: relocation error: file
/usr/local/bin/msgfmt: symbol ngettext: referenced symbol not found
make[1]: *** [nl.mo] Killed
make[1]: Leaving directory `/tmp/sharutils-4.2.1/po'
make: *** [all-recursive] Error 1






reply via email to

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