[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4
From: |
Jarkko Hietaniemi |
Subject: |
[Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4 |
Date: |
Wed, 2 Dec 2015 08:07:54 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
(This is more likely an autotools problem.)
GNU tar 1.22 still configured and built fine.
With 1.23 some shell-dependent code was introduced into makefile which
doesn't work with Unixware's /bin/sh (or make).
$ uname -a
UnixWare unixware 5 7.1.4 i386 x86at SCO UNIX_SVR5
$ sh configure --prefix=/usr/local
... seems to proceed without accidents ...
$ which make
/usr/bin/make
$ make
UX:make: WARNING: No suffix list.
make all-recursive
UX:make: WARNING: No suffix list.
Making all in doc
Making all in gnu
)rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
sh: syntax error at line 1: `)' unexpected
*** Error code 3 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
$
- [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4,
Jarkko Hietaniemi <=
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Paul Eggert, 2015/12/02
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Jarkko Hietaniemi, 2015/12/02
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Jarkko Hietaniemi, 2015/12/02
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Paul Eggert, 2015/12/02
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Jarkko Hietaniemi, 2015/12/02
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Paul Eggert, 2015/12/02
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Jarkko Hietaniemi, 2015/12/02
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Jarkko Hietaniemi, 2015/12/02
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Paul Eggert, 2015/12/03
- Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4, Jarkko Hietaniemi, 2015/12/04