Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
X-Mailer: 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) (via feedmail 8 I)
To: Olaf Bachmann <obachman@mathematik.uni-kl.de>
Cc: cygwin@sourceware.cygnus.com
Subject: Re: uuencode/decode/sharutils
References: <m12k4J4-000F1SC@nepomuck.mathematik.uni-kl.de>
From: "Dr. Volker Zell" <vzell@de.oracle.com>
Date: 27 Apr 2000 17:45:40 +0200
In-Reply-To: Olaf Bachmann's message of "Tue, 25 Apr 2000 14:19:10 +0200 (MET DST)"
Message-ID: <kvpurbk0nv.fsf@vzell.de.oracle.com>
Lines: 42
User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (20 Minutes to Nikko)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

>>>>> "Olaf" == Olaf Bachmann <obachman@mathematik.uni-kl.de> writes:

    Olaf> Has anyone successfully compiled/installed uuencode/uudecode from
    Olaf> sharutils-4.2? I tried to compile it, but the generated binaries fail
    Olaf> the checks (are broken). Same applies to those binaries found in

For me sharutils-4.2 compiles OOTB and a make check gives the following result:


for subdir in doc lib po intl src checks contrib; do \
  target=`echo check|sed 's/-recursive//'`; \
  echo making $target in $subdir; \
  (cd $subdir && make $target) \
    || case "--unix" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making check in doc
make[1]: Nothing to be done for `check'.
making check in lib
make[1]: Nothing to be done for `check'.
making check in po
make[1]: Nothing to be done for `check'.
making check in intl
make[1]: Nothing to be done for `check'.
making check in src
make[1]: Nothing to be done for `check'.
making check in checks
rm -f test.bin test.tmp
../src/uudecode ./testdata
../src/uuencode test.bin test.bin > test.tmp
cmp ./testdata test.tmp || exit 1
rm -f test.bin test.tmp
==========================
All checks are successful.
==========================
making check in contrib
make[1]: Nothing to be done for `check'.




Ciao
  Volker


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

