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

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

tar-1.13.25


From: H . Merijn Brand
Subject: tar-1.13.25
Date: Thu, 11 Oct 2001 17:38:07 +0200

For HP-UX-11.00, HP-UX-10.20, AIX-4.3.3 and AIX-4.2.1 I configured tar-1.13.25
with

        # configure --prefix=/pro --disable-nls

(Enabling nls is no option for me)

For HP-UX 11.00, HP-UX 10.20, and AIX-4.3.3 all using the native C compiler I
needed

--8<---
--- /i2/pro/3gl/GNU/tar-1.13.25/lib/xstrtol.c   Thu Sep 20 20:01:31 2001
+++ /k1/pro/3gl/GNU/tar-1.13.25/lib/xstrtol.c   Thu Oct 11 17:17:31 2001
@@ -86,9 +86,9 @@
 unsigned long int strtoul ();
 #endif

-#if !HAVE_DECL_STRTOIMAX
+/*#if !HAVE_DECL_STRTOIMAX
 intmax_t strtoimax ();
-#endif
+#endif*/

 #if !HAVE_DECL_STRTOUMAX
 uintmax_t strtoumax ();
-->8---

After that 11.00 passes all tests (installed), but 10.20 gives

===============================================
Regression testing for GNU tar, version 1.13.25
===============================================
PASS: version.sh
PASS: append.sh
PASS: delete01.sh
PASS: delete02.sh
PASS: delete03.sh
PASS: extrac01.sh
PASS: extrac02.sh
PASS: extrac03.sh
PASS: extrac04.sh
PASS: gzip.sh
PASS: incremen.sh
FAIL: ignfail.sh
PASS: old.sh
PASS: volume.sh
====================
1 of 14 tests failed
====================


AIX-4.2.1 complains

xlc  -O2 -qmaxmem=204800 -I/pro/local/include -I/usr/include/X11R6  -s 
-L/pro/local/lib -L/usr/lib/X11R6 -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  ../lib/libtar.a
ld: 0711-317 ERROR: Undefined symbol: .iconv_open
ld: 0711-317 ERROR: Undefined symbol: .iconv

And AIX-4.3.3 alike:

xlc  -O2 -qmaxmem=204800 -I/pro/local/include  -s -L/pro/local/lib -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  ../lib/libtar.a
ld: 0711-317 ERROR: Undefined symbol: .iconv_open
ld: 0711-317 ERROR: Undefined symbol: .iconv

After having changed the makefile to include -liconv - which I do *NOT* want,
I *did* specify --disable-nls -, the make succeeds, but the tests give

===============================================
Regression testing for GNU tar, version 1.13.25
===============================================
PASS: version.sh
PASS: append.sh
PASS: delete01.sh
PASS: delete02.sh
PASS: delete03.sh
PASS: extrac01.sh
PASS: extrac02.sh
PASS: extrac03.sh
PASS: extrac04.sh
PASS: gzip.sh
PASS: incremen.sh
FAIL: ignfail.sh
PASS: old.sh
PASS: volume.sh
====================
1 of 14 tests failed
====================

on AIX-4.3.3, but a full pass on 4.2.1

-- 
H.Merijn Brand    Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.2 & 629 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: address@hidden
http://archives.develooper.com/address@hidden/   address@hidden
send smoke reports to: address@hidden, QA: http://qa.perl.org




reply via email to

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