bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] GNU Tar 1.16.1 v. Tru64


From: Steven M. Schweda
Subject: [Bug-tar] GNU Tar 1.16.1 v. Tru64
Date: Sat, 2 Jun 2007 13:22:03 -0500 (CDT)

   In case this is news, it seems that the "isblank" test in the
configurator may be a little optimistic.

      CC=cc ./configure

[...]
checking whether isblank is declared... yes
[...]

      make

   Minor annoyance:

source='utimens.c' object='utimens.o' libtool=no  DEPDIR=.deps depmode=tru64 /us
r/bin/posix/sh ../build-aux/depcomp  cc -DHAVE_CONFIG_H -I. -I. -I..      -g -c
utimens.c
cc: Warning: utimens.c, line 145: In this statement, the referenced type of the
pointer value "t" is const, but the referenced type of the target of this assign
ment is not. (notconstqual)
  return utimes (file, t);
-----------------------^


   Then:

cc  -g   -o tar  buffer.o compare.o create.o  delete.o extract.o xheader.o  incr
emen.o list.o misc.o  names.o sparse.o system.o  tar.o transform.o update.o  utf
8.o ../lib/libtar.a  -liconv -lrt
ld:
Unresolved:
isblank
*** Exit 1
[...]

   Disabling the "#define HAVE_DECL_ISBLANK 1" line in config.h solves
the build problem.

urtx# sizer -v
HP Tru64 UNIX V5.1B (Rev. 2650); Mon Feb 19 11:57:07 CST 2007

urtx# cc -V
Compaq C V6.5-303 (dtk) on HP Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-302 (dtk) cc Driver

urtx# find /usr/include -name '*.h' -exec grep isblank {} \; -ls
urtx#

   Wake me if more info would be useful.

------------------------------------------------------------------------

   Steven M. Schweda               address@hidden
   382 South Warwick Street        (+1) 651-699-9818
   Saint Paul  MN  55105-2547




reply via email to

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