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

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

sharutils-4.3.52 build failure; nonexistent ../intl/libintl.a


From: Paul Eggert
Subject: sharutils-4.3.52 build failure; nonexistent ../intl/libintl.a
Date: Fri, 28 Jun 2002 18:46:41 -0700 (PDT)

sharutils-4.3.52/src/Makefile attempts to link with ../intl/libintl.a,
but it has no intl subdirectory and it doesn not build libintl.a.

Here's a scenario of the problem, on Solaris 9 (sparc) with Sun C 5.3.

1058-shade $ CC=cc sh configure
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for a BSD-compatible install... ./install-sh -c
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... ranlib
checking for gnudiff... no
checking for diffgnu... no
checking for diff... /opt/reb/bin/diff
checking for Mail... /usr/ucb/Mail
checking for perl... /usr/bin/perl
checking for bash... /opt/reb/bin/bash
checking for gnutar... no
checking for targnu... no
checking for gtar... /opt/reb/bin/gtar
checking how to run the C preprocessor... cc -E
checking for AIX... no
checking for strerror in -lcposix... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for cc option to accept ANSI C... none needed
checking whether char is unsigned... no
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... no
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... no
checking for tzname... yes
checking for size_t... yes
checking for strerror... yes
checking for vprintf... yes
checking for doprnt... no
checking whether strerror is declared... yes
checking whether strerror_r is declared... no
checking for strerror_r... no
checking whether strerror_r returns char *... no
checking for ANSI C header files... (cached) yes
checking whether malloc(0) returns a non-NULL pointer... yes
checking whether realloc(0,0) returns a non-NULL pointer... 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... (cached) yes
checking for uname... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether closedir returns void... no
checking for strftime... yes
checking for vprintf... (cached) yes
checking for _doprnt... 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 msgfmt... /opt/reb/bin/msgfmt
checking for gmsgfmt... /opt/reb/bin/msgfmt
checking for xgettext... /opt/reb/bin/xgettext
checking for msgmerge... /opt/reb/bin/msgmerge
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for non-GNU ld... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getc_unlocked... yes
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... (cached) no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.35, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking if malloc debugging is wanted... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating src/mail-files
config.status: creating src/mailshar
config.status: creating src/remsync
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
1059-shade $ make
make  all-recursive
Making all in m4
Making all in doc
man1base=`echo /usr/local/man/man1 | sed 'address@hidden/\(.*\)@\1@'`; \
echo ".so $man1base/uuencode.1" > uudecode.1
Making all in lib
srcdir=. /bin/bash ./gen-uio  > unlocked-io.ht
mv unlocked-io.ht unlocked-io.h
make  all-am
source='error.c' object='error.o' libtool=no \
depfile='.deps/error.Po' tmpdepfile='.deps/error.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'error.c' || echo './'`error.c
source='getopt.c' object='getopt.o' libtool=no \
depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'getopt.c' || echo './'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'getopt1.c' || echo './'`getopt1.c
source='md5.c' object='md5.o' libtool=no \
depfile='.deps/md5.Po' tmpdepfile='.deps/md5.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'md5.c' || echo './'`md5.c
source='whoami.c' object='whoami.o' libtool=no \
depfile='.deps/whoami.Po' tmpdepfile='.deps/whoami.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'whoami.c' || echo './'`whoami.c
source='xgetcwd.c' object='xgetcwd.o' libtool=no \
depfile='.deps/xgetcwd.Po' tmpdepfile='.deps/xgetcwd.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'xgetcwd.c' || echo './'`xgetcwd.c
source='xmalloc.c' object='xmalloc.o' libtool=no \
depfile='.deps/xmalloc.Po' tmpdepfile='.deps/xmalloc.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'xmalloc.c' || echo './'`xmalloc.c
source='xstrdup.c' object='xstrdup.o' libtool=no \
depfile='.deps/xstrdup.Po' tmpdepfile='.deps/xstrdup.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'xstrdup.c' || echo './'`xstrdup.c
source='stpcpy.c' object='stpcpy.o' libtool=no \
depfile='.deps/stpcpy.Po' tmpdepfile='.deps/stpcpy.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl  
   -g -c `test -f 'stpcpy.c' || echo './'`stpcpy.c
rm -f libshar.a
ar cru libshar.a error.o getopt.o  getopt1.o md5.o whoami.o  xgetcwd.o 
xmalloc.o xstrdup.o stpcpy.o
ranlib libshar.a
Making all in src
source='shar.c' object='shar.o' libtool=no \
depfile='.deps/shar.Po' tmpdepfile='.deps/shar.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. 
-I.. -I../lib -I../intl     -g -c `test -f 'shar.c' || echo './'`shar.c
source='encode.c' object='encode.o' libtool=no \
depfile='.deps/encode.Po' tmpdepfile='.deps/encode.TPo' \
depmode=none /bin/bash ../depcomp \
cc -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. 
-I.. -I../lib -I../intl     -g -c `test -f 'encode.c' || echo './'`encode.c
cc  -g   -o shar  shar.o encode.o ../lib/libshar.a ../intl/libintl.a 
ild: (bad file) argument file doesn't exist :: ../intl/libintl.a
*** Error code 1
make: Fatal error: Command failed for target `shar'
Current working directory /tmp/sharutils-4.3.52/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/sharutils-4.3.52
*** Error code 1
make: Fatal error: Command failed for target `all'



reply via email to

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